SAP ABAP Class CL_GRW_TRANSPORT_SET (Report Writer: Transport of Sets)
Hierarchy
SAP_FIN (Software Component) SAP_FIN
   FI-SL-IS (Application Component) Information System
     GRWT (Package) Report Painter / Report Writer
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_GRW_TRANSPORT_UTIL Report Writer: Methods for Transport 20010626
Properties
Class CL_GRW_TRANSPORT_SET  
Short Description Report Writer: Transport of Sets    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package GRWT   Report Painter / Report Writer 
Created 20010626   SAP 
Last change 20100310   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_EXITHANDLER Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 CL_GRW_TRANSPORT_KEYFIG Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 CL_GRW_TRANSPORT_REPORT Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
4 CL_GRW_TRANSPORT_UTIL Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
5 CL_GRW_TRANSPORT_VARIABLE Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
6 GSETC Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_GRW_TRANSPORT_UTIL Report Writer: Methods for Transport 20010626
Friends
Class CL_GRW_TRANSPORT_SET has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_TR_OBJECT Constant Public Type reference (TYPE) GRW_S_TOBJ-OBJECT 'GRW_SET' Object Name 20010712
2 FLAG_GENERATE_VSR Instance attribute Private Type reference (TYPE) FLAG "X": Trigger VSR Generation 20010712
3 FLAG_SETS_TRANSLATED Instance attribute Private Type reference (TYPE) FLAG "X": No Sets Exist in Old Tables 20010712
4 SETS_IN_VSR Instance attribute Private Type reference (TYPE) LTY_SORTED_SETLIST Sets Used in VSR 20010712
5 STD_HIERS_EXISTING Instance attribute Private Type reference (TYPE) LTY_SORTED_SETLIST Existing Standard Hierarchies 20010810
6 STD_HIERS_TRANSPORTED Instance attribute Private Type reference (TYPE) LTY_SORTED_SETLIST Transported Standard Hierarchies 20010727
7 STD_HIER_EXIT Static Attribute Private Object reference (TYPE REF TO) IF_EX_G_SET_STD_HIERARCHY BAdI Interface IF_EX_G_SET_STD_HIERARCHY 20010810
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_BASIC_LINES Instance method Private Method Check Lines of a Basic Set 20010713
2 CHECK_DATA_LINES Instance method Private Method Check Lines of a Data Set 20010713
3 CHECK_FORMULA_LINES Instance method Private Method Check Set Formula 20010713
4 CHECK_MULTI_LINES Instance method Private Method Check Lines of a Multidimension Set 20010713
5 CHECK_RECURSION Instance method Private Method Check Set for Recursion 20010713
6 CHECK_SINGLE_LINES Instance method Private Method Check Lines of a Single-Dimension Set 20010713
7 CHECK_STANDARD_HIER Instance method Private Method Check Standard Hierarchy 20010809
8 CHECK_VARIABLE Instance method Private Method Check Value or Set Variable 20010713
9 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20010810
10 DYNAMIC_SET_GET_TABKEYS Instance method Private Method Table Keys for Dynamic Groups (Variants) 20010703
11 FIX_RECURSION Instance method Private Method Breakdown Recursion Loop 20010727
12 FROM_TOBJ Static method Public Method Set for Transport Object 20010626
13 IS_CO_GROUP Static method Public Method Determine Whether a Set Is a Group 20010629
14 IS_DYNAMIC Static method Public Method Determine Whether a Set Is a Dynamic Group (Variant) 20010703
15 IS_STANDARD Static method Public Method Determine if Set is Provided by SAP 20020422
16 IS_TEMPORARY Static method Public Method Determine Whether a Set Is Temporary 20010702
17 MESSAGE_CO_GROUP Static method Public Method Message "Group is not included in transport" to Log 20010629
18 TO_TOBJ Static method Public Method Transport Object of a Set 20010626
Events
Class CL_GRW_TRANSPORT_SET has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 LTY_SETHEADER_KEY Private See coding Key Fields for SETHEADER 20010713
2 LTY_SORTED_SETLIST Private See coding Sorted List of Set IDs 20010713
Method Signatures

Method CHECK_BASIC_LINES 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 20010713
2 Importing IM_HEADER Call by reference Type reference (TYPE) RGSBS Set-Kopf 20010713
3 Importing IM_LINES Call by reference Type reference (TYPE) LTY_BASIC_TAB Zeilen des Basic-Sets 20010713

Method CHECK_BASIC_LINES on class CL_GRW_TRANSPORT_SET has no exception.

Method CHECK_DATA_LINES 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 20010713
2 Importing IM_HEADER Call by reference Type reference (TYPE) RGSBS Set-Kopf 20010713
3 Importing IM_LINES Call by reference Type reference (TYPE) LTY_DATA_TAB Zeilen des Daten-Sets 20010713

Method CHECK_DATA_LINES on class CL_GRW_TRANSPORT_SET has no exception.

Method CHECK_FORMULA_LINES 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 20010713
2 Importing IM_HEADER Call by reference Type reference (TYPE) RGSBS Datenbeschreibung eines Sets (ohne Werte) 20011219
3 Importing IM_LINES Call by reference Type reference (TYPE) LTY_FORMULA_TAB Formeln 20010713

Method CHECK_FORMULA_LINES on class CL_GRW_TRANSPORT_SET has no exception.

Method CHECK_MULTI_LINES 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 20010713
2 Importing IM_HEADER Call by reference Type reference (TYPE) RGSBS Set-Kopf 20010713
3 Importing IM_LINES Call by reference Type reference (TYPE) LTY_MULTI_TAB Zeilen des Multi-Sets 20010713

Method CHECK_MULTI_LINES on class CL_GRW_TRANSPORT_SET has no exception.

Method CHECK_RECURSION 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 20010713
2 Importing IM_SETID Call by reference Type reference (TYPE) SETID Set-ID 20010713

Method CHECK_RECURSION on class CL_GRW_TRANSPORT_SET has no exception.

Method CHECK_SINGLE_LINES 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 20010713
2 Importing IM_HEADER Call by reference Type reference (TYPE) RGSBS Set-Kopf 20010713
3 Importing IM_LINES Call by reference Type reference (TYPE) LTY_SINGLE_TAB Zeilen des Single-Sets 20010713

Method CHECK_SINGLE_LINES on class CL_GRW_TRANSPORT_SET has no exception.

Method CHECK_STANDARD_HIER 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 20010809
2 Importing IM_SETID Call by reference Type reference (TYPE) SETID Identifikation eines Sets 20010809

Method CHECK_STANDARD_HIER on class CL_GRW_TRANSPORT_SET has no exception.

Method CHECK_VARIABLE 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 20010713
2 Exporting EX_VARSTRUCTURE Call by reference Type reference (TYPE) RGSGV Struktur für Variablengenerierer 20010713
3 Importing IM_FIELDNAME Call by reference Type reference (TYPE) FIELDNAME Feldname 20010713
4 Importing IM_SETID Call by reference Type reference (TYPE) SETID Id des übergeordneten Sets 20011219
5 Importing IM_TABNAME Call by reference Type reference (TYPE) TABNAME Tabellenname 20010713
6 Importing IM_TYPE_SET Call by reference Type reference (TYPE) FLAG SPACE 'X' = Variable soll Setvariable sein, ' ' = Wertvariable 20010713
7 Importing IM_VARIABLE Call by reference Type reference (TYPE) C Variablenname 20010713

Method CHECK_VARIABLE on class CL_GRW_TRANSPORT_SET has no exception.

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CL_GRW_TRANSPORT_SET has no parameter.
Method CLASS_CONSTRUCTOR on class CL_GRW_TRANSPORT_SET has no exception.

Method DYNAMIC_SET_GET_TABKEYS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_SETID Call by reference Type reference (TYPE) SETID Identifikation eines Sets 20010704
2 Importing IM_TRKORR Call by reference Type reference (TYPE) TRKORR Auftrag/Aufgabe 20010704
3 Returning RE_E071 Value transfer Type reference (TYPE) E071 Transportsystem: Objekt-Einträge von Aufträgen/Aufgaben 20010704

Method DYNAMIC_SET_GET_TABKEYS on class CL_GRW_TRANSPORT_SET has no exception.

Method FIX_RECURSION 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 20010727
2 Importing IM_SETID Call by reference Type reference (TYPE) SETID Identifikation eines Sets 20010727

Method FIX_RECURSION on class CL_GRW_TRANSPORT_SET has no exception.

Method FROM_TOBJ 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 Report-Writer: Transportobjekt 20010626
2 Returning RE_SETID Value transfer Type reference (TYPE) SETID Identifikation eines Sets 20010626

Method FROM_TOBJ on class CL_GRW_TRANSPORT_SET has no exception.

Method IS_CO_GROUP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_SETID Call by reference Type reference (TYPE) SETID Identifikation eines Sets 20010629
2 Returning RE_IS_GROUP Value transfer Type reference (TYPE) SEU_BOOL 'X' = Set ist eine CO-Gruppe 20010629

Method IS_CO_GROUP on class CL_GRW_TRANSPORT_SET has no exception.

Method IS_DYNAMIC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_SETID Call by reference Type reference (TYPE) SETID Identifikation eines Sets 20010703
2 Returning RE_IS_DYNAMIC Value transfer Type reference (TYPE) SEU_BOOL 'X' = Set ist dynamische Gruppe (Variante) 20010703

Method IS_DYNAMIC on class CL_GRW_TRANSPORT_SET has no exception.

Method IS_STANDARD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_SETID Call by reference Type reference (TYPE) SETID Identifikation eines Sets 20020422
2 Returning RE_IS_STANDARD Value transfer Type reference (TYPE) SEU_BOOL 'X': Set wird von SAP ausgeliefert 20020422

Method IS_STANDARD on class CL_GRW_TRANSPORT_SET has no exception.

Method IS_TEMPORARY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_SETID Call by reference Type reference (TYPE) SETID Identifikation eines Sets 20010702
2 Returning RE_IS_TEMPORARY Value transfer Type reference (TYPE) SEU_BOOL 'X' = Set ist temporäres Set 20010702

Method IS_TEMPORARY on class CL_GRW_TRANSPORT_SET has no exception.

Method MESSAGE_CO_GROUP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_SETID Call by reference Type reference (TYPE) SETID Set-ID der Gruppe 20010629
2 Returning RE_PROT Value transfer Type reference (TYPE) SPROT_U Meldung fürs Protokoll 20010629

Method MESSAGE_CO_GROUP on class CL_GRW_TRANSPORT_SET has no exception.

Method TO_TOBJ 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) SY-MANDT SY-MANDT Mandant für alte Setnamen 20010716
2 Importing IM_SETID Call by reference Type reference (TYPE) SETID Identifikation eines Sets 20010626
3 Importing IM_TABNAME Call by reference Type reference (TYPE) TABNAME SPACE Tabelle für alte Setnamen 20010716
4 Importing IM_WITH_DEPENDANTS Call by reference Type reference (TYPE) FLAG 'X' 'X' = mit, ' ' = ohne abhängige Objekte 20010727
5 Returning RE_TOBJ Value transfer Type reference (TYPE) GRW_S_TOBJ Report-Writer: Transportobjekt 20010626

Method TO_TOBJ on class CL_GRW_TRANSPORT_SET has no exception.
History
Last changed by/on SAP  20100310 
SAP Release Created in 470