SAP ABAP Class CL_OFFLINE_PARAMETER (Parameter for Data Mapping Mobile Enging <-> R/3)
Hierarchy
SAP_ABA (Software Component) Cross-Application Component
   CA-TS (Application Component) Time Sheet
     BACTEXP (Package) Functions for Offline Travel and Time Sheet Manager
Properties
Class CL_OFFLINE_PARAMETER  
Short Description Parameter for Data Mapping Mobile Enging <-> R/3    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class FITRV    
Program status     
Category 0   
Package BACTEXP   Functions for Offline Travel and Time Sheet Manager 
Created 20010809   SAP 
Last change 20011017   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_OFFLINE_PARAMETER has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 CL_OFFLINE_TRANSFORM_CONTAINER 20010809 Basis Class - Data Mapping Mobile Enging <-> R/3
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_FIELD Constant Protected Type reference (TYPE) OFFLINE_FIELDTYPE 'F' Field 20010809
2 CO_GENERICRECORD_IN Constant Protected Type reference (TYPE) STRING 'GENERICRECORD' Field Name for Generic Record Inbound 20010809
3 CO_METADETAIL_IN Constant Protected Type reference (TYPE) STRING 'METADETAIL' Field Name for Meta Detail Inbound 20010809
4 CO_METAPARAMETER_IN Constant Protected Type reference (TYPE) STRING 'METAPARAMETER' Field Name for Meta Parameter Inbound 20010809
5 CO_RECORD Constant Protected Type reference (TYPE) OFFLINE_FIELDTYPE 'R' Record/Structure 20010809
6 CO_SYNCUSER Constant Protected Type reference (TYPE) STRING 'SYNCUSER' Field Name for Syncuser 20010809
7 CO_TABLE Constant Protected Type reference (TYPE) OFFLINE_FIELDTYPE 'T' Table 20010809
8 GENERICRECORD Instance attribute Protected Type reference (TYPE) OFFLINE_GENERICRECORD_ITAB Values for Transfers using WAF 20010809
9 METADETAIL Instance attribute Protected Type reference (TYPE) OFFLINE_METADETAIL_ITAB Meta Details for Transfers with WAF 20010809
10 METAPARAMETER Instance attribute Protected Type reference (TYPE) OFFLINE_METAPARAMETER Meta-Parameters for Transfers with WAF 20010809
11 SYNCUSER Static Attribute Protected Type reference (TYPE) SYUNAME SAP System, User Logon Name 20010809
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Constructor 20010809
2 GET_FIELD_VALUE Instance method Public Method Supply Field Value for Parameter 20010809
3 GET_GENERICRECORDS Instance method Public Method Supply Generic Records 20010815
4 GET_METADETAIL Instance method Public Method Supply Meta Detail 20010815
5 GET_METAPARAMETER Instance method Public Method Suppy Meta Parameter 20010815
6 GET_RECORD_VALUES Instance method Public Method Supply Structire Values 20010809
7 GET_TABLE_VALUES Instance method Public Method Supply Table Contents 20010809
8 SET_FIELD_CHARACTERISTICS Instance method Protected Method Set Length, Decimal Places and Field Type 20010814
9 SET_FIELD_VALUE Instance method Public Method Set Field Value for Parameter 20010809
10 SET_GENERICRECORD Instance method Public Method Add Generic Record 20010809
11 SET_METADETAIL Instance method Public Method Add Meta Detail 20010809
12 SET_RECORD_VALUES Instance method Public Method Set Structure for Parameter 20010813
13 SET_TABLE_VALUES Instance method Public Method Set Table Content for Parameter 20010814
14 SHIFT_NUMERICS Instance method Protected Method Move Nummerical Fields To The Left (Packed, Integer, Float 20020129
Events
Class CL_OFFLINE_PARAMETER has no event.
Types
Class CL_OFFLINE_PARAMETER 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 IM_METAPARAMETER Call by reference Type reference (TYPE) OFFLINE_METAPARAMETER Metaparameter für die Übertragung mit WAF 20010809

Method CONSTRUCTOR on class CL_OFFLINE_PARAMETER has no exception.

Method GET_FIELD_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_FIELD_VALUE Call by reference Type reference (TYPE) ANY Parameter Wert 20010809
# Exception Resumable Description Created on
1 FAILED Keine Werte gefunden 20010821

Method GET_GENERICRECORDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_GENERICRECORDS Call by reference Type reference (TYPE) OFFLINE_GENERICRECORD_ITAB Werte für die Übertragung mit WAF 20010815

Method GET_GENERICRECORDS on class CL_OFFLINE_PARAMETER has no exception.

Method GET_METADETAIL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_METADETAIL Call by reference Type reference (TYPE) OFFLINE_METADETAIL_ITAB Metadetail für die Übertragung mit WAF 20010815

Method GET_METADETAIL on class CL_OFFLINE_PARAMETER has no exception.

Method GET_METAPARAMETER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_METAPARAMETER Call by reference Type reference (TYPE) OFFLINE_METAPARAMETER Metaparameter für die Übertragung mit WAF 20010815

Method GET_METAPARAMETER on class CL_OFFLINE_PARAMETER has no exception.

Method GET_RECORD_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CH_RECORD Call by reference Type reference (TYPE) ANY Struktur/Record Werte 20010809
# Exception Resumable Description Created on
1 FAILED Keine Werte gefunden 20010821

Method GET_TABLE_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CH_TABLE Call by reference Type reference (TYPE) TABLE Tabelleninhalt 20010809
# Exception Resumable Description Created on
1 FAILED Keine Werte gefunden 20010821

Method SET_FIELD_CHARACTERISTICS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CH_METADETAIL Call by reference Type reference (TYPE) OFFLINE_METADETAIL Metadetail für die Übertragung mit WAF 20010814
2 Importing IM_DECIMALS Call by reference Type reference (TYPE) I Dezimalstellen 20010814
3 Importing IM_LENGTH Call by reference Type reference (TYPE) I Feldlaenge 20010814
4 Importing IM_TYPEKIND Call by reference Type reference (TYPE) ABAP_TYPEKIND Datentyp 20010814

Method SET_FIELD_CHARACTERISTICS on class CL_OFFLINE_PARAMETER has no exception.

Method SET_FIELD_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_FIELD_VALUE Call by reference Type reference (TYPE) ANY Feldwert 20010813
2 Importing IM_TYPE_DESCRIPTION Call by reference Object reference (TYPE REF TO) CL_ABAP_TYPEDESCR Run-Time Type Identification 20010813

Method SET_FIELD_VALUE on class CL_OFFLINE_PARAMETER has no exception.

Method SET_GENERICRECORD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_GENERICRECORD Call by reference Type reference (TYPE) OFFLINE_GENERICRECORD Werte für die Übertragung mit WAF 20010809

Method SET_GENERICRECORD on class CL_OFFLINE_PARAMETER has no exception.

Method SET_METADETAIL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_METADETAIL Call by reference Type reference (TYPE) OFFLINE_METADETAIL Metadetail für die Übertragung mit WAF 20010809

Method SET_METADETAIL on class CL_OFFLINE_PARAMETER has no exception.

Method SET_RECORD_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_SET_GENERICRECORD Call by reference Type reference (TYPE) XFELD 'X' Genericrecords aufbauen 'X' = Ja, ' ' = Nein 20010814
2 Importing IM_STRUCTURE_VALUE Call by reference Type reference (TYPE) ANY Strukturwerte 20010813
3 Importing IM_TYPE_DESCRIPTION Call by reference Object reference (TYPE REF TO) CL_ABAP_STRUCTDESCR Run-Time Type Identification 20010813

Method SET_RECORD_VALUES on class CL_OFFLINE_PARAMETER has no exception.

Method SET_TABLE_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_TABLE_VALUES Call by reference Type reference (TYPE) ANY TABLE Tabelleninhalt 20010814
2 Importing IM_TYPE_DESCRIPTION Call by reference Object reference (TYPE REF TO) CL_ABAP_TABLEDESCR Run-Time Type Identification 20010814

Method SET_TABLE_VALUES on class CL_OFFLINE_PARAMETER has no exception.

Method SHIFT_NUMERICS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CH_PARAMETER_VALUE Call by reference Type reference (TYPE) OFFLINE_VALUE Paramter Wert im Container Format 20020129
2 Importing IM_PARAMETER_VALUE Call by reference Type reference (TYPE) ANY Parameter Wert in urspruenglicher Form 20020129
3 Importing IM_TYPE_KIND Call by reference Type reference (TYPE) ABAP_TYPEKIND ABAP Typ 20020129

Method SHIFT_NUMERICS on class CL_OFFLINE_PARAMETER has no exception.
History
Last changed by/on SAP  20011017 
SAP Release Created in 620