SAP Reports / Programs

CNV_21500_ANALYZE SAP ABAP Report - Analyze HR-conversion relevant components (tables, includes, macros)







CNV_21500_ANALYZE 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_21500_ANALYZE into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

CNV_21500_ANALYZE - HR conversions: analysis
CNV_21500_ANALYZEI - HR conversions: analysis
CNV_21510_ANALYZE - HR conversions: analysis


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_21500_ANALYZE. "Basic submit
SUBMIT CNV_21500_ANALYZE AND RETURN. "Return to original report after report execution complete
SUBMIT CNV_21500_ANALYZE 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: GP_CHKD = Check if data exists?
Selection Text: GP_CWBSN = Use CWB tables for def. SEQNUM
Selection Text: GP_INCL = Incl. all includes for RELID?
Selection Text: GP_PACK = D Pack.no.
Title: Analyze HR-conversion relevant components (tables, includes, macros)


INCLUDES used within this REPORT CNV_21500_ANALYZE

No INCLUDES are used within this REPORT code!


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:

CNV_21510_DEFAULT_SEQNUM CALL FUNCTION 'CNV_21510_DEFAULT_SEQNUM' EXPORTING pd_packid = pd_pack pd_use_cwb_tables = gp_cwbsn IMPORTING pd_seqnum = ld_table-seqnum TABLES pt_table = lt_table.

CNV_INT_PACKAGE_GET CALL FUNCTION 'CNV_INT_PACKAGE_GET' IMPORTING packid = ld_pack phase = ld_phase.

DDIF_NAMETAB_GET CALL FUNCTION 'DDIF_NAMETAB_GET' EXPORTING tabname = pd_cluster_name EXCEPTIONS not_found = 1 OTHERS = 2.

CNV_21510_GET_DDIC_RELIDS CALL FUNCTION 'CNV_21510_GET_DDIC_RELIDS' TABLES pt_relid = lt_tmp_relid.

CNV_21510_RELID_STRUCTURE CALL FUNCTION 'CNV_21510_RELID_STRUCTURE' EXPORTING p_cluster_name = ld_relid-cluster_name p_relid = ld_relid-relid TABLES pt_dir = lt_dir EXCEPTIONS relid_not_found = 1 generation_error = 2 no_data = 3 OTHERS = 4.

CNV_21510_RELID_TABSIZE CALL FUNCTION 'CNV_21510_RELID_TABSIZE' EXPORTING p_cluster_name = ld_table-cluster_name p_relid = ld_table-relid p_tabname = ld_table-tabst IMPORTING pd_data_exists = ld_res EXCEPTIONS relid_not_found = 1 generation_error = 2 could_not_determine = 3 OTHERS = 4.

RS_PROGRAM_INDEX CALL FUNCTION 'RS_PROGRAM_INDEX' EXPORTING pg_name = ld_incl-include TABLES compo = lt_compo cross_ref = lt_cross inc = lt_inc EXCEPTIONS syntax_error = 1 OTHERS = 2.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = pd_struct_name TABLES dfies_tab = lt_dfies EXCEPTIONS not_found = 1 OTHERS = 2.

FUNCTION_EXISTS CALL FUNCTION 'FUNCTION_EXISTS' EXPORTING funcname = pd_macro-macro_name EXCEPTIONS function_not_exist = 1.

RS_PROGRAM_INDEX CALL FUNCTION 'RS_PROGRAM_INDEX' EXPORTING pg_name = ld_include TABLES compo = lt_compo cross_ref = lt_cross inc = lt_inc EXCEPTIONS syntax_error = 1 OTHERS = 2.

CNV_21510_T52RELID_DEFINED CALL FUNCTION 'CNV_21510_T52RELID_DEFINED' EXPORTING p_cluster_name = pd_relid-cluster_name p_relid = pd_relid-relid TABLES pt_struct = lt_struct EXCEPTIONS no_typename = 1 no_structure = 2 struct_not_in_ddic = 3 OTHERS = 4.

CNV_21510_LOAD_KNOWLEDGE CALL FUNCTION 'CNV_21510_LOAD_KNOWLEDGE' TABLES pt_struc = lt_struc pt_macro = lt_macro pt_relid = lt_relid.

CNV_21510_GET_MACRO_NAME CALL FUNCTION 'CNV_21510_GET_MACRO_NAME' EXPORTING p_cluster_name = pd_relid-cluster_name p_relid = pd_relid-relid p_type = gc_macro_import IMPORTING p_macro_name = pd_imp_routine-macro_name.

CNV_21510_GET_MACRO_NAME CALL FUNCTION 'CNV_21510_GET_MACRO_NAME' EXPORTING p_cluster_name = pd_relid-cluster_name p_relid = pd_relid-relid p_type = gc_macro_export IMPORTING p_macro_name = pd_exp_routine-macro_name.



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