MA12BI00 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 MA12BI00 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: ?...
Text Symbol: 001 = ** GENERIC RETIREMENT **
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
T093C_READ CALL FUNCTION 'T093C_READ' EXPORTING f_t093c = t093c IMPORTING f_t093c = t093c.
AM_T001_READ CALL FUNCTION 'AM_T001_READ' EXPORTING f_t001 = t001 IMPORTING f_t001 = t001.
DATE_TO_PERIOD_CONVERT CALL FUNCTION 'DATE_TO_PERIOD_CONVERT' EXPORTING i_date = anek-budat i_periv = t001-periv IMPORTING e_gjahr = anbz-gjahr " Geschäftsjahr e_buper = hlp_buper. " Buchungsperiode in anbz-gjahr
T093C_READ CALL FUNCTION 'T093C_READ' EXPORTING f_t093c = t093c IMPORTING f_t093c = t093c.
FI_PERIOD_DETERMINE CALL FUNCTION 'FI_PERIOD_DETERMINE' EXPORTING i_budat = anek-budat i_bukrs = anla-bukrs i_monat = anbz-monat IMPORTING e_gjahr = anbz-gjahr e_monat = anbz-monat.
DATE_TO_PERIOD_CONVERT CALL FUNCTION 'DATE_TO_PERIOD_CONVERT' EXPORTING i_date = sy-datlo i_periv = t001-periv IMPORTING e_gjahr = hlp_akt_gjahr. " laufendes GJAHR
DATE_TO_PERIOD_CONVERT CALL FUNCTION 'DATE_TO_PERIOD_CONVERT' EXPORTING i_date = anep-bzdat i_periv = t001-periv IMPORTING e_gjahr = hlp_bzdat_gjahr. " GJAHR von Bezugsdatu
AM_DOCUMENT_RECEIVER_LIST_SHOW CALL FUNCTION 'AM_DOCUMENT_RECEIVER_LIST_SHOW' EXPORTING i_gjahr = auak-gjahr i_perid = hlp_perid i_budat = hlp_budat i_bldat = hlp_bldat i_bzdat = hlp_bzdat "ins h213730 TABLES t_rece = xrece t_auaa = xauaa.
BELEGART_PRUEFEN CALL FUNCTION 'BELEGART_PRUEFEN' EXPORTING i_blart = *komk1-blart i_bukrs = anla-bukrs i_gjahr = anbz-gjahr. "ins h371051
BELEGARTEN_AUSWAHL CALL FUNCTION 'BELEGARTEN_AUSWAHL' EXPORTING i_bukrs = anla-bukrs i_gjahr = hlp_akt_gjahr IMPORTING e_blart = *komk1-blart.
AMDS_DOCUMENT_SHOW CALL FUNCTION 'AMDS_DOCUMENT_SHOW' EXPORTING i_simu = lko74-testlauf i_display_only = lko74-testlauf IMPORTING e_ucomm = ld_ucomm * E_ACCIT_CHANGED = TABLES t_acchd = yacchd t_accit = yaccit t_acccr = yacccr t_accda = yaccda.
AMDS_MULTIPLE_DOCUMENTS_SHOW CALL FUNCTION 'AMDS_MULTIPLE_DOCUMENTS_SHOW' EXPORTING iv_xdisplay_only = lko74-testlauf it_faa_document = lt_faa_acc_doc IMPORTING ev_ucomm = ld_ucomm.
AMDP_TABLE_CONTROL_SHOW_ITEMS CALL FUNCTION 'AMDP_TABLE_CONTROL_SHOW_ITEMS' TABLES t_ants = lt_ants t_anepi = lt_anepi.
AMDP_ALVGRID_SHOW_ITEMS CALL FUNCTION 'AMDP_ALVGRID_SHOW_ITEMS' TABLES t_ants = lt_ants t_anepi = lt_anepi.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.