RFKABL00_NACC is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for With program RFKABL00, you can display changes to the vendor master record data across 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 RFKABL00_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: XEKO = Purchasing Organization Data
Selection Text: XDSCR = Name
Selection Text: XBUK = Company Code Data
Selection Text: XALL = All Vendors
Selection Text: XALG = General Data
Selection Text: UNAME = Changed By
Selection Text: SORT = Sorting
Selection Text: LIFNR = Vendor
Selection Text: GRUPP = Field Group
Selection Text: EKORG = Purchasing Organization
Selection Text: DATUM = Changed On
Selection Text: BUKRS = Company Code
Title: Display Changes to Vendors
Text Symbol: NBW = W/tax type ;;
Text Symbol: NEI = Tariff preference
Text Symbol: NEX = *
Text Symbol: NKA = *
Text Symbol: NKK = *
Text Symbol: NLR = Regn of supply ;;
Text Symbol: NM1 = Purchasing data;;
Text Symbol: NT1 = Vend. sub-range;;
Text Symbol: NT3 = Partner functn ;;
Text Symbol: NVA = *
Text Symbol: NVD = *
Text Symbol: NVI = *
Text Symbol: NVK = *
Text Symbol: NVL = *
Text Symbol: NVP = *
Text Symbol: NVV = *
Text Symbol: NZA = Perm.Pay.Recip.;;
Text Symbol: S01 = Date
Text Symbol: S02 = Vendor ;;
Text Symbol: S03 = Changed By
Text Symbol: S04 = Field name
Text Symbol: T11 = Time Vendor Changed by Field name CoCd PuOr New value Old value
Text Symbol: T12 = Date Time Changed by Field name CoCd PuOr New value Old value
Text Symbol: T13 = Date Time Vendor Field name CoCd PuOr New value Old value
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.
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 RFKABL00_NACC or its description.
RFKABL00_NACC - Display Changes to Vendors RFKABL00_NACC - Display Changes to Vendors RFKABL00 - Display Changes to Vendors RFKABL00 - Display Changes to Vendors RFKA11L00_MASS - List: Submission of Receivables to External Collection Agency RFKA11L00_MASS - List: Submission of Receivables to External Collection Agency