SAP Reports / Programs | Cross-Application Components | European Monetary Union: Euro(CA-EUR) SAP CA

CNV_TDMS_HCM_PRESEL_TESTACCESS SAP ABAP Report - TDMS4HCM: Test of Access Class of Object Selection







CNV_TDMS_HCM_PRESEL_TESTACCESS 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_TDMS_HCM_PRESEL_TESTACCESS 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_TDMS_HCM_PRESEL_TESTACCESS. "Basic submit
SUBMIT CNV_TDMS_HCM_PRESEL_TESTACCESS AND RETURN. "Return to original report after report execution complete
SUBMIT CNV_TDMS_HCM_PRESEL_TESTACCESS 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_EXEC = Execute Test of Access Class
Title: TDMS4HCM: Test of Access Class of Object Selection
Text Symbol: 055 = System is not a test system; execution of test report not possible
Text Symbol: 054 = Missing authorization to lock or unlock selections
Text Symbol: 053 = Missing authorization to execute selections
Text Symbol: 052 = Missing authorization to modify selections
Text Symbol: 051 = Missing authorization to display selections
Text Symbol: 050 = Insufficient authorization to execute test; check with administrator
Text Symbol: 036 = Error in creating new application log and deleting old log for selection ID &1
Text Symbol: 035 = Error in deleting application log for selection ID &1
Text Symbol: 034 = Error in reading application log number for selection ID &1
Text Symbol: 033 = Error in creating application log for selection ID &1
Text Symbol: 032 = After deletion of selection &1, data still exists in table CNVHCM_D_PSLCRIT
Text Symbol: 031 = After deletion of selection &1, data still exists in table CNVHCM_D_PSLID_T
Text Symbol: 030 = After deletion of selection ID &1, data still exists in table CNVHCM_D_PSLID
Text Symbol: 029 = Error in delete of selection ID &1
Text Symbol: 026 = Instead of selection ID &1, another selection ID was found in search
Text Symbol: 025 = Selection ID &1 not found in search
Text Symbol: 024 = Description updated incorrectly for selection ID &1
Text Symbol: 023 = Error in update of description of selection ID &1
Text Symbol: 018 = Selection ID was not created
Text Symbol: 017 = Error in update of result for selection ID &1 in case of "automatic" run
Text Symbol: 016 = Error in administrative information after update of criteria for selection ID &1
Text Symbol: 015 = Error in update of criteria for selection ID &1
Text Symbol: 014 = Error in creation of criteria for selection ID &1
Text Symbol: 013 = The check for the non-existence of a selection ID is wrong
Text Symbol: 012 = For selection &1 the existence check is not correct
Text Symbol: 011 = Selection administration data not correct for ID&1
Text Symbol: 010 = Selection description not correct for ID &1
Text Symbol: 005 = Message
Text Symbol: 004 = Successful execution of form &1
Text Symbol: 003 = Error in form &1
Text Symbol: 002 = Error in clean-up of selection with ID &1


INCLUDES used within this REPORT CNV_TDMS_HCM_PRESEL_TESTACCESS

INCLUDE CNV_TDMS_HCM_PRESEL_TEST_DATA. "#EC INCL_OK
INCLUDE CNV_TDMS_HCM_PRESEL_TEST_FORMS. "#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:

BAL_DB_LOAD CALL FUNCTION 'BAL_DB_LOAD' EXPORTING i_t_lognumber = lt_lognumber EXCEPTIONS no_logs_specified = 1 log_not_found = 2 log_already_loaded = 3 OTHERS = 4.

BAL_DB_LOAD CALL FUNCTION 'BAL_DB_LOAD' EXPORTING i_t_lognumber = lt_lognumber EXCEPTIONS no_logs_specified = 1 log_not_found = 2 log_already_loaded = 3 OTHERS = 4.

BAL_DB_LOAD CALL FUNCTION 'BAL_DB_LOAD' EXPORTING i_t_lognumber = lt_lognumber EXCEPTIONS no_logs_specified = 1 log_not_found = 2 log_already_loaded = 3 OTHERS = 4.

BAL_DB_LOAD CALL FUNCTION 'BAL_DB_LOAD' EXPORTING i_t_lognumber = lt_lognumber EXCEPTIONS no_logs_specified = 1 log_not_found = 2 log_already_loaded = 3 OTHERS = 4.



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