SAP ABAP Class CL_RMPS_GSP_PROP_LONG_ATTR (Service Class for Handling Long Attribute Values (64<x<256))
Hierarchy
SAP_ABA (Software Component) Cross-Application Component
   CA-GTF-RCM (Application Component) Records and Case Management
     RMPS_PRO_PROPERTY (Package) PRO: Attribute Handling
Properties
Class CL_RMPS_GSP_PROP_LONG_ATTR  
Short Description Service Class for Handling Long Attribute Values (64<x<256)    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RMPS_PRO_PROPERTY   PRO: Attribute Handling 
Created 20040209   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_ABAP_CHAR_UTILITIES Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 RMPSD Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 SRMGS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_RMPS_GSP_PROP_LONG_ATTR has no interface implemented.
Friends
Class CL_RMPS_GSP_PROP_LONG_ATTR has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_KPRO_PROP_FOR_LONG_ATTR Constant Public Type reference (TYPE) STRING RMPSD_META_ATTR_LONG Flagging of a long attribute by KPro characteristic 20040209
2 C_MAXLEN_KPRO_VALUE Constant Public Type reference (TYPE) I 64 Max. Length of an Attribute Value Saved in KPro 20040323
3 C_MAXLEN_PART Constant Public Type reference (TYPE) I 62 Max. usage length of a part of a split attr. value 20040323
4 C_SEPARATOR Constant Public Type reference (TYPE) C %_HORIZONTAL_TAB Separator between curr. no. of value and actual Value 20040323
5 G_COMPLETE_MERGED_ATTR_TYPES Instance attribute Protected Type reference (TYPE) SRMGS_PROPERTY_TYPE_TAB Complete List of Attribute Types (in Description L or P) 20040209
6 G_IF_SRM Instance attribute Protected Object reference (TYPE REF TO) IF_SRM General SRM Methods 20040209
7 G_LONG_MERGED_ATTR_TYPES Instance attribute Protected Type reference (TYPE) SRMGS_PROPERTY_TYPE_TAB List of Types of Long Attr. (in Description L or P) 20040209
8 G_POID Instance attribute Protected Object reference (TYPE REF TO) IF_SRM_POID POID of object whose long attributes are to be managed 20040209
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Constructor 20040209
2 CONV_1ATTR_STRING_2_TAB Instance method Public Method Convert 1 Attr: String to KPro Value Table 20040323
3 CONV_1ATTR_TAB_2_STRING Instance method Public Method Convert 1 Attr: KPro Value Table to String 20040323
4 CONV_GSP_PROPS_2_LONG_PROPS Instance method Public Method Convert GSP Property Table into Table with Long Attr. Vals 20040224
5 CONV_LONG_PROPS_2_GSP_PROPS Instance method Public Method Convert GSP Property Table into Table with Long Attr. Vals 20040503
6 GET_DDIC_INFO_FOR_ATTR Instance method Public Method Get DDIC Info for Particular Attr. 20041129
7 GET_LONG_ATTR_TYPES Static method Public Method Get Table of Types of Long Attributes (64 20040209
8 IS_LONG_ATTRIBUTE Instance method Public Method Is Given Attribute a Long Attribute? 20040209
9 REPOS_AFTER_GSP_DATA_GET Instance method Public Method Get Long Attribute Values 20040209
10 REPOS_AFTER_KPRO_DATA_GET Instance method Public Method Cleaned Attribute Table After Reading of KPro Data 20040209
11 REPOS_AFTER_QUERY Instance method Public Method Prepare Hit List 20040615
12 REPOS_GSP_DATA_SET_LONG Instance method Public Method Get Long Attribute Values 20040602
13 SPLIT_ATTR_TAB_SHORT_LONG Instance method Public Method Separate Attr. Tab Long and Short 20040602
Events
Class CL_RMPS_GSP_PROP_LONG_ATTR has no event.
Types
Class CL_RMPS_GSP_PROP_LONG_ATTR 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_IF_SRM Call by reference Object reference (TYPE REF TO) IF_SRM Allgemeine SRM Methoden 20040209
2 Importing IM_MERGED_ATTR_TYPES_WHERE Call by reference Type reference (TYPE) SRMGS_PROPERTY_TYPE_TAB Liste der Attributtypen (mit Description = L oder P) 20040209
3 Importing IM_POID Call by reference Object reference (TYPE REF TO) IF_SRM_POID POID 20040209

Method CONSTRUCTOR on class CL_RMPS_GSP_PROP_LONG_ATTR has no exception.

Method CONV_1ATTR_STRING_2_TAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_VALUE_TAB Value transfer Type reference (TYPE) SRMGS_PROPERTY_TAB Zerlegter Wert in Property-Tabelle 20040323
2 Importing IM_ATTR_NAME Call by reference Type reference (TYPE) STRING Name des Attributs 20040323
3 Importing IM_STRING Call by reference Type reference (TYPE) STRING Wert eines langen Attributs als String 20040323

Method CONV_1ATTR_STRING_2_TAB on class CL_RMPS_GSP_PROP_LONG_ATTR has no exception.

Method CONV_1ATTR_TAB_2_STRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_VALUE_TAB Value transfer Type reference (TYPE) SRMGS_PROPERTY_TAB Zerlegter Wert EINES langen Attributs in Property-Tabelle 20040323
2 Returning RE_STRING Value transfer Type reference (TYPE) STRING Wert eines langen Attributs als String 20040323

Method CONV_1ATTR_TAB_2_STRING on class CL_RMPS_GSP_PROP_LONG_ATTR has no exception.

Method CONV_GSP_PROPS_2_LONG_PROPS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_GSP_PROP_TABLE Call by reference Type reference (TYPE) SRMGS_PROPERTY_TAB Tabelle mit GSP-Werten (max. 64 Zeichen) 20040224
2 Returning RE_LONG_PROP_TABLE Value transfer Type reference (TYPE) RMPSD_LONG_PROPERTY_TAB Tabelle mit kurzen und langen Attributwerten 20040224

Method CONV_GSP_PROPS_2_LONG_PROPS on class CL_RMPS_GSP_PROP_LONG_ATTR has no exception.

Method CONV_LONG_PROPS_2_GSP_PROPS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_GSP_PROP_TABLE Call by reference Type reference (TYPE) SRMGS_PROPERTY_TAB Tabelle mit GSP-Werten (max. 64 Zeichen) 20040503
2 Importing IM_LONG_PROP_TABLE Call by reference Type reference (TYPE) RMPSD_LONG_PROPERTY_TAB Tabelle mit kurzen und langen Attributwerten 20040503

Method CONV_LONG_PROPS_2_GSP_PROPS on class CL_RMPS_GSP_PROP_LONG_ATTR has no exception.

Method GET_DDIC_INFO_FOR_ATTR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_FIELDNAME Call by reference Type reference (TYPE) STRING DDIC: Feldname 20041129
2 Exporting EX_TABNAME Call by reference Type reference (TYPE) STRING DDIC:Tabname 20041129
3 Importing IM_ATTR_ID Call by reference Type reference (TYPE) STRING Attribut-ID 20041129

Method GET_DDIC_INFO_FOR_ATTR on class CL_RMPS_GSP_PROP_LONG_ATTR has no exception.

Method GET_LONG_ATTR_TYPES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_MERGED_ATTR_TYPES_WHERE Call by reference Type reference (TYPE) SRMGS_PROPERTY_TYPE_TAB Merged (LOIO/PHIO) Attributtypen 20040209
2 Returning RE_LONG_ATTR_TYPES Value transfer Type reference (TYPE) SRMGS_PROPERTY_TYPE_TAB Tabelle der Typen der langen Attribute 20040209

Method GET_LONG_ATTR_TYPES on class CL_RMPS_GSP_PROP_LONG_ATTR has no exception.

Method IS_LONG_ATTRIBUTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_ATTR_ID Call by reference Type reference (TYPE) STRING Attributschlüssel 20040209
2 Returning RE_IS_LONG_ATTR Value transfer Type reference (TYPE) SRMBOOLEAN Ist langes Attribut (True) oder nicht (False)? 20040209

Method IS_LONG_ATTRIBUTE on class CL_RMPS_GSP_PROP_LONG_ATTR has no exception.

Method REPOS_AFTER_GSP_DATA_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_CONTEXT Call by reference Object reference (TYPE REF TO) IF_SRM_PROP_CONTEXT Kontext 20040209
2 Importing IM_DOCUMENT_PROPERTIES Call by reference Object reference (TYPE REF TO) IF_SRM_GSP_PROPERTIES Dokument-Attribute (LOIO) 20040209
3 Importing IM_PROPERTY_TAB Call by reference Type reference (TYPE) SRM_LIST_ATTRIBUTE_VALUE Attributtabelle, wo lange Attributwerte einzutragen sind 20040209
4 Importing IM_VARIANT_PROPERTIES Call by reference Object reference (TYPE REF TO) IF_SRM_GSP_PROPERTIES Varianten-Attribute (PHIO) 20040209
# Exception Resumable Description Created on
1 CX_SRM_SP_PROP_REPOSITORY CX_SRM_SP_PROP_REPOSITORY 20040209

Method REPOS_AFTER_KPRO_DATA_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CH_ATTR_TAB Call by reference Type reference (TYPE) SRMGS_PROPERTY_TAB Attributtabelle 20040209

Method REPOS_AFTER_KPRO_DATA_GET on class CL_RMPS_GSP_PROP_LONG_ATTR has no exception.

Method REPOS_AFTER_QUERY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CH_HIT_LIST Call by reference Type reference (TYPE) SRM_PROP_QUERY_RESULT Trefferliste 20040615
2 Importing IM_CONTEXT Call by reference Object reference (TYPE REF TO) IF_SRM_PROP_CONTEXT IF_SRM_PROP_CONTEXT 20040615

Method REPOS_AFTER_QUERY on class CL_RMPS_GSP_PROP_LONG_ATTR has no exception.

Method REPOS_GSP_DATA_SET_LONG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_VALUES_DELETED Call by reference Type reference (TYPE) RMPSD_LONG_PROPERTY_TAB Gelöschte Attributwerte (sind noch zu protokollieren) 20040602
2 Exporting EX_VALUES_SET Call by reference Type reference (TYPE) RMPSD_LONG_PROPERTY_TAB Gesetzte Attributwerte (sind noch zu protokollieren) 20040602
3 Importing IM_CONTEXT Call by reference Object reference (TYPE REF TO) IF_SRM_PROP_CONTEXT Kontext 20040602
4 Importing IM_DOCUMENT_PROPERTIES Call by reference Object reference (TYPE REF TO) IF_SRM_GSP_PROPERTIES Dokument-Attribute (LOIO) 20040602
5 Importing IM_LONG_PROPERTY_TAB Call by reference Type reference (TYPE) SRM_LIST_ATTRIBUTE_VALUE Attributtabelle mit langen Attributwerten zum Speichern 20040602
6 Importing IM_VARIANT_PROPERTIES Call by reference Object reference (TYPE REF TO) IF_SRM_GSP_PROPERTIES Varianten-Attribute (PHIO) 20040602
# Exception Resumable Description Created on
1 CX_SRM_SP_PROP_REPOSITORY 20040602

Method SPLIT_ATTR_TAB_SHORT_LONG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_LONG_PROPERTY_TAB Call by reference Type reference (TYPE) SRM_LIST_ATTRIBUTE_VALUE Attributtabelle mit langen Attributen 20040602
2 Exporting EX_SHORT_PROPERTY_TAB Call by reference Type reference (TYPE) SRM_LIST_ATTRIBUTE_VALUE Attributtabelle mit kurzen Attributen 20040602
3 Importing IM_PROPERTY_TAB Call by reference Type reference (TYPE) SRM_LIST_ATTRIBUTE_VALUE Attributtabelle mit langen und kurzen Attributen 20040602
# Exception Resumable Description Created on
1 CX_SRM_ATTR_VALUE_DESCRIPTION Attribut Wert: Fehler im Zusammenhang mit Beschreibung 20040602
History
Last changed by/on SAP  20130531 
SAP Release Created in 640