SAP Reports / Programs

LACCRPOSTF01 SAP ABAP INCLUDE - documentation and ABAP source code







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT LACCRPOSTF01. "Basic submit
SUBMIT LACCRPOSTF01 AND RETURN. "Return to original report after report execution complete
SUBMIT LACCRPOSTF01 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT LACCRPOSTF01

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name LACCRPOSTF01 or its description.