SAP Reports / Programs | Basis Components | ABAP Workbench, Java IDE and Infrastructure | ABAP Test Frameworks ( ATC, CheckMan, Code Inspector)(BC-DWB-TOO-ATF) SAP BC

SCRM_REPLICATE_SELECTED_VALUES SAP ABAP Report - Replicate Selected CheckMan Data







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


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 SCRM_REPLICATE_SELECTED_VALUES. "Basic submit
SUBMIT SCRM_REPLICATE_SELECTED_VALUES AND RETURN. "Return to original report after report execution complete
SUBMIT SCRM_REPLICATE_SELECTED_VALUES 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: 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.


INCLUDES used within this REPORT SCRM_REPLICATE_SELECTED_VALUES

INCLUDE SCRM_REPLICATE_SEL_TOP.


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:

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.



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