SAP Reports / Programs

CNV_21520_CONVERT_TEST SAP ABAP Report - Test of Personnel Number Conversion







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


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


INCLUDES used within this REPORT CNV_21520_CONVERT_TEST

INCLUDE CNV_21520_MAP_D01. "#EC INCL_OK
INCLUDE CNV_21520_MAP_F01. "#EC INCL_OK





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:

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.



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