Case: Inbound file or idoc is expected to create a Invoice in the System. Identify the required flow. Solution:Read the Input DataPrepare data - header and item for the FM BAPI_INCOMINGINVOICE_CREATE1Call FM BAPI_INCOMINGINVOICE_CREATE1 by passing valuesCheck for return table with... Continue Reading →
Case: Inbound file or idoc is expected to create a Sales Order in the System. Identify the required flow. Solution:Read the Input DataPrepare data - header and item for the FM BAPI_SALESORDER_CREATEFROMDAT2Call FM BAPI_SALESORDER_CREATEFROMDAT2 by passing valuesCheck for return table... Continue Reading →
Case: Inbound file or idoc is expected to create a Purchase Order in the System. Identify the required flow. Solution:Read the Input DataPrepare data - header and item for the FM BAPI_PO_CREATE1Call FM BAPI_PO_CREATE1 by passing valuesCheck for return table... Continue Reading →
Challenge - In projects where multiple timezones are involved in assessing Date/Timestamp, one of the challenge is posed when a local timezone information is requested on an invoice form or any document like that. Solution: SAP provides two standard FMs.... Continue Reading →
When an existing SAP Standard functionality needs to be enhanced with custom business functionality, BAdIs come to rescue. Needless to say, BAdIs employs Object Oriented technique. SE18 is used to create a BAdI definition, while SE19 is used to implement... Continue Reading →
Scenario: An ALV list is generated depicting the last 10 sales orders created by the user. If the user wants to repeat the same order, the user would select one of the orders and process to create a sales order... Continue Reading →
Problem: Bruce is a functional consultant who wants that a selection screen should allow only values coming from Domain in the Status Field except for value S which is not applicable. He places the request with Harvey who is the... Continue Reading →
Requirement: Multiple text files are created in a folder accessible to SAP and the files need to be periodically archived as a zipped folder. Solution: The problem can be divided into three steps - get the files, zip into a... Continue Reading →
Requirement: South Park And Sons want to send the ALV output to all vendors as an email attachment when running in the background. How to accomplish that? Solution: Use REUSE_ALV_BLOCK_LIST_DISPLAY to display the block list along with print parameters -... Continue Reading →
Recent Comments