SAP Reports / Programs | Distributor-Reseller-Management | Industry Solution High Tech | Distributor-Reseller-Management(IS-HT-DRM) SAP IS

/SAPHT/DSKRP_SDCLAIMPROCESSF01 SAP ABAP INCLUDE - Include /SAPHT/DSKRP_SDCLAIMPROCESSF01







/SAPHT/DSKRP_SDCLAIMPROCESSF01 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 /SAPHT/DSKRP_SDCLAIMPROCESSF01 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 /SAPHT/DSKRP_SDCLAIMPROCESSF01. "Basic submit
SUBMIT /SAPHT/DSKRP_SDCLAIMPROCESSF01 AND RETURN. "Return to original report after report execution complete
SUBMIT /SAPHT/DSKRP_SDCLAIMPROCESSF01 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Include /SAPHT/DSKRP_SDCLAIMPROCESSF01


INCLUDES used within this REPORT /SAPHT/DSKRP_SDCLAIMPROCESSF01

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:

/SAPHT/DRM_SDCLAIM_GETLIST CALL FUNCTION '/SAPHT/DRM_SDCLAIM_GETLIST' EXPORTING i_ms_dr_indicator = c_ms_indicator " <<< C_DR_INDICATOR read_staging = 'N' TABLES t_salesorg = s_sorg t_distchnl = s_distc t_division = s_div t_partnerrange = s_tkpart t_msbookpartno = s_bkprt t_material = s_matl t_transmissno = s_xmnno t_effdaterange = s_effdt * T_TRANSMISDATE = t_sdagrnorange = s_auth * T_SDAGRITRANGE = * T_ECINVOICERANGE = * T_CLAIMREFNUMBER = t_claimstatusrange = s_clmsts t_claim_dl_recs = gt_drmsddl_full * T_CLAIM_SUB_LIST = T_CLAIM_SUMMARY = gt_claim_summary t_wheretab = gt_where_tab EXCEPTIONS no_autority = 1 no_data_found = 2 OTHERS = 3 .

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = g_repid i_internal_tabname = 'GT_HEADER' i_bypassing_buffer = 'X' * I_STRUCTURE_NAME = ' ' * I_CLIENT_NEVER_DISPLAY = 'X' i_inclname = g_repid CHANGING ct_fieldcat = lt_fieldcat[] EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = g_repid i_internal_tabname = 'GT_DRMSDDL' i_bypassing_buffer = 'X' * I_STRUCTURE_NAME = ' ' * I_CLIENT_NEVER_DISPLAY = 'X' i_inclname = g_repid CHANGING ct_fieldcat = lt_fieldcat[] EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

REUSE_ALV_HIERSEQ_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' EXPORTING * I_INTERFACE_CHECK = ' ' i_callback_program = g_repid * I_CALLBACK_PF_STATUS_SET = ' ' * I_CALLBACK_USER_COMMAND = ' ' is_layout = ls_layout it_fieldcat = lt_fieldcat[] * IT_EXCLUDING = * IT_SPECIAL_GROUPS = * IT_SORT = * IT_FILTER = * IS_SEL_HIDE = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 * I_DEFAULT = 'X' * I_SAVE = ' ' * IS_VARIANT = ' ' * IT_EVENTS = * IT_EVENT_EXIT = i_tabname_header = 'GT_HEADER' i_tabname_item = 'GT_DRMSDDL' * I_STRUCTURE_NAME_HEADER = * I_STRUCTURE_NAME_ITEM = is_keyinfo = l_keyinfo * IS_PRINT = * IS_REPREP_ID = * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = TABLES t_outtab_header = gt_header t_outtab_item = gt_drmsddl EXCEPTIONS program_error = 1 OTHERS = 2.

/SAPHT/DRM_CONV_CURRENCY CALL FUNCTION '/SAPHT/DRM_CONV_CURRENCY' EXPORTING I_DATE = gt_drmsddl_full-eff_date I_SALES_ORG = gt_drmsddl_full-sales_org I_DIST_CHNL = gt_drmsddl_full-dist_chnl I_DIVISION = gt_drmsddl_full-division * I_PURCH_ORG = * I_PLANT = I_MS_DR_IND = 'M' * I_CUSTOMER_NO = * I_VENDOR = I_AMOUNT = gt_drmsddl_full-rep_claim_amount I_FROMCURR = gt_drmsddl_full-rep_claim_curr I_TOCURR = gt_drmsddl_full-calc_claim_cur IMPORTING E_AMOUNT = rep_claim_amount E_TO_CURR = gt_drmsddl_full-rep_claim_curr * TABLES * T_ERRORS = EXCEPTIONS RATE_NOT_FOUND = 1 RATE_TYPE_NOT_FOUND = 2 CONVERSION_FAILED = 3 OTHERS = 4 .

/SAPHT/DRM_F4_BUS_PARTNER CALL FUNCTION '/SAPHT/DRM_F4_BUS_PARTNER' EXPORTING i_msdrind = 'D' i_progname = g_repid i_scrno = '1000' i_fieldname = us_dynpfld * TABLES * RETURN_TAB = .



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 /SAPHT/DSKRP_SDCLAIMPROCESSF01 or its description.