COPA_REVERSE_KE27 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 COPA_REVERSE_KE27 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
KE27S - Reversal of KE27 Delta Line Items
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.
Selection Text: WERKS = D Plant
Selection Text: VRGAR = D Transaction/Event Type
Selection Text: RBELN = D Reference Document Number
Selection Text: PERIO = D Period/Year
Selection Text: KNDNR = D Customer
Selection Text: HZDAT = Date Created
Selection Text: G_TEST = Test Run
Selection Text: G_LOG = Log
Selection Text: G_ERKRS = D Operating Concern
Selection Text: BUKRS = D Company Code
Selection Text: BELNR = Document Number (CO-PA)
Selection Text: ARTNR = D Product
Title: Reversal of KE27 Delta Line Items in Profitability Analysis
Text Symbol: 101 = Direct Selection of Delta Line Items
Text Symbol: 100 = Indirect Selection Using Origin Line Items
Text Symbol: 070 = Reversal Items
Text Symbol: 060 = Line Items
Text Symbol: 030 = No. of Line Items Deleted Logically:
Text Symbol: 020 = Number of Line Items Cancelled:
Text Symbol: 015 = Profit Center Valuation View
Text Symbol: 014 = Legal Valuation View
Text Symbol: 013 = All Valuation Views
Text Symbol: 010 = Number of Line Items Read:
Text Symbol: 006 = Update Run:
Text Symbol: 005 = Test Run:
Text Symbol: 004 = Further Selections
Text Symbol: 003 = Control Parameters
Text Symbol: 002 = Selection Options
Text Symbol: 001 = Op. Concern
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RKE_CHECK_GENERATION call function 'RKE_CHECK_GENERATION' exporting erkrs = i_erkrs exceptions erkrs_not_existing = 1 erkrs_inactive = 2 table_not_exidb = 3 others = 4.
RKE_FILL_FIELD_TABLE call function 'RKE_FILL_FIELD_TABLE' exporting erkrs = i_erkrs tabname = x_tabname pa_type = '1' tables fieldtab = lt_dbtable[].
RKE_FILL_SCREEN_FIELDTABLE call function 'RKE_FILL_SCREEN_FIELDTABLE' exporting erg_rech_ber = rkb1x-erkrs modus = 'B' applclass = 'KE' tabname1 = l_tabname epos = 'X' i_rkb1x = rkb1x tables fdeptable = dep_tab fieldtable = dummy_tab exceptions entry_not_found = 01.
RKE_SEND_SELECTION_SCREEN call function 'RKE_SEND_SELECTION_SCREEN' exporting detail = ' ' display_modus = '1' einf_mehrf = 'N' start_column = 6
start_row = 4 text_length = 40 window_length = 12 window_title = ' ' window_width = 50 tables sel_table = lt_send_tab exceptions abnormal_leave = 01 criteria_not_found = 02.
RKE_CHARACTERISTIC_SELECTION call function 'RKE_CHARACTERISTIC_SELECTION' exporting display_modus = '1' initial_value = ' ' more = 'X' parameter = ' ' row_modus = '2' set = ' ' sort = ' ' start_column = 6 start_row = 4 window_length = 20 window_title = ' ' window_width = 83 tables char_table = char_tab dep_table = h_cec06_tab "H50967 exceptions abnormal_leave = 01 criteria_not_found = 02.
RKE_FILL_FIELD_TABLE call function 'RKE_FILL_FIELD_TABLE' exporting erkrs = i_erkrs tables
fieldtab = lt_fieldtab exceptions ledger_not_def = 1 ledger_not_found = 2 table_not_found = 3 others = 4.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
COPA_REVERSE_KE27 - Reversal of KE27 Delta Line Items in Profitability Analysis COPA_REVERSE_KE27 - Reversal of KE27 Delta Line Items in Profitability Analysis COPA_ORG_STRUCT - CO-PA Structure COPA_ORG_STRUCT - CO-PA Structure COPA_KEPM_SHOW - Display Planning Levels, Packages COPA_KEPM_SHOW - Display Planning Levels, Packages