CNV_21520_CONVERT_TEST 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 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
Text Symbol: 141 = Successful execution of routine CNV_21520_HROBJID_12
Text Symbol: 140 = Error in routine CNV_21520_HROBJID_12
Text Symbol: 131 = Successful execution of routine CNV_21520_HROBJEC_14
Text Symbol: 130 = Error in routine CNV_21520_HROBJEC_14
Text Symbol: 123 = Successful execution of routine CNV_21520_APP_COMB_KEY
Text Symbol: 122 = Error in routine CNV_21520_APP_COMB_KEY
Text Symbol: 121 = Successful execution of routine CNV_21520_APP_ID
Text Symbol: 120 = Error in routine CNV_21520_APP_ID
Text Symbol: 111 = Successful execution of routine CNV_21520_BDS_OBJID
Text Symbol: 110 = Error in routine CNV_21520_BDS_OBJID
Text Symbol: 101 = Successful execution of routine CNV_21520_PERNR_PCL5
Text Symbol: 100 = Error in routine CNV_21520_PERNR_PCL5
Text Symbol: 091 = Successful execution of routine CNV_21520_PERNR_PCL4
Text Symbol: 090 = Error in routine CNV_21520_PERNR_PCL4
Text Symbol: 081 = Successful execution of routine CNV_21520_PERNR_PCL3
Text Symbol: 080 = Error in routine CNV_21520_PERNR_PCL3
Text Symbol: 071 = Successful execution of routine CNV_21520_PERNR_PCL2
Text Symbol: 070 = Error in routine CNV_21520_PERNR_PCL2
Text Symbol: 061 = Successful execution of routine CNV_21520_PERNR_PCL1
Text Symbol: 060 = Error in routine CNV_21520_PERNR_PCL1
Text Symbol: 051 = Successful execution of routine CNV_21520_VARYF
Text Symbol: 050 = Error in routine CNV_21520_VARYF
Text Symbol: 041 = Successful execution of routine CNV_21520_OTJID
Text Symbol: 040 = Error in routine CNV_21520_OTJID
Text Symbol: 031 = Successful execution of routine CNV_21520_SOBID
Text Symbol: 030 = Error in routine CNV_21520_SOBID
Text Symbol: 021 = Successful execution of routine CNV_21520_HROBJID
Text Symbol: 020 = Error in routine CNV_21520_HROBJID
Text Symbol: 011 = Successful execution of routine CNV_21520_PERNR
Text Symbol: 010 = Error in routine CNV_21520_PERNR
Text Symbol: 005 = Messages
Text Symbol: 004 = Insufficient authorization; tests cannot be executed
Text Symbol: 002 = Error in setting up test data
Text Symbol: 001 = Execution only allowed in test system
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 - 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 CNV_21510_CREATE_PROGRAMS - Conversion programs generator for INDX tables CNV_21510_CREATE_PROGRAMS - Conversion programs generator for INDX tables