SAP Reports / Programs | Sales and Distribution | Basic Functions | Credit Management(SD-BF-CM) SAP SD

UKM_RFDKLI20 SAP ABAP Report - FSCM: SD Restructuring of Credit Data After Organizational Changes







UKM_RFDKLI20 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Report UKM_RFDKLI20 restructures SD credit data following organizational changes...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 UKM_RFDKLI20 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 UKM_RFDKLI20. "Basic submit
SUBMIT UKM_RFDKLI20 AND RETURN. "Return to original report after report execution complete
SUBMIT UKM_RFDKLI20 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: PKKBER = Credit control area
Selection Text: PKUNNR = Customer
Selection Text: SDCHD = Create SD Change Documents
Selection Text: TESTLAUF = Test Run
Title: FSCM: SD Restructuring of Credit Data After Organizational Changes
Text Symbol: 005 = No changes were carried out
Text Symbol: 019 = Update Run:
Text Symbol: 020 = Test Run:
Text Symbol: 102 = Messages:
Text Symbol: 104 = Customer &1 in Credit Control Area &2
Text Symbol: 105 = SD Recreation of Credit Data
Text Symbol: P01 = Further sel. options


INCLUDES used within this REPORT UKM_RFDKLI20

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:

UKM_IS_ACTIVE CALL FUNCTION 'UKM_IS_ACTIVE' IMPORTING e_active = lv_ukm_active e_erp2005 = lv_ukm_erp2005.

SD_MESSAGE_HANDLING_FSCM CALL FUNCTION 'SD_MESSAGE_HANDLING_FSCM'.

SD_CREDIT_RECREATE CALL FUNCTION 'SD_CREDIT_RECREATE' EXPORTING after_change_knkli = 'X' after_change_tvap_tvlp = 'X' kkber = crdtab-kkber kunnr = crdtab-kunnr protocol = 'X' recheck_documents = 'X' set_commit = 'X' change_documents = sdchd tknkk = crdtab TABLES prottable = gt_sdprottab.

SD_CREDIT_MASTER_DATA_FSCM * CALL FUNCTION 'SD_CREDIT_MASTER_DATA_FSCM' * EXPORTING * i_fscm_kkber = crdtab-kkber * i_fscm_kunnr = crdtab-kunnr * IMPORTING * e_fscm_md = ls_fscm_md.

BAL_LOG_CREATE CALL FUNCTION 'BAL_LOG_CREATE' EXPORTING i_s_log = l_s_log IMPORTING e_log_handle = g_log_handle_sd EXCEPTIONS log_header_inconsistent = 1 OTHERS = 2.

BAL_LOG_MSG_CUMULATE CALL FUNCTION 'BAL_LOG_MSG_CUMULATE' EXPORTING i_s_msg = l_s_msg i_log_handle = p_handle_sd * importing * E_MSG_WAS_LOGGED = G_E_MSG EXCEPTIONS log_not_found = 0 OTHERS = 1.

BAL_DSP_PROFILE_STANDARD_GET CALL FUNCTION 'BAL_DSP_PROFILE_STANDARD_GET' IMPORTING e_s_display_profile = l_display_profile.

BAL_DSP_LOG_DISPLAY CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' EXPORTING i_s_display_profile = l_display_profile i_t_log_handle = lt_log_handle * I_T_MSG_HANDLE = * I_S_LOG_FILTER = * I_S_MSG_FILTER = * I_T_LOG_CONTEXT_FILTER = * I_T_MSG_CONTEXT_FILTER = * I_AMODAL = ' ' * I_SRT_BY_TIMSTMP = ' ' EXCEPTIONS OTHERS = 0.

BAL_DB_SAVE CALL FUNCTION 'BAL_DB_SAVE' EXPORTING i_t_log_handle = lt_log_handle.



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