RFDABL00_NACC is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You can use report RFDABL00 to display changes to the customer 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 RFDABL00_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: BUKRS = Company Code
Selection Text: DATUM = Changed On
Selection Text: GRUPP = Field Group
Selection Text: KUNNR = Customer
Selection Text: SORT = Sorting
Selection Text: SPART = Division
Selection Text: UNAME = Changed By
Selection Text: VKORG = Sales Organization
Selection Text: VTWEG = Distribution Channel
Selection Text: XALG = General Data
Selection Text: XALL = All Customers
Selection Text: XBUK = Company Code Data
Selection Text: XDSCR = Name
Selection Text: XTECH = Technical Field Names
Selection Text: XVKO = Sales Area Data
Title: Display Changes to Customers
Text Symbol: NEI = *
Text Symbol: NEX = Export control ;;
Text Symbol: NKA = *
Text Symbol: NKK = *
Text Symbol: NLR = *
Text Symbol: NM1 = *
Text Symbol: NT1 = *
Text Symbol: NT3 = *
Text Symbol: NVA = Unloading point;;
Text Symbol: NVD = Output ;;
Text Symbol: NVI = Tax ;;
Text Symbol: NVK = Contact person ;;
Text Symbol: NVL = License ;;
Text Symbol: NVP = Partner functn ;;
Text Symbol: NVV = Sales area data;;
Text Symbol: NZA = Perm.Pay.Recip.;;
Text Symbol: S01 = Date
Text Symbol: S02 = Customer
Text Symbol: S03 = Changed By
Text Symbol: S04 = Field name
Text Symbol: T11 = Time Customer Changed by Field name CoCd/SlsAr New value Old value
Text Symbol: T12 = Date Time Changed by Field name CoCd/SlsAr 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 RFDABL00_NACC or its description.