/EACC/BTA_DELEGATE_POSTING is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter /EACC/BTA_DELEGATE_POSTING into the relevant SAP transactions such as SE38 or SE80
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Title: Generated Class for Delegation of a FM Call to BTA Update Posting
INCLUDE FINB_MSG_HANDLING_MACROS.
INCLUDE FINB_MSG_DEFAULT_MACROS.
No SAP DATABASE tables are accessed within this REPORT code!
BALW_BAPIRETURN_GET2 CALL FUNCTION 'BALW_BAPIRETURN_GET2' EXPORTING type = o_msg_raised_error->message-msgty cl = o_msg_raised_error->message-msgid number = o_msg_raised_error->message-msgno par1 = o_msg_raised_error->message-msgv1 par2 = o_msg_raised_error->message-msgv2 par3 = o_msg_raised_error->message-msgv3 par4 = o_msg_raised_error->message-msgv4 IMPORTING return = s_bapiret2.
BALW_BAPIRETURN_GET2 CALL FUNCTION 'BALW_BAPIRETURN_GET2' EXPORTING type = sy-msgty cl = sy-msgid number = sy-msgno par1 = sy-msgv1 par2 = sy-msgv2 par3 = sy-msgv3 par4 = sy-msgv4 IMPORTING return = s_bapiret2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
/EACC/BTA_DELEGATE_POSTING - Generated Class for Delegation of a FM Call to BTA Update Posting /EACC/BTA_AUNIT_TEST - ABAP Unit Test for BTA (New AUNIT Framework) /EACC/BTA_AUNIT_TEST - ABAP Unit Test for BTA (New AUNIT Framework) /EACC/BTA_APO_BACKFLUSH_TEST - /EACC/BTAAPOBACKFLUSHTEST /EACC/BAS_B_TEMPLATE - Template Form-Pool Generation /EACC/ARCHIV_WRITE_TOP - /EACC/ARCHIVWRITETOP