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
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: 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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.