SAP Reports / Programs | Cross-Application Components | General Application Functions | Business Application Support(CA-GTF-BS) SAP CA

CNV_20000_FIELDS_CEPARAMS SAP ABAP Report - Process results of search for customer-specific tables







CNV_20000_FIELDS_CEPARAMS is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for A multitude of controlling areas (KOKRS) can be combined into an operating concern...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter CNV_20000_FIELDS_CEPARAMS 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_20000_CETAB - Maintain CE* tables in CNVFIELDSCU


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


Text pool values


Title: Process results of search for customer-specific tables
Text Symbol: 001 = NOTUSE: Operating concern not part of conversion
Text Symbol: 002 = function changed by program/params added
Text Symbol: 010 = maintained by program
Text Symbol: 011 = Variant does not participate
Text Symbol: 013 = Table empty
Text Symbol: 014 = no fields found
Text Symbol: 015 = structure do not contain any data
Text Symbol: 016 = no entry in DEFIES
Text Symbol: 017 = Field does not contain Fiscal Year
Text Symbol: 022 = readonly field - added by program


INCLUDES used within this REPORT CNV_20000_FIELDS_CEPARAMS

INCLUDE CNV_20000_FIELDS_COTOP.


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_10020_GET_ORGDEPENDENCE CALL FUNCTION 'CNV_10020_GET_ORGDEPENDENCE' EXPORTING i_packid = gd_packid i_packid_src = '20000' CHANGING e_orgdep = gd_orgdep.

APPL_LOG_DISPLAY_INTERN CALL FUNCTION 'APPL_LOG_DISPLAY_INTERN' EXPORTING object = 'CAGTFBS' subobject = 'CONVERSION' column_selection = column external_number_display_length = 48.

CNV_10020_GET_RELVAL CALL FUNCTION 'CNV_10020_GET_RELVAL' EXPORTING i_packid = gd_packid i_packid_src = '20000' i_dtobj = 'PERIV' TABLES et_relval = gt_10020_relv EXCEPTIONS OTHERS = 1.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = ifields-tabname TABLES dfies_tab = dfies_tab EXCEPTIONS not_found = 1 internal_error = 2 OTHERS = 3.

CNV_00001_CTRLOBJ_FILL_COMMON * CALL FUNCTION 'CNV_00001_CTRLOBJ_FILL_COMMON' * EXPORTING * changed = sy-cprog * created = sy-cprog * auto_for_created = 'X' * auto_for_changed = 'X' * CHANGING * struct = ifields * EXCEPTIONS * wrong_structure = 1 * OTHERS = 2.

CNV_10020_ADD_DTFLD CALL FUNCTION 'CNV_10020_ADD_DTFLD' EXPORTING i_packid = gd_packid i_tabname = ifields-tabname i_fieldname = ifields-fieldname i_dt_obj_s = '' i_dtobj_s = '' i_dtobj_t = '' i_notana = 'X' i_packid_src = '20000' i_collect = testrun.

CNV_00001_CTRLOBJ_FILL_COMMON CALL FUNCTION 'CNV_00001_CTRLOBJ_FILL_COMMON' EXPORTING changed = sy-cprog auto_for_changed = 'X' CHANGING struct = ifields EXCEPTIONS wrong_structure = 1 OTHERS = 2.

CNV_00001_CTRLOBJ_FILL_COMMON CALL FUNCTION 'CNV_00001_CTRLOBJ_FILL_COMMON' EXPORTING changed = sy-cprog auto_for_changed = 'X' CHANGING struct = ifipars EXCEPTIONS wrong_structure = 1 OTHERS = 2.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = ifields-tabname IMPORTING ddobjtype = tabtyp TABLES dfies_tab = dfies_tab EXCEPTIONS not_found = 1 internal_error = 2 OTHERS = 3.

CNV_10020_ADD_DTFLD CALL FUNCTION 'CNV_10020_ADD_DTFLD' EXPORTING i_packid = gd_packid i_tabname = ifields-tabname i_fieldname = ifields-fieldname i_dt_obj_s = '' i_dtobj_s = '' i_dtobj_t = '' i_notana = 'X' i_packid_src = '20000' i_collect = testrun.

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = ifields-tabname TABLES dfies_tab = dfies_tab EXCEPTIONS not_found = 1 internal_error = 2 OTHERS = 3.

CNV_10020_ADD_DTFLD CALL FUNCTION 'CNV_10020_ADD_DTFLD' EXPORTING i_packid = gd_packid i_tabname = ifields-tabname i_fieldname = ifields-fieldname i_dt_obj_s = '' i_dtobj_s = '' i_dtobj_t = '' i_notana = 'X' i_packid_src = '20000' i_collect = testrun.

CNV_00001_CTRLOBJ_FILL_COMMON CALL FUNCTION 'CNV_00001_CTRLOBJ_FILL_COMMON' EXPORTING changed = sy-cprog auto_for_changed = 'X' CHANGING struct = ifields EXCEPTIONS wrong_structure = 1 OTHERS = 2.

CNV_00001_CTRLOBJ_FILL_COMMON CALL FUNCTION 'CNV_00001_CTRLOBJ_FILL_COMMON' EXPORTING changed = sy-cprog created = sy-cprog auto_for_created = 'X' auto_for_changed = 'X' CHANGING struct = ifipars EXCEPTIONS wrong_structure = 1 OTHERS = 2.

CNV_10020_GET_RELVAL CALL FUNCTION 'CNV_10020_GET_RELVAL' EXPORTING i_packid = gd_packid i_packid_src = '20000' i_dtobj = 'PERIV' TABLES et_relval = gt_10020_relv EXCEPTIONS OTHERS = 1.

G_COMPARE_PERIODS CALL FUNCTION 'G_COMPARE_PERIODS' EXPORTING periv1 = gt_tka01-perivk periv2 = gt_copa-periv EXCEPTIONS difference = 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_20000_FIELDS_CEPARAMS or its description.