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

/SAPSLL/INBOUND_NCTS_E_AN_SHRT SAP ABAP Report - Fast Entry: Close NCTS Transit Procedure - Report of Arrival







/SAPSLL/INBOUND_NCTS_E_AN_SHRT is a standard Executable ABAP Report 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/INBOUND_NCTS_E_AN_SHRT into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

/SAPSLL/NCTS_E_AN - Fast Entry: Transit Procedure


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/INBOUND_NCTS_E_AN_SHRT. "Basic submit
SUBMIT /SAPSLL/INBOUND_NCTS_E_AN_SHRT AND RETURN. "Return to original report after report execution complete
SUBMIT /SAPSLL/INBOUND_NCTS_E_AN_SHRT 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: P_CUHDA = D Customs Document Type
Selection Text: P_FLE_N = No
Selection Text: P_FLE_Y = Yes
Selection Text: P_FTORG = D Foreign Trade Org. Unit
Selection Text: P_LGREG = D Legal Regulation
Selection Text: P_MRNNO = D MRN
Selection Text: P_PROSS = D Process
Selection Text: P_PTCDT = D Presentation Date
Selection Text: P_VCOCP = MoT Country
Selection Text: P_VIDCP = Identity of Means of Transport
Title: Fast Entry: Close NCTS Transit Procedure - Report of Arrival
Text Symbol: E00 = does not exist
Text Symbol: E02 = Authorization Type
Text Symbol: E03 = Legal regulation is not valid for transit processing
Text Symbol: T01 = Transit Document Data
Text Symbol: T02 = Event occurred
Text Symbol: T03 = Organizational Data


INCLUDES used within this REPORT /SAPSLL/INBOUND_NCTS_E_AN_SHRT

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/PARTNER_RLTYP_CHECK CALL FUNCTION '/SAPSLL/PARTNER_RLTYP_CHECK' EXPORTING iv_parno = p_ftorg iv_role_customs_org_unit = 'X' iv_issue_message = 'X' iv_message_type = 'E' iv_language = sy-langu EXCEPTIONS no_role_provided = 2 partner_not_maintained = 4 message_type_wrong = 8 OTHERS = 16.

/SAPSLL/TLECH_DB_SGL_READ CALL FUNCTION '/SAPSLL/TLECH_DB_SGL_READ' EXPORTING is_pk = ls_tlech-pk iv_flag_bypass_buffer = ' ' iv_flag_no_db_access = ' ' iv_flag_fill_buffer = 'X' is_debug = gs_debug IMPORTING es_result = ls_tlech EXCEPTIONS no_data = 2 invalid_call = 4 OTHERS = 8.

/SAPSLL/PARTNER_RLTYP_CHECK CALL FUNCTION '/SAPSLL/PARTNER_RLTYP_CHECK' EXPORTING iv_parno = p_ftvbs iv_role_customs_org_sub_unit = 'X' iv_issue_message = 'X' iv_message_type = 'E' iv_language = sy-langu EXCEPTIONS no_role_provided = 2 partner_not_maintained = 4 message_type_wrong = 8 OTHERS = 16.

/SAPSLL/CULO_MRN_CHECK CALL FUNCTION '/SAPSLL/CULO_MRN_CHECK' EXPORTING iv_mrnno = p_mrnno iv_indei = gc_indei-import iv_mrn_plausibility_check = gc_true EXCEPTIONS mrn_already_used = 1 mrn_inconsistent = 2 OTHERS = 3.

/SAPSLL/ACTSEQ_FROM_PRDES_DET CALL FUNCTION '/SAPSLL/ACTSEQ_FROM_PRDES_DET' EXPORTING iv_prdes = gc_procedure_dest-transit iv_lgreg = gv_lgreg iv_indei = gc_indei-import iv_guid_ftorg = gv_guid_ftorg iv_trasp = gc_trasp-none IMPORTING ev_cuhda = gv_cuhda es_tlepaf = gs_tlepaf.

/SAPSLL/CUHD_IVM_POST_REL_DET CALL FUNCTION '/SAPSLL/CUHD_IVM_POST_REL_DET' EXPORTING it_cuit = gs_obj_in-cuit IMPORTING ev_no_stock_management = gv_no_stock_manag EXCEPTIONS invalid_call = 1 OTHERS = 2.

/SAPSLL/CUSTOMS_DOC_CREATE CALL FUNCTION '/SAPSLL/CUSTOMS_DOC_CREATE' EXPORTING iv_srvll = gc_services-trans_proc iv_prdes = gc_procedure_dest-transit iv_lgreg = gv_lgreg iv_cuhda = gv_cuhda iv_cdorg = gc_cdorg-cd_gts iv_guid_ftorg = gv_guid_ftorg is_tlepaf = gs_tlepaf is_obj = gs_obj_in iv_data_proposal = gc_true iv_incompletion_check = gc_false iv_message_processing = gc_true iv_tlc_initialize = gc_true iv_no_stock_management = gv_no_stock_manag iv_object_discard = gc_true iv_save = gc_true iv_commit = gc_true iv_update_task = gc_false IMPORTING es_obj = gs_obj_out EXCEPTIONS invalid_call = 1 no_number_determined = 2 error_creating_doc_flow = 3 error_ivm_posting = 4 internal_error = 5 no_scrapping_no = 6 no_ivm_availability_check = 7 no_ivm_closing_portion = 8 no_ivm_reservation_cancel = 9 enqueue_failed_cuswlo = 10 OTHERS = 11.

/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/TLECHS_DB_RNG_READ CALL FUNCTION '/SAPSLL/TLECHS_DB_RNG_READ' EXPORTING is_crit = ls_tlechs_crit iv_flag_fill_buffer = gc_true is_debug = gs_debug IMPORTING et_result = lt_tlechs EXCEPTIONS no_data = 1 open_sql_error = 2 OTHERS = 3.

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

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

/SAPSLL/ACT_LEG_REG_SERV_GET CALL FUNCTION '/SAPSLL/ACT_LEG_REG_SERV_GET' EXPORTING iv_srvll = gc_services-trans_proc iv_regty = gc_regty-transport iv_indei = gc_indei-import is_crit = ls_crit is_debug = gs_debug IMPORTING et_t606g = lt_t606g EXCEPTIONS no_determination_scheme = 0 no_check_objects = 0 no_entries_found = 0 pfony_not_unique = 0 OTHERS = 0.

/SAPSLL/CULO_ACT_LEG_REG_GET * call function '/SAPSLL/CULO_ACT_LEG_REG_GET' * exporting * iv_srvll = gc_services-trans_proc * iv_lndab = ls_addr1-country * iv_indei = gc_indei-import * is_debug = gs_debug * importing * et_lgreg = lt_lgreg.

/SAPSLL/TLEPR_DB_RNG_READ CALL FUNCTION '/SAPSLL/TLEPR_DB_RNG_READ' EXPORTING is_crit = ls_crit is_debug = gs_debug IMPORTING et_result = lt_tlepr EXCEPTIONS no_data = 1 open_sql_error = 2 OTHERS = 3.

DDIF_DTEL_GET CALL FUNCTION 'DDIF_DTEL_GET' EXPORTING name = iv_dtel_name state = 'A' langu = sy-langu IMPORTING * GOTSTATE = dd04v_wa = ls_dd04v * TPARA_WA = EXCEPTIONS illegal_input = 2 OTHERS = 4.

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

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

/SAPSLL/TLEPAF_DB_RNG_READ CALL FUNCTION '/SAPSLL/TLEPAF_DB_RNG_READ' EXPORTING is_crit = ls_crit is_debug = gs_debug IMPORTING et_result = lt_tlepaf EXCEPTIONS no_data = 1 open_sql_error = 2 OTHERS = 3.

/SAPSLL/PARTNER_GUID_GET





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

/SAPSLL/PARTNER_TIMEZONE_GET call function '/SAPSLL/PARTNER_TIMEZONE_GET' exporting iv_guid_prtn = iv_guid_ftorg importing ev_timezone = lv_tme_zn.

/SAPSLL/CONVERT_DATE_TO_STAMP CALL FUNCTION '/SAPSLL/CONVERT_DATE_TO_STAMP' EXPORTING iv_timezone = iv_tme_zn iv_date = iv_date iv_time = gc_time-begin IMPORTING ev_timestamp = cv_rptdt EXCEPTIONS no_time_zone = 1 time_zone_notfound = 2 format_error = 3 OTHERS = 4.



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