MF05AFB0_BUPLA_SETZEN 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 MF05AFB0_BUPLA_SETZEN 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!
J_1BSA_COMPONENT_ACTIVE CALL FUNCTION 'J_1BSA_COMPONENT_ACTIVE' EXPORTING bukrs = xbkpf-bukrs component = '**' IMPORTING active_component = component EXCEPTIONS component_not_active = 01.
KR_GET_HEADQUARTER_BPLACE * CALL FUNCTION 'KR_GET_HEADQUARTER_BPLACE' * EXPORTING * company = xbkpf-bukrs * IMPORTING * bplace = xbupla * EXCEPTIONS * no_head_quarter_bplace = 1 * bplace_does_not_exist = 2 * OTHERS = 3.
KR_GET_HEADQUARTER_BPLACE CALL FUNCTION 'KR_GET_HEADQUARTER_BPLACE' EXPORTING company = xbkpf-bukrs IMPORTING bplace = xbupla EXCEPTIONS no_head_quarter_bplace = 1 bplace_does_not_exist = 2 OTHERS = 3.
FIN_UI_DECO_CUSTOMIZED_MESSAGE CALL FUNCTION 'FIN_UI_DECO_CUSTOMIZED_MESSAGE' "582784 EXPORTING i_arbgb = 'F5' i_dtype = 'W' i_msgnr = '883'.
FIN_UI_DECO_CUSTOMIZED_MESSAGE CALL FUNCTION 'FIN_UI_DECO_CUSTOMIZED_MESSAGE' EXPORTING i_arbgb = 'F5' i_dtype = 'W' i_msgnr = '883'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MF05AFB0_BUPLA_SETZEN - MF05AFB0BUPLASETZEN MF05AFB0_BUPLA_FEHLER - MF05AFB0BUPLAFEHLER MF05AFB0_BUCHUNGSZEILE_MERKEN_ - MF05AFB0BUCHUNGSZEILEMERKEN MF05AFB0_BUCHUNGSZEILE_MERKEN - MF05AFB0BUCHUNGSZEILEMERKEN MF05AFB0_BUCHUNGSZEILE_ERGAENZ - MF05AFB0BUCHUNGSZEILEERGAENZ MF05AFB0_BUCHUNGSZEILE_ANZEIGE - MF05AFB0BUCHUNGSZEILEANZEIGE