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

CNV_20100_UPLOAD_ALTKT SAP ABAP Report - Upload in CNVRENAME (DOMNAME=ALTKT); SAKNR=>WERT_ALT; ALTKT=>WERT_NEU







CNV_20100_UPLOAD_ALTKT 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_20100_UPLOAD_ALTKT 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_20100_UPLOAD_ALT - Upload SAKNR-ALTKT


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


Text pool values


Title: Upload in CNVRENAME (DOMNAME=ALTKT); SAKNR=>WERT_ALT; ALTKT=>WERT_NEU


INCLUDES used within this REPORT CNV_20100_UPLOAD_ALTKT

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 = GC_PACKID * PHASE = EXCEPTIONS ACTIVE_PACKAGE_NOT_FOUND = 1 OTHERS = 2.

POPUP_GET_VALUES_USER_HELP * CALL FUNCTION 'POPUP_GET_VALUES_USER_HELP' * EXPORTING * POPUP_TITLE = TEXT-125 * PROGRAMNAME = SY-REPID * F4_FORMNAME = 'F4_HELP2' * F4_PROGRAMNAME = SY-REPID * IMPORTING * RETURNCODE = RETURNCODE1 * TABLES * FIELDS = FIELDS1.

CNV_00001_UPLOAD CALL FUNCTION 'CNV_00001_UPLOAD' exporting filename = filename filetype = 'DAT' * has_field_separator = * ws_only = IMPORTING * filelength = ACT_FILENAME = ACT_FILENAME tables DATA_TAB = I_ASSIGNMENT_TABLE exceptions upload_error = 1 others = 2.

CNV_00001_LOG_MAPPING_UPLOAD call function 'CNV_00001_LOG_MAPPING_UPLOAD' exporting pd_packid = gc_packid pd_mapping_id = ld_mapping_id PD_TABNAME = 'CNVRENAME' pd_filename = act_filename pd_username = sy-uname * PD_TIMESTAMP = * PD_ADDITIONAL_INFO = * PD_INTERACTIVE = * IMPORTING * PD_GENERATED_ID = exceptions id_already_exists = 1 no_active_package = 2 package_does_not_exist = 3 user_aborted = 4 others = 5.

HELP_VALUES_GET CALL FUNCTION 'HELP_VALUES_GET' EXPORTING * DISPLAY = ' ' FIELDNAME = FIELDNAME * INPUT_VALUE = ' ' TABNAME = TABNAME * SHOW_ALL_VALUES_AT_FIRST_TIME = ' ' * IMPORTING * SELECT_VALUE = * SELECT_INDEX = EXCEPTIONS NO_HELP_FOR_FIELD = 1 OTHERS = 2.

WS_FILENAME_GET call function 'WS_FILENAME_GET' exporting mask = ',*.*,*.*.'



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