RAPOST_POST_L 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 RAPOST_POST_L 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!
FAA_READ_AREA_SETTINGS CALL FUNCTION 'FAA_READ_AREA_SETTINGS' EXPORTING i_orgunit = ls_anepi-bukrs i_area = x093-afaber IMPORTING es_areasettings = ls_area EXCEPTIONS OTHERS = 3.
AMBU_SORT_DEPR_LINES CALL FUNCTION 'AMBU_SORT_DEPR_LINES'.
AMBU_AC_TABLES_GET_FROM_BUFFER CALL FUNCTION 'AMBU_AC_TABLES_GET_FROM_BUFFER' TABLES t_accit = lt_accit t_acccr = lt_acccr t_accda = lt_accda t_acchd = lt_acchd.
AMBU_GLOBAL_TABLES_REFRESH CALL FUNCTION 'AMBU_GLOBAL_TABLES_REFRESH'.
MESSAGE_LINE_SET CALL FUNCTION 'MESSAGE_LINE_SET' EXPORTING zeile = ld_zeile.
MESSAGE_SET_DEFAULTLINE CALL FUNCTION 'MESSAGE_SET_DEFAULTLINE' EXPORTING arbgb = 'AAPO' msgty = 'E' msgv1 = afblnrc msgv2 = gd_prof msgv3 = gd_prot txtnr = '511' zeile = ld_zeile modify = ' ' EXCEPTIONS not_active = 1 OTHERS = 2.
AC_DOCUMENT_CREATE CALL FUNCTION 'AC_DOCUMENT_CREATE' TABLES t_acchd = lt_acchd t_accit = lt_accit t_acccr = lt_acccr t_accda = lt_accda EXCEPTIONS error_message = 1.
AMBU_GLOBAL_TABLES_REFRESH CALL FUNCTION 'AMBU_GLOBAL_TABLES_REFRESH'.
AMBU_AC_TABLES_GET_FROM_BUFFER CALL FUNCTION 'AMBU_AC_TABLES_GET_FROM_BUFFER' TABLES t_accit = lt_accit t_acccr = lt_acccr t_accda = lt_accda t_acchd = lt_acchd.
DEQUEUE_EFBKPF CALL FUNCTION 'DEQUEUE_EFBKPF' EXPORTING mode_bkpf = 'E' mandt = sy-mandt bukrs = p_bukrs belnr = afblnrc gjahr = p_gjahr.
AMDS_DOCUMENT_SHOW CALL FUNCTION 'AMDS_DOCUMENT_SHOW' EXPORTING i_simu = 'X' i_display_only = 'X' i_awtyp = con_awtyp_amdp TABLES t_acchd = lt_acchd t_accit = lt_accit t_acccr = lt_acccr t_accda = lt_accda.
MESSAGE_SET_DEFAULTLINE CALL FUNCTION 'MESSAGE_SET_DEFAULTLINE' EXPORTING arbgb = 'AAPO' msgty = 'E' msgv1 = afblnrc msgv2 = gd_prof msgv3 = gd_prot txtnr = '512' zeile = gd_prof modify = ' ' EXCEPTIONS not_active = 1 OTHERS = 2.
AMUP_DOCNUMBER_DETERMINE CALL FUNCTION 'AMUP_DOCNUMBER_DETERMINE' EXPORTING i_bukrs = p_bukrs i_gjahr = p_gjahr i_aworg = ls_acchd-aworg i_awtyp = ls_acchd-awtyp i_awsys = ls_acchd-awsys IMPORTING e_belnr = ls_acchd-awref.
AC_DOCUMENT_POST CALL FUNCTION 'AC_DOCUMENT_POST' EXPORTING i_awref = ls_acchd-awref i_aworg = ls_acchd-aworg i_awtyp = ls_acchd-awtyp i_awsys = ls_acchd-awsys EXCEPTIONS error_message = 01.
FI_DOCUMENT_NUMBER_INTERNAL CALL FUNCTION 'FI_DOCUMENT_NUMBER_INTERNAL' "#EC NO_INCOMP EXPORTING x_get = con_x TABLES t_accdn = lt_accdn EXCEPTIONS OTHERS = 0.
FIAA_UPDATE_ACC_ANLP CALL FUNCTION 'FIAA_UPDATE_ACC_ANLP' " IN UPDATE TASK TABLES t_vanlp = xvanlp.
AMBU_GLOBAL_TABLES_REFRESH CALL FUNCTION 'AMBU_GLOBAL_TABLES_REFRESH'.
FAA_READ_AREA_SETTINGS CALL FUNCTION 'FAA_READ_AREA_SETTINGS' EXPORTING i_orgunit = p_bukrs i_area = id_afabe IMPORTING es_areasettings = ls_area EXCEPTIONS OTHERS = 0.
CALL FUNCTION 'FAA_READ_AREA_SETTINGS' EXPORTING i_orgunit = id_bukrs i_area = id_area IMPORTING es_areasettings = ls_area EXCEPTIONS OTHERS = 3.
APER_SWITCH_BUKRS_AFABE CALL FUNCTION 'APER_SWITCH_BUKRS_AFABE' TABLES ct_accit = et_accit ct_accda = et_accda ct_acccr = et_acccr CHANGING cs_acchd =
EXCEPTIONS cust_read_error = 1 OTHERS = 2.
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 RAPOST_POST_L or its description.