SAP S/4HANA Cloud is the natural progression of a successful product on premise. With highly connected world with tremendous system performance, this change was inevitable. What makes it even more impressive is the rate of this progression. With competition and... Continue Reading →
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 →
Cursors are set of rows of data fetched from the database with a pointer at the current row which is defined by the iteration as the code parses through the data one row at a time. When a cursor is... Continue Reading →
While READ statement is valid, ABAP has opened a new approach to fetching values from the internal table based on conditions. This is a more simplistic approach aiming at compact coding. Reading a table with index can be simplified as... Continue Reading →
Expanding on the subject last touched upon, following are a few more examples of how data declarations have been updated. For a method, originally parameters would have to be individually declared prior to usage. Any change in the method of... Continue Reading →
Recent Comments