CNV_21520_CONVERT_TEST_2SYS 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 CNV_21520_CONVERT_TEST_2SYS 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: GV_TEST = Execute Test
Title: Test of Personnel Number Conversion Involving Two Systems
Text Symbol: 001 = Execution only allowed in test system
Text Symbol: 002 = Error in setting up test data
Text Symbol: 004 = Insufficient authorization; tests cannot be executed
Text Symbol: 005 = Messages
Text Symbol: 012 = Error in routine CNV_21520_PERNR for two systems
Text Symbol: 013 = Successful execution of routine CNV_21520_PERNR for two systems
INCLUDE CNV_21520_MAP_D01. "#EC INCL_OK
INCLUDE CNV_21520_MAP_F01. "#EC INCL_OK
No SAP DATABASE tables are accessed within this REPORT code!
GUID_CREATE CALL FUNCTION 'GUID_CREATE' IMPORTING ev_guid_32 = cv_nce_id.
CNV_MBT_AUTHORITY_CHECK CALL FUNCTION 'CNV_MBT_AUTHORITY_CHECK' EXPORTING im_area = 'SLOP' im_level = 'PACKAGE' im_activity = '02' EXCEPTIONS no_authority = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
CNV_21520_CONVERT_TEST_2SYS - Test of Personnel Number Conversion Involving Two Systems CNV_21520_CONVERT_TEST_2SYS - Test of Personnel Number Conversion Involving Two Systems CNV_21520_CONVERT_TEST - Test of Personnel Number Conversion CNV_21520_CONVERT_TEST - Test of Personnel Number Conversion CNV_21510_SCHEME - Generation scheme for INDX conversion programs CNV_21510_RD_SCH - Scheme for generation of routines reading data from clusters