SAP Reports / Programs | Global Trade Services | Global Trade Services(SLL-LEG) SAP SLL

/SAPSLL/CON_CUHD_CHECK_FORM_IN SAP ABAP INCLUDE - /SAPSLL/CONCUHDCHECKFORMIN







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

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:

/SAPSLL/APPEND_RANGE CALL FUNCTION '/SAPSLL/APPEND_RANGE' EXPORTING iv_value_low = sy-mandt is_debug = ls_debug CHANGING ct_range = ls_crit-mandt.

/SAPSLL/APPEND_RANGE CALL FUNCTION '/SAPSLL/APPEND_RANGE' EXPORTING iv_value_low = iv_indei is_debug = ls_debug CHANGING ct_range = ls_crit-indei.

/SAPSLL/APPEND_RANGE CALL FUNCTION '/SAPSLL/APPEND_RANGE' EXPORTING iv_value_low = gc_indei-expimp is_debug = ls_debug CHANGING ct_range = ls_crit-indei.

/SAPSLL/TPAFCT_DB_RNG_READ CALL FUNCTION '/SAPSLL/TPAFCT_DB_RNG_READ' EXPORTING is_crit = ls_crit iv_flag_fill_buffer = ' ' is_debug = ls_debug IMPORTING et_result = lt_result EXCEPTIONS no_data = 2 open_sql_error = 4 OTHERS = 8.

/SAPSLL/TLECH_DB_RNG_READ CALL FUNCTION '/SAPSLL/TLECH_DB_RNG_READ' EXPORTING is_crit = ls_crit_tlech is_debug = gs_debug IMPORTING et_result = lt_tlech EXCEPTIONS no_data = 1 open_sql_error = 2 OTHERS = 3.

/SAPSLL/TLECHT_DB_RNG_READ CALL FUNCTION '/SAPSLL/TLECHT_DB_RNG_READ' EXPORTING is_crit = ls_crit_tlecht is_debug = gs_debug IMPORTING et_result = lt_tlecht EXCEPTIONS no_data = 1 open_sql_error = 2 OTHERS = 3.

VRM_SET_VALUES CALL FUNCTION 'VRM_SET_VALUES' EXPORTING id = 'P_CUHDA' values = lt_values EXCEPTIONS id_illegal_name = 1 OTHERS = 2.

/SAPSLL/APPEND_RANGE CALL FUNCTION '/SAPSLL/APPEND_RANGE' EXPORTING iv_value_low = iv_value CHANGING ct_range = ct_range EXCEPTIONS invalid_range_structure = 1 OTHERS = 2.

/SAPSLL/CUHD_SK_GET CALL FUNCTION '/SAPSLL/CUHD_SK_GET' EXPORTING is_corref = ls_hdr_ref IMPORTING es_cuhd_sk = ls_cuhd_sk EXCEPTIONS entry_does_not_exist = 1 OTHERS = 2.

/SAPSLL/CUSTOMS_ORDER_CREATE CALL FUNCTION '/SAPSLL/CUSTOMS_ORDER_CREATE' EXPORTING iv_cuhda = iv_cuhda iv_cdsya = gc_false is_debug = gs_debug IMPORTING es_obj = ls_obj CHANGING cs_sk = ls_cuhd_sk EXCEPTIONS entry_already_exists = 1 no_number_determined = 2 OTHERS = 3.

/SAPSLL/CONVERT_DATE_TO_STAMP CALL FUNCTION '/SAPSLL/CONVERT_DATE_TO_STAMP' EXPORTING iv_date = iv_rptda iv_time = gc_time-end IMPORTING ev_timestamp = lv_rptts EXCEPTIONS no_time_zone = 2 time_zone_notfound = 4 format_error = 8 OTHERS = 16.

/SAPSLL/CUHD_MAINTAIN_OBJECT call function '/SAPSLL/CUHD_MAINTAIN_OBJECT' CHANGING cs_obj = ls_obj.

/SAPSLL/CUHD_MAINTAIN_SUBOBJ CALL FUNCTION '/SAPSLL/CUHD_MAINTAIN_SUBOBJ' CHANGING ct_cuit = lt_cuit.

/SAPSLL/CUHD_LLNS_DETERMINE CALL FUNCTION '/SAPSLL/CUHD_LLNS_DETERMINE' EXPORTING it_srvll = lt_srvll is_sk = ls_cuhd_sk iv_maintain = gc_false is_debug = gs_debug CHANGING ct_corcts = lt_corcts ct_corctsc = lt_corctsc ct_corctz = lt_corctz.

/SAPSLL/CUHD_STATUS_INIT CALL FUNCTION '/SAPSLL/CUHD_STATUS_INIT' IMPORTING et_cuitsta = lt_cuitsta.

/SAPSLL/CUHD_MAINTAIN_SUBOBJ CALL FUNCTION '/SAPSLL/CUHD_MAINTAIN_SUBOBJ' EXPORTING is_cuit_sk = ls_cuit-sk CHANGING ct_corcts = lt_corcts ct_corctsc = lt_corctsc ct_corctz = lt_corctz ct_cuitdat = lt_cuitdat ct_cuitsta = lt_cuitsta.

/SAPSLL/CUHD_GET_INSTANCE CALL FUNCTION '/SAPSLL/CUHD_GET_INSTANCE' EXPORTING is_cuhd_sk = ls_cuhd_sk IMPORTING ei_cuhd = li_cuhd.

/SAPSLL/CUHD_MAINTAIN_SINGLE CALL FUNCTION '/SAPSLL/CUHD_MAINTAIN_SINGLE' EXPORTING iv_simul = gc_false iv_htslic = gc_false is_cuhd_sk = ls_cuhd_sk iv_no_commit = gc_false iv_update_task = gc_true iv_delete = gc_false is_debug = gs_debug CHANGING ci_cuhd = li_cuhd.

/SAPSLL/CUHD_IFACE_CALL





CALL FUNCTION '/SAPSLL/CUHD_IFACE_CALL' EXPORTING is_sk = ls_cuhd_sk iv_objtp = iv_objtp iv_trtyp = gc_trtyp-display iv_read_archive = gc_false is_debug = gs_debug.

/SAPSLL/PARTNER_GUID_GET CALL FUNCTION '/SAPSLL/PARTNER_GUID_GET' EXPORTING iv_parno = iv_partner IMPORTING ev_guid_prtn = cv_guid_prtn.

/SAPSLL/PARTNER_ADDRESS_GET CALL FUNCTION '/SAPSLL/PARTNER_ADDRESS_GET' EXPORTING iv_parno = iv_parno iv_flag_bypass_buffer = gc_false IMPORTING es_addr1_val = ls_addr1.

/SAPSLL/TPAFCT_DB_SGL_READ CALL FUNCTION '/SAPSLL/TPAFCT_DB_SGL_READ' EXPORTING is_pk = ls_tpafct-pk is_debug = gs_debug IMPORTING es_result = ls_tpafct EXCEPTIONS no_data = 1 invalid_call = 2 OTHERS = 3.

/SAPSLL/PNTPR_DB_SGL_READ CALL FUNCTION '/SAPSLL/PNTPR_DB_SGL_READ' EXPORTING is_pk = ls_pntpr-pk is_debug = gs_debug IMPORTING es_result = ls_pntpr EXCEPTIONS no_data = 1 invalid_call = 2 OTHERS = 3.

/SAPSLL/PR_DB_SGL_READ CALL FUNCTION '/SAPSLL/PR_DB_SGL_READ' EXPORTING is_pk = ls_pr-pk is_debug = gs_debug IMPORTING es_result = ls_pr EXCEPTIONS no_data = 1 invalid_call = 2 OTHERS = 3.

UNIT_CONVERSION_SIMPLE CALL FUNCTION 'UNIT_CONVERSION_SIMPLE' EXPORTING input = lv_f_input unit_in = iv_unit_in unit_out = iv_unit_out IMPORTING denominator = lv_denominator numerator = lv_numerator output = lv_f_output EXCEPTIONS conversion_not_found = 1 division_by_zero = 2 input_invalid = 3 output_invalid = 4 overflow = 5 type_invalid = 6 units_missing = 7 unit_in_not_found = 8 unit_out_not_found = 9 OTHERS = 10.

/SAPSLL/PRODUCT_UNIT_CONV CALL FUNCTION '/SAPSLL/PRODUCT_UNIT_CONV' EXPORTING iv_input = lv_f_input iv_flag_dim_uom = gc_true iv_type_conversion = '3' iv_guid_pr = iv_guid_pr iv_dim_uom = iv_unit_in IMPORTING ev_output = lv_f_output ev_numerator = lv_numerator ev_denominator = lv_denominator EXCEPTIONS conversion_not_found = 1 input_invalid = 2 product_not_found = 3 dim_uom_not_found = 4 prbum_missing = 5 no_dim_uom = 6 output_invalid = 7 overflow = 8 processing_error = 9 OTHERS = 10.

/SAPSLL/APPLOG_DISPLAY CALL FUNCTION '/SAPSLL/APPLOG_DISPLAY' EXPORTING iv_handle = lv_handle iv_funcname = gc_cb_function_modules-ldet EXCEPTIONS no_log_found = 2 OTHERS = 4.

/SAPSLL/AUTH_CHECK_LM_FTO_SGL CALL FUNCTION '/SAPSLL/AUTH_CHECK_LM_FTO_SGL' EXPORTING iv_ftorg = iv_ftorg iv_actvt = lv_actvt iv_langu = sy-langu EXCEPTIONS no_activity_provided = 1 no_authority = 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 /SAPSLL/CON_CUHD_CHECK_FORM_IN or its description.