SAP Reports / Programs | Financial Accounting | Accounts Receivable | Basic Functions(FI-AR-AR) SAP FI

RFDKLIF0_UCOM SAP ABAP INCLUDE - RFDKLIF0UCOM







RFDKLIF0_UCOM is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter RFDKLIF0_UCOM 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 RFDKLIF0_UCOM. "Basic submit
SUBMIT RFDKLIF0_UCOM AND RETURN. "Return to original report after report execution complete
SUBMIT RFDKLIF0_UCOM VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT RFDKLIF0_UCOM

No INCLUDES are used within this REPORT code!


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:

CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING INPUT = RS_SELFIELD-VALUE IMPORTING OUTPUT = L_KUNNR.

CREDITCONTROL_SHOW_KNKKF1 CALL FUNCTION 'CREDITCONTROL_SHOW_KNKKF1' EXPORTING I_KUNNR = P_KUNNR I_KKBER = P_KKBER EXCEPTIONS DATA_NOT_AVAILABLE = 1 OTHERS = 2.

CREDITCONTROL_SHOW_KNKKF1 CALL FUNCTION 'CREDITCONTROL_SHOW_KNKKF1' EXPORTING I_KUNNR = P_KUNNR I_KKBER = P_KKBER I_REGUL = ' ' EXCEPTIONS DATA_NOT_AVAILABLE = 1 OTHERS = 2.

DOCUMENT_ASSIGNMENT CALL FUNCTION 'DOCUMENT_ASSIGNMENT' EXPORTING CHECK_EXIST = 'X' DOKOB = 'KNA1' DOKOB_VORLAGE = ' ' OBJKY = DRAD_OBJKY OBJKY_VORLAGE = ' ' OBJTXT = ' ' OPCODE = DRAD_OPCOD REFRESH_FLAG = DRAD_REFRESH VORSCHLAG_DOKAR = ' ' IMPORTING VB_FLAG = DRAD_VB TABLES TABDRAD = XDRAD.

CUSTOMER_DSO_CALCULATION CALL FUNCTION 'CUSTOMER_DSO_CALCULATION' EXPORTING I_KKBER = P_KKBER I_KUNNR = P_KUNNR I_ANZBUPER = T000CM-DSOPP I_XCHILDS = T000CM-DSOCH I_ACTBALANCE = T000CM-DSOAB EXCEPTIONS ERROR_MESSAGE = 1.

CUSTOMER_DSO_EXPLANATION CALL FUNCTION 'CUSTOMER_DSO_EXPLANATION' EXPORTING I_KKBER = P_KKBER I_KUNNR = P_KUNNR I_ANZBUPER = T000CM-DSOPP I_XCHILDS = T000CM-DSOCH I_ACTBALANCE = T000CM-DSOAB EXCEPTIONS ERROR_MESSAGE = 1.

SHOW_LINE_ITEMS_FOR_CREDIT CALL FUNCTION 'SHOW_LINE_ITEMS_FOR_CREDIT' EXPORTING I_KKBER = P_KKBER I_KUNNR = P_KUNNR I_BUKRS = P_BUKRS I_CHECK_KNB1 = 'X' I_TCODE = VWTCODE EXCEPTIONS OTHERS = 1.

RR_SO_OBJECT_SEND CALL FUNCTION 'RR_SO_OBJECT_SEND' EXPORTING XKKBER = P_KKBER XKUNNR = P_KUNNR TABLES TBUKRS = TBUKRS.

OPEN_FI_PERFORM_00001530_E CALL FUNCTION 'OPEN_FI_PERFORM_00001530_E' EXPORTING I_KUNNR = P_KUNNR I_KKBER = P_KKBER.

READ_KNA1 CALL FUNCTION 'READ_KNA1' EXPORTING XKUNNR = P_KUNNR IMPORTING XKNA1 = KNA1 EXCEPTIONS ERROR_MESSAGE = 1.

OUTGOING_CALL_PROCESS CALL FUNCTION 'OUTGOING_CALL_PROCESS' EXPORTING TEL_NUMBER = TEL_NUMBER COUNTRY_TO = L_LAND "n1643943 TABLES EXCLUDED = EXCLUDED EXCEPTIONS ERROR_MESSAGE = 1.

CUSTOMER_OPEN_ORDERS CALL FUNCTION 'CUSTOMER_OPEN_ORDERS' EXPORTING I_KKBER = P_KKBER I_KNKLI = P_KUNNR.

CUSTOMER_OPEN_DELIVERIES CALL FUNCTION 'CUSTOMER_OPEN_DELIVERIES' EXPORTING I_KKBER = P_KKBER I_KNKLI = P_KUNNR.



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 RFDKLIF0_UCOM or its description.