SAP Reports / Programs

RFKK_DEFREV_BY_EVENT_CORR SAP ABAP Report - Adjustment Run for Event-Based Deferred Revenues







RFKK_DEFREV_BY_EVENT_CORR is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for trados = fi With the adjustment run for event-based deferred revenues, you can report realised revenues if the operational system has not reported them...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 RFKK_DEFREV_BY_EVENT_CORR 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

FPDR_BY_EVENT_CORR - Evt-Based Def.Revenues Adjustmt Run


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 RFKK_DEFREV_BY_EVENT_CORR. "Basic submit
SUBMIT RFKK_DEFREV_BY_EVENT_CORR AND RETURN. "Return to original report after report execution complete
SUBMIT RFKK_DEFREV_BY_EVENT_CORR 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_DISPR = D .
Selection Text: SO_ASSKY = D .
Selection Text: SO_VKONT = D .
Title: Adjustment Run for Event-Based Deferred Revenues
Text Symbol: 001 = Selection of Assignment Keys to Be Processed
Text Symbol: 002 = Expand Worklist
Text Symbol: 003 = Collapse Worklist
Text Symbol: 004 = Manual Processing
Text Symbol: 005 = Expand Processed Assignment Keys
Text Symbol: 006 = Collapse Processed Assignment Keys
Text Symbol: 007 = Processed Assignment Keys
Text Symbol: 008 = Requested Adjustment
Text Symbol: 009 = List of Assignment Keys to Be Processed
Text Symbol: 010 = List of Requested Adjustments


INCLUDES used within this REPORT RFKK_DEFREV_BY_EVENT_CORR

INCLUDE RFKK_DEFREV_BY_EVENT_TOP. " GLOBAL DATA
INCLUDE RFKK_DEFREV_BY_EVENT_CLS. " CLASSES
INCLUDE RFKK_DEFREV_BY_EVENT_CORR_F01. " FORMS
INCLUDE RFKK_DEFREV_BY_EVENT_CORR_O01. " PBO-MODULES
INCLUDE RFKK_DEFREV_BY_EVENT_CORR_I01. " PAI-MODULES


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:

SELECT_OPTIONS_RESTRICT CALL FUNCTION 'SELECT_OPTIONS_RESTRICT' EXPORTING restriction = gs_restrict EXCEPTIONS too_late = 1 repeated = 2 selopt_without_options = 3 selopt_without_signs = 4 invalid_sign = 5 empty_option_list = 6 invalid_kind = 7 repeated_kind_a = 8 OTHERS = 9.

ENQUEUE_EFKKASSKY CALL FUNCTION 'ENQUEUE_EFKKASSKY' EXPORTING mode_dfkkassky = 'E' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

ENQUEUE_EFKKASSKY CALL FUNCTION 'ENQUEUE_EFKKASSKY' EXPORTING mode_dfkkassky = 'E' assky = so_assky-low EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

FKK_DEFREV_BY_EVENT_RAISE CALL FUNCTION 'FKK_DEFREV_BY_EVENT_RAISE' EXPORTING it_events = lt_events IMPORTING et_events_err = lt_events_err.



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