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

CNV_20551_SET_DROPINS SAP ABAP Report - De-Activate Drop-Insert Technique







CNV_20551_SET_DROPINS 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_20551_SET_DROPINS 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_20551_DROPINS - Maintain drop-insert indicator


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_20551_SET_DROPINS. "Basic submit
SUBMIT CNV_20551_SET_DROPINS AND RETURN. "Return to original report after report execution complete
SUBMIT CNV_20551_SET_DROPINS 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: P_TAB = Maintain at Table Level
Selection Text: P_PACK = Package ID
Selection Text: P_CURREN = Drop-Insert
Selection Text: GP_DEACT = Deactivate drop-insert techn.
Selection Text: GP_CANC = Keep existing settings
Selection Text: GP_ACT = Activate drop-insert technique
Title: De-Activate Drop-Insert Technique
Text Symbol: 116 = NOTUSE
Text Symbol: 115 = Deactivate DropInsert technique? Deactivating would deactivate DI for all the tables overriding DI maintenance for individual tables
Text Symbol: 114 = Download
Text Symbol: 113 = Deactivate Drop Insert for all tables
Text Symbol: 112 = Deactivate All
Text Symbol: 111 = Activate Drop Insert for all tables
Text Symbol: 110 = Activate All
Text Symbol: 109 = Drop Insert already active at package level. Reactivating will overwrite the changes made for individual tables.
Text Symbol: 108 = Drop Insert - Existing setting
Text Symbol: 107 = DropInsert is Inactive at package level. Do you want to activate DropInsert at package level to continue maintianing at table level?
Text Symbol: 106 = Drop Insert checkbox was checked for following tables. Save the entries to activate Drop Insert.
Text Symbol: 105 = No
Text Symbol: 104 = Yes
Text Symbol: 103 = Data has been changed. Do you want to save the changes to database?
Text Symbol: 102 = Activate/Deactivate Drop Insert
Text Symbol: 101 = Description
Text Symbol: 100 = Table Name
Text Symbol: 051 = Inactive
Text Symbol: 050 = Active
Text Symbol: 020 = Parameter for drop-insert technique
Text Symbol: 010 = Params for package
Text Symbol: 005 = the USEDROPINS indicator has been deleted
Text Symbol: 004 = the USEDROPINS indicator has been set
Text Symbol: 003 = For pack.
Text Symbol: 002 = Error while updating CNVTABLES
Text Symbol: 001 = Error while updating CNVPACK


INCLUDES used within this REPORT CNV_20551_SET_DROPINS

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_SYSTEM_INFO CALL FUNCTION 'CNV_SYSTEM_INFO' EXPORTING p_sys_id = sy-sysid IMPORTING p_sys_type = gv_systype EXCEPTIONS system_unknown = 1 OTHERS = 2.

CNV_INT_PACKAGE_GET CALL FUNCTION 'CNV_INT_PACKAGE_GET' IMPORTING packid = gc_packid EXCEPTIONS active_package_not_found = 1 OTHERS = 2.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-102 text_question = text-103 text_button_1 = text-104 text_button_2 = text-105 IMPORTING answer = lv_answer. "#EC *

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-102 text_question = text-103 text_button_1 = text-104 text_button_2 = text-105 IMPORTING answer = lv_answer. "#EC *

HELP_OBJECT_SHOW CALL FUNCTION 'HELP_OBJECT_SHOW' EXPORTING dokclass = 'TX' doklangu = sy-langu dokname = lv_object TABLES links = lt_links EXCEPTIONS object_not_found = 1 sapscript_error = 2 OTHERS = 3. "#EC *

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-102 text_question = text-115 text_button_1 = text-104 text_button_2 = text-105 default_button = '2' display_cancel_button = 'X' IMPORTING answer = lv_answer EXCEPTIONS text_not_found = 1 OTHERS = 2.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-102 text_question = text-107 text_button_1 = text-104 text_button_2 = text-105 default_button = '2' display_cancel_button = 'X' IMPORTING answer = lv_answer EXCEPTIONS text_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_20551_SET_DROPINS or its description.