GENFB01 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 GENFB01 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_CREATE_BATCH_LOG * CALL FUNCTION 'WGEN_CREATE_BATCH_LOG' ** EXPORTING ** im_fb_typ = fb_typ-lief_bestellung * TABLES * im_messg = messg_sel.
WGEN_GET_VENDOR_ORDER_WORKLIST CALL FUNCTION 'WGEN_GET_VENDOR_ORDER_WORKLIST' EXPORTING im_fbg_call = callmode im_mit_retouren = mit_revo im_mit_normalen = mit_novo im_po_fashion = p_pofash "sls relvance im_at_get_contract = l_contr " contractfind im_enjoypo = l_poenj "A&VS EhP4 TABLES im_rt_ekorg = vo_ekorg im_rt_ekgrp = vo_ekgrp im_rt_abeln = abeln_rt im_rt_bedat = fgend_rt im_rt_lifnr = lifnr_rt im_rt_filnr = filnr_rt " filnr als Warenempf " für aubsi-betrb * im_rt_vzent = " nicht berücksichtigt im_rt_matnr = matnr im_rt_aktnr = aktnr_rt im_rt_bsart = votype im_rt_third_party_order = third_party_order_rt im_rt_vendor_orders_of_dc = vendor_orders_of_dc_rt im_ex_aupo = xaupo im_ex_postab = postab_vo im_ex_aubsi = xaubsi im_ex_messg = messg_sel ex_abeln_for_lock = abeln_for_lock.
WGEN_GET_WAREHS_ORDER_WORKLIST CALL FUNCTION 'WGEN_GET_WAREHS_ORDER_WORKLIST' EXPORTING im_fbg_call = callmode im_mit_retouren = mit_rewo im_mit_normalen = mit_nowo TABLES im_rt_ekorg = wo_ekorg im_rt_ekgrp = wo_ekgrp im_rt_abeln = abeln_rt im_rt_fudat = fgend_rt * IM_RT_LIFNR = im_rt_filnr = filnr_rt " filnr als Warenempf im_rt_vzent = vzent_rt im_rt_matnr = matnr im_rt_aktnr = aktnr_rt im_rt_bsart = wotype * auft*4 / sls relevance im_ex_auvz = xauvz im_ex_aupo = xaupo im_ex_postab = postab_wo im_ex_auumi = xauumi im_ex_messg = messg_sel ex_abeln_for_lock = abeln_for_lock.
WALL_GET_MATERIALS_OF_MC CALL FUNCTION 'WALL_GET_MATERIALS_OF_MC' EXPORTING im_fill_matnr_rt = 'X' im_fill_matnr_table = ' ' TABLES im_mc_class_rt = mg_class_rt ex_matnr_rt = t_matnr * ex_t_matnr = EXCEPTIONS empty_range = 1 nothing_get = 2 nothing_to_do = 3 OTHERS = 4.
WGEN_GET_SALES_ORDER_WORK_LIST CALL FUNCTION 'WGEN_GET_SALES_ORDER_WORK_LIST' EXPORTING im_fbg_call = callmode TABLES im_ex_postab = postab_so im_ex_aukai = xaukais im_ex_aupo = xaupo * auft*4 / sls relevance im_ex_auvz = xauvz im_ex_messg = messg_sel im_sales_areas = t_sales_areas im_rt_abeln = abeln_rt im_rt_abelp = abelp_rt im_rt_matnr = matnr im_rt_kunnr = filnr_rt im_rt_vzent = vzent_so im_rt_wedat = fgend_rt im_rt_kaart = sotype im_rt_aktnr = aktnr_rt im_rt_matkl = matkl ex_abeln_for_lock = abeln_for_lock.
WGEN_GET_DELIVERY_WORKLIST CALL FUNCTION 'WGEN_GET_DELIVERY_WORKLIST' EXPORTING im_fbg_call = callmode TABLES im_rt_vstel = vstel im_rt_abeln = abeln_rt im_rt_ledat = fgend_rt im_rt_route = route_rt im_rt_spdnr = spdnr_rt im_rt_filnr = filnr_rt "auft*4 note 631791/ no filnr in select im_rt_matnr = matnr im_rt_aktnr = aktnr_rt im_ex_postab = postab_de im_ex_auvdi = xauvdi im_ex_aupo = xaupo * auft*4 / sls relevance im_ex_auvz = xauvz im_ex_messg = messg_sel ex_abeln_for_lock = abeln_for_lock.
POPUP_TO_DECIDE CALL FUNCTION 'POPUP_TO_DECIDE' EXPORTING defaultoption = '1' textline1 = atext-textline1 textline2 = atext-textline2 textline3 = atext-textline3 text_option1 = atext-option1 text_option2 = atext-option2 icon_text_option1 = 'ICON_PROTOCOL' * ICON_TEXT_OPTION2 = ' ' titel = atext-titel * START_COLUMN = 25 * START_ROW = 6 * CANCEL_DISPLAY = 'X' IMPORTING answer = p_answer .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
GENFB01 - documentation and ABAP source code GENERIC_NODE_DISPLAY==========FT - GENERICNODEDISPLAY==========FT GENERATION_ALV_AND_BASIC_SET - GENERATIONALVANDBASICSET GENERATE_FROM_FC_MAP - Include GENERATE_FROM_FC_MAP GENERATE_FROM_FC_CI_F01 - Include GENERATE_FROM_FC_CI_F01 GENERATE_FROM_DPR_FC_MAP - Generate method for field control from table DPR_FC_MAP