ROGSMPDL is a standard Executable ABAP Report 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 ROGSMPDL into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
OK32 - SMP order due list
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.
Selection Text: E_VTWEG = Distribution channel
Selection Text: E_VKORG = Sales organization
Selection Text: E_VBELN = SMP Notification Number
Selection Text: E_VARIAN = Selection variant
Selection Text: E_SPART = Division
Selection Text: E_SAMMG = Collective Processing Number
Selection Text: E_PROFIL = Selection profile
Selection Text: E_MATNR = Software material number
Selection Text: E_LAND1 = Country (Ship-to party)
Selection Text: E_KUNWE = Ship-to party
Selection Text: E_KUNNR = Sold-to party
Selection Text: E_ERDAT = Creation date
Selection Text: E_ENTR = Action to Perform
Selection Text: E_DISPL = Display List
Selection Text: E_BYPASS = Bypass Display List
Selection Text: E_AUART = SW maintenance order type
Selection Text: E_ABGRU = Reason for rejection
Title: SMP Order due list
Text Symbol: B05 = Order Type
Text Symbol: B04 = Processing Parameters
Text Symbol: B03 = Order List Parameters
Text Symbol: B02 = Additional Parameters
Text Symbol: B01 = Selection Parameters
Text Symbol: 009 = SCHEDULED
Text Symbol: 008 = Deleted
Text Symbol: 007 = Collective Processing Number
Text Symbol: 006 = Release
Text Symbol: 005 = PROCESSED
Text Symbol: 004 = Status
Text Symbol: 003 = Action to Perform
Text Symbol: 002 = Bypass Display List
Text Symbol: 001 = Display List
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
MGV_SELOP_AFTER_INITIALIZATION call function 'MGV_SELOP_AFTER_INITIALIZATION' EXPORTING PROGRAM = mgv_matnr_prog TABLES SELOP = mgv_matnr_selopt_tab EXCEPTIONS NO_PROGRAMNAME = 1 OTHERS = 2 .
MGV_SELOP_AFTER_START_OF_SEL CALL FUNCTION 'MGV_SELOP_AFTER_START_OF_SEL' EXPORTING SELOPT_NAME = mgv_matnr_selopt_tab-name TABLES RANGE =
.
RS_VARIANT_CATALOG CALL FUNCTION 'RS_VARIANT_CATALOG' EXPORTING REPORT = 'ROGPLM00' * new_title = ' ' IMPORTING SEL_VARIANT = E_VARIAN-LOW * sel_variant_text = EXCEPTIONS NO_REPORT = 01 REPORT_NOT_EXISTENT = 02 REPORT_NOT_SUPPLIED = 03 NO_VARIANTS = 04 OTHERS = 99.
RS_VARIANT_CATALOG CALL FUNCTION 'RS_VARIANT_CATALOG' EXPORTING REPORT = 'ROGPLM00' * new_title = ' ' IMPORTING SEL_VARIANT = E_VARIAN-HIGH * sel_variant_text = EXCEPTIONS NO_REPORT = 01 REPORT_NOT_EXISTENT = 02 REPORT_NOT_SUPPLIED = 03 NO_VARIANTS = 04 OTHERS = 99.
POPUP_WITH_TABLE CALL FUNCTION 'POPUP_WITH_TABLE' EXPORTING ENDPOS_COL = 85 ENDPOS_ROW = 16 STARTPOS_COL = 55 STARTPOS_ROW = 10 TITLETEXT = TEXT-005 IMPORTING CHOICE = REJECT TABLES VALUETAB = REJECT EXCEPTIONS BREAK_OFF = 1 OTHERS = 2.
POPUP_WITH_TABLE CALL FUNCTION 'POPUP_WITH_TABLE' EXPORTING ENDPOS_COL = 85 ENDPOS_ROW = 16 STARTPOS_COL = 55 STARTPOS_ROW = 10 TITLETEXT = TEXT-005 IMPORTING CHOICE = REJECT TABLES VALUETAB = REJECT EXCEPTIONS BREAK_OFF = 1 OTHERS = 2.
POPUP_WITH_TABLE CALL FUNCTION 'POPUP_WITH_TABLE' EXPORTING ENDPOS_COL = 80 ENDPOS_ROW = 16 STARTPOS_COL = 55 STARTPOS_ROW = 10 TITLETEXT = TEXT-005 IMPORTING CHOICE = ACTION TABLES VALUETAB = ACTION EXCEPTIONS BREAK_OFF = 1 OTHERS = 2.
POPUP_WITH_TABLE CALL FUNCTION 'POPUP_WITH_TABLE' EXPORTING ENDPOS_COL = 60 ENDPOS_ROW = 25 STARTPOS_COL = 15 STARTPOS_ROW = 15 TITLETEXT = TEXT-007 IMPORTING CHOICE = COLL TABLES VALUETAB = COLL EXCEPTIONS BREAK_OFF = 1 OTHERS = 2.
POPUP_WITH_TABLE CALL FUNCTION 'POPUP_WITH_TABLE' EXPORTING ENDPOS_COL = 60 ENDPOS_ROW = 25 STARTPOS_COL = 15 STARTPOS_ROW = 15 TITLETEXT = TEXT-007 IMPORTING CHOICE = COLL TABLES VALUETAB = COLL EXCEPTIONS BREAK_OFF = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.