SAP ABAP Class CL_LOP_C_TXTGRP_DATA (Read customizing for Text ID group)
Hierarchy
SAP_APPL (Software Component) Logistics and Accounting
   LO-AB-TC (Application Component) Trading Contract
     LOOP (Package) Model layer for logistical contract options
Properties
Class CL_LOP_C_TXTGRP_DATA  
Short Description Read customizing for Text ID group    
Super Class    
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 0   
Package LOOP   Model layer for logistical contract options 
Created 20111208   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_LOP_C_TXTGRP_DATA has no forward declaration.
Interfaces
Class CL_LOP_C_TXTGRP_DATA has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 CL_LOP_TEST_MANAGER 20120306 Test Manager for unit tests
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MTS_BUFFER Instance attribute Protected Type reference (TYPE) MTY_TS_BUFFER 20111208
2 SO_INSTANCE Static Attribute Protected Object reference (TYPE REF TO) CL_LOP_C_TXTGRP_DATA Read customizing for Text ID group 20111208
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20111208
2 GET_HEADER Instance method Public Method Get the header data 20111208
3 GET_INSTANCE Static method Public Method return an instance 20111208
4 GET_ITEMS Instance method Public Method get all items 20111208
5 GET_ITEM_SINGLE Instance method Public Method get a single item 20111208
6 GET_TDID Instance method Public Method Text ID's with text 20111208
7 NEW_ENTRY Instance method Protected Method new entry 20111208
8 REFRESH Instance method Public Method refresh all 20111208
9 RESET_FROM_TEST_MODE Static method Protected Method reset from mode for unit test 20111208
10 SET_INTO_TEST_MODE Static method Protected Method set into mode for unit test 20111208
Events
Class CL_LOP_C_TXTGRP_DATA has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 MTY_S_BUFFER Protected See coding 20111208 BEGIN OF mty_s_buffer, tdobject TYPE lop_tdobject, txt_group TYPE lop_text_group, ms_data TYPE lop_c_txtgrp, ms_text TYPE lop_c_txtgrpt, mts_item TYPE lop_ts_txtgrpid, mts_tdid TYPE lop_ts_tdid, END OF mty_s_buffer
2 MTY_TS_BUFFER Protected See coding 20111208 mty_ts_buffer TYPE SORTED TABLE OF mty_s_buffer WITH UNIQUE KEY tdobject txt_group
Method Signatures

Method CLASS_CONSTRUCTOR Signature

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

Method GET_HEADER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_DATA Call by reference Type reference (TYPE) LOP_C_TXTGRP Group for Text ID 20111208
2 Exporting E_TEXT Call by reference Type reference (TYPE) LOP_GROUP_TXT Description of Group 20111208
3 Importing I_TDOBJECT Call by reference Type reference (TYPE) LOP_TDOBJECT 'LOP_HEADER' Logistical Contract Option Application Object 20120117
4 Importing I_TXT_GROUP Call by reference Type reference (TYPE) LOP_TEXT_GROUP Group for Text ID 20111208
# Exception Resumable Description Created on
1 CX_LOP_CUSTOMIZING_ERROR Customizing error 20111208

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_INSTANCE Value transfer Object reference (TYPE REF TO) CL_LOP_C_TXTGRP_DATA Read customizing for Text ID group 20111208

Method GET_INSTANCE on class CL_LOP_C_TXTGRP_DATA has no exception.

Method GET_ITEMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ETS_ITEMS Call by reference Type reference (TYPE) LOP_TS_TXTGRPID Text ID's in Group 20111208
2 Importing I_TDOBJECT Call by reference Type reference (TYPE) LOP_TDOBJECT 'LOP_HEADER' Logistical Contract Option Application Object 20120117
3 Importing I_TXT_GROUP Call by reference Type reference (TYPE) LOP_TEXT_GROUP Group for Text ID 20111208
# Exception Resumable Description Created on
1 CX_LOP_CUSTOMIZING_ERROR Customizing error 20111208

Method GET_ITEM_SINGLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_ITEM Call by reference Type reference (TYPE) LOP_C_TXTGRPID Text ID's in Group 20111208
2 Importing I_TDID Call by reference Type reference (TYPE) TDID Text ID 20111208
3 Importing I_TDOBJECT Call by reference Type reference (TYPE) LOP_TDOBJECT 'LOP_HEADER' Logistical Contract Option Application Object 20120117
4 Importing I_TXT_GROUP Call by reference Type reference (TYPE) LOP_TEXT_GROUP Group for Text ID 20111208
# Exception Resumable Description Created on
1 CX_LOP_CUSTOMIZING_ERROR Customizing error 20111208

Method GET_TDID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ETS_TDID Call by reference Type reference (TYPE) LOP_TS_TDID Text ID + Text 20111208
2 Importing I_TDOBJECT Call by reference Type reference (TYPE) LOP_TDOBJECT 'LOP_HEADER' Logistical Contract Option Application Object 20120117
3 Importing I_TXT_GROUP Call by reference Type reference (TYPE) LOP_TEXT_GROUP Group for Text ID 20111208
# Exception Resumable Description Created on
1 CX_LOP_CUSTOMIZING_ERROR Customizing error 20111208

Method NEW_ENTRY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TDOBJECT Call by reference Type reference (TYPE) LOP_TDOBJECT Logistical Contract Option Application Object 20111208
2 Importing I_TXT_GROUP Call by reference Type reference (TYPE) LOP_TEXT_GROUP Group for Text ID 20111208
3 Returning RR_BUFFER Value transfer Object reference (TYPE REF TO) MTY_S_BUFFER 20111208

Method NEW_ENTRY on class CL_LOP_C_TXTGRP_DATA has no exception.

Method REFRESH Signature

Method REFRESH on class CL_LOP_C_TXTGRP_DATA has no parameter.
Method REFRESH on class CL_LOP_C_TXTGRP_DATA has no exception.

Method RESET_FROM_TEST_MODE Signature

Method RESET_FROM_TEST_MODE on class CL_LOP_C_TXTGRP_DATA has no parameter.
Method RESET_FROM_TEST_MODE on class CL_LOP_C_TXTGRP_DATA has no exception.

Method SET_INTO_TEST_MODE Signature

Method SET_INTO_TEST_MODE on class CL_LOP_C_TXTGRP_DATA has no parameter.
Method SET_INTO_TEST_MODE on class CL_LOP_C_TXTGRP_DATA has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 607