Posted inSAP ABAP Manipulation of Table Control Posted by By admin November 4, 2021 http://theabap.blogspot.com/2012/01/manipulation-of-table-control.html
Posted inSAP ABAP ABAP-core FMs and tables Posted by By admin November 3, 2021 No. Object Remark 1 OXT_MESSAGE_TO_POPUP Show a log popup 2 DATE_CHECK_WORKINGDAY Check working day 3…
Posted inSAP ABAP ABAP-FI-Common FMs and tables Posted by By admin October 30, 2021 No. Object Remark 1 Get FSE3 data FM RGRE_FINSTATEMENT_INFOS_GET Tables: FAGL_011PC, FAGL_011QT 2 Link GL Account…
Posted inSAP ABAP ABAP Macro Posted by By admin October 30, 2021 *Macro definition DEFINE print. write:/ 'Hello', &1, &2. END-OF-DEFINITION. WRITE:/ 'Before Using Macro'. print 'ABAP'…