MF05AFP0_POSITIONEN_ERGAENZEN 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 MF05AFP0_POSITIONEN_ERGAENZEN 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!
FM00_CHECK_ISPS CALL FUNCTION 'FM00_CHECK_ISPS' IMPORTING e_function_active = l_function_active e_fund_active = l_fund_active.
K_PCA_GET_BALANCE_FLAG CALL FUNCTION 'K_PCA_GET_BALANCE_FLAG' EXPORTING i_bukrs = xbkpf-bukrs IMPORTING e_biact = l_biact.
K_PCA_FILL_PROFIT_CENTER_BSEG CALL FUNCTION 'K_PCA_FILL_PROFIT_CENTER_BSEG' TABLES t_bkpf = xbkpf t_bseg = xbseg.
RWIN_CHECK CALL FUNCTION 'RWIN_CHECK' EXPORTING gjahr = bkpf-gjahr process = 'BELEG ' event = 'ADDLINES' TABLES tkomp = tkomp EXCEPTIONS error_message = 1.
FI_DOC_TO_ACC_TRANSFORM CALL FUNCTION 'FI_DOC_TO_ACC_TRANSFORM' EXPORTING status_old = status_old status_new = status_new TABLES t_bkpf = xbkpf t_bseg = xbseg * t_bsegz = xbsegz t_acchd = xacchd t_accit = xaccit t_acccr = xacccr t_accit_ext = xaccit_ext.
FUNC_AREA_CONVERSION_OUTBOUND CALL FUNCTION 'FUNC_AREA_CONVERSION_OUTBOUND' EXPORTING i_func_area_long = xnewlines-fkber IMPORTING e_func_area = bseg-fkber e_func_area_long = bseg-fkber_long.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MF05AFP0_POSITIONEN_ERGAENZEN - MF05AFP0POSITIONENERGAENZEN MF05AFP0_PLANTS_ABROAD_TAX - MF05AFP0PLANTSABROADTAX MF05AFP0_PERIOD_CHECK - MF05AFP0PERIODCHECK MF05AFP0_PERIODE_PRUEFEN - MF05AFP0PERIODEPRUEFEN MF05AFP0_PERIODE_ERMITTELN - MF05AFP0PERIODEERMITTELN MF05AFP0 - documentation and ABAP source code