SAP Reports / Programs | Logistics - General | Logistics Basic Data | Material Master(LO-MD-MM) SAP LO

RWBE2F06 SAP ABAP INCLUDE - documentation and ABAP source code







RWBE2F06 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 RWBE2F06 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 RWBE2F06. "Basic submit
SUBMIT RWBE2F06 AND RETURN. "Return to original report after report execution complete
SUBMIT RWBE2F06 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 RWBE2F06

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:

POPUP_CONTINUE_YES_NO * CALL FUNCTION 'POPUP_CONTINUE_YES_NO' * EXPORTING * DEFAULTOPTION = 'Y' * TITEL = TEXT-037 * TEXTLINE1 = TEXT-038 * TEXTLINE2 = TEXT-039 * IMPORTING * ANSWER = POPUP_ANSWER.

POPUP_CONTINUE_YES_NO * CALL FUNCTION 'POPUP_CONTINUE_YES_NO' * EXPORTING * DEFAULTOPTION = 'Y' * TITEL = TEXT-037 * TEXTLINE1 = TEXT-040 * TEXTLINE2 = TEXT-041 * IMPORTING * ANSWER = POPUP_ANSWER.

CONVERSION_EXIT_MATN1_INPUT * CALL FUNCTION 'CONVERSION_EXIT_MATN1_INPUT' * EXPORTING * INPUT = MATNR_LISEL * IMPORTING * OUTPUT = MATNR_NEU.

CONVERSION_EXIT_MATN1_INPUT CALL FUNCTION 'CONVERSION_EXIT_MATN1_INPUT' EXPORTING INPUT = MATNR_LISEL IMPORTING OUTPUT = MATNR_NEU.

HELP_VALUES_GET_WITH_TABLE CALL FUNCTION 'HELP_VALUES_GET_WITH_TABLE' EXPORTING FIELDNAME = 'T006A' TABNAME = 'MSEHI' TITEL = TEXT-061 * TITLE_IN_VALUES_LIST = ' ' IMPORTING SELECT_VALUE = MEINS_NEU TABLES FIELDS = T_FIELDS VALUETAB = T_VALUES EXCEPTIONS FIELD_NOT_IN_DDIC = 1 MORE_THEN_ONE_SELECTFIELD = 2 NO_SELECTFIELD = 3 OTHERS = 4.

F4_MACO * CALL FUNCTION 'F4_MACO' * EXPORTING * MCONAME = 'MAT1' ** SELSTR = ' ' ** STARTING_X = 1 ** STARTING_Y = 1 * IMPORTING * RETURN_VALUE = MATNR_NEU * EXCEPTIONS * USER_CANCEL = 1 * NO_DATA_FOUND = 2 * UNKNOWN_ID = 3 * INTERNAL_ERROR = 4 * OTHERS = 5.

F4IF_FIELD_VALUE_REQUEST CALL FUNCTION 'F4IF_FIELD_VALUE_REQUEST' EXPORTING TABNAME = SPACE FIELDNAME = SPACE SEARCHHELP = 'MAT1' MULTIPLE_CHOICE = ' ' DISPLAY = ' ' TABLES RETURN_TAB = F4_SEL_TAB EXCEPTIONS FIELD_NOT_FOUND = 1 NO_HELP_FOR_FIELD = 2 INCONSISTENT_HELP = 3 NO_VALUES_FOUND = 4 OTHERS = 5.

HELP_VALUES_GET_WITH_TABLE CALL FUNCTION 'HELP_VALUES_GET_WITH_TABLE' EXPORTING FIELDNAME = 'MARA' TABNAME = 'MATNR' TITEL = TEXT-062 * TITLE_IN_VALUES_LIST = ' ' IMPORTING SELECT_VALUE = MATNR_NEU TABLES FIELDS = FIELDS VALUETAB = VALUETAB EXCEPTIONS FIELD_NOT_IN_DDIC = 1 MORE_THEN_ONE_SELECTFIELD = 2 NO_SELECTFIELD = 3 OTHERS = 4.

L_LGORT_LGNUM_CHECK CALL FUNCTION 'L_LGORT_LGNUM_CHECK' EXPORTING I_WERKS = ZLE-WERKS I_LGORT = ZLE-LGORT I_LGDAT = 'X' IMPORTING E_T320 = T320 E_T340D = T340D EXCEPTIONS LGNUM_OR_LGORT_OBLIGATORY = 1 LGORT_NOT_DETERMINED = 2 LGNUM_OR_LGORT_WRONG = 3 ENTRY_NOT_IN_T320 = 4 WERKS_LGNUM_NOT_VALID = 5 STANDARD_LGORT_NOT_DETERMINED = 6 LGNUM_DATA_DOES_NOT_EXIST = 7 LGNUM_TEXT_DOES_NOT_EXIST = 8 OTHERS = 9.



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 RWBE2F06 or its description.