SAP Reports / Programs | Software Maintenance Processing | Industry Solution High Tech | Software Maintenance Processing(IS-HT-SW-SMP) SAP IS

ROGSMPSL SAP ABAP Report - Software Maintenance Process







ROGSMPSL 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 ROGSMPSL into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

OK31 - Execute SMP profile/variant


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 ROGSMPSL. "Basic submit
SUBMIT ROGSMPSL AND RETURN. "Return to original report after report execution complete
SUBMIT ROGSMPSL 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: E_VARIA = Variant
Selection Text: E_SIMU = Simulation
Selection Text: E_SAMMG = Reference RunNo
Selection Text: E_REAL = Create Notification Orders
Selection Text: E_PUSH = All PUSH
Selection Text: E_PULL = All PULL
Selection Text: E_PROFIL = Profile
Selection Text: E_FULL = Full Run
Selection Text: E_DELTA = Delta Run
Selection Text: E_AUTO = PUSH/PULL based on PUSH table
Title: Software Maintenance Process
Text Symbol: B04 = PUSH/PULL Method
Text Symbol: B03 = Output
Text Symbol: B02 = Run mode
Text Symbol: B01 = Profile/Variant (choose one only)
Text Symbol: 007 = Maintenance Orders
Text Symbol: 006 = Mailing List
Text Symbol: 005 = PUSH-table
Text Symbol: 004 = Simulation
Text Symbol: 003 = Reference RunNo - Profile - Variant
Text Symbol: 002 = Delta Run
Text Symbol: 001 = Full Run


INCLUDES used within this REPORT ROGSMPSL

INCLUDE ROGSLTOP.
INCLUDE ROGSLSEL.


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:

RS_VARIANT_VALUES_TECH_DATA CALL FUNCTION 'RS_VARIANT_VALUES_TECH_DATA' EXPORTING REPORT = 'ROGPLM00' VARIANT = XTOGM2-VARIANT MOVE_OR_WRITE = 'W' IMPORTING TECHN_DATA = VARIANTID TABLES VARIANT_VALUES = VARVALS EXCEPTIONS VARIANT_NON_EXISTENT = 1 VARIANT_OBSOLETE = 2 OTHERS = 3.

OG_SMP_DOCUMENT_SELECT CALL FUNCTION 'OG_SMP_DOCUMENT_SELECT' EXPORTING REPORT = 'ROGPLM00' VARIANT = XTOGM2-VARIANT PROFILE = XTOGM2-PROFILE process_type = p_type * If delta run, pick up only relevant equipments/contracts SAMMG = E_SAMMG IMPORTING NEW_VERSION = NEW_VER VCP = VCP TVAK = E_TVAK XMAT_IND = XMAT_IND TABLES XPLBDC = XPLBDC IPLPARVW = XROGPARVW ITOGM3 = XTOGM3 VARVALS = VARVALS PARTNER = PARTNER XVBFS = XVBFS ADD_MATNR = ADD_MATNR EXCEPTIONS SW_MATERIAL_REQUIRED = 1 SC_MATERIAL_REQUIRED = 2 * wrong_process_type = 3 OTHERS = 4.

OG_SMP_DETERM_SAMMG_NO CALL FUNCTION 'OG_SMP_DETERM_SAMMG_NO' EXPORTING E_SMART = SMP_SMART OBJECT = SMP_OBJECT IMPORTING SAMMG = SMP_SAMMG EXCEPTIONS INVALID_DATA = 1 OTHERS = 2.

OG_SMP_DOCUMENT_GENERATE CALL FUNCTION 'OG_SMP_DOCUMENT_GENERATE' EXPORTING PROCESS_TYPE = P_TYPE NEW_VERSION = NEW_VER VCP = VCP VARIANT = XTOGM2-VARIANT PROFILE = XTOGM2-PROFILE SIM_MODE = E_SIMU TVAK = E_TVAK SAMMG = SMP_SAMMG SAMMG_V = E_SAMMG XVBSK = XVBSK XMAT_IND = XMAT_IND "eggk011304 IMPORTING XVBSK = XVBSK TABLES H_PARTNER = PARTNER XPLDBC = XPLBDC XVBFS = XVBFS XROGPARVW = XROGPARVW OUT_TOGM1 = OUT_TOGM1 OUT_VBFS = OUT_VBFS ADD_MATNR = ADD_MATNR "eggk011304 EXCEPTIONS INVALID_DATA = 1 OTHERS = 2.

APPL_LOG_INIT CALL FUNCTION 'APPL_LOG_INIT' EXPORTING OBJECT = 'ISSW' SUBOBJECT = 'SMP' EXCEPTIONS OBJECT_NOT_FOUND = 1 SUBOBJECT_NOT_FOUND = 2 OTHERS = 3.

APPL_LOG_WRITE_HEADER CALL FUNCTION 'APPL_LOG_WRITE_HEADER' EXPORTING HEADER = AL_HEADER * IMPORTING * UPDATE_OR_INSERT = EXCEPTIONS OBJECT_NOT_FOUND = 1 SUBOBJECT_NOT_FOUND = 2 OTHERS = 3.

APPL_LOG_WRITE_MESSAGES CALL FUNCTION 'APPL_LOG_WRITE_MESSAGES' EXPORTING OBJECT = 'ISSW' SUBOBJECT = 'SMP' UPDATE_OR_INSERT = 'I' TABLES MESSAGES = ALMESS EXCEPTIONS OBJECT_NOT_FOUND = 1 SUBOBJECT_NOT_FOUND = 2 OTHERS = 3.

APPL_LOG_WRITE_DB CALL FUNCTION 'APPL_LOG_WRITE_DB' EXPORTING OBJECT = 'ISSW' SUBOBJECT = 'SMP' TABLES OBJECT_WITH_LOGNUMBER = LOGNUM EXCEPTIONS OBJECT_NOT_FOUND = 1 SUBOBJECT_NOT_FOUND = 2 INTERNAL_ERROR = 3 OTHERS = 4.

OGDM_MESSAGE_LOG_INIT CALL FUNCTION 'OGDM_MESSAGE_LOG_INIT' EXCEPTIONS OTHERS = 1.

OGV9_OGDM_MESSAGE_ADD CALL FUNCTION 'OGV9_OGDM_MESSAGE_ADD' TABLES FVBFS = OUT_VBFS EXCEPTIONS OTHERS = 1.

OGDM_MESSAGE_LIST CALL FUNCTION 'OGDM_MESSAGE_LIST' EXCEPTIONS OTHERS = 1.

RS_VARIANT_CATALOG CALL FUNCTION 'RS_VARIANT_CATALOG' EXPORTING REPORT = 'ROGPLM00' * new_title = ' ' IMPORTING SEL_VARIANT = E_VARIA * 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 = 60 ENDPOS_ROW = 25 STARTPOS_COL = 15 STARTPOS_ROW = 15 TITLETEXT = TEXT-003 IMPORTING CHOICE = VBSKTOGM1 TABLES VALUETAB = VBSKTOGM1 EXCEPTIONS BREAK_OFF = 1 OTHERS = 2.

POPUP_WITH_TABLE CALL FUNCTION 'POPUP_WITH_TABLE' EXPORTING ENDPOS_COL = 30 ENDPOS_ROW = 30 STARTPOS_COL = 10 STARTPOS_ROW = 10 TITLETEXT = TEXT-005 TABLES VALUETAB = XTOGM3 EXCEPTIONS BREAK_OFF = 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 ROGSMPSL or its description.