ROGPLM00 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 ROGPLM00 into the relevant SAP transactions such as SE38 or SE80
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: ZEITR = Offset for Contract Validation
Selection Text: X_MATNR = Additional Material
Selection Text: XMAT = Consider Additional Material
Selection Text: VTWEG = Distribution channel
Selection Text: VKORG = Sales organization
Selection Text: VCP = Consider Version Change
Selection Text: SW_MATNR = Software material
Selection Text: SWNREXPD = Consider Pre-configured
Selection Text: STATUS = Consider IBASE status
Selection Text: SPART = Division
Selection Text: SC_MATNR = Service material
Selection Text: SC_AUART = Service contract type
Selection Text: PLMAUART = SW maintenance order type
Selection Text: KUNNR = Current Owner
Title: Main selection screen for SMP variants
Text Symbol: VCP = VCP
Text Symbol: T01 = Test the processing
Text Symbol: MLM = MLM
Text Symbol: MAT = Only this material to order
Text Symbol: M02 = Additional Materials
Text Symbol: EXD = Consider Pre-configured
Text Symbol: CHA = Consider Characteristic Values
Text Symbol: B02 = Additional Parameters
Text Symbol: B01 = Selection Parameters
Text Symbol: B00 = Processing Options
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 =
.
PLM_SELECT_DATA * CALL FUNCTION 'PLM_SELECT_DATA' * EXPORTING * PROCESS_TYPE = X_PTYPE * PAUART = PLMAUART * REPORT = 'ROGPLM00' ** variant = itogm2-variant * TABLES * IPLBDC = IPLBDC * ITOGM3 = ITOGM3 * VARVALS = VARVALS * ERRLOG = MTAB * EXCEPTIONS * SW_MATERIAL_REQUIRED = 1 * SC_MATERIAL_REQUIRED = 2 * OTHERS = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
ROGPLM00 - Main selection screen for SMP variants ROGPLM00 - Main selection screen for SMP variants ROGPLI02 - Include: Shared data declarations (Generated automatically!!) ROGPLI01 - Include: Shared data declarations (Generated automatically!!) ROGPLI00 - Add message to error log ROGPLA00 - Add message to error log