SAP Reports / Programs | Financial Accounting | Contract Accounts Receivable and Payable(FI-CA) SAP FI

TEST_DEFREV_RAISE_EVENT SAP ABAP Report - INTERNAL: Report of Event







TEST_DEFREV_RAISE_EVENT is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You can use this report to test the functions for event-based deferred revenues...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 TEST_DEFREV_RAISE_EVENT 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 TEST_DEFREV_RAISE_EVENT. "Basic submit
SUBMIT TEST_DEFREV_RAISE_EVENT AND RETURN. "Return to original report after report execution complete
SUBMIT TEST_DEFREV_RAISE_EVENT 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_WAERS = D .
Selection Text: P_VKONT = D .
Selection Text: P_SAMQUS = D .
Selection Text: P_REF03 = D .
Selection Text: P_PDATE = D .
Selection Text: P_ORIGN = D .
Selection Text: P_MENGE = D .
Selection Text: P_MEINS = D .
Selection Text: P_IDOCN = D .
Selection Text: P_ENDINS = D .
Selection Text: P_ENDIN = D .
Selection Text: P_CTYPE = D .
Selection Text: P_CHCKDS = D .
Selection Text: P_CHCKD = D .
Selection Text: P_BETRW = D .
Selection Text: P_ASSKY = D .
Title: INTERNAL: Report of Event
Text Symbol: T07 = Program Run Ended
Text Symbol: T06 = 1 entry was generated in table DFKKDEFREV_TRIGE
Text Symbol: T05 = 1 entry was generated in table DFKKDEFREV_TRIG
Text Symbol: T04 = The reported event was created successfully
Text Symbol: T03 = Error Reason
Text Symbol: T02 = The reported event could not be created
Text Symbol: T01 = Parameter for Reported Event


INCLUDES used within this REPORT TEST_DEFREV_RAISE_EVENT

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:

FKK_DEFREV_BY_EVENT_RAISE CALL FUNCTION 'FKK_DEFREV_BY_EVENT_RAISE' EXPORTING it_events = lt_events i_no_update = ' ' i_update_task = ' ' IMPORTING e_obj = lv_obj et_events_err = lt_events_err.

DDUT_DOMVALUES_GET CALL FUNCTION 'DDUT_DOMVALUES_GET' EXPORTING name = 'FLGRD_DR_KK' TABLES dd07v_tab = lt_dd07v EXCEPTIONS illegal_input = 1 OTHERS = 2.



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