RFKK_FAV 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 RFKK_FAV into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FPFAV - Favorites
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.
Title: Favorites Management
Text Symbol: 001 = Display
Text Symbol: 002 = Change
Text Symbol: 003 = Delete Entry
Text Symbol: 004 = Do you really want to delete the entry?
Text Symbol: 005 = Confirmation
Text Symbol: 006 = Objects
Text Symbol: 007 = Objects in Favorites
Text Symbol: 008 = Comment
Text Symbol: 009 = Insert Entry Above
Text Symbol: 010 = Insert Entry Below
Text Symbol: 011 = Insert Entry
Text Symbol: 012 = Change Comment
Text Symbol: 013 = Set Parameters
Text Symbol: 014 = Hide Folder
Text Symbol: 015 = Show Folder
Text Symbol: 016 = Copy to Clipboard
Text Symbol: 018 = My Favorites
Text Symbol: 019 = (Hidden Folder)
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
TH_CREATE_MODE CALL FUNCTION 'TH_CREATE_MODE' EXPORTING TRANSAKTION = LV_TRANS DEL_ON_EOT = 1 PARAMETERS = LV_PARAMS PROCESS_DARK = 'X' EXCEPTIONS MAX_SESSIONS = 1 INTERNAL_ERROR = 2 NO_AUTHORITY = 3 OTHERS = 2.
FKK_PROMISE2PAY_READ CALL FUNCTION 'FKK_PROMISE2PAY_READ' EXPORTING I_PPKEY = FKK_FAV_NEW-PPKEY IMPORTING E_DFKKPP = LS_DFKKPP EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.
TH_CREATE_MODE CALL FUNCTION 'TH_CREATE_MODE' EXPORTING TRANSAKTION = LV_TRANS DEL_ON_EOT = 1 PARAMETERS = LV_PARAMS PROCESS_DARK = 'X' EXCEPTIONS MAX_SESSIONS = 1 INTERNAL_ERROR = 2 NO_AUTHORITY = 3 OTHERS = 2.
POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING TEXTLINE1 = TEXT-004 TITEL = TEXT-005 CANCEL_DISPLAY = ' ' IMPORTING ANSWER = LV_ANSWER.
TH_CREATE_MODE CALL FUNCTION 'TH_CREATE_MODE' EXPORTING TRANSAKTION = LV_TRANS DEL_ON_EOT = 1 PARAMETERS = LV_PARAMS PROCESS_DARK = 'X' EXCEPTIONS MAX_SESSIONS = 1 INTERNAL_ERROR = 2 NO_AUTHORITY = 3 OTHERS = 2.
F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING RETFIELD = 'NAME' VALUE_ORG = 'S' TABLES VALUE_TAB = LT_NAMES.
ENQUEUE_EFKK_FAV CALL FUNCTION 'ENQUEUE_EFKK_FAV' EXPORTING MANDT = SY-MANDT UNAME = SY-UNAME _SCOPE = '1' EXCEPTIONS FOREIGN_LOCK = 1 SYSTEM_FAILURE = 2 OTHERS = 3.
DEQUEUE_EFKK_FAV CALL FUNCTION 'DEQUEUE_EFKK_FAV' EXPORTING MANDT = SY-MANDT UNAME = SY-UNAME _SCOPE = '1'.
POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING TEXTLINE1 = TEXT-004 TITEL = TEXT-005 CANCEL_DISPLAY = ' ' IMPORTING ANSWER = LV_ANSWER.
HELP_OBJECT_SHOW CALL FUNCTION 'HELP_OBJECT_SHOW' EXPORTING DOKCLASS = 'DE' DOKNAME = DOKU_OBJEKT DOKTITLE = DOKU_TITLE TABLES LINKS = TLINKS EXCEPTIONS OTHERS = 0.
FKK_BUPA_READ_SINGLE CALL FUNCTION 'FKK_BUPA_READ_SINGLE' EXPORTING I_PARTNER = FKK_FAV_NEW-GPART EXCEPTIONS ERROR_MESSAGE = 1 OTHERS = 1.
FKK_ACCOUNT_READ CALL FUNCTION 'FKK_ACCOUNT_READ' EXPORTING I_VKONT = FKK_FAV_NEW-VKONT EXCEPTIONS ERROR_MESSAGE = 1 OTHERS = 1.
FKK_VT_CHECK_EXISTENCE CALL FUNCTION 'FKK_VT_CHECK_EXISTENCE' EXPORTING IV_VTKEY = FKK_FAV_NEW-VTKEY EXCEPTIONS ERROR_MESSAGE = 1 OTHERS = 1.
FKK_VT_CHECK_EXISTENCE CALL FUNCTION 'FKK_VT_CHECK_EXISTENCE' EXPORTING IV_VTKEY = FKK_FAV_NEW-VTKEY_PV EXCEPTIONS ERROR_MESSAGE = 1 OTHERS = 1.
FKK_DB_MA_BY_MAKEY CALL FUNCTION 'FKK_DB_MA_BY_MAKEY' EXPORTING IV_MAKEY = FKK_FAV_NEW-MAKEY EXCEPTIONS ERROR_MESSAGE = 1 OTHERS = 1.
FKK_PPACC_SELECT CALL FUNCTION 'FKK_PPACC_SELECT' EXPORTING I_PPACC = FKK_FAV_NEW-PPACC EXCEPTIONS ERROR_MESSAGE = 1 OTHERS = 1.
FKK_VT_PRD_CHECK_EXISTENCE CALL FUNCTION 'FKK_VT_PRD_CHECK_EXISTENCE' EXPORTING IV_PRDNR = FKK_FAV_NEW-PRDNR IMPORTING EX_EXISTS = LV_EXISTS.
FKK_DOCUMENT_READ CALL FUNCTION 'FKK_DOCUMENT_READ' EXPORTING I_OPBEL = FKK_FAV_NEW-OPBEL EXCEPTIONS ERROR_MESSAGE = 1 OTHERS = 1.
CALL FUNCTION 'FKK_PROMISE2PAY_READ' EXPORTING I_PPKEY = FKK_FAV_NEW-PPKEY IMPORTING E_DFKKPP = LS_DFKKPP EXCEPTIONS ERROR_MESSAGE = 1 NOT_FOUND = 1 OTHERS = 1.
DD_DOMVALUES_GET CALL FUNCTION 'DD_DOMVALUES_GET' EXPORTING DOMNAME = 'FAVOB_KK' TEXT = 'X' TABLES DD07V_TAB = LT_DOMVALUES.
LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING I_STRUCTURE_NAME = 'DFKK_FAV' CHANGING CT_FIELDCAT = GT_FIELDCATALOG.
FKK_FAV_COMMENT_GPART CALL FUNCTION 'FKK_FAV_COMMENT_GPART' EXPORTING I_GPART = FKK_FAV_NEW-GPART IMPORTING E_COMMT = FKK_FAV_NEW-COMMT.
FKK_FAV_COMMENT_VKONT CALL FUNCTION 'FKK_FAV_COMMENT_VKONT' EXPORTING I_VKONT = FKK_FAV_NEW-VKONT IMPORTING E_COMMT = FKK_FAV_NEW-COMMT.
FKK_FAV_COMMENT_VTKEY CALL FUNCTION 'FKK_FAV_COMMENT_VTKEY' EXPORTING I_VTKEY = FKK_FAV_NEW-VTKEY I_VTCAT = '' IMPORTING E_COMMT = FKK_FAV_NEW-COMMT.
FKK_FAV_COMMENT_VTKEY CALL FUNCTION 'FKK_FAV_COMMENT_VTKEY' EXPORTING I_VTKEY = FKK_FAV_NEW-VTKEY_PV I_VTCAT = 'A' IMPORTING E_COMMT = FKK_FAV_NEW-COMMT.
FKK_FAV_COMMENT_MAKEY CALL FUNCTION 'FKK_FAV_COMMENT_MAKEY' EXPORTING I_MAKEY = FKK_FAV_NEW-MAKEY IMPORTING E_COMMT = FKK_FAV_NEW-COMMT.
FKK_FAV_COMMENT_PPACC CALL FUNCTION 'FKK_FAV_COMMENT_PPACC' EXPORTING I_PPACC = FKK_FAV_NEW-PPACC IMPORTING E_COMMT = FKK_FAV_NEW-COMMT.
FKK_FAV_COMMENT_PRDNR CALL FUNCTION 'FKK_FAV_COMMENT_PRDNR' EXPORTING I_PRDNR = FKK_FAV_NEW-PRDNR IMPORTING E_COMMT = FKK_FAV_NEW-COMMT.
FKK_FAV_COMMENT_OPBEL CALL FUNCTION 'FKK_FAV_COMMENT_OPBEL' EXPORTING I_OPBEL = FKK_FAV_NEW-OPBEL IMPORTING E_COMMT = FKK_FAV_NEW-COMMT.
FKK_FAV_COMMENT_PPKEY CALL FUNCTION 'FKK_FAV_COMMENT_PPKEY' EXPORTING I_PPKEY = FKK_FAV_NEW-PPKEY IMPORTING E_COMMT = FKK_FAV_NEW-COMMT.
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_FAV or its description.
RFKK_FAV - Favorites Management RFKK_FAV - Favorites Management RFKK_EXTTAX_UPD - Update Audit Files and Tax Registers from External Tax System RFKK_EXTTAX_UPD - Update Audit Files and Tax Registers from External Tax System RFKK_EXTERNAL_BILLING_XI_TEST - Test Report for XI Interface FICAExternaalBillingNotification_In RFKK_EXTERNAL_BILLING_XI_TEST - Test Report for XI Interface FICAExternaalBillingNotification_In