SAP Reports / Programs | Materials Management | Inventory Management(MM-IM) SAP MM

WBEF_HYBRID_DISP_F01 SAP ABAP INCLUDE - WBEFHYBRIDDISPF01







WBEF_HYBRID_DISP_F01 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 WBEF_HYBRID_DISP_F01 into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

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.






SUBMIT WBEF_HYBRID_DISP_F01. "Basic submit
SUBMIT WBEF_HYBRID_DISP_F01 AND RETURN. "Return to original report after report execution complete
SUBMIT WBEF_HYBRID_DISP_F01 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT WBEF_HYBRID_DISP_F01

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

LOCATION_SELECT_PLANT CALL FUNCTION 'LOCATION_SELECT_PLANT' EXPORTING I_WERKS = I_WERKS IMPORTING O_T001W = CS_T001W EXCEPTIONS NO_VALID_PLANT = 01 PLANT_NOT_FOUND = 02.

LOCATION_WRF1_SELECT CALL FUNCTION 'LOCATION_WRF1_SELECT' EXPORTING I_LOCNR = CS_T001W-KUNNR IMPORTING A_WRF1 = LS_WRF1 EXCEPTIONS NO_ENTRY_FOUND = 01.

CHECK_AUTHORITY_SALESPR_REVAL CALL FUNCTION 'CHECK_AUTHORITY_SALESPR_REVAL' EXPORTING PI_VKORG = LS_TYPE_WERKS-VKORG PI_VTWEG = LS_TYPE_WERKS-VTWEG PI_WERKS = LS_TYPE_WERKS-WERKS PI_ACTVT = LV_ACTVT IMPORTING PE_SUBRC = LV_SUBRC.

DDIF_TABL_GET CALL FUNCTION 'DDIF_TABL_GET' EXPORTING NAME = LV_TABNAME STATE = 'A' TABLES DD12V_TAB = LT_DD12V DD17V_TAB = LT_DD17V EXCEPTIONS ILLEGAL_INPUT = 1 ERROR_MESSAGE = 2 OTHERS = 3.

DB_EXISTS_INDEX CALL FUNCTION 'DB_EXISTS_INDEX' EXPORTING * DBINDEX = TABNAME = LV_TABNAME INDEXNAME = LS_DD12V-indexname IMPORTING REALNAME = L_DBINDEX SUBRC = L_READ_SUBRC EXCEPTIONS PARAMETER_ERROR = 1 OTHERS = 2.

POPUP_TO_CONFIRM_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE' EXPORTING DEFAULTOPTION = SPACE DIAGNOSETEXT1 = TEXT-W01 DIAGNOSETEXT2 = TEXT-W02 TEXTLINE1 = TEXT-W03 TITEL = TEXT-W04 IMPORTING ANSWER = L_ANSWER.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name WBEF_HYBRID_DISP_F01 or its description.