SAP ABAP Class CL_TRINT_SLAPI (API used by an After Import Method)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-CTS-ORG (Application Component) Transport Organizer
     SCTS_OBJ (Package) CTS: Object Editing (Including Transport Objects)
Properties
Class CL_TRINT_SLAPI  
Short Description API used by an After Import Method    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SCTS_OBJ   CTS: Object Editing (Including Transport Objects) 
Created 20130326   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_TRINT_AIM_META_DATA Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
Class CL_TRINT_SLAPI has no interface implemented.
Friends
Class CL_TRINT_SLAPI has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 AV_API_ID Instance attribute Public Type reference (TYPE) SLAPI-API_ID 20130326
Methods
# Method Level Visibility Method type Description Created on
1 APPEND_USED_SLAPIS Instance method Public Method 20130326
2 CHECK_CYCLIC_REFERENCES Instance method Private Method 20130718
3 CHECK_EMPTY Instance method Private Method 20130718
4 CHECK_LOCK_MODE_MERGED Instance method Private Method 20130725
5 CHECK_SOURCE_OBJS Instance method Private Method 20130719
6 CHECK_START_REL_CONF Instance method Private Method 20130724
7 CHECK_TABLES Instance method Private Method 20130718
8 CHECK_USED_APIS Instance method Private Method 20130719
9 CHECK_USED_APIS_RECURSIVE Instance method Private Method 20130722
10 CONSISTENCY_CHECK Instance method Public Method 20130718
11 CONSTRUCTOR Instance method Public Constructor 20130326
12 CONV_MESSAGE Instance method Private Method 20130718
13 GET_META_DATA Instance method Public Method get meta data non recursively 20130326
14 GET_RESSOURCES Instance method Public Method get ressources fct.-modules, methods etc. non-recursively 20130617
15 READ_START_RELEASE_DATA Instance method Private Method 20130613
Events
Class CL_TRINT_SLAPI has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_SLAPI_ID_TAB Private See coding 20130722 ty_slapi_id_tab type table of slapi_id
2 TY_SLAPI_TAB Public See coding 20130326 ty_slapi_tab TYPE STANDARD TABLE OF REF TO cl_trint_slapi WITH DEFAULT KEY
Method Signatures

Method APPEND_USED_SLAPIS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_SLAPI Call by reference Type reference (TYPE) TY_SLAPI_TAB 20130326

Method APPEND_USED_SLAPIS on class CL_TRINT_SLAPI has no exception.

Method CHECK_CYCLIC_REFERENCES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_MESSAGES Value transfer Type reference (TYPE) SPROT_U_T 20130718

Method CHECK_CYCLIC_REFERENCES on class CL_TRINT_SLAPI has no exception.

Method CHECK_EMPTY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_MESSAGES Value transfer Type reference (TYPE) SPROT_U_T 20130718

Method CHECK_EMPTY on class CL_TRINT_SLAPI has no exception.

Method CHECK_LOCK_MODE_MERGED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_MESSAGES Value transfer Type reference (TYPE) SPROT_U_T 20130725

Method CHECK_LOCK_MODE_MERGED on class CL_TRINT_SLAPI has no exception.

Method CHECK_SOURCE_OBJS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_MESSAGES Value transfer Type reference (TYPE) SPROT_U_T 20130719

Method CHECK_SOURCE_OBJS on class CL_TRINT_SLAPI has no exception.

Method CHECK_START_REL_CONF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_MESSAGES Value transfer Type reference (TYPE) SPROT_U_T 20130724

Method CHECK_START_REL_CONF on class CL_TRINT_SLAPI has no exception.

Method CHECK_TABLES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_MESSAGES Value transfer Type reference (TYPE) SPROT_U_T 20130718

Method CHECK_TABLES on class CL_TRINT_SLAPI has no exception.

Method CHECK_USED_APIS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_MESSAGES Value transfer Type reference (TYPE) SPROT_U_T 20130719

Method CHECK_USED_APIS on class CL_TRINT_SLAPI has no exception.

Method CHECK_USED_APIS_RECURSIVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing PT_API_CHECKED Call by reference Type reference (TYPE) TY_SLAPI_ID_TAB 20130722
2 Changing PT_MESSAGES Call by reference Type reference (TYPE) SPROT_U_T 20130722
3 Changing PT_PARENT_API_TAB Call by reference Type reference (TYPE) TY_SLAPI_ID_TAB 20130722
4 Importing P_API_TO_CHECK Call by reference Type reference (TYPE) SLAPI_ID SOBJ: ID of an API called by an after import method 20130722

Method CHECK_USED_APIS_RECURSIVE on class CL_TRINT_SLAPI has no exception.

Method CONSISTENCY_CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_MESSAGES Value transfer Type reference (TYPE) SPROT_U_T 20130718

Method CONSISTENCY_CHECK on class CL_TRINT_SLAPI has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_API_ID Call by reference Type reference (TYPE) SLAPI-API_ID 20130326
# Exception Resumable Description Created on
1 CX_SLAPI_METADATA_ERROR Error in SLAPI meta data 20130719

Method CONV_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing MSGID Call by reference Type reference (TYPE) SY-MSGID 'SCTS_AIM' ABAP System Field: Message ID 20130718
2 Importing MSGNO Call by reference Type reference (TYPE) SY-MSGNO ABAP System Field: Message Number 20130718
3 Importing MSGTY Call by reference Type reference (TYPE) SY-MSGTY 'E' ABAP System Field: Message Type 20130718
4 Importing MSGV1 Call by reference Type reference (TYPE) CSEQUENCE SPACE 20130718
5 Importing MSGV2 Call by reference Type reference (TYPE) CSEQUENCE SPACE 20130718
6 Importing MSGV3 Call by reference Type reference (TYPE) CSEQUENCE SPACE 20130718
7 Importing MSGV4 Call by reference Type reference (TYPE) CSEQUENCE SPACE 20130718
8 Returning RS_MESSAGE Value transfer Type reference (TYPE) SPROT_U 20130718

Method CONV_MESSAGE on class CL_TRINT_SLAPI has no exception.

Method GET_META_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RR_META_DATA Value transfer Object reference (TYPE REF TO) CL_TRINT_AIM_META_DATA 20130326
# Exception Resumable Description Created on
1 CX_AIM_METADATA_ERROR 20130326

Method GET_RESSOURCES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_RESSOURCES Value transfer Type reference (TYPE) SLAPI_RES_OBJ_TAB Ressources on an SLAPI 20130617

Method GET_RESSOURCES on class CL_TRINT_SLAPI has no exception.

Method READ_START_RELEASE_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_RELEASES_NOTE_TAB Call by reference Type reference (TYPE) CL_TRINT_AIM_META_DATA=>TY_RELEASES_NOTE_TAB 20130613

Method READ_START_RELEASE_DATA on class CL_TRINT_SLAPI has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 740