SAP Reports / Programs | Sales and Distribution | POS Interface(SD-POS) SAP SD

MWVLBS07 SAP ABAP INCLUDE - RWVLB007 subroutines







MWVLBS07 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 MWVLBS07 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 MWVLBS07. "Basic submit
SUBMIT MWVLBS07 AND RETURN. "Return to original report after report execution complete
SUBMIT MWVLBS07 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: RWVLB007 subroutines


INCLUDES used within this REPORT MWVLBS07

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:

MMPUR_REQUISITION_DISPLAY CALL FUNCTION 'MMPUR_REQUISITION_DISPLAY' EXPORTING IM_BANFN = LBTAB-BANFN IM_BNFPO = LBTAB-BNFPO * IM_CHANGE = IM_DISPLAY_ONLY = 'X' EXCEPTIONS NO_AUTHORITY = 1 OTHERS = 99.

ME_DISPLAY_PURCHASE_DOCUMENT CALL FUNCTION 'ME_DISPLAY_PURCHASE_DOCUMENT' EXPORTING I_EBELN = LBTAB-EBELN * I_EBELP = I_ENJOY = 'X' * I_PREVIEW = * I_DATA_FROM_BUFFER = * I_BSTYP = I_DISPLAY_ONLY = 'X' * I_EDIT = ' ' * I_ETENR = * I_DOC_INITIATOR = EXCEPTIONS NOT_FOUND = 1 NO_AUTHORITY = 2 INVALID_CALL = 3 PREVIEW_NOT_POSSIBLE = 4 OTHERS = 99.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING TEXT = TEXT EXCEPTIONS OTHERS = 1.

ME_READ_INFORECORD CALL FUNCTION 'ME_READ_INFORECORD' EXPORTING INCOM = L_E_INCOM IMPORTING EINADATEN = L_I_EINA EINEDATEN = L_I_EINE EXCEPTIONS BAD_COMIN = 1 BAD_MATERIAL = 2 BAD_MATERIALCLASS = 3 BAD_SUPPLIER = 4 NOT_FOUND = 5 OTHERS = 6.

WRITE_MESSAGE_NEW CALL FUNCTION 'WRITE_MESSAGE_NEW' EXPORTING MSGID = L_I_WBOM2-MSGID MSGNO = L_I_WBOM2-MSGNO MSGTY = L_I_WBOM2-MSGTY MSGV1 = L_I_WBOM2-MSGV1 MSGV2 = L_I_WBOM2-MSGV2 MSGV3 = L_I_WBOM2-MSGV3 MSGV4 = L_I_WBOM2-MSGV4 MSGV5 = ' ' IMPORTING * error = i_error MESSG = L_MESSAGE * msgln = i_length EXCEPTIONS ERROR_MESSAGE = 4.



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