SAP Reports / Programs

CNV_10996_I_CREATE_DELPROGRAMS SAP ABAP Report - Generation of programs for archive conversion - company code deletion







CNV_10996_I_CREATE_DELPROGRAMS 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_10996_I_CREATE_DELPROGRAMS into the relevant SAP transactions such as SE38 or SE80


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_10996_I_CREATE_DELPROGRAMS. "Basic submit
SUBMIT CNV_10996_I_CREATE_DELPROGRAMS AND RETURN. "Return to original report after report execution complete
SUBMIT CNV_10996_I_CREATE_DELPROGRAMS 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: GP_COMP = Generate programs now
Selection Text: GP_DEL = Delete old programs
Selection Text: GP_PACK = Package Number
Selection Text: GP_PHASE = Conversion Phase
Selection Text: GP_SLETT = Distinguish. Letter Prog. Name
Selection Text: GP_STATE = Overwrite processed programs
Selection Text: GP_UNCND = Create even with syntax error
Selection Text: GS_DOCS = Archiving Session
Selection Text: GS_OBJS = Archiving object
Title: Generation of programs for archive conversion - company code deletion
Text Symbol: 001 = Selection of Programs for Generation
Text Symbol: 002 = Attributes of the Programs for Generation
Text Symbol: 003 = Program Handling
Text Symbol: 004 = Expert Mode
Text Symbol: 005 = Conversion Prog. for Table &1
Text Symbol: 006 = Test Run - no Change to DB
Text Symbol: 010 = Continue generation?
Text Symbol: 011 = Continue with generation
Text Symbol: 012 = anyway?
Text Symbol: 020 = Old programs are deleted.


INCLUDES used within this REPORT CNV_10996_I_CREATE_DELPROGRAMS

INCLUDE CNV_10996_D.
INCLUDE CNV_10996_GENERDEL_TOP.


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:

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING defaultoption = 'N' textline1 = text-011 textline2 = text-012 titel = text-020 IMPORTING answer = ld_slett_decision EXCEPTIONS OTHERS = 1.

CNV_INT_SCHEME_INSTANTIATE CALL FUNCTION 'CNV_INT_SCHEME_INSTANTIATE' EXPORTING calling_program = syst-cprog scheme_program = 'CNV_10996_SCH_DEL' "Scup scheme_name = 'MAIN' TABLES result_tab = gt_abapsource EXCEPTIONS schemeprog_not_found = 1 scheme_not_found = 2 scheme_syntax_error = 3 generate_error = 4 forced_linesplit = 5 table_not_exists = 6 OTHERS = 7.

CNV_INT_SCHEME_INSTANTIATE CALL FUNCTION 'CNV_INT_SCHEME_INSTANTIATE' EXPORTING calling_program = syst-cprog scheme_program = 'CNV_10996_SCH_DEL7' "Scup scheme_name = 'MAIN' TABLES result_tab = gt_abapsource EXCEPTIONS schemeprog_not_found = 1 scheme_not_found = 2 scheme_syntax_error = 3 generate_error = 4 forced_linesplit = 5 table_not_exists = 6 OTHERS = 7.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = gd_progress text = ld_s.

CNV_INT_STATE_GET CALL FUNCTION 'CNV_INT_STATE_GET' IMPORTING runstate = gd_state.



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