SAP Reports / Programs

CNV_00001_KUNDEN_SUCHEN_OLD SAP ABAP Report - Select user-defined developments







CNV_00001_KUNDEN_SUCHEN_OLD 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_00001_KUNDEN_SUCHEN_OLD 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_00001_KUNDEN_SUCHEN_OLD. "Basic submit
SUBMIT CNV_00001_KUNDEN_SUCHEN_OLD AND RETURN. "Return to original report after report execution complete
SUBMIT CNV_00001_KUNDEN_SUCHEN_OLD VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


The following result was saved
Selection Text: GP_PAMIN = with min. no. of parameters
Selection Text: GP_PAR0 = without parameters only
Selection Text: GP_PRSEQ = with priority
Selection Text: GP_TABL = D Table name
Selection Text: GP_PAMAX = with max. no. of parameters
Selection Text: GP_COP = Copy from package number
Selection Text: GP_LEER = find only tables with entries
Selection Text: GP_OSTD = Ignore customer tables
Selection Text: GP_PAKET = Customer package
Title: Select user-defined developments
Text Symbol: 018 = Determine best conversion routine
Text Symbol: 015 = Table / Field / Conversion routine
Text Symbol: 010 = The following result was saved
Text Symbol: 001 = Determine search range
Text Symbol: 020 = Add. functions (package is indicated separately)
Text Symbol: 049 = or in both table types
Text Symbol: 047 = only in the control tables (..TABLES,..FIELDS,..FIPARS)
Text Symbol: 045 = only in user-defined tables (addition ....CU)
Text Symbol: 043 = Delete which entries?
Text Symbol: 021 = Copy from package number
001 Table Field name Function NOTUSE


INCLUDES used within this REPORT CNV_00001_KUNDEN_SUCHEN_OLD

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_INT_PACKAGE_GET CALL FUNCTION 'CNV_INT_PACKAGE_GET' IMPORTING packid = gd_packid phase = gd_phase.

CNV_00001_PARAMS_READ CALL FUNCTION 'CNV_00001_PARAMS_READ' EXPORTING paramname = gc_params_empty_tables packid = gp_paket IMPORTING valuefrom = gd_find_empty_tables EXCEPTIONS no_active_package = 1 parameter_does_not_exist = 2 package_does_not_exists = 3 OTHERS = 4.

TR_TADIR_INTERFACE CALL FUNCTION 'TR_TADIR_INTERFACE' EXPORTING wi_tadir_pgmid = 'R3TR' wi_tadir_object = 'TABL' wi_tadir_obj_name = gd_tadir-obj_name wi_read_only = t_yes IMPORTING new_tadir_entry = gd_tadir EXCEPTIONS tadir_entry_not_existing = 1.

CNV_00001_IS_DEVCL_EXCLUDED CALL FUNCTION 'CNV_00001_IS_DEVCL_EXCLUDED' EXPORTING devclass = gd_tadir-devclass IMPORTING RESULT = gd_devcl_excluded.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = gd_tabinfo-tabname TABLES dfies_tab = gt_dfies "#EC * EXCEPTIONS not_found = 1 internal_error = 2 OTHERS = 3.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = gd_cnvfields-tabname fieldname = gd_cnvfields-fieldname TABLES dfies_tab = gt_ctx_dfies EXCEPTIONS OTHERS = 1.

CNV_00001_PARAMS_READ CALL FUNCTION 'CNV_00001_PARAMS_READ' EXPORTING paramname = gc_check_field_param packid = gd_packid IMPORTING valuefrom = gd_check_field EXCEPTIONS no_active_package = 1 parameter_does_not_exist = 2 package_does_not_exists = 3 OTHERS = 4.

CNV_10020_GET_ITR_FIELD CALL FUNCTION 'CNV_10020_GET_ITR_FIELD' EXPORTING p_packid = gd_packid p_fieldname = gd_cnvfields-fieldname IMPORTING p_itr_field = gd_fieldname EXCEPTIONS proxy_undefined = 1 OTHERS = 2.

CNV_00001_TMP_DEL CALL FUNCTION 'CNV_00001_TMP_DEL' EXPORTING packid = gd_packid custkey = cnv_00001_ctrl_data_provider=>table_status_key EXCEPTIONS failed = 1 OTHERS = 2.

K_POPUP_TO_DECIDE * CALL FUNCTION 'K_POPUP_TO_DECIDE' * EXPORTING * PAR_TEXT1 = SPACE * PAR_TITLE = TEXT-043 * IMPORTING * PAR_REPLY = LD_ANSWER * TABLES * TAB_LINES = LT_CODELINES.

POPUP_TO_DECIDE_LIST CALL FUNCTION 'POPUP_TO_DECIDE_LIST' EXPORTING textline1 = space titel = text-043 IMPORTING answer = ld_answer TABLES t_spopli = lt_codelines EXCEPTIONS not_enough_answers = 1 too_much_answers = 2 too_much_marks = 3 OTHERS = 4.

CNV_10020_GET_ITR_FIELD CALL FUNCTION 'CNV_10020_GET_ITR_FIELD' EXPORTING p_packid = p_packid p_fieldname = ld_doms-domname IMPORTING p_itr_field = ld_domname p_comp_exist = ld_comp_exist EXCEPTIONS proxy_undefined = 1 OTHERS = 2.

CNV_10020_GET_ITR_FIELD CALL FUNCTION 'CNV_10020_GET_ITR_FIELD' EXPORTING p_packid = gd_packid p_fieldname = ld_doms-domname IMPORTING p_itr_field = ld_domname p_comp_exist = ld_comp_exist EXCEPTIONS proxy_undefined = 1 OTHERS = 2.

CNV_MBT_KP_TAB_FIELD_DET CALL FUNCTION 'CNV_MBT_KP_TAB_FIELD_DET' EXPORTING i_table = p_tabname IMPORTING e_response_type = ld_type EXCEPTIONS OTHERS = 1.

DDIF_NAMETAB_GET CALL FUNCTION 'DDIF_NAMETAB_GET' EXPORTING tabname = p_tabname IMPORTING x030l_wa = ls_x030l EXCEPTIONS OTHERS = 1.

CNV_00001_CHECK_TABLE_FEATURES * CALL FUNCTION 'CNV_00001_CHECK_TABLE_FEATURES' * EXPORTING * p_tabname = p_tabname * IMPORTING * p_standard = p_standard * p_cl_dependent = p_cl_dependent * EXCEPTIONS * table_not_found = 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_00001_KUNDEN_SUCHEN_OLD or its description.