RFKKINVREVTASKMON is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Using this program, you can analyze
If you would like to execute this report or see the full code listing simply enter RFKKINVREVTASKMON into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FKKINV_REVTASK_MON - Reversal Task Display
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: FRESEL = More Selections Exist
Selection Text: CHDATE = D .
Selection Text: CHNAME = D .
Selection Text: CHTIME = D .
Selection Text: CRDATE = D .
Selection Text: CRNAME = D .
Selection Text: CRTIME = D .
Selection Text: MAXSEL = D .
Selection Text: NO_MAX = D .
Selection Text: REVTASK = D .
Selection Text: STATUS = D .
Title: Display Reversal Task
Text Symbol: 000 = Master Data
Text Symbol: 001 = Add. Criteria
Text Symbol: 002 = Technical Data
Text Symbol: 003 = Technical Data
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FKK_INV_REV_TASK_MON CALL FUNCTION 'FKK_INV_REV_TASK_MON' EXPORTING irt_revtask = revtask[] irt_status = status[] it_further_sel = where-where_tab i_maxrec = maxsel EXCEPTIONS not_found = 1 OTHERS = 2.
FKK_INV_FREE_SELECTION CALL FUNCTION 'FKK_INV_FREE_SELECTION' EXPORTING i_structure = cl_fkkbix_co=>gc_free_sel_rev_task "'FKKINV_REVTASK_FREE_SEL it_fields_excluding = lt_fields_exc it_fields_default_sel = lt_fields_default_sel CHANGING c_where = where.
FKK_INV_REV_TASK_SEL CALL FUNCTION 'FKK_INV_REV_TASK_SEL' EXPORTING irt_revtask = revtask[] irt_status = status[] it_further_sel = where-where_tab IMPORTING et_revt = lt_revt.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFKKINVREVTASKMON - Display Reversal Task RFKKINVREVTASKMON - Display Reversal Task RFKKINVREVINVMON - Analysis - Reversal Requests for Invoicing Documents RFKKINVREVINVMON - Analysis - Reversal Requests for Invoicing Documents RFKKINVREVBILLMON - Analysis - Reversal Requests for Billing Documents RFKKINVREVBILLMON - Analysis - Reversal Requests for Billing Documents