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

/SAPSLL/INCOMP_CHECK_COMMON SAP ABAP INCLUDE - /SAPSLL/INCOMPCHECKCOMMON







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

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:

DDIF_FIELDINFO_GET CALL FUNCTION 'DDIF_FIELDINFO_GET' EXPORTING tabname = iv_tabname fieldname = iv_fieldname langu = sy-langu all_types = gc_true TABLES dfies_tab = lt_dfies EXCEPTIONS not_found = 1 internal_error = 2 OTHERS = 3.

/SAPSLL/CUHD_LLNS_SCHEME_DET CALL FUNCTION '/SAPSLL/CUHD_LLNS_SCHEME_DET' EXPORTING it_cuhddat = it_cuhddat is_tlegsu_crit = ls_crit iv_crtsp = iv_crtsp IMPORTING et_tlegsu = lt_tlegsu EXCEPTIONS no_data = 1 invalid_call = 2 OTHERS = 3.

/SAPSLL/TCOTS_DB_SGL_READ CALL FUNCTION '/SAPSLL/TCOTS_DB_SGL_READ' EXPORTING is_pk = ls_tcots-pk iv_flag_bypass_buffer = gc_false iv_flag_no_db_access = gc_false iv_flag_fill_buffer = gc_true is_debug = gs_debug IMPORTING es_result = ls_tcots EXCEPTIONS no_data = 1 invalid_call = 2 OTHERS = 3.

/SAPSLL/TCOTSA_LAST_LEVEL_TEXT CALL FUNCTION '/SAPSLL/TCOTSA_LAST_LEVEL_TEXT' EXPORTING iv_stcts = iv_stcts is_debug = gs_debug IMPORTING ev_bzsec = cv_bzsec.

DDIF_DOMA_GET CALL FUNCTION 'DDIF_DOMA_GET' EXPORTING name = iv_name langu = sy-langu TABLES dd07v_tab = lt_dd07v EXCEPTIONS illegal_input = 1 OTHERS = 2.

DDIF_DTEL_GET CALL FUNCTION 'DDIF_DTEL_GET' EXPORTING name = iv_name state = 'A' langu = sy-langu IMPORTING dd04v_wa = ls_dd04v EXCEPTIONS illegal_input = 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.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = gv_lghdl i_s_msg = ls_msg EXCEPTIONS log_not_found = 0 OTHERS = 1.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = gv_lghdl i_s_msg = ls_msg EXCEPTIONS log_not_found = 0 OTHERS = 1.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = gv_lghdl i_s_msg = ls_msg EXCEPTIONS log_not_found = 0 OTHERS = 1.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = gv_lghdl i_s_msg = ls_msg EXCEPTIONS log_not_found = 0 OTHERS = 1.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = gv_lghdl i_s_msg = ls_msg EXCEPTIONS log_not_found = 0 OTHERS = 1.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = gv_lghdl i_s_msg = ls_msg EXCEPTIONS log_not_found = 0 OTHERS = 1.

/SAPSLL/CORREF_DB_RNG_READ CALL FUNCTION '/SAPSLL/CORREF_DB_RNG_READ' EXPORTING is_crit = ls_crit_corref * IV_FLAG_FILL_BUFFER = 'X' is_debug = ls_debug IMPORTING et_result = lt_corref EXCEPTIONS no_data = 1 open_sql_error = 2 OTHERS = 3.

/SAPSLL/CULO_SRV_ACTIVE_CHECK CALL FUNCTION '/SAPSLL/CULO_SRV_ACTIVE_CHECK' EXPORTING iv_cuhda = iv_cuhda iv_srvll = gc_services-license IMPORTING ev_active = lv_ldt_active.

/SAPSLL/TLECHS_DB_RNG_READ CALL FUNCTION '/SAPSLL/TLECHS_DB_RNG_READ' EXPORTING is_crit = ls_crit_tlechs is_debug = gs_debug IMPORTING et_result = lt_tlechs EXCEPTIONS no_data = 1 open_sql_error = 2 OTHERS = 3.

/SAPSLL/LCLIC_ACT_STATUS_GET CALL FUNCTION '/SAPSLL/LCLIC_ACT_STATUS_GET' EXPORTING * IT_T606 = iv_lgreg = ls_lclic-lgreg * IV_LCCLA = ' ' is_debug = gs_debug iv_licty = ls_lclic-licty IMPORTING ev_custa = lv_custa.

/SAPSLL/CULO_LEGCON_CON_GET CALL FUNCTION '/SAPSLL/CULO_LEGCON_CON_GET' "#EC * EXPORTING * IT_LEGCON = it_corref = it_corref * IT_CORFLO = iv_indei = iv_indei * IV_GUID_FTORG = iv_cuhda = iv_cuhda * IV_AUTHORITY_CHECK = 'X' IMPORTING * et_cuhd = ct_cuhd * et_cuit = ct_cuit * ET_CORREF = et_legcon = ct_legcon et_lclic = ct_lclic * ET_LEGCON_EXT = ev_ldt_active = lv_ldt_active EXCEPTIONS no_data_found = 1 no_data_authority = 2 OTHERS = 3.

/SAPSLL/CORREF_DB_RNG_READ





CALL FUNCTION '/SAPSLL/CORREF_DB_RNG_READ' EXPORTING is_crit = ls_crit_corref is_debug = gs_debug IMPORTING et_result = lt_corref_extid EXCEPTIONS no_data = 1 open_sql_error = 2 OTHERS = 3.

/SAPSLL/CORE_KPRO_DOC_GET_LIST CALL FUNCTION '/SAPSLL/CORE_KPRO_DOC_GET_LIST' EXPORTING it_guid_range = lr_guid iv_phio_cls = iv_phio_cls IMPORTING et_document_properties = et_doc_prop EXCEPTIONS not_authorized = 1 bad_query = 2 bad_class = 3 file_attributes_not_found = 4 OTHERS = 5.

/SAPSLL/CUHD_PACKAGE_MODE_GET CALL FUNCTION '/SAPSLL/CUHD_PACKAGE_MODE_GET' EXPORTING iv_cdorg = iv_cdorg iv_indei = iv_indei it_legpge = it_legpge IMPORTING ev_package_mode = ev_package_mode.

/SAPSLL/CULO_MRN_CHECK CALL FUNCTION '/SAPSLL/CULO_MRN_CHECK' EXPORTING iv_mrnno = iv_mrnno iv_indei = iv_indei EXCEPTIONS mrn_already_used = 1 mrn_inconsistent = 2 OTHERS = 3.

/SAPSLL/CUHD_GET_OBJECT CALL FUNCTION '/SAPSLL/CUHD_GET_OBJECT' EXPORTING is_sk = ls_sk IMPORTING es_obj = ls_obj CHANGING cv_trtyp = lv_trtyp EXCEPTIONS entry_already_exists = 1 entry_does_not_exist = 2 foreign_lock = 3 OTHERS = 4.

/SAPSLL/AGGREG_ACTIVE_CHECK CALL FUNCTION '/SAPSLL/AGGREG_ACTIVE_CHECK' EXPORTING is_tlepaf_k = ls_tlepaf_k iv_dcvar = iv_dcvar IMPORTING ev_ecagg = ev_ecagg EXCEPTIONS invalid_call = 1 OTHERS = 2.

/SAPSLL/PARTNER_NUMBER_GET CALL FUNCTION '/SAPSLL/PARTNER_NUMBER_GET' EXPORTING iv_guid_prtn = iv_guid_ftorg IMPORTING ev_parno = lv_ftorg.

/SAPSLL/EMACT_DB_RNG_READ CALL FUNCTION '/SAPSLL/EMACT_DB_RNG_READ' EXPORTING is_crit = ls_emact_crit is_debug = gs_debug IMPORTING et_result = lt_emact EXCEPTIONS no_data = 1 open_sql_error = 2 OTHERS = 3.

/SAPSLL/CUHD_EMCAS_DETERMINE CALL FUNCTION '/SAPSLL/CUHD_EMCAS_DETERMINE' EXPORTING iv_ftorg = lv_ftorg iv_ftvbs = lv_ftvbs iv_procs = iv_procs iv_pross = iv_pross iv_proaf = iv_proaf it_emact = lt_emact IMPORTING ev_emaca = lv_emaca.

/SAPSLL/CUHDA_PARTNER_FCT_GET CALL FUNCTION '/SAPSLL/CUHDA_PARTNER_FCT_GET' EXPORTING iv_cuhda = iv_cuhda iv_lgreg = iv_lgreg iv_bypassing_buffer = gc_false IMPORTING et_tpafct = lt_tpafct EXCEPTIONS no_partner_functions_found = 1 OTHERS = 2.

/SAPSLL/CUHD_GET_OBJECT CALL FUNCTION '/SAPSLL/CUHD_GET_OBJECT' EXPORTING is_sk = is_sk iv_dbcgr = gc_access_group-customs iv_dbcfc = '00000' iv_archive_read = ' ' IMPORTING es_obj = ls_obj CHANGING cv_trtyp = lv_trtyp EXCEPTIONS entry_already_exists = 1 entry_does_not_exist = 2 foreign_lock = 3 OTHERS = 4.

/SAPSLL/TPAFCTT_DB_RNG_READ CALL FUNCTION '/SAPSLL/TPAFCTT_DB_RNG_READ' EXPORTING is_crit = ls_tpafctt_crit iv_flag_fill_buffer = ' ' is_debug = gs_debug IMPORTING et_result = et_tpafctt EXCEPTIONS no_data = 1 open_sql_error = 2 OTHERS = 3.

DDUT_DOMVALUES_GET * CALL FUNCTION 'DDUT_DOMVALUES_GET' * EXPORTING * name = iv_name * langu = sy-langu * texts_only = gc_true * TABLES * dd07v_tab = ct_dd07v * EXCEPTIONS * illegal_input = 1 * OTHERS = 2.

/SAPSLL/INCOMP_DD_MEM_GET CALL FUNCTION '/SAPSLL/INCOMP_DD_MEM_GET' EXPORTING iv_fldname = -fldname iv_read_txtsn = gc_true iv_ecc_tabname = -tabname IMPORTING ev_field_text = lv_field_text EXCEPTIONS no_data = 1 OTHERS = 1.

/SAPSLL/INCOMP_DD_MEM_GET CALL FUNCTION '/SAPSLL/INCOMP_DD_MEM_GET' EXPORTING iv_read_dynptxt = gc_true iv_fldref = -fldref IMPORTING ev_dynfldtext = lv_dynfldtext EXCEPTIONS no_data = 1 OTHERS = 1.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = gv_lghdl i_s_msg = ls_msg EXCEPTIONS log_not_found = 0 OTHERS = 1.

BAL_LOG_MSG_ADD CALL FUNCTION 'BAL_LOG_MSG_ADD' EXPORTING i_log_handle = gv_lghdl i_s_msg = ls_msg EXCEPTIONS log_not_found = 0 OTHERS = 1.

/SAPSLL/CUHD_QALDOC_DESCR_GET CALL FUNCTION '/SAPSLL/CUHD_QALDOC_DESCR_GET' EXPORTING iv_qaldoc = iv_qaldoc iv_lgreg = iv_lgreg IMPORTING ev_description = ev_description EXCEPTIONS invalid_call = 1 OTHERS = 2.

/SAPSLL/INCOMP_CON_MSGTY_DET CALL FUNCTION '/SAPSLL/INCOMP_CON_MSGTY_DET' EXPORTING it_cuitblr = it_cuitblr iv_guid_cuit = iv_guid_cuit IMPORTING ev_msgty = cv_msgty.

/SAPSLL/CUHD_GET_OBJECT CALL FUNCTION '/SAPSLL/CUHD_GET_OBJECT' EXPORTING is_sk = is_sk iv_dbcgr = gc_access_group-customs iv_dbcfc = gc_access_function-cd_comp iv_archive_read = gc_false IMPORTING es_obj = cs_obj CHANGING cv_trtyp = lv_trtyp EXCEPTIONS entry_already_exists = 1 entry_does_not_exist = 2 foreign_lock = 3 OTHERS = 4.




/SAPSLL/T005_SELECT_SGL_BUFFER CALL FUNCTION '/SAPSLL/T005_SELECT_SGL_BUFFER' EXPORTING is_pk = iv_land1 IMPORTING es_result = ls_t005 EXCEPTIONS no_data = 1 OTHERS = 2.

/SAPSLL/CUHD_DB_SGL_READ CALL FUNCTION '/SAPSLL/CUHD_DB_SGL_READ' EXPORTING is_sk = is_sk is_debug = gs_debug IMPORTING es_result = ls_cuhd EXCEPTIONS no_data = 1 invalid_call = 2 OTHERS = 3.

/SAPSLL/CUHD_DB_SGL_READ CALL FUNCTION '/SAPSLL/CUHD_DB_SGL_READ' EXPORTING is_pk = ls_pk_cuhd * IV_MANDT = SYST-MANDT * IS_SK = * IV_FLAG_BYPASS_BUFFER = ' ' * IV_FLAG_NO_DB_ACCESS = ' ' * IV_FLAG_FILL_BUFFER = 'X' is_debug = gs_debug IMPORTING es_result = ls_cuhd EXCEPTIONS no_data = 1 invalid_call = 2 OTHERS = 3.

/SAPSLL/LGREG_CUOBJ_DETERMINE CALL FUNCTION '/SAPSLL/LGREG_CUOBJ_DETERMINE' EXPORTING iv_lgreg = iv_lgreg iv_cuobj = gc_cuscs_object-dispense_type IMPORTING et_tculro = lt_tculro EXCEPTIONS no_data = 1 internal_error = 2 OTHERS = 3.

/SAPSLL/CUCAAR_DB_RNG_READ CALL FUNCTION '/SAPSLL/CUCAAR_DB_RNG_READ' EXPORTING is_crit = ls_cucaar_crit is_debug = gs_debug IMPORTING et_result = st_cucaar EXCEPTIONS no_data = 1 open_sql_error = 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/INCOMP_CHECK_COMMON or its description.