LACCRPOSTF01 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 LACCRPOSTF01 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
COPA_GET_SETTLEMENT_STRUCTURE call function 'COPA_GET_SETTLEMENT_STRUCTURE' exporting i_erkrs = i_erkrs i_vrgng = 'RFBU' i_hkont = i_accr-hkont i_kokrs = i_kokrs importing e_ersch = l_ersch e_erzuo = l_erzuo tables t_tkb9f = lt_tkb9f exceptions incomplete_structure = 1 error_structure = 2 others = 3.
MESSAGE_STORE call function 'MESSAGE_STORE' exporting arbgb = sy-msgid exception_if_not_active = ' ' msgty = sy-msgty msgv1 = sy-msgv1 msgv2 = sy-msgv2 msgv3 = sy-msgv3 msgv4 = sy-msgv4 txtnr = sy-msgno * ZEILE = ' ' * IMPORTING * ACT_SEVERITY = * MAX_SEVERITY = exceptions message_type_not_valid = 1 not_active = 2 others = 3.
MESSAGES_INITIALIZE call function 'MESSAGES_INITIALIZE' exceptions others = 1.
MESSAGES_STOP call function 'MESSAGES_STOP' exceptions a_message = 1 e_message = 2 i_message = 3 w_message = 4 others = 5.
FIND_TAX_SPREADSHEET call function 'FIND_TAX_SPREADSHEET' exporting buchungskreis = p_accit-bukrs.
REFRESH_TAX_TABLES call function 'REFRESH_TAX_TABLES'.
CALCULATE_TAX_DOCUMENT call function 'CALCULATE_TAX_DOCUMENT' exporting i_bukrs = p_accit-bukrs tables t_bkpf = lt_bkpf t_bseg = lt_bseg t_dbseg = lt_dbseg.
CALCULATE_TAX_DOCUMENT call function 'CALCULATE_TAX_DOCUMENT' exporting i_bukrs = p_accit-bukrs tables t_bkpf = lt_bkpf t_bseg = lt_bseg t_dbseg = lt_dbseg.
CREATE_BSET_ITEM call function 'CREATE_BSET_ITEM' tables t_bkpf = lt_bkpf t_bseg = lt_bseg t_bset = lt_bset.
CREATE_TAX_ITEM call function 'CREATE_TAX_ITEM' tables t_bsegt = lt_bsegt.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.