SAP Reports / Programs

RFDKLIAB_NACC SAP ABAP Report - Display Changes to Credit Management







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RFDKLIAB_NACC. "Basic submit
SUBMIT RFDKLIAB_NACC AND RETURN. "Return to original report after report execution complete
SUBMIT RFDKLIAB_NACC VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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





Text Symbol: 001 = *No Field Text* User
Text Symbol: F00 = E R R O R L O G
Text Symbol: HD1 = Sorting by Date
Text Symbol: HD2 = Sort by Customer
Text Symbol: HD3 = Sorting per Changed By
Text Symbol: HD4 = Sorting by Field Name
Text Symbol: KAS = *
Text Symbol: KAT = *
Text Symbol: KB5 = *
Text Symbol: KBK = *
Text Symbol: KBW = *
Text Symbol: KEX = *
Text Symbol: KVA = *
Text Symbol: KVD = *
Text Symbol: KVI = *
Text Symbol: KVK = *
Text Symbol: KVL = *
Text Symbol: KVP = *
Text Symbol: LAS = *
Text Symbol: LAT = *
Text Symbol: LB5 = *
Text Symbol: LBK = *
Text Symbol: LBW = *
Text Symbol: LLR = *
Text Symbol: LM2 = *
Text Symbol: LT1 = *
Text Symbol: LT3 = *
Text Symbol: LTT = *
Text Symbol: LZA = *
Text Symbol: M01 = *** Created ***
Text Symbol: M02 = *** Deleted ***
Text Symbol: NA1 = *
Text Symbol: NAS = *
Text Symbol: NAT = *
Text Symbol: NB1 = *
Text Symbol: NB5 = *
Text Symbol: NBK = *
Text Symbol: NBS = *


INCLUDES used within this REPORT RFDKLIAB_NACC

INCLUDE RFDBRMAC.





INCLUDE RFXABL00_NACC.


TABLES used within REPORT and the associated SELECT statement:

No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

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.