SAP Reports / Programs

CNV_20551_PERCENTAGE SAP ABAP Report - Determine percentage of data to be deleted







CNV_20551_PERCENTAGE 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_PERCENTAGE 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_PERCENTAGE - Calculate relev. transact. data (%)


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


Text pool values


Title: Determine percentage of data to be deleted
Text Symbol: 316 = Percentage
Text Symbol: 315 = Percentage of relevant data in the table (all clients considered)
Text Symbol: 314 = Blank records in current client
Text Symbol: 313 = Relevant Records in current client
Text Symbol: 312 = Total Records in current client
Text Symbol: 311 = Total Records (From all clients)
Text Symbol: 310 = Blank Records
Text Symbol: 309 = Relevant Records
Text Symbol: 308 = Total Records (Client)
Text Symbol: 307 = Total Records
Text Symbol: 306 = Field Name
Text Symbol: 305 = Table Name
Text Symbol: 304 = Select
Text Symbol: 303 = OK
Text Symbol: 302 = Add table-field combination to evaluate the percentage of data being deleted.
Text Symbol: 301 = Check
Text Symbol: 300 = Add new Table-Field
Text Symbol: 293 = not released
Text Symbol: 292 = with start date
Text Symbol: 291 = to be released immediately
Text Symbol: 290 = Schedule jobs
Text Symbol: 228 = Field
Text Symbol: 227 = Table
Text Symbol: 190 = No
Text Symbol: 180 = Yes
Text Symbol: 084 = cross-client
Text Symbol: 083 = client-dep
Text Symbol: 080 = Anal.
Text Symbol: 035 = For all clients
Text Symbol: 032 = Anal.
Text Symbol: 031 = analyze?
Text Symbol: 026 = classical method
Text Symbol: 025 = Drop-insert
Text Symbol: 015 = Determine percentage of data to be deleted?
Text Symbol: 012 = Find?
Text Symbol: 011 = data?
Text Symbol: 004 = Wrong phase





INCLUDES used within this REPORT CNV_20551_PERCENTAGE

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 = gd_phase EXCEPTIONS active_package_not_found = 1 OTHERS = 2.

POPUP_TO_CONFIRM_STEP * CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' * EXPORTING * textline1 = text-015 ** TEXTLINE2 = * titel = text-012 * IMPORTING * answer = antwort0. "#EC *

REUSE_ALV_LIST_DISPLAY * CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' * EXPORTING * i_interface_check = ' ' * i_callback_program = gd_progname * i_callback_pf_status_set = g_status_set * i_callback_user_command = g_user_command ** i_structure_name = * is_layout = gs_layout * it_fieldcat = gt_fieldcat[] * it_excluding = gt_excluding[] * TABLES * t_outtab = gt_outtab * EXCEPTIONS * program_error = 1 * OTHERS = 2.

POPUP_GET_VALUES_USER_BUTTONS CALL FUNCTION 'POPUP_GET_VALUES_USER_BUTTONS' EXPORTING formname = 'NEW_TABFLD' programname = 'CNV_20551_PERCENTAGE' popup_title = popup_title ok_pushbuttontext = ok_pushbuttontext first_pushbutton = first_pushbutton icon_button_1 = icon_button_1 quickinfo_button_1 = quickinfo_button_1 * NO_CHECK_FOR_FIXED_VALUES = ' ' IMPORTING returncode = lv_answer TABLES fields = fields.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING textline1 = text-015 * TEXTLINE2 = titel = text-012 IMPORTING answer = antwort0. "#EC *

JOB_OPEN CALL FUNCTION 'JOB_OPEN' EXPORTING jobname = gd_jobname IMPORTING jobcount = gd_jobcount EXCEPTIONS cant_create_job = 1 invalid_job_data = 2 jobname_missing = 3 OTHERS = 4.

JOB_CLOSE CALL FUNCTION 'JOB_CLOSE' EXPORTING jobcount = gd_jobcount jobname = gd_jobname sdlstrtdt = p_start_date sdlstrttm = p_start_time * strtimmed = p_immed EXCEPTIONS cant_start_immediate = 1 invalid_startdate = 2 jobname_missing = 3 job_close_failed = 4 job_nosteps = 5 job_notex = 6 lock_failed = 7 OTHERS = 8.

JOB_CLOSE CALL FUNCTION 'JOB_CLOSE' EXPORTING jobcount = gd_jobcount jobname = gd_jobname * sdlstrtdt = p_start_date * sdlstrttm = p_start_time strtimmed = '' EXCEPTIONS cant_start_immediate = 1 invalid_startdate = 2 jobname_missing = 3 job_close_failed = 4 job_nosteps = 5 job_notex = 6 lock_failed = 7 OTHERS = 8.

JOB_OPEN * CALL FUNCTION 'JOB_OPEN' * exporting * jobname = gd_jobname * importing * jobcount = gd_jobcount * exceptions * cant_create_job = 1 * invalid_job_data = 2 * jobname_missing = 3 * others = 4.

JOB_CLOSE * CALL FUNCTION 'JOB_CLOSE' * EXPORTING * jobcount = gd_jobcount * jobname = gd_jobname ** SDLSTRTDT = P_DATE ** SDLSTRTTM = P_TIME * STRTIMMED = 'X' * EXCEPTIONS * cant_start_immediate = 1 * invalid_startdate = 2 * jobname_missing = 3 * job_close_failed = 4 * job_nosteps = 5 * job_notex = 6 * lock_failed = 7 * OTHERS = 8.

CNV_20551_POPUP_TO_DECIDE ** CALL FUNCTION 'CNV_20551_POPUP_TO_DECIDE' ** EXPORTING *** PAR_WINRO = 1 *** PAR_MFLAG = ' ' *** PAR_MROWS = 3 *** PAR_WINX1 = 0 *** PAR_WINY1 = 0 ** PAR_TEXT1 = SPACE *** PAR_TEXT2 = TEXT-292 *** PAR_TEXT3 = TEXT-293 ** PAR_TITLE = PAR_TITLE ** IMPORTING ** PAR_REPLY = ANTWORT1 ** TABLES ** TAB_LINES = POPUP_ITAB ** EXCEPTIONS ** NOT_ENOUGH_LINES = 1 ** TOO_MANY_LINES = 2 ** OTHERS = 3.

POPUP_GET_VALUES_USER_HELP ** CALL FUNCTION 'POPUP_GET_VALUES_USER_HELP' ** EXPORTING *** F1_FORMNAME = ' ' *** F1_PROGRAMNAME = ' ' *** F4_FORMNAME = ' ' *** F4_PROGRAMNAME = ' ' *** FORMNAME = ' ' ** POPUP_TITLE = TEXT-150 ** PROGRAMNAME = GD_PROGNAME *** START_COLUMN = '5' *** START_ROW = '5' *** NO_CHECK_FOR_FIXED_VALUES = ' ' ** IMPORTING ** RETURNCODE = RETURNCODE ** TABLES ** FIELDS = FIELDS.



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