SAP ABAP Class CL_SIWP_LOAD_REPOS (Fill repository)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ILM-IRM (Application Component) Information Retention Manager
     S_ILM_REPOSITORY (Package) ILM Repository
Properties
Class CL_SIWP_LOAD_REPOS  
Short Description Fill repository    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package S_ILM_REPOSITORY   ILM Repository 
Created 20100413   SAP 
Last change 20131127   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_ARC_DAS_CON_RW_BI_UPLOAD Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
Class CL_SIWP_LOAD_REPOS has no interface implemented.
Friends
Class CL_SIWP_LOAD_REPOS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MT_AO_STRC Instance attribute Private Type reference (TYPE) TTY_AO_STRC 20110707
2 MT_METADATA Instance attribute Private Type reference (TYPE) SIWP_T_STRCMETDAT Table with Metadata of a Structure 20110601
3 MT_NEW_REPOS_F Instance attribute Private Type reference (TYPE) SIWP_T_REPOS_F 20100426
4 MT_NEW_REPOS_FT Instance attribute Private Type reference (TYPE) SIWP_T_REPOS_FT 20100426
5 MT_NEW_REPOS_OT_S Instance attribute Private Type reference (TYPE) SIWP_T_REPOS_OT_S 20100426
6 MT_NEW_REPOS_S Instance attribute Private Type reference (TYPE) SIWP_T_REPOS_S 20100426
7 MT_NEW_REPOS_ST Instance attribute Private Type reference (TYPE) SIWP_T_REPOS_ST 20100426
8 MT_OT_FLD Instance attribute Private Type reference (TYPE) SIWP_T_OT_FLD 20100426
9 MT_OT_STR Instance attribute Private Type reference (TYPE) SIWP_T_OT_STR 20100426
10 MT_RELATION Instance attribute Private Type reference (TYPE) TTY_RELATION 20121128
11 MT_RELATION_NEW Instance attribute Private Type reference (TYPE) TTY_RELATION Relationships 20130331
12 MT_REPOS_F Instance attribute Private Type reference (TYPE) SIWP_T_REPOS_F 20100426
13 MT_REPOS_FT Instance attribute Private Type reference (TYPE) SIWP_T_REPOS_FT 20100426
14 MT_REPOS_OT_S Instance attribute Private Type reference (TYPE) SIWP_T_REPOS_OT_S 20100426
15 MT_REPOS_S Instance attribute Private Type reference (TYPE) SIWP_T_REPOS_S 20100426
16 MT_REPOS_ST Instance attribute Private Type reference (TYPE) SIWP_T_REPOS_ST 20100426
17 MV_OBJECT_CATEGORY Instance attribute Private Type reference (TYPE) LRM_OBJECT_CATEGORY 20100426
Methods
# Method Level Visibility Method type Description Created on
1 COMPARE Instance method Public Method Compare repository with the CDE metadata 20100426
2 COMPARE_ARA_CDE Instance method Public Method Complare audit area with CDE 20100426
3 COMPARE_FLD Instance method Private Method Compare repository with meta fields 20100426
4 COMPARE_FLD_T Instance method Private Method Compare repository with meta field text 20100426
5 COMPARE_OT_STRUC Instance method Private Method Compare repository with meta object type structures 20100426
6 COMPARE_RELATION Instance method Private Method Compare repository with meta relations 20121203
7 COMPARE_STRUC Instance method Private Method Compare repository with meta structures 20100426
8 COMPARE_STRUC_T Instance method Private Method Compare repository with meta structure texts 20100426
9 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20100426
10 DELETE_REPOSDATA Instance method Public Method Deletes Entries from the Repository 20110114
11 DETERMINE_BUFFER_TYPE Instance method Public Method Determine the Buffer Type for Repository Tables 20110531
12 GET_METADATA Instance method Private Method Read metadata from archive (using the repository hierarchy) 20100426
13 GET_METADATA_FROM_SESSION Instance method Private Method Read metadata from the archive (using ADK API) 20100426
14 GET_META_SESSION Static method Public Method Determine newest run for SN_META from ADK tables 20100426
15 GET_META_URI Static method Public Method URIs of the newest run for SN_META from repository hierarchy 20100426
16 GET_RESPOSDATA Instance method Private Method Read repository from the database 20100426
17 INSERT_RESPOSDATA Instance method Public Method Insert data into the database table 20100426
18 SET_NEW_REPOS Instance method Public Method Sets the Attributes with Repository Content to be Created 20110114
19 SHOW_LOG Static method Public Method Display Application Log 20100426
20 STRUC_WITHOUT_FLD Instance method Public Method Find fields without associated structures 20100426
21 TABLE_READ_CONV_DATA Instance method Private Method Conversion of the data read from the archive 20100426
22 TRNSF_METADATA Instance method Private Method Transfer metadata into the repository 20100426
23 UPDATE_REPOSDATA Instance method Public Method Deletes Entries from the Repository 20110117
24 WRITE_TRANSPORT Static method Public Method Write changes to transport request 20100426
Events
Class CL_SIWP_LOAD_REPOS has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TTY_AO_STRC Private See coding 20100426 tty_ao_strc TYPE STANDARD TABLE OF ty_ao_strc
2 TTY_AO_STRCT Private See coding 20100426 tty_ao_strct TYPE STANDARD TABLE OF ty_ao_strct
3 TTY_RANGE_FIELDS Private See coding 20110114 tty_range_fields TYPE STANDARD TABLE OF ty_range_fields
4 TTY_RANGE_STRUC Private See coding 20110114 tty_range_struc TYPE STANDARD TABLE OF ty_range_struc
5 TTY_RELATION Private See coding 20121128 tty_relation TYPE STANDARD TABLE OF ty_relation
6 TTY_RNG_SPRAS Public See coding 20100426 tty_rng_spras TYPE RANGE OF sy-langu
7 TY_AO_STRC Private See coding 20100426 BEGIN OF ty_ao_strc, arch_obj TYPE objct_tr01, segment TYPE tabname, END OF ty_ao_strc
8 TY_AO_STRCT Private See coding 20100426 BEGIN OF ty_ao_strct, spras TYPE spras, segment TYPE tabname, txtlg(60) TYPE c, END OF ty_ao_strct
9 TY_RANGE_FIELDS Private See coding 20110114 BEGIN OF ty_range_fields, sign TYPE c LENGTH 1, option TYPE c LENGTH 2, low TYPE fieldname, high TYPE fieldname, END OF ty_range_fields
10 TY_RANGE_STRUC Private See coding 20110114 BEGIN OF ty_range_struc, sign TYPE c LENGTH 1, option TYPE c LENGTH 2, low TYPE lrm_struc, high TYPE lrm_struc, END OF ty_range_struc
11 TY_RELATION Private See coding 20130401 BEGIN OF ty_relation, mandt TYPE char3, name TYPE char30, linenum TYPE numcde, segment1 TYPE char30, field1 TYPE char30, segment2 TYPE char30, field2 TYPE char30, constant TYPE char30, END OF ty_relation
Method Signatures

Method COMPARE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FT_DELTA Call by reference Type reference (TYPE) SIWP_T_REPOS_FT 20100426
2 Exporting ET_F_DELTA Call by reference Type reference (TYPE) SIWP_T_REPOS_F 20100426
3 Exporting ET_MSG Call by reference Type reference (TYPE) SIWP_T_BAL_MSG 20100426
4 Exporting ET_OT_S_DELTA Call by reference Type reference (TYPE) SIWP_T_REPOS_OT_S 20100426
5 Exporting ET_RELATION Call by reference Type reference (TYPE) TXX_RELATION_TT 20121203
6 Exporting ET_ST_DELTA Call by reference Type reference (TYPE) SIWP_T_REPOS_ST 20100426
7 Exporting ET_S_DELTA Call by reference Type reference (TYPE) SIWP_T_REPOS_S 20100426

Method COMPARE on class CL_SIWP_LOAD_REPOS has no exception.

Method COMPARE_ARA_CDE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_OT_FLD_DELTA Call by reference Type reference (TYPE) SIWP_T_OT_FLD 20100426
2 Exporting ET_OT_STR_DELTA Call by reference Type reference (TYPE) SIWP_T_OT_STR 20100426

Method COMPARE_ARA_CDE on class CL_SIWP_LOAD_REPOS has no exception.

Method COMPARE_FLD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ONLY_IN_NEW Call by reference Type reference (TYPE) SIWP_T_REPOS_F 20100426

Method COMPARE_FLD on class CL_SIWP_LOAD_REPOS has no exception.

Method COMPARE_FLD_T Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ONLY_IN_NEW Call by reference Type reference (TYPE) SIWP_T_REPOS_FT 20100426

Method COMPARE_FLD_T on class CL_SIWP_LOAD_REPOS has no exception.

Method COMPARE_OT_STRUC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ONLY_IN_NEW Call by reference Type reference (TYPE) SIWP_T_REPOS_OT_S 20100426

Method COMPARE_OT_STRUC on class CL_SIWP_LOAD_REPOS has no exception.

Method COMPARE_RELATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ONLY_IN_NEW Call by reference Type reference (TYPE) TXX_RELATION_TT 20121203

Method COMPARE_RELATION on class CL_SIWP_LOAD_REPOS has no exception.

Method COMPARE_STRUC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ONLY_IN_NEW Call by reference Type reference (TYPE) SIWP_T_REPOS_S 20100426

Method COMPARE_STRUC on class CL_SIWP_LOAD_REPOS has no exception.

Method COMPARE_STRUC_T Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ONLY_IN_NEW Call by reference Type reference (TYPE) SIWP_T_REPOS_ST 20100426

Method COMPARE_STRUC_T on class CL_SIWP_LOAD_REPOS has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IR_SPRAS Call by reference Type reference (TYPE) TTY_RNG_SPRAS 20100426
2 Importing IT_URI Call by reference Type reference (TYPE) CL_ARC_DAS_CON_RW_BI_UPLOAD=>TT_RESULT_URIS 20100426
3 Importing IV_AUDIT_AREA Call by reference Type reference (TYPE) LRM_POLICY_TYPE 20100426
4 Importing IV_LOAD_AUDIT_AREA Call by reference Type reference (TYPE) XFELD 20100426
5 Importing IV_LOAD_REPOS Call by reference Type reference (TYPE) XFELD 'X' 20100426
6 Importing IV_OBJECT_CATEGORY Call by reference Type reference (TYPE) LRM_OBJECT_CATEGORY 20100426
7 Importing IV_SESSION Call by reference Type reference (TYPE) ADMI_RUN_D 20100426
# Exception Resumable Description Created on
1 ERROR_OCCURED 20100426

Method DELETE_REPOSDATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_REPOS_FT Call by reference Type reference (TYPE) SIWP_T_REPOS_FT Repository-Feldbeschreibung 20110117
2 Exporting ET_REPOS_OT_S Call by reference Type reference (TYPE) SIWP_T_REPOS_OT_S Repository-Strukturen eines Objekttyps 20110117
3 Exporting ET_REPOS_ST Call by reference Type reference (TYPE) SIWP_T_REPOS_ST Strukturbeschreibung des Repository 20110117
4 Importing IS_REPOS_S Call by reference Type reference (TYPE) IWP_REPOS_S Repository-Strukturen 20110610
5 Importing IT_REPOS_F Call by reference Type reference (TYPE) SIWP_T_REPOS_F Repository-Felder 20110610

Method DELETE_REPOSDATA on class CL_SIWP_LOAD_REPOS has no exception.

Method DETERMINE_BUFFER_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MSG Call by reference Type reference (TYPE) SIWP_T_BAL_MSG Anwendungsprotokoll: Meldungsdaten 20110606
2 Exporting ET_UPDATED_REPOS_S Call by reference Type reference (TYPE) SIWP_T_REPOS_S Repository-Strukturen 20110717
3 Changing IT_NEW_ONLY_S Call by reference Type reference (TYPE) SIWP_T_REPOS_S Repository-Strukturen 20110617

Method DETERMINE_BUFFER_TYPE on class CL_SIWP_LOAD_REPOS has no exception.

Method GET_METADATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_AO_STRC Call by reference Type reference (TYPE) TTY_AO_STRC 20100426
2 Exporting ET_AO_STRCT Call by reference Type reference (TYPE) TTY_AO_STRCT 20100426
3 Exporting ET_METADATA Call by reference Type reference (TYPE) SIWP_T_STRCMETDAT 20100426
4 Exporting ET_METADATA_TEXT Call by reference Type reference (TYPE) SIWP_T_STRCMETDAT_TEXT 20100426
5 Exporting ET_RELATION Call by reference Type reference (TYPE) TTY_RELATION 20121129
6 Importing IT_URI Call by reference Type reference (TYPE) CL_ARC_DAS_CON_RW_BI_UPLOAD=>TT_RESULT_URIS 20100426
# Exception Resumable Description Created on
1 ERROR_OCCURED 20100426

Method GET_METADATA_FROM_SESSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_AO_STRC Call by reference Type reference (TYPE) TTY_AO_STRC 20100426
2 Exporting ET_AO_STRCT Call by reference Type reference (TYPE) TTY_AO_STRCT 20100426
3 Exporting ET_METADATA Call by reference Type reference (TYPE) SIWP_T_STRCMETDAT 20100426
4 Exporting ET_METADATA_TEXT Call by reference Type reference (TYPE) SIWP_T_STRCMETDAT_TEXT 20100426
5 Exporting ET_RELATION Call by reference Type reference (TYPE) TTY_RELATION 20121128
6 Importing IV_SESSION Call by reference Type reference (TYPE) ADMI_RUN_D 20100426
# Exception Resumable Description Created on
1 ERROR_OCCURED 20100426

Method GET_META_SESSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CLNT Call by reference Type reference (TYPE) SYMANDT 20100426
2 Importing IV_SID Call by reference Type reference (TYPE) SYSYSID 20100426
3 Returning RV_SESSION Value transfer Type reference (TYPE) ADMI_RUN_D 20100426
# Exception Resumable Description Created on
1 ERROR_OCCURED 20100426

Method GET_META_URI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_URI Call by reference Type reference (TYPE) CL_ARC_DAS_CON_RW_BI_UPLOAD=>TT_RESULT_URIS 20100426
2 Importing IV_CLNT Call by reference Type reference (TYPE) SYMANDT 20100426
3 Importing IV_SID Call by reference Type reference (TYPE) SYSYSID 20100426
# Exception Resumable Description Created on
1 ERROR_OCCURED 20100426

Method GET_RESPOSDATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_RELATION Call by reference Type reference (TYPE) TTY_RELATION 20121129
2 Exporting ET_REPOS_F Call by reference Type reference (TYPE) SIWP_T_REPOS_F 20100426
3 Exporting ET_REPOS_FT Call by reference Type reference (TYPE) SIWP_T_REPOS_FT 20100426
4 Exporting ET_REPOS_OT_S Call by reference Type reference (TYPE) SIWP_T_REPOS_OT_S 20100426
5 Exporting ET_REPOS_S Call by reference Type reference (TYPE) SIWP_T_REPOS_S 20100426
6 Exporting ET_REPOS_ST Call by reference Type reference (TYPE) SIWP_T_REPOS_ST 20100426
7 Importing IR_SPRAS Call by reference Type reference (TYPE) TTY_RNG_SPRAS 20100426

Method GET_RESPOSDATA on class CL_SIWP_LOAD_REPOS has no exception.

Method INSERT_RESPOSDATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MSG Call by reference Type reference (TYPE) SIWP_T_BAL_MSG 20100426
2 Importing IT_RELATION Call by reference Type reference (TYPE) TXX_RELATION_TT 20121203
3 Importing IT_REPOS_F Call by reference Type reference (TYPE) SIWP_T_REPOS_F 20100426
4 Importing IT_REPOS_FT Call by reference Type reference (TYPE) SIWP_T_REPOS_FT 20100426
5 Importing IT_REPOS_OT_S Call by reference Type reference (TYPE) SIWP_T_REPOS_OT_S 20100426
6 Importing IT_REPOS_S Call by reference Type reference (TYPE) SIWP_T_REPOS_S 20100426
7 Importing IT_REPOS_ST Call by reference Type reference (TYPE) SIWP_T_REPOS_ST 20100426

Method INSERT_RESPOSDATA on class CL_SIWP_LOAD_REPOS has no exception.

Method SET_NEW_REPOS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_FIELDS Call by reference Type reference (TYPE) ILM_T_FIELDS Strukturbeschreibung des Repository 20110124
2 Importing IT_OT_S Call by reference Type reference (TYPE) SIWP_T_REPOS_OT_S Repository-Strukturen eines Objekttyps 20110124
3 Importing IT_STRUCTURES Call by reference Type reference (TYPE) ILM_T_STRUC_EXT Repository-Felder 20110124
4 Importing IV_OBJECT_CATEGORY Call by reference Type reference (TYPE) LRM_OBJECT_CATEGORY Repository-Strukturen 20110124

Method SET_NEW_REPOS on class CL_SIWP_LOAD_REPOS has no exception.

Method SHOW_LOG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_MSG Call by reference Type reference (TYPE) SIWP_T_BAL_MSG 20100426
2 Importing IV_TESTMODE Call by reference Type reference (TYPE) BOOLE_D Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20100506
# Exception Resumable Description Created on
1 LOG_FAILED 20100426

Method STRUC_WITHOUT_FLD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MSG Call by reference Type reference (TYPE) SIWP_T_BAL_MSG 20100426
2 Exporting ET_S_MISSING Call by reference Type reference (TYPE) SIWP_T_REPOS_S 20100426
3 Exporting E_LINES_MISSING Call by reference Type reference (TYPE) INT4 20100426
4 Importing IT_DELTA_F Call by reference Type reference (TYPE) SIWP_T_REPOS_F 20100426
5 Importing IT_DELTA_S Call by reference Type reference (TYPE) SIWP_T_REPOS_S 20100426

Method STRUC_WITHOUT_FLD on class CL_SIWP_LOAD_REPOS has no exception.

Method TABLE_READ_CONV_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_DATA Call by reference Object reference (TYPE REF TO) DATA 20100426
2 Importing IV_HANDLE Call by reference Type reference (TYPE) I 20100426
3 Importing IV_TABLENAME Call by reference Type reference (TYPE) DFIES-TABNAME Tabellenname 20100426
# Exception Resumable Description Created on
1 ERROR_OCCURED 20100426

Method TRNSF_METADATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_RELATION Call by reference Type reference (TYPE) TTY_RELATION 20121128
2 Exporting ET_REPOS_F Call by reference Type reference (TYPE) SIWP_T_REPOS_F Repository-Felder 20110707
3 Exporting ET_REPOS_FT Call by reference Type reference (TYPE) SIWP_T_REPOS_FT Repository-Feldbeschreibung 20110707
4 Exporting ET_REPOS_OT_S Call by reference Type reference (TYPE) SIWP_T_REPOS_OT_S Repository-Strukturen eines Objekttyps 20110707
5 Exporting ET_REPOS_S Call by reference Type reference (TYPE) SIWP_T_REPOS_S Repository-Strukturen 20110707
6 Exporting ET_REPOS_ST Call by reference Type reference (TYPE) SIWP_T_REPOS_ST Strukturbeschreibung des Repository 20110707
7 Importing IR_SPRAS Call by reference Type reference (TYPE) TTY_RNG_SPRAS 20100426
8 Importing IT_AO_STRC Call by reference Type reference (TYPE) TTY_AO_STRC 20100426
9 Importing IT_AO_STRCT Call by reference Type reference (TYPE) TTY_AO_STRCT 20100426
10 Importing IT_METADATA Call by reference Type reference (TYPE) SIWP_T_STRCMETDAT 20100426
11 Importing IT_METADATA_TEXT Call by reference Type reference (TYPE) SIWP_T_STRCMETDAT_TEXT 20100426
12 Importing IT_RELATION Call by reference Type reference (TYPE) TTY_RELATION 20121128

Method TRNSF_METADATA on class CL_SIWP_LOAD_REPOS has no exception.

Method UPDATE_REPOSDATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_REPOS_F Call by reference Type reference (TYPE) SIWP_T_REPOS_F Repository-Felder 20110117
2 Exporting ET_REPOS_FT Call by reference Type reference (TYPE) SIWP_T_REPOS_FT Repository-Feldbeschreibung 20110117
3 Exporting ET_REPOS_S Call by reference Type reference (TYPE) SIWP_T_REPOS_S Repository-Strukturen 20110117
4 Exporting ET_REPOS_ST Call by reference Type reference (TYPE) SIWP_T_REPOS_ST Strukturbeschreibung des Repository 20110117
5 Importing IT_FIELDS Call by reference Type reference (TYPE) ILM_T_FIELDS 20110117
6 Importing IT_STRUCTURES Call by reference Type reference (TYPE) ILM_T_STRUC_EXT Tabellen im Repository 20110117
7 Importing IV_OBJECT_CATEGORY Call by reference Type reference (TYPE) LRM_OBJECT_CATEGORY Objektkategorie 20110117
8 Importing IV_TRANSPORT Call by reference Type reference (TYPE) SIWP_FILL_REP_TRKORR Nummer eines Auftrags oder einer Aufgabe 20110117

Method UPDATE_REPOSDATA on class CL_SIWP_LOAD_REPOS has no exception.

Method WRITE_TRANSPORT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_RELATION Call by reference Type reference (TYPE) TXX_RELATION_TT 20121203
2 Importing IT_REPOS_F Call by reference Type reference (TYPE) SIWP_T_REPOS_F 20100426
3 Importing IT_REPOS_FT Call by reference Type reference (TYPE) SIWP_T_REPOS_FT 20100426
4 Importing IT_REPOS_OT_S Call by reference Type reference (TYPE) SIWP_T_REPOS_OT_S 20100426
5 Importing IT_REPOS_S Call by reference Type reference (TYPE) SIWP_T_REPOS_S 20100426
6 Importing IT_REPOS_ST Call by reference Type reference (TYPE) SIWP_T_REPOS_ST 20100426
7 Importing IT_UPDATED_REPOS_S Call by reference Type reference (TYPE) SIWP_T_REPOS_S Repository-Strukturen 20110717
8 Importing IV_TR Call by reference Type reference (TYPE) TRKORR 20100426
# Exception Resumable Description Created on
1 ERROR_OCCURED 20110616
History
Last changed by/on SAP  20131127 
SAP Release Created in 703