SAP Reports / Programs | Logistics - General | Logistics Information System (LIS) | Data Collection(LO-LIS-DC) SAP LO

RMCSISGN SAP ABAP Report - Generation of Info Structures and Updates







RMCSISGN 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 RMCSISGN 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

MCS/ - Mass Generation: Info Struct./Update


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 RMCSISGN. "Basic submit
SUBMIT RMCSISGN AND RETURN. "Return to original report after report execution complete
SUBMIT RMCSISGN 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: F_ARCH = Generate archiving programs
Selection Text: F_AROB = Archiving objects
Selection Text: F_EVST = Evaluation structures
Selection Text: F_FORT = Generate update rules
Selection Text: F_GVER = Regenerate active version only
Selection Text: F_PLCO = Planning programs
Selection Text: F_PLDY = Planning screens
Selection Text: F_ROLL = Copy Management programs
Selection Text: F_STRD = Standard analyses
Selection Text: F_TABL = Database Tables
Selection Text: SO_MCINF = Info structure
Selection Text: SO_MCI_F = Info structure
Selection Text: SO_STAFO = Update group
Title: Generation of Info Structures and Updates
Text Symbol: %FP = Program parameters
Text Symbol: %FS = Parameter setting(s) for mass generation
Text Symbol: 001 = Specifications for generating info structures
Text Symbol: 002 = Specifications for generating updates
Text Symbol: 004 = Type of generation
Text Symbol: 005 = Additional generation of dependent components
Text Symbol: 006 = Components of info structure


INCLUDES used within this REPORT RMCSISGN

INCLUDE RV12A100 .


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:

RV_COND_PROTOCOL_REFRESH CALL FUNCTION 'RV_COND_PROTOCOL_REFRESH'.

ENQUEUE_ESRDIRE CALL FUNCTION 'ENQUEUE_ESRDIRE' EXPORTING NAME = CON_SAPMMCP1_NAME EXCEPTIONS FOREIGN_LOCK = 01 SYSTEM_FAILURE = 02.

MCS_PUFFERTAB_RESET CALL FUNCTION 'MCS_PUFFERTAB_RESET'.

MCS_NAME_CHECK CALL FUNCTION 'MCS_NAME_CHECK' EXPORTING I_NAME = XTMC4-MCINF I_TYPE = 'I' IMPORTING E_FLG_SAPNAME = FLG_SAPNAME * E_FLG_MCS = FLG_SAPNAME EXCEPTIONS OTHERS = 1.

ENQUEUE_E_TMC4 CALL FUNCTION 'ENQUEUE_E_TMC4' EXPORTING MCINF = XTMC4-MCINF.

RV_COND_PROTOKOLL CALL FUNCTION 'RV_COND_PROTOKOLL' EXPORTING XPROTB = PROTOKOLL NEW_PARAGRAPH = TRUE.

MCS_INFO_STRUCTURE_GENER CALL FUNCTION 'MCS_INFO_STRUCTURE_GENER' EXPORTING I_MCINF = XTMC4-MCINF I_GSTRU = XTMC4-GSTRU EXCEPTIONS TABLE_ACT_FAILED = 1 TABLE_GEN_FAILED = 2 PLANNING_ERROR = 3.

MCS_CHANGE_PRIMARY_INDEX CALL FUNCTION 'MCS_CHANGE_PRIMARY_INDEX' EXPORTING I_MCINF = XTMC4-MCINF I_GSTRU = XTMC4-GSTRU I_PERIOD = XTMC4-SPERI * I_VRSIO = TRUE EXCEPTIONS NO_GSTRU = 1 TABLE_WITH_DATA = 2 NO_CREATE_TABLE = 3 NO_ACTIVATE_TABLE = 4 OTHERS = 5.

RV_COND_PROTOKOLL CALL FUNCTION 'RV_COND_PROTOKOLL' EXPORTING XPROTB = PROTOKOLL NEW_PARAGRAPH = TRUE.

MCS_DUPLICATE_FIELDS_FIXKZ CALL FUNCTION 'MCS_DUPLICATE_FIELDS_FIXKZ' EXPORTING I_MCINF = XTMC4-MCINF EXCEPTIONS FAILURE = 1 OTHERS = 2.

RV_COND_PROTOKOLL CALL FUNCTION 'RV_COND_PROTOKOLL' EXPORTING XPROTB = PROTOKOLL NEW_PARAGRAPH = TRUE.

DEQUEUE_E_TMC4 CALL FUNCTION 'DEQUEUE_E_TMC4' EXPORTING MCINF = XTMC4-MCINF.

MCS_PROTOCOL_SAVE CALL FUNCTION 'MCS_PROTOCOL_SAVE' EXPORTING I_MCINF = XTMC4-MCINF.

DEQUEUE_ESRDIRE CALL FUNCTION 'DEQUEUE_ESRDIRE' EXPORTING NAME = CON_SAPMMCP1_NAME.

MCS_NAME_CHECK CALL FUNCTION 'MCS_NAME_CHECK' EXPORTING I_NAME = YTMC4-MCINF I_TYPE = 'I' IMPORTING E_FLG_SAPNAME = FLG_SAPNAME * E_FLG_MCS = FLG_SAPNAME EXCEPTIONS OTHERS = 1.

MCS_NAME_CHECK CALL FUNCTION 'MCS_NAME_CHECK' EXPORTING I_NAME = XTMCB-STAFO I_TYPE = 'S' IMPORTING E_FLG_SAPNAME = FLG_SAPNAME_FO * E_FLG_MCS = FLG_SAPNAME_FO EXCEPTIONS OTHERS = 1.

MCS_STATISTICS_UPDATE_GENER CALL FUNCTION 'MCS_STATISTICS_UPDATE_GENER' EXPORTING I_MCINF = YTMC4-MCINF I_STAFO = XTMCB-STAFO I_NO_PROT = TRUE EXCEPTIONS OBJECT_LOCKED = 02.

RV_COND_PROTOCOL_SHOW CALL FUNCTION 'RV_COND_PROTOCOL_SHOW'.

DDIF_NAMETAB_GET





CALL FUNCTION 'DDIF_NAMETAB_GET' EXPORTING TABNAME = CG_GSTRU TABLES DFIES_TAB = CG_NAMETAB EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.

MCS_ANALYSE_GENER CALL FUNCTION 'MCS_ANALYSE_GENER' EXPORTING I_MCINF = CG_MCINF EXCEPTIONS MCINF_NOT_FOUND = 01 LOCKED = 02 GENERATION_FAILED = 03.

MC_EVALUATION_STRUCTURE CALL FUNCTION 'MC_EVALUATION_STRUCTURE' EXPORTING I_FLG_WITH_PERIOD = TRUE I_GSTRU = CG_GSTRU I_ISTXT = CG_ISTXT I_MCAPP = CG_MCAPP I_MCINF = CG_MCINF I_MODE = '1'.

MCS_INFO_FEATURES_GENER CALL FUNCTION 'MCS_INFO_FEATURES_GENER' EXPORTING * Archivierungscoding I_TYPE = 'A' I_GSTRU = CG_GSTRU EXCEPTIONS GENERATION_FAILED = 01.

MCS_INFO_FEATURES_GENER CALL FUNCTION 'MCS_INFO_FEATURES_GENER' EXPORTING * Archivierungscoding I_TYPE = 'R' I_GSTRU = CG_GSTRU EXCEPTIONS GENERATION_FAILED = 01.

MCS_CODING_PLAN2_GENER CALL FUNCTION 'MCS_CODING_PLAN2_GENER' EXPORTING I_GSTRU_GEN = CG_GSTRU I_MCINF_GEN = CG_MCINF I_MUSTERREPORT = 'MMCP6SO2' IMPORTING E_REPORTNAME = CG_HLP_REPORTNAME EXCEPTIONS GENERATION_FAILED = 01.

MCS_DYNPRO_PLAN2_GENER CALL FUNCTION 'MCS_DYNPRO_PLAN2_GENER' EXPORTING I_GSTRU = CG_GSTRU I_MCINF = CG_MCINF I_PROGNAME = 'SAPMMCP6'.

MCS_DYNPRO_PLAN2_GENER CALL FUNCTION 'MCS_DYNPRO_PLAN2_GENER' EXPORTING I_GSTRU = CG_GSTRU I_MCINF = CG_MCINF I_PROGNAME = 'SAPMMCP3'.

MCS_INFO_STATUS_GET CALL FUNCTION 'MCS_INFO_STATUS_GET' EXPORTING I_GSTRU = SS_GSTRU I_MCINF = SS_MCINF I_NO_CHECK_DATA = TRUE IMPORTING E_MCSTI = SS_HLP_MCSTI.

RV_COND_PROTOKOLL CALL FUNCTION 'RV_COND_PROTOKOLL' EXPORTING XPROTB = PROTOKOLL NEW_PARAGRAPH = TRUE.



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