SAP ABAP Class /SAPSLL/CL_CUS_INBOUND_CH_LIST (Processing of Incoming Messages for LIst Requests)
Hierarchy
SLL-LEG (Software Component) SLL-LEG 901: Add-On Installation
   SLL-LEG (Application Component) Global Trade Services
     /SAPSLL/LEGAL_CUS_ECC (Package) Legal Services: Customs Processing: Electronic Communication
Properties
Class /SAPSLL/CL_CUS_INBOUND_CH_LIST  
Short Description Processing of Incoming Messages for LIst Requests    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /SAPSLL/LEGAL_CUS_ECC   Legal Services: Customs Processing: Electronic Communication 
Created 20131028   SAP 
Last change 20141107    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class /SAPSLL/CL_CUS_INBOUND_CH_LIST has no forward declaration.
Interfaces
Class /SAPSLL/CL_CUS_INBOUND_CH_LIST has no interface implemented.
Friends
Class /SAPSLL/CL_CUS_INBOUND_CH_LIST has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GS_DEBUG Static Attribute Private Type reference (TYPE) /SAPSLL/DEBUG_S SLL: Debugging Modes 20131028
2 LC_ERROR_DOCUMENT Constant Public Type reference (TYPE) CHAR10 'ERROR_DOC' Character Field Length = 10 20131028
3 LC_ERROR_LIST Constant Public Type reference (TYPE) CHAR10 'ERROR_LIST' Character Field Length = 10 20131028
4 LC_EVV_DOCUMENT Constant Public Type reference (TYPE) CHAR10 'EVV_DOC' Character Field Length = 10 20131028
5 LC_EVV_LIST Constant Public Type reference (TYPE) CHAR10 'EVV_LIST' Character Field Length = 10 20131028
6 MO_ACCESS_CUSWLAD Instance attribute Private Object reference (TYPE REF TO) LIF_ACCESS_CUSWLAD 20131030
7 MO_ACCESS_MESTAB Instance attribute Private Object reference (TYPE REF TO) LIF_ACCESS_MESTAB 20131028
8 MV_LOGHANDLE Instance attribute Private Type reference (TYPE) BALLOGHNDL Application Log: Log Handle 20131028
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor 20131028
2 DETERMINE_TYPE_OF_PROCESSING Instance method Public Method 20131028
3 ENQUE_CUSWLAD Instance method Private Method 20140115
4 GET_CUSCS_FOR_COUNTRY Instance method Private Method 20131029
5 GET_LGREG_FOR_COUNTRY Instance method Private Method 20131029
6 MATCH_INBOUND_LIST_TO_DB Instance method Private Method 20131031
7 PROCESS_ERROR_FOR_LIST Instance method Public Method 20131029
8 PROCESS_INBOUND_LIST Instance method Public Method 20131029
Events
Class /SAPSLL/CL_CUS_INBOUND_CH_LIST has no event.
Types
Class /SAPSLL/CL_CUS_INBOUND_CH_LIST has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_LOGHANDLE Call by reference Type reference (TYPE) BALLOGHNDL Anwendungs-Log: Handle eines Protokolls 20131028

Method CONSTRUCTOR on class /SAPSLL/CL_CUS_INBOUND_CH_LIST has no exception.

Method DETERMINE_TYPE_OF_PROCESSING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_ECC_CNTRL Call by reference Type reference (TYPE) /SAPSLL/ECC_CNTRL_S Steuerungsstruktur für elektronische Kommunikation Ausgang 20131028
2 Importing IS_ECC_CUHD Call by reference Type reference (TYPE) /SAPSLL/ECC_CUHD_S GTS: Hierarchicher Datentyp Zollsendung 20131028
3 Returning RV_PROCESSING_TYPE Value transfer Type reference (TYPE) CHAR10 Art der weiteren Verarbeitung 20131028
# Exception Resumable Description Created on
1 MESSAGE_TYPE_NOT_SUPPORTED Nachrichtentyp ist nicht untertsützt 20131028

Method ENQUE_CUSWLAD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_CUSWLAD Call by reference Type reference (TYPE) /SAPSLL/CUSWLAD_ST SLL : Standard - Tabellentyp zu /SAPSLL/CUSWLAD 20140115
2 Returning RV_SUBRC Value transfer Type reference (TYPE) SY-SUBRC Rückgabewert von ABAP-Anweisungen 20140115

Method ENQUE_CUSWLAD on class /SAPSLL/CL_CUS_INBOUND_CH_LIST has no exception.

Method GET_CUSCS_FOR_COUNTRY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_COUNTRY Call by reference Type reference (TYPE) LAND1 Länderschlüssel 20131029
2 Returning RV_CUSCS Value transfer Type reference (TYPE) /SAPSLL/CUSCS Zollcodelistenschema 20131029

Method GET_CUSCS_FOR_COUNTRY on class /SAPSLL/CL_CUS_INBOUND_CH_LIST has no exception.

Method GET_LGREG_FOR_COUNTRY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_COUNTRY Call by reference Type reference (TYPE) LAND1 Länderschlüssel 20131029
2 Returning RV_LGREG Value transfer Type reference (TYPE) /SAPSLL/LGREG Gesetzliche Grundlage 20131029
# Exception Resumable Description Created on
1 CUSTOMIZING_ERROR Fehler im Customizing der gesetzlichen Grundlagen 20131029

Method MATCH_INBOUND_LIST_TO_DB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CUSWLAD_DEL Call by reference Type reference (TYPE) /SAPSLL/CUSWLAD_ST SLL : Sorted - Tabellentyp zu /SAPSLL/CUSWLAD 20131031
2 Exporting ET_CUSWLAD_INS Call by reference Type reference (TYPE) /SAPSLL/CUSWLAD_ST SLL : Sorted - Tabellentyp zu /SAPSLL/CUSWLAD 20131031
3 Exporting EV_SUBRC Value transfer Type reference (TYPE) SY-SUBRC Rückgabewert von ABAP-Anweisungen 20140115
4 Importing IS_ECC_CNTRL Call by reference Type reference (TYPE) /SAPSLL/ECC_CNTRL_S Steuerungsstruktur für elektronische Kommunikation Ausgang 20131031
5 Importing IS_ECC_CUHD Call by reference Type reference (TYPE) /SAPSLL/ECC_CUHD_S GTS: Hierarchicher Datentyp Zollsendung 20131031

Method MATCH_INBOUND_LIST_TO_DB on class /SAPSLL/CL_CUS_INBOUND_CH_LIST has no exception.

Method PROCESS_ERROR_FOR_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_ECC_CNTRL Call by reference Type reference (TYPE) /SAPSLL/ECC_CNTRL_S Steuerungsstruktur für elektronische Kommunikation Ausgang 20131029
2 Importing IS_ECC_CUHD Call by reference Type reference (TYPE) /SAPSLL/ECC_CUHD_S GTS: Hierarchicher Datentyp Zollsendung 20131029

Method PROCESS_ERROR_FOR_LIST on class /SAPSLL/CL_CUS_INBOUND_CH_LIST has no exception.

Method PROCESS_INBOUND_LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_ECC_CNTRL Call by reference Type reference (TYPE) /SAPSLL/ECC_CNTRL_S Steuerungsstruktur für elektronische Kommunikation Ausgang 20131029
2 Importing IS_ECC_CUHD Call by reference Type reference (TYPE) /SAPSLL/ECC_CUHD_S GTS: Hierarchicher Datentyp Zollsendung 20131029
3 Returning RV_SUBRC Value transfer Type reference (TYPE) SY-SUBRC Rückgabewert von ABAP-Anweisungen 20140115

Method PROCESS_INBOUND_LIST on class /SAPSLL/CL_CUS_INBOUND_CH_LIST has no exception.
History
Last changed by/on SAP  20141107 
SAP Release Created in 901