SAP Reports / Programs | Financials | Financial Supply Chain Management | Collections Management(FIN-FSCM-COL) SAP FIN

UDM_RSM_LIST_F01 SAP ABAP INCLUDE - UDMRSMLISTF01







UDM_RSM_LIST_F01 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 UDM_RSM_LIST_F01 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 UDM_RSM_LIST_F01. "Basic submit
SUBMIT UDM_RSM_LIST_F01 AND RETURN. "Return to original report after report execution complete
SUBMIT UDM_RSM_LIST_F01 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 UDM_RSM_LIST_F01

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:

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'UDM_S_RSM_ALV' CHANGING ct_fieldcat = et_fieldcat.

UDM_RSM_GET_REASONS CALL FUNCTION 'UDM_RSM_GET_REASONS' EXPORTING i_lang = sy-langu IMPORTING return = ls_return TABLES et_rsm_reasons = lt_rsm_reasons.

DDUT_TEXT_FOR_VALUE CALL FUNCTION 'DDUT_TEXT_FOR_VALUE' EXPORTING tabname = 'UDM_RSM_ATTR' fieldname = 'RSM_STATUS' value = '0' * VALUE_IS_EXTERNAL = ' ' IMPORTING text = l_txt_open EXCEPTIONS no_ddic_field = 1 illegal_value = 2.

DDUT_TEXT_FOR_VALUE CALL FUNCTION 'DDUT_TEXT_FOR_VALUE' EXPORTING tabname = 'UDM_RSM_ATTR' fieldname = 'RSM_STATUS' value = '1' * VALUE_IS_EXTERNAL = ' ' IMPORTING text = l_txt_closed EXCEPTIONS no_ddic_field = 1 illegal_value = 2.

UDM_SEGMENT_GET CALL FUNCTION 'UDM_SEGMENT_GET' EXPORTING i_coll_segment = ls_output_alv-coll_segment i_lang = sy-langu IMPORTING e_segment_text = ls_output_alv-coll_segment_text EXCEPTIONS segment_not_found = 1 OTHERS = 2.

BUPA_DESCRIPTION_GET CALL FUNCTION 'BUPA_DESCRIPTION_GET' EXPORTING iv_partner = ls_output_alv-customer IMPORTING ev_description = ls_output_alv-partner_desc TABLES et_return = lt_return.

UDM_CUSTOMER_FOR_BP_GET CALL FUNCTION 'UDM_CUSTOMER_FOR_BP_GET' EXPORTING it_bpseg = lt_bpseg IMPORTING et_customer = lt_cust.

UDM_RFC_DEST_GET CALL FUNCTION 'UDM_RFC_DEST_GET' EXPORTING i_coll_segment = ls_cust-coll_segment IMPORTING e_rfc_dest = l_rfc_dest.

UDM_SEGMENT_GET CALL FUNCTION 'UDM_SEGMENT_GET' EXPORTING i_coll_segment = ls_cust-coll_segment i_lang = sy-langu IMPORTING et_comp_code = lt_compcode.

UDM_BUKRS_GET CALL FUNCTION 'UDM_BUKRS_GET' "buffered -> performance+ EXPORTING i_comp_code = ls_compcode-comp_code IMPORTING e_bukrs = ls_compcode-comp_code.

ENQUEUE_E_FDM_DCOBJ CALL FUNCTION 'ENQUEUE_E_FDM_DCOBJ' DESTINATION l_rfc_dest EXPORTING obj_type = 'KNB1' obj_key = l_obj_key x_case_guid_loc = 'X' _scope = '3' EXCEPTIONS foreign_lock = 1 system_failure = 2.

DEQUEUE_E_FDM_DCOBJ CALL FUNCTION 'DEQUEUE_E_FDM_DCOBJ' DESTINATION ls_rfcdest_key-rfc_dest EXPORTING obj_type = 'KNB1' obj_key = ls_rfcdest_key-obj_key x_case_guid_loc = 'X'.

UDM_RSM_MODIFY CALL FUNCTION 'UDM_RSM_MODIFY' EXPORTING it_rsm_guid = lt_rsm_guid it_rsm_attributes = lt_rsm_attributes i_changed_by = l_coll_specialist IMPORTING return = ls_return es_note_prot_line = ls_note_prot_line EXCEPTIONS OTHERS = 1.

DEQUEUE_E_FDM_DCOBJ CALL FUNCTION 'DEQUEUE_E_FDM_DCOBJ' DESTINATION ls_rfcdest_key-rfc_dest EXPORTING obj_type = 'KNB1' obj_key = ls_rfcdest_key-obj_key x_case_guid_loc = 'X'.

UDM_RSM_GET_REASONS CALL FUNCTION 'UDM_RSM_GET_REASONS' EXPORTING i_lang = sy-langu TABLES et_rsm_reasons = gt_rsm_reason EXCEPTIONS system_failure = 1 communication_failure = 2 OTHERS = 3.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'RSM_REASON' dynpprog = 'SAPLUDM_RSM_LIST' dynpnr = '1000' dynprofield = p_reason value_org = 'S' TABLES value_tab = gt_rsm_reason EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.



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