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

CNV_20100_SETS_RESOLVE SAP ABAP Report - Resolve Set Intervals (Optional)







CNV_20100_SETS_RESOLVE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Auxiliary programm for breaking down set intervals You can edit either cost element groups (set class 0102) and/or account groups (set class 0109)...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter CNV_20100_SETS_RESOLVE 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_20100_SETS_RESOLVE. "Basic submit
SUBMIT CNV_20100_SETS_RESOLVE AND RETURN. "Return to original report after report execution complete
SUBMIT CNV_20100_SETS_RESOLVE VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Resolve Set Intervals (Optional)
Text Symbol: VON = Lower interval limit
Text Symbol: TXT = Long txt
Text Symbol: TST = Test run: No database changes were made
Text Symbol: SIN = Single value
Text Symbol: SGN = Z
Text Symbol: RES = interval(s) broken down
Text Symbol: REA = set(s) read
Text Symbol: OPT = Op
Text Symbol: NOV = Interval does not contain real single vals -> deleted
Text Symbol: NOT = Choose at least one set class
Text Symbol: NAM = Set name
Text Symbol: KPL = Chrt of acct
Text Symbol: ECT = Update run: Database changes may have been made
Text Symbol: DSI = single val.(s) deleted
Text Symbol: DSG = Single value does not exist -> deleted
Text Symbol: DIN = interval(s) deleted
Text Symbol: CLS = SetC
Text Symbol: CLA = Set class
Text Symbol: BIS = Upper interval limit
Text Symbol: ADD = Single val.(s) inserted
Text Symbol: ABG = Delimit.
Text Symbol: 109 = Set class 0109:
Text Symbol: 102 = Set class 0102:
Text Symbol: 003 = Delete wrong KTOPL entries
Text Symbol: 002 = Are you aware about the effects of resolving the intervals?
Text Symbol: 001 = Do you really want to resolve the sets?


INCLUDES used within this REPORT CNV_20100_SETS_RESOLVE

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.

CNV_20100_CHECK_CONFIRMED * CALL FUNCTION 'CNV_20100_CHECK_CONFIRMED' * EXPORTING * i_packid = gc_packid * IMPORTING * e_confirmed = gv_confirmed * EXCEPTIONS * confirm_not_found = 0 * OTHERS = 0.

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.

F4IF_INT_TABLE_VALUE_REQUEST * CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' * EXPORTING * retfield = 'SO_KTOPL-LOW' * dynpprog = progname * dynpnr = dynnum * value_org = 'S' * callback_program = progname * TABLES * value_tab = lt_valus_tab_ktopl * return_tab = return_tab.

F4IF_INT_TABLE_VALUE_REQUEST * CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' * EXPORTING * retfield = 'SO_KTOPL-HIGH' * dynpprog = progname * dynpnr = dynnum * value_org = 'S' * callback_program = progname * TABLES * value_tab = lt_valus_tab_ktopl * return_tab = return_tab.

RKE_POPUP_TEXT_DECIDE_VARTEXT * CALL FUNCTION 'RKE_POPUP_TEXT_DECIDE_VARTEXT' * EXPORTING * OPTIONS = 'YN' * object_id = 'NA' * object = 'CNV_20100494' * na_shorttext = ' ' * titel = 'Delete wrong KTOPL entries'(003) * IMPORTING * answer = gv_answer_save * TABLES * t_texttab = l_texttab * EXCEPTIONS * docu_not_found = 1 * OTHERS = 2.

CNV_INT_STATE_INSERT * CALL FUNCTION 'CNV_INT_STATE_INSERT' * EXPORTING * packid = gc_packid * phase = gd_phase ** TABNAME = * progname = 'CNV_20100_SETS_RESOLVE' ** TASKID = '00' * rerun = 'R' * precursor = '' ** PRETABNAME = * EXCEPTIONS * no_active_package = 1 * package_not_active = 2 * insert_failed = 3 * OTHERS = 4 * .

POPUP_TO_CONFIRM_STEP * CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' * EXPORTING * textline1 = text-001 * titel = text-002 * cancel_display = ' ' * IMPORTING * answer = p_answer.



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