SCRM_REPLICATE_SELECTED_VALUES 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 SCRM_REPLICATE_SELECTED_VALUES 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: S_UNTREL = D .
Selection Text: S_UNTDAT = D .
Selection Text: S_DLVUNT = D .
Selection Text: S_CHKID = D .
Selection Text: S_APPLUS = D .
Selection Text: S_AGR_US = D .
Selection Text: S_AGREED = D .
Title: Replicate Selected CheckMan Data
Text Symbol: HHD = Dataset / Tables
Text Symbol: 017 = Selection
Text Symbol: 016 = Data Records Changed
Text Symbol: 015 = Newly Created Data Recs.
Text Symbol: 014 = Collisions (Data Records Already Exist):
Text Symbol: 012 = Limit Selection
Text Symbol: 011 = No
Text Symbol: 010 = Y
Text Symbol: 009 = Dataset / Tables
Text Symbol: 007 = Information About Replicating Exceptions
Text Symbol: 006 = All your selections will be lost. Are you sure?
Text Symbol: 005 = Replicate Exceptions
Text Symbol: 003 = Delete Selectn.
Text Symbol: 002 = Select all
Text Symbol: 001 = Exceptns.
INCLUDE SCRM_REPLICATE_SEL_TOP.
No SAP DATABASE tables are accessed within this REPORT code!
SCRMUI_CONV_EXIT_CRMUS_INPUT CALL FUNCTION 'SCRMUI_CONV_EXIT_CRMUS_INPUT' EXPORTING input = sy-uname IMPORTING output = lv_userid.
LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'CRMCHKEXC_EXT' CHANGING ct_fieldcat = fieldcatalog.
LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'CRMCHKEXC' CHANGING ct_fieldcat = fieldcatalog.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-005 text_question = 'Alle Ihre Selektionen gehen verloren. Sind Sie sicher?'(006)
HELP_OBJECT_SHOW CALL FUNCTION 'HELP_OBJECT_SHOW' EXPORTING dokclass = 'DE' doklangu = 'D' dokname = 'AUSNAHMEN_INFO' doktitle = 'Informationen zum Replizieren von Ausnahmen'(007) TABLES links = lv_links EXCEPTIONS object_not_found = 0 sapscript_error = 0 OTHERS = 0.
LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'CHKREPL02' CHANGING ct_fieldcat = fieldcatalog.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
SCRM_REPLICATE_SELECTED_VALUES - Replicate Selected CheckMan Data SCRM_REPLICATE_SELECTED_VALUES - Replicate Selected CheckMan Data SCRM_REPLICATE_RESULT - CheckMan: Replicate Check Results SCRM_REPLICATE_RESULT - CheckMan: Replicate Check Results SCRM_REFDB_SYNCHRO - Program of Synchronous SCRM_REFDB_SYNCHRO - Program of Synchronous