RFDKLIAB_NACC is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You use program RFDKLIAB to display changes to the credit management master data for all accounts...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 RFDKLIAB_NACC 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: XTECH = Technical Field Names
Selection Text: XKKB = Credit Control Area Data
Selection Text: XDSCR = Name
Selection Text: XALL = All Customers
Selection Text: XALG = General Data
Selection Text: UNAME = Changed By
Selection Text: SORT = Sorting
Selection Text: KUNNR = Customer
Selection Text: KKBER = Credit Control Area
Selection Text: GRUPP = Field Group
Selection Text: DATUM = Changed On
Title: Display Changes to Credit Management
Text Symbol: NVK = *
Text Symbol: NVI = *
Text Symbol: NVD = *
Text Symbol: NVA = *
Text Symbol: NT3 = *
Text Symbol: NT1 = *
Text Symbol: NM1 = *
Text Symbol: NLR = *
Text Symbol: NKK = Customer in CCA
Text Symbol: NKA = Customer
Text Symbol: NEX = *
Text Symbol: NEI = *
Text Symbol: NBW = *
Text Symbol: NVL = *
Text Symbol: NVP = *
Text Symbol: NVV = *
Text Symbol: NZA = *
Text Symbol: S01 = Date
Text Symbol: S02 = Customer
Text Symbol: S03 = Changed By
Text Symbol: S04 = Field name
Text Symbol: T11 = Time Cust. Changed By Field Name CCAr New Value Old Value
Text Symbol: T12 = Date Time Changed By Field Name CCAr New Value Old Value
Text Symbol: T13 = Date Time Customer Field Name CCAr New Value Old Value
Text Symbol: T14 = Date Time Customer Changed By CCAr New Value Old Value
Text Symbol: T22 = Technical Field Name
INCLUDE RFDBRMAC.
No SAP DATABASE tables are accessed within this REPORT code!
FI_MESSAGE_CHECK CALL FUNCTION 'FI_MESSAGE_CHECK' EXCEPTIONS NO_MESSAGE = 01.
POPUP_NO_LIST CALL FUNCTION 'POPUP_NO_LIST'.
FI_MESSAGE_COLLECT CALL FUNCTION 'FI_MESSAGE_COLLECT' EXPORTING I_FIMSG = MSGTAB.
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 RFDKLIAB_NACC or its description.