SAPUFKD0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program is used for the configuration of the dunning program and is reached via the Financial Accounting configuration menu with
If you would like to execute this report or see the full code listing simply enter SAPUFKD0 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: MAHNA = Dunning procedure
Title: Dunning Program Configuration Documentation
Text Symbol: 001 = Customer special G/L indicator
Text Symbol: 002 = Vendor special G/L indicator
Text Symbol: 003 = Dunning procedure general data
Text Symbol: 004 = Dunning level general data
Text Symbol: 005 = Dunning charges in dunning level
Text Symbol: 006 = Minimum amounts in dunning level
Text Symbol: 007 = Dunning texts in dunning level
Text Symbol: 008 = Dunning texts for legal dunning proceedings
Text Symbol: 009 = Company code general data
Text Symbol: 010 = Dunning areas in company code
Text Symbol: 011 = Sender details in company code
Text Symbol: 012 = Sort fields
Text Symbol: 013 = Master record
Text Symbol: 014 = Items
Text Symbol: 015 = Environment - dunning keys
Text Symbol: 016 = Environment - dunning blocks
Text Symbol: 017 = Environment - dunning groupings
Text Symbol: 018 = No authorization for displaying
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FI_CUST_AUTHORITY_CHECK CALL FUNCTION 'FI_CUST_AUTHORITY_CHECK' EXPORTING I_AKTYP = 'A' I_OKCOD = SPACE I_OKCOD_TO_CHANGE_AKTYP = 'CHAE' I_TABLES = TABLES EXCEPTIONS NO_AUTHORITY = 1.
CHECK_TEXT_AUTHORITY CALL FUNCTION 'CHECK_TEXT_AUTHORITY' EXPORTING LANGUAGE = THEAD-TDSPRAS OBJECT = THEAD-TDOBJECT NAME = THEAD-TDNAME ID = THEAD-TDID ACTIVITY = 'SHOW' EXCEPTIONS OTHERS = 4.
READ_TEXT CALL FUNCTION 'READ_TEXT' EXPORTING ID = THEAD-TDID LANGUAGE = THEAD-TDSPRAS NAME = THEAD-TDNAME OBJECT = THEAD-TDOBJECT IMPORTING HEADER = THEAD TABLES LINES = EDTEXT EXCEPTIONS NOT_FOUND = 4 OTHERS = 8.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
SAPUFKD0 - Dunning Program Configuration Documentation SAPUFKD0 - Dunning Program Configuration Documentation SAPUFKB2 - Error Analysis/Special G/L Documentation SAPUFKB2 - Error Analysis/Special G/L Documentation SAPUFKB1 - Error Analysis/Automatic Postings Documentation SAPUFKB1 - Error Analysis/Automatic Postings Documentation