RFKKINVREV02 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 RFKKINVREV02 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_REV_S - Ind. Reversal of Invoicing Documents
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: FIKEY = D .
Selection Text: GPART = D .
Selection Text: INVDOCNO = D .
Selection Text: MDCAT = D .
Selection Text: REASON = D .
Selection Text: STODT = D .
Selection Text: VKONT = D .
Title: Reverse Invoicing Document (Individual Reversal)
Text Symbol: 001 = Posting params
Text Symbol: 002 = Select. Parameters
Text Symbol: 003 = Document Numbers
Text Symbol: 004 = Reversal Terminated (See Log)...
Text Symbol: 005 = Reversal Completed (See Log)...
INCLUDE IFKKINV_CO.
No SAP DATABASE tables are accessed within this REPORT code!
RS_SET_SELSCREEN_STATUS CALL FUNCTION 'RS_SET_SELSCREEN_STATUS' EXPORTING p_status = 'STAT' TABLES p_exclude = t_ok_codes EXCEPTIONS error_message = 0 OTHERS = 0.
FKK_GET_APPLICATION CALL FUNCTION 'FKK_GET_APPLICATION' IMPORTING e_applk = applk EXCEPTIONS no_appl_selected = 1 OTHERS = 2.
FKK_CALL_EVENT_1113 CALL FUNCTION 'FKK_CALL_EVENT_1113' EXPORTING i_herkf = co_herkf_78 i_applk = applk IMPORTING e_fikey = fikey EXCEPTIONS error_message = 1 OTHERS = 2.
FKK_INV_INVDOC_DISP CALL FUNCTION 'FKK_INV_INVDOC_DISP' EXPORTING x_invdocno_tab = revdocno_docno_tab.
FKK_INV_REVERSE_INVDOC_SINGLE CALL FUNCTION 'FKK_INV_REVERSE_INVDOC_SINGLE' EXPORTING i_applk = applk * i_invdocno = invdocno i_invdocno_tab = lt_invdocno i_vkont = vkont i_gpart = gpart i_mdcat = mdcat i_fikey = fikey i_budat = stodt i_revreason = reason i_dialog = 'X' i_params_popup = ' ' i_show_results = 'X' EXCEPTIONS general_fault = 1 OTHERS = 2.
FKK_INV_REVERSE_INVDOC_SINGLE CALL FUNCTION 'FKK_INV_REVERSE_INVDOC_SINGLE' EXPORTING i_applk = applk * i_invdocno = invdocno i_invdocno_tab = lt_invdocno i_vkont = vkont i_gpart = gpart i_fikey = fikey i_budat = stodt i_revreason = reason i_dialog = 'X' i_params_popup = ' ' i_show_results = ' ' IMPORTING e_revdocno_tab = invdocno_tab EXCEPTIONS general_fault = 1 OTHERS = 2.
FKK_INV_MDCAT_SELECT CALL FUNCTION 'FKK_INV_MDCAT_SELECT' IMPORTING ev_only_fica_active = lv_only_fica.
RS_SET_SELSCREEN_STATUS CALL FUNCTION 'RS_SET_SELSCREEN_STATUS' EXPORTING p_status = 'STAT' TABLES p_exclude = t_ok_codes EXCEPTIONS error_message = 0 OTHERS = 0.
RS_SET_SELSCREEN_STATUS CALL FUNCTION 'RS_SET_SELSCREEN_STATUS' EXPORTING p_status = 'PROT' TABLES p_exclude = t_ok_codes EXCEPTIONS error_message = 0 OTHERS = 0.
RS_SET_SELSCREEN_STATUS CALL FUNCTION 'RS_SET_SELSCREEN_STATUS' EXPORTING p_status = 'PROT' TABLES p_exclude = t_ok_codes EXCEPTIONS error_message = 0 OTHERS = 0.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFKKINVREV02 - Reverse Invoicing Document (Individual Reversal) RFKKINVREV02 - Reverse Invoicing Document (Individual Reversal) RFKKINVREV01 - Reverse Invoicing Document (Mass Reversal) RFKKINVREV01 - Reverse Invoicing Document (Mass Reversal) RFKKINVCUS - FKKINV: Events for Various Veiwclusters of Invoicing RFKKINVCUS - FKKINV: Events for Various Veiwclusters of Invoicing