SAP ABAP Class IF_GRW_TRANSPORT_UTIL (Report Writer: Methods for Transport)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_GRW_TRANSPORT_JOB Report Writer: Transport of Report Groups 20010718
2 Interface implementation (CLASS c. INTERFACES i_ref)  CL_GRW_TRANSPORT_JOB_VARIANT Report Writer: Transport of Variants for Report Groups 20010801
3 Interface implementation (CLASS c. INTERFACES i_ref)  CL_GRW_TRANSPORT_KEYFIG Report Writer: Transport of Key Figures 20010626
4 Interface implementation (CLASS c. INTERFACES i_ref)  CL_GRW_TRANSPORT_LAYOUT Report Writer: Transport of Standard Layouts 20010718
5 Interface implementation (CLASS c. INTERFACES i_ref)  CL_GRW_TRANSPORT_LIBRARY Report Writer: Transport of Libraries 20010718
6 Interface implementation (CLASS c. INTERFACES i_ref)  CL_GRW_TRANSPORT_MODEL Report Writer: Transport of Models 20010807
7 Interface implementation (CLASS c. INTERFACES i_ref)  CL_GRW_TRANSPORT_REPORT Report Writer: Transport of Reports 20010716
8 Interface implementation (CLASS c. INTERFACES i_ref)  CL_GRW_TRANSPORT_SET Report Writer: Transport of Sets 20010626
9 Interface implementation (CLASS c. INTERFACES i_ref)  CL_GRW_TRANSPORT_VARIABLE Report Writer: Transport of Variables 20010627
Properties
Class IF_GRW_TRANSPORT_UTIL  
Short Description Report Writer: Methods for Transport    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20010626   SAP 
Last change 20050219   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class IF_GRW_TRANSPORT_UTIL has no forward declaration.
Interfaces
Class IF_GRW_TRANSPORT_UTIL has no interface implemented.
Friends
Class IF_GRW_TRANSPORT_UTIL has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CLIENT Instance attribute Public Type reference (TYPE) SY-MANDT Client 20010629
2 C_MODE_ANALYSIS Constant Public Type reference (TYPE) CHAR1 'A' Mode: Transport 20010626
3 C_MODE_EXPORT Constant Public Type reference (TYPE) CHAR1 'E' Mode: Export 20010712
4 C_MODE_EXTENDED_CHECK Constant Public Type reference (TYPE) CHAR1 'X' Mode: Extended Check 20010627
5 C_MODE_IMPORT Constant Public Type reference (TYPE) CHAR1 'I' Mode: Import 20010712
6 C_MODE_UPGRADE Constant Public Type reference (TYPE) CHAR1 'U' Mode: Import During Upgrade 20011122
7 C_SYSTYPE_SAP Constant Public Type reference (TYPE) SYSYSID 'SAP' System Category: SAP System 20020422
8 MODE Instance attribute Public Type reference (TYPE) CHAR1 Mode, See C_MODE... 20010626
9 SYSTYPE Instance attribute Public Type reference (TYPE) SYSYSID System Category: SAP or Customer System 20020422
Methods
# Method Level Visibility Method type Description Created on
1 BEFORE_EXPORT Instance method Public Method Fill Shadow Tables Before Export 20010823
2 CHECK Instance method Public Method Consistency Check 20010626
3 ENABLE_TRANSPORT Instance method Public Method Prepare Object for Transport (e.g. Table Conversion) 20010628
4 GET_CHILDREN Instance method Public Method Objects Contained Directly 20010626
5 GET_PARENTS Instance method Public Method Directly Superordinate Objects 20010710
6 GET_TABKEYS Instance method Public Method Get Table Keys (for E071K) from Transport Objects 20010626
7 GET_TRANSPORT_OBJECTS Instance method Public Method Get Transport Objects from E071K 20010712
8 IMPORT_FINISHED Instance method Public Method Subsequent Processing at End of Import 20010710
9 INITIALIZE Instance method Public Method Initialize Instance Variables 20010629
10 UPDATE_AFTER_IMPORT Instance method Public Method Database Changes after Import 20010710
Events
Class IF_GRW_TRANSPORT_UTIL has no event.
Types
Class IF_GRW_TRANSPORT_UTIL has no local type.
Method Signatures

Method BEFORE_EXPORT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_TOBJ Call by reference Type reference (TYPE) GRW_S_TOBJ Transportobjekt 20010823

Method BEFORE_EXPORT on class IF_GRW_TRANSPORT_UTIL has no exception.

Method CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CH_PROT Call by reference Type reference (TYPE) SPROT_U_TAB Fehlerprotokoll 20010704
2 Importing IM_TOBJ Call by reference Type reference (TYPE) GRW_S_TOBJ Transportobjekt 20010626

Method CHECK on class IF_GRW_TRANSPORT_UTIL has no exception.

Method ENABLE_TRANSPORT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CH_PROT Call by reference Type reference (TYPE) SPROT_U_TAB Fehlerprotokoll 20010704
2 Importing IM_TOBJ Call by reference Type reference (TYPE) GRW_S_TOBJ Transportobjekt 20010628

Method ENABLE_TRANSPORT on class IF_GRW_TRANSPORT_UTIL has no exception.

Method GET_CHILDREN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CH_PROT Call by reference Type reference (TYPE) SPROT_U_TAB Fehlerprotokoll 20010704
2 Exporting EX_CHILDREN Call by reference Type reference (TYPE) GRW_T_TOBJ Tabelle der abhängigen Objekte 20010628
3 Importing IM_TOBJ Call by reference Type reference (TYPE) GRW_S_TOBJ Transportobjekt 20010626

Method GET_CHILDREN on class IF_GRW_TRANSPORT_UTIL has no exception.

Method GET_PARENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_PARENTS Call by reference Type reference (TYPE) GRW_T_TOBJ Tabelle der übergeordneten Objekte 20010710
2 Importing IM_TOBJ Call by reference Type reference (TYPE) GRW_S_TOBJ Transportobjekt 20010710

Method GET_PARENTS on class IF_GRW_TRANSPORT_UTIL has no exception.

Method GET_TABKEYS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_E071 Call by reference Type reference (TYPE) TR_OBJECTS Transportobjekte 20010704
2 Exporting EX_E071K Call by reference Type reference (TYPE) TR_KEYS Tabellenschlüssel 20010704
3 Importing IM_LANGULIST Call by reference Type reference (TYPE) SLANSPRAST Tabelle von Sprachen 20010626
4 Importing IM_LSM Call by reference Type reference (TYPE) TRTPPVALUE tp Profile-Parameter LSM 20011205
5 Importing IM_TOBJ Call by reference Type reference (TYPE) GRW_S_TOBJ Transportobjekt 20010626
6 Importing IM_TRKORR Call by reference Type reference (TYPE) TRKORR Auftrag/Aufgabe 20010704

Method GET_TABKEYS on class IF_GRW_TRANSPORT_UTIL has no exception.

Method GET_TRANSPORT_OBJECTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_T_TOBJ Call by reference Type reference (TYPE) GRW_T_TOBJ Report-Writer: Tabelle von Transportobjekten 20010712
2 Importing IM_E071K Call by reference Type reference (TYPE) TR_KEYS Tabellenschlüssel 20010712

Method GET_TRANSPORT_OBJECTS on class IF_GRW_TRANSPORT_UTIL has no exception.

Method IMPORT_FINISHED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CH_PROT Call by reference Type reference (TYPE) SPROT_U_TAB Fehlerprotokoll 20010712

Method IMPORT_FINISHED on class IF_GRW_TRANSPORT_UTIL has no exception.

Method INITIALIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CLIENT Call by reference Type reference (TYPE) SYMANDT SY-MANDT Mandantennummer aus Anmeldung 20010629
2 Importing IM_MODE Call by reference Type reference (TYPE) CHAR1 IF_GRW_TRANSPORT_UTIL=>C_MODE_EXPORT Modus, siehe IF_GRW_TRANSPORT_UTIL 20010629
3 Importing IM_SYSTYPE Call by reference Type reference (TYPE) SYSYSID Systemtyp: SAP oder Kundensystem 20020422

Method INITIALIZE on class IF_GRW_TRANSPORT_UTIL has no exception.

Method UPDATE_AFTER_IMPORT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_AS_PARENT Call by reference Type reference (TYPE) FLAG SPACE 'X' = Untergeordnetes Objekt wurde transportiert 20010710
2 Importing IM_TOBJ Call by reference Type reference (TYPE) GRW_S_TOBJ Transportobjekt 20010710
3 Importing IM_TRKORR Call by reference Type reference (TYPE) TRKORR Auftrag/Aufgabe 20020318

Method UPDATE_AFTER_IMPORT on class IF_GRW_TRANSPORT_UTIL has no exception.
History
Last changed by/on SAP  20050219 
SAP Release Created in