SAP Reports / Programs

CNV_20200_ASSIGN_SPECIAL_PRIO SAP ABAP Report - Assign Special Priority Handling to certain tables







CNV_20200_ASSIGN_SPECIAL_PRIO 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_20200_ASSIGN_SPECIAL_PRIO 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_20200_SPECPRIO - Assign Special Priority


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


Text pool values


Title: Assign Special Priority Handling to certain tables
Text Symbol: 028 = Searching Table Worklist
Text Symbol: 029 = Filter SAP standard tables
Text Symbol: 030 = Filter not supported Conversion Routines
Text Symbol: 031 = Add a customer table
Text Symbol: 032 = Remove a customer table
Text Symbol: 033 = Removing the table will discard the special priority handling of it. Continue?
Text Symbol: 034 = Removing the tables will discard the special priority handling of it. Continue?
Text Symbol: 035 = Select a table to remove it from Special Priority Handling
Text Symbol: 036 = Displays the owner of the table
Text Symbol: 037 = Owner
Text Symbol: 038 = Hide
Text Symbol: 039 = At least one successor had been executed, choose running mode
Text Symbol: 040 = Change
Text Symbol: 041 = Display
Text Symbol: 100 = Corresponding table is not a SAP standard table
Text Symbol: 101 = Corresponding table is a SAP standard table
Text Symbol: 102 = The owner of the table couldn't be determined
Text Symbol: 103 = Corresponding value is a source mapping
Text Symbol: 104 = Corresponding value is a target mapping
Text Symbol: 105 = Corresponding value is the mapping with priority
Text Symbol: 106 = Displays details from the corresponding entry
Text Symbol: 107 = Displays the documentation of the corresponding table
Text Symbol: 108 = Shows a dialog to add customer Tables to the Screen
Text Symbol: 109 = Shows a dialog to add remove a Table from the Screen
Text Symbol: 027 = Change
Text Symbol: 001 = Table
Text Symbol: 002 = Target Company Code
Text Symbol: 003 = Sort by Target Value
Text Symbol: 004 = Sort by Table
Text Symbol: 005 = Description
Text Symbol: 006 = Target Value
Text Symbol: 007 = Priority Value
Text Symbol: 008 = Target
Text Symbol: 009 = Use Target Company Code
Text Symbol: 010 = Priority
Text Symbol: 011 = Use Priority Company Code
Text Symbol: 012 = Details





Text Symbol: 013 = Show Target Value
Text Symbol: 014 = Table Description
Text Symbol: 015 = Show Dependent and Leading Tables
Text Symbol: 016 = Longtext
Text Symbol: 017 = Description of the Company Code
Text Symbol: 018 = Title
Text Symbol: 019 = Table description
Text Symbol: 020 = The Special Priority Handling has been changed. Save before leaving editor?
Text Symbol: 022 = Priority Company Code
Text Symbol: 023 = Tables
Text Symbol: 024 = Target Values
Text Symbol: 025 = Target Value
Text Symbol: 026 = Display


INCLUDES used within this REPORT CNV_20200_ASSIGN_SPECIAL_PRIO

INCLUDE CNV_20200_ASSIGN_SPECIAL_PR_DT.
INCLUDE CNV_20200_ASSIGN_SPECIAL_PR_AL.
INCLUDE CNV_20200_ASSIGN_SPECIAL_PR_TR.
INCLUDE CNV_20200_ASSIGN_SPECIAL_PR_T2.
INCLUDE CNV_20200_ASSIGN_SPECIAL_PR_1O.
INCLUDE CNV_20200_ASSIGN_SPECIAL_PR_20.
INCLUDE CNV_20200_ASSIGN_SPECIAL_PR_40.


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 = gv_packid phase = gv_phase EXCEPTIONS active_package_not_found = 1 OTHERS = 2.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING text_question = text-039 text_button_1 = text-040 icon_button_1 = 'ICON_CHANGE' text_button_2 = text-041 icon_button_2 = 'ICON_DISPLAY' start_column = 25 start_row = 6 IMPORTING answer = lv_answer.

CNV_00001_STATE_GET CALL FUNCTION 'CNV_00001_STATE_GET' EXPORTING packid = gv_packid phase = gv_phase progname = 'CNV_20200_ASSIGN_SPECIAL_PRIO' IMPORTING EXP_CNVSTATE = lv_state EXCEPTIONS NO_ENTRY_EXISTS = 1 OTHERS = 2.

CNV_INT_STATE_INSERT CALL FUNCTION 'CNV_INT_STATE_INSERT' EXPORTING PACKID = iv_packid PHASE = gc_phase PROGNAME = sy-repid RERUN = 'R' * PRECURSOR = EXCEPTIONS NO_ACTIVE_PACKAGE = 1 PACKAGE_NOT_ACTIVE = 2 INSERT_FAILED = 3 OTHERS = 4.

CNV_00001_GET_STATE_RELATIONS CALL FUNCTION 'CNV_00001_GET_STATE_RELATIONS' EXPORTING packid = lv_packid phase = lv_phase progname = 'CNV_20200_ASSIGN_SPECIAL_PRIO' TABLES t_cnvstate_pred = lt_cnvstate_pred t_cnvstate_suc = lt_cnvstate_suc EXCEPTIONS no_entry_exists = 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_20200_ASSIGN_SPECIAL_PRIO or its description.