SAP Reports / Programs | Logistics - General | Logistics Basic Data | Vendor Master(LO-MD-BP-VM) SAP LO

RWYPROTDV SAP ABAP Report - Changes to default data that were not forwarded







RWYPROTDV is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program is only of interest to Retail users...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RWYPROTDV 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 RWYPROTDV. "Basic submit
SUBMIT RWYPROTDV AND RETURN. "Return to original report after report execution complete
SUBMIT RWYPROTDV VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: DETAIL = Detailed output
Selection Text: EINE_BEA = Purchasing info record
Selection Text: LOESCH = Delete log data
Selection Text: MARC_BEA = Material master
Selection Text: S_LIFNR = Vendor(s)
Title: Changes to default data that were not forwarded
Text Symbol: 001 = List unsuccessful attempts to make changes
Text Symbol: 002 = Date
Text Symbol: 003 = To
Text Symbol: 004 = Subarea
Text Symbol: 005 = No data to be deleted exists
Text Symbol: 006 = Data was deleted


INCLUDES used within this REPORT RWYPROTDV

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:

REUSE_ALV_HIERSEQ_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = G_REPID I_CALLBACK_PF_STATUS_SET = C_FORM_GUI_STAT IS_LAYOUT = G_LAYOUT IT_FIELDCAT = G_T_FIELDCAT IT_EXCLUDING = G_T_EXCLUDING IT_SORT = G_T_SORTINFO I_SAVE = C_SAVE_VARIANT IS_VARIANT = G_VARIANT I_TABNAME_HEADER = C_NAME_KO_TAB_M I_TABNAME_ITEM = C_NAME_ZE_TAB_M IS_KEYINFO = G_KEYINFO TABLES T_OUTTAB_HEADER = G_T_DRUCK_KO_M T_OUTTAB_ITEM = G_T_DRUCK_ZE_M EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.

REUSE_ALV_HIERSEQ_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = G_REPID I_CALLBACK_PF_STATUS_SET = C_FORM_GUI_STAT IS_LAYOUT = G_LAYOUT IT_FIELDCAT = G_T_FIELDCAT IT_EXCLUDING = G_T_EXCLUDING IT_SORT = G_T_SORTINFO I_SAVE = C_SAVE_VARIANT IS_VARIANT = G_VARIANT I_TABNAME_HEADER = C_NAME_KO_TAB_E I_TABNAME_ITEM = C_NAME_ZE_TAB_E IS_KEYINFO = G_KEYINFO TABLES T_OUTTAB_HEADER = G_T_DRUCK_KO_E T_OUTTAB_ITEM = G_T_DRUCK_ZE_E EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.



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