F9051F00 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 F9051F00 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!
ENQUEUE_EMWBRCE call function 'ENQUEUE_EMWBRCE' exporting _scope = 3 exceptions foreign_lock = 2 system_failure = 3.
POPUP_TO_CONFIRM_WITH_MESSAGE call function 'POPUP_TO_CONFIRM_WITH_MESSAGE' exporting defaultoption = space diagnosetext1 = text-w15 diagnosetext2 = text-w02 textline1 = text-w04 textline2 = text-w16 titel = text-w06 importing answer = l_answer.
DEQUEUE_EMWBRCE call function 'DEQUEUE_EMWBRCE'.
WLF_CWB_CLAIM_PROCESS call function 'WLF_CWB_CLAIM_PROCESS' exporting i_claimnumber = p_komwbrc-claimnumber i_commit = ' ' i_enqueue = l_enqueue i_simulation = s_pruef tables t_error_messages = t_error_messages exceptions fatal_error = 1 others = 2.
WLF_CWB_MASS_AUTHORITY_CHECK call function 'WLF_CWB_MASS_AUTHORITY_CHECK' exporting i_aktyp = p_aktyp tables t_komwbrc = t_komwbrc t_error_messages = t_error_messages.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.