How to create Purchase Requisition in SAP MM ME51N tcode in sap

Purchase Requisition in SAP MM

Hi Friends In this blog we will discuss about what is purchase Requisition in SAP MM and how to create purchase Requisition in SAP MM. As we learned in previous blog that purchase requisition is the first part of P2P cycle in SAP which we can do using SAP tcode ME51n or also using Path … Read more

SAP ABAP 7.4 INLINE DECLARATION

SAP ABAP 7.4 INLINE DECLARATION

SAP ABAP 7.4 INLINE DECLARATION In SAP ABAP 7.4 inline declarations are a new feature that allows you to declare and define data objects directly withing SELECT statements and loops, making your code more concise and readable. In this article we will look how inline declaration works. Inline declaration makes your code more readable and … Read more

SAP ABAP Program Downloading Files from Application Server to Local System

Download files from Application Server to Local System

SAP ABAP Program: Downloading Files from Application Server to Local System. In This Article we will see how to Download Files from Application Server to Local System by using SAP ABAP Program. SAP ABAP Program: Downloading Files from Application Server to Local System In SAP ABAP, there are so many times when user or functional … Read more

What is RFC in SAP: Remote Function Call Enabling Seamless Integration and Communication

In the world of SAP the ability to communicate and exchange data between different systems is crucial. This is where RFC (Remote Function Call) comes into play serving as a vital mechanism for seamless integration and communication within the SAP ecosystem. In this article we will explore What is RFC in SAP | Importance of … Read more

TOP 29 network engineer interview questions and answers

TOP 29 network engineer interview questions and answers

in this blog we will provide you Top 29 network engineer interview questions and answers. It can help you in getting your desired career as a network engineer. These network engineer interview questions and answers cover a wide range of topics and might help you prepare for a network engineer interview. Remember to further research … Read more

PROGRAM TO SEND MAIL FROM SAP|PROGRAM TO SEND MAIL FROM SAP WITH ATTACHMENT|4 FUNCTION MODULE USED FOR SEND MAIL FROM SAP

PROGRAM TO SEND MAIL FROM SAP

PROGRAM TO SEND MAIL FORM SAP| Program to send mail from SAP WITH ATTACHMENT|FUNCTION MODULE USED FOR SEND MAIL FROM SAP Here we have a requirement to send attachment of invoice whenever is Purchase Order released, So we had create a method using badi (ZCL_IM_ME_PROCESS_PO_CUST IF_EX_ME_PROCESS_PO_CUST~POST) and place the below example code in our method … Read more