GENFB04 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 GENFB04 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!
WGEN_SHOW_LOG CALL FUNCTION 'WGEN_SHOW_LOG' EXPORTING im_fbg_call = callmode im_log_type = 'E' TABLES im_messg = messg_sel.
WGEN_SHOW_LOG CALL FUNCTION 'WGEN_SHOW_LOG' EXPORTING im_fbg_call = callmode im_log_type = 'D' TABLES im_messg = messg_gen.
WGEN_CHANGE_BSART CALL FUNCTION 'WGEN_CHANGE_BSART' CHANGING im_ex_postab = h_s_postab.
WGEN_CHANGE_SLPIT_CRITERIA CALL FUNCTION 'WGEN_CHANGE_SLPIT_CRITERIA' TABLES im_ex_splitt_tab_for_vo = vo_splitt_tab im_ex_splitt_tab_for_wo = wo_splitt_tab im_ex_splitt_tab_for_d = de_splitt_tab im_ex_splitt_tab_for_so = so_splitt_tab CHANGING im_ex_vo_splitt_for = splitt_vo im_ex_wo_splitt_for = splitt_wo im_ex_d_splitt_for = splitt_de im_ex_so_splitt_for = splitt_so.
ME_DISPLAY_PURCHASE_DOCUMENT CALL FUNCTION 'ME_DISPLAY_PURCHASE_DOCUMENT' EXPORTING I_EBELN = h_bes I_ENJOY = 'X' I_EDIT = ' ' EXCEPTIONS others = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
GENFB04 - documentation and ABAP source code GENFB03 - documentation and ABAP source code GENFB02 - documentation and ABAP source code GENFB01 - documentation and ABAP source code GENERIC_NODE_DISPLAY==========FT - GENERICNODEDISPLAY==========FT GENERATION_ALV_AND_BASIC_SET - GENERATIONALVANDBASICSET