FM06BF03_FREIGABE_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 FM06BF03_FREIGABE_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!
ME_REL_FRGKZ CALL FUNCTION 'ME_REL_FRGKZ' EXPORTING I_FRGOT = '1' I_FRGGR = BAT-FRGGR I_FRGST = BAT-FRGST I_FRGKZ = BAT-FRGKZ I_FRGRL = BAT-FRGRL I_FRGZU = BAT-FRGZU IMPORTING E_FRGRL = BAT-FRGRL E_FRGKZ = BAT-FRGKZ.
MEDI_REQ_RELEASE CALL FUNCTION 'MEDI_REQ_RELEASE' EXPORTING im_eban = l_eban im_eban_old = l_eban_old im_activity = ver IM_PERSISTENT = 'X' IMPORTING EX_BANPR = l_eban-banpr EX_RLWRT = l_eban-rlwrt EXCEPTIONS error_message = 1 OTHERS = 2.
MEDI_REQ_BUYER_APPROVAL CALL FUNCTION 'MEDI_REQ_BUYER_APPROVAL' EXPORTING im_eban = l_eban im_eban_old = l_eban_old im_ebkn = lt_Ebkn im_ebkn_old = lt_ebkn_old im_activity = ver IM_PERSISTENT = 'X' IMPORTING EX_BANPR = l_eban-banpr EXCEPTIONS error_message = 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.