SAP ABAP Class CL_EAML_LRP_DATA_HANDLER (LRP Data Handler)
Hierarchy
SAP_APPL (Software Component) Logistics and Accounting
   PM-EQM (Application Component) Technical Objects
     EAML (Package) EAM: Linear Feature Extension - unswitched
Properties
Class CL_EAML_LRP_DATA_HANDLER  
Short Description LRP Data Handler    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package EAML   EAM: Linear Feature Extension - unswitched 
Created 20090814   SAP 
Last change 20130531   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_EAML_LRP_DATA_HANDLER has no interface implemented.
Friends
Class CL_EAML_LRP_DATA_HANDLER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 C_DEL Constant Public Type reference (TYPE) UPDKZ_D 'D' Single-Character Indicator 20090818
2 C_INS Constant Public Type reference (TYPE) UPDKZ_D 'I' Update indicator 20090818
3 C_UPD Constant Public Type reference (TYPE) UPDKZ_D 'U' Update indicator 20090818
4 GT_LRP_HDR Static Attribute Private Type reference (TYPE) EAML_T_LRP_HDR_UI Table type LRP Header UI 20090814
5 GT_LRP_HDR_TXT Static Attribute Private Type reference (TYPE) EAML_T_LRP_HDR_T_UI Table type LRP header text UI 20090814
6 GT_LRP_ITM Static Attribute Private Type reference (TYPE) EAML_T_LRP_ITM_UI Table type: EAML_S_LRP_ITM_UI 20090814
7 GT_LRP_ITM_TXT Static Attribute Private Type reference (TYPE) EAML_T_LRP_ITM_T_UI Table type LRP Item text UI 20090814
8 GT_TEC_OBJ_ITM Static Attribute Private Type reference (TYPE) EAML_T_LRP_ITM_UI Table type: EAML_S_LRP_ITM_UI 20090903
9 MS_OBJNR_TECOBJ Static Attribute Private Type reference (TYPE) TY_OBJNR_TECOBJ Structure containing OBJNR info 20090902
10 MT_DOM_VAL Static Attribute Private Type reference (TYPE) TT_DOM_VAL Domain values 20090828
11 MT_LAISO Static Attribute Private Type reference (TYPE) TT_LAISO 20091027
12 MT_LRP_NOT Static Attribute Private Type reference (TYPE) TT_LRPID 20091211
13 MT_OLD_ITM_DATA Static Attribute Private Type reference (TYPE) EAML_T_LFE_DATA_ALV_MULTI Table type: EAML_S_LRP_ITM_UI 20100205
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_DATA_CHANGED Static method Public Method Check if data was changed 20090820
2 CHECK_MARKER_DATA Static method Public Method Check marker data line per line,SET_ITEM_DATA included 20090825
3 CHECK_MARKER_USAGE Static method Public Method Check whether marker is used in a TO 20100330
4 CONVERT_OBJNR_2_TECOBJ Static method Public Method 20100204
5 CONVERT_TECOBJ_2_OBJNR Static method Public Method Also use GET_OBJNR_TECOBJ 20100204
6 DEL_HDR_TXT Static method Public Method Delete Texts of Header 20091203
7 DEL_ITEM_DATA Static method Public Method Delete item data 20091021
8 DEL_ITEM_TXT Static method Public Method Delete Texts of Items 20091203
9 DEL_LRP_DATA Static method Public Method Delete LRP completely 20091021
10 GET_DATA Static method Public Method Get data, either from buffer or DB 20090814
11 GET_HDR_DATA Static method Public Method Get Header 20091211
12 GET_HDR_TXT Static method Public Method Get Header Text 20091211
13 GET_INSTALLED_LANGUAGES Static method Public Method Get Installed Languages 20091027
14 GET_ITEM_DATA Static method Public Method Get Item 20091211
15 GET_ITEM_TXT Static method Public Method Get Item Text 20091211
16 GET_MARKER_WUL Static method Public Method Where-Used List for marker 20110302
17 GET_MARKER_WUL_MESSAGES Static method Public Method Where-Used List Messages 20110311
18 GET_MULTI_LANGU_TXT Static method Public Method Get Texts of Multi Language Popup 20091027
19 GET_OBJNR_TECOBJ Static method Public Method Get current OBJNR TECOBJ combination 20100204
20 GET_TEXT Static method Public Method Return text of object 20090814
21 REFRESH Static method Public Method Refresh attributes 20090814
22 SET_DATA Static method Public Method Set data with corresponding UPDKZ 20090814
23 SET_HDR_DATA Static method Public Method Set Header 20091209
24 SET_HDR_TXT Static method Public Method Set Texts of Header 20091203
25 SET_ITEM_DATA Static method Public Method Set Item 20091209
26 SET_ITEM_TXT Static method Public Method Set Texts of Items 20091203
27 SET_MULTI_LANGU_TXT Static method Public Method Set Texts of Multi Language Popup 20091027
28 SET_OBJNR_TECOBJ Static method Public Method Set current OBJNR TECOBJ combination, e.g. from F4 Help 20100204
29 SET_TXT_DATA Static method Public Method Sets texts in HDR and ITM from popup 20090826
30 START_UPDATE Static method Public Method Start update 20090814
Events
Class CL_EAML_LRP_DATA_HANDLER has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TT_DESCR_MULTI_LANG Public See coding 20091027 tt_descr_multi_lang TYPE TABLE OF eaml_s_descr_multi_lang
2 TT_DOM_VAL Private See coding 20090820 tt_dom_val TYPE STANDARD TABLE OF dd07v
3 TT_LAISO Public See coding 20091027 tt_laiso TYPE STANDARD TABLE OF ty_laiso WITH KEY spras
4 TT_LANGU Public See coding 20091027 tt_langu TYPE STANDARD TABLE OF langu
5 TT_LRPID Public See coding 20091211 tt_lrpid TYPE TABLE OF ty_lrpid
6 TT_OBJNR_TECOBJ Private See coding 20090818 tt_objnr_tecobj TYPE STANDARD TABLE OF ty_objnr_tecobj WITH KEY objnr
7 TY_LAISO Public See coding 20091027 BEGIN OF ty_laiso, spras TYPE spras, laiso TYPE laiso. TYPES: END OF ty_laiso
8 TY_LRPID Public See coding 20091211 BEGIN OF ty_lrpid, lrpid TYPE eaml_lrpid. TYPES: END OF ty_lrpid
9 TY_OBJNR_TECOBJ Public See coding 20090818 BEGIN OF ty_objnr_tecobj, objnr TYPE eaml_objnr, obart TYPE eaml_obart , tec_obj TYPE eaml_tec_obj. TYPES: END OF ty_objnr_tecobj
Method Signatures

Method CHECK_DATA_CHANGED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_LRP_ITM_UI Call by reference Type reference (TYPE) EAML_T_LRP_ITM_UI Table type: EAML_S_LRP_ITM_UI 20090911
2 Returning RV_DATA_CHANGED Value transfer Type reference (TYPE) XFELD Checkbox 20090820

Method CHECK_DATA_CHANGED on class CL_EAML_LRP_DATA_HANDLER has no exception.

Method CHECK_MARKER_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_LRP_ITM Call by reference Type reference (TYPE) EAML_T_LRP_ITM_UI Table type for linear data fields - UI 20100119
2 Exporting ET_MESSAGE Call by reference Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20090825
3 Importing IS_LRP_HDR Call by reference Type reference (TYPE) EAML_S_LRP_HDR_UI LRP Header UI 20090825
4 Importing IT_LRP_ITM Call by reference Type reference (TYPE) EAML_T_LRP_ITM_UI LRP Items UI 20091109

Method CHECK_MARKER_DATA on class CL_EAML_LRP_DATA_HANDLER has no exception.

Method CHECK_MARKER_USAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20100330
2 Importing IS_LRP_ITM_KEY Call by reference Type reference (TYPE) EAML_S_LRP_ITM_KEY Table type: EAML_S_LRP_ITM_UI 20100330

Method CHECK_MARKER_USAGE on class CL_EAML_LRP_DATA_HANDLER has no exception.

Method CONVERT_OBJNR_2_TECOBJ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_OBART Call by reference Type reference (TYPE) EAML_OBART Object Type 20100204
2 Exporting EV_TEC_OBJ Call by reference Type reference (TYPE) EAML_TEC_OBJ Technical Object 20100204
3 Importing IV_DO_CONVERSION Call by reference Type reference (TYPE) XFELD 'X' Do output conversion 20100204
4 Importing IV_OBJNR Call by reference Type reference (TYPE) EAML_OBJNR OBJNR in EAML 20100204

Method CONVERT_OBJNR_2_TECOBJ on class CL_EAML_LRP_DATA_HANDLER has no exception.

Method CONVERT_TECOBJ_2_OBJNR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_OBJNR Value transfer Type reference (TYPE) EAML_OBJNR OBJNR in EAML 20100204
2 Importing IV_OBART Call by reference Type reference (TYPE) EAML_OBART Object Type 20100204
3 Importing IV_TEC_OBJ Call by reference Type reference (TYPE) EAML_TEC_OBJ Technical Object 20100204
# Exception Resumable Description Created on
1 NOT_FOUND 20100204

Method DEL_HDR_TXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_LRP_HDR_T Call by reference Type reference (TYPE) EAML_T_LRP_HDR_T_KEY Table type LRP Header Text Key 20091203

Method DEL_HDR_TXT on class CL_EAML_LRP_DATA_HANDLER has no exception.

Method DEL_ITEM_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20091021
2 Importing IT_LRP_ITM_KEY Call by reference Type reference (TYPE) EAML_T_LRP_ITM_KEY 20091124

Method DEL_ITEM_DATA on class CL_EAML_LRP_DATA_HANDLER has no exception.

Method DEL_ITEM_TXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_LRP_ITM_T Call by reference Type reference (TYPE) EAML_T_LRP_ITM_T_KEY Table type LRP Item Text Key 20091203

Method DEL_ITEM_TXT on class CL_EAML_LRP_DATA_HANDLER has no exception.

Method DEL_LRP_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_LRPID Call by reference Type reference (TYPE) EAML_LRPID LRP ID 20091021

Method DEL_LRP_DATA on class CL_EAML_LRP_DATA_HANDLER has no exception.

Method GET_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_LRP_HDR Call by reference Type reference (TYPE) EAML_D_LRP_HDR Linear Reference Pattern Header 20090814
2 Exporting ET_LRP_HDR_TXT Call by reference Type reference (TYPE) EAML_T_LRP_HDR_T Linear Reference Pattern Header Texts 20090814
3 Exporting ET_LRP_ITM Call by reference Type reference (TYPE) EAML_T_LRP_ITM_UI Table type: EAML_S_LRP_ITM_UI 20090814
4 Exporting ET_LRP_ITM_TXT Call by reference Type reference (TYPE) EAML_T_LRP_ITM_T_UI Table type LRP header text 20090814
5 Importing IV_FILTER_EQUNR Call by reference Type reference (TYPE) EQUNR Don't return this equi as marker 20091202
6 Importing IV_FILTER_TPLNR Call by reference Type reference (TYPE) TPLNR Don't return this tplnr as marker 20091202
7 Importing IV_LANGU Call by reference Type reference (TYPE) SYLANGU Language Key of Current Text Environment 20090819
8 Importing IV_LRPID Call by reference Type reference (TYPE) EAML_LRPID LRP ID 20090814
9 Importing IV_MARKER Call by reference Type reference (TYPE) EAML_MARKER Marker 20091208
10 Importing IV_NO_TXT Call by reference Type reference (TYPE) XFELD Checkbox 20090819
# Exception Resumable Description Created on
1 OBJECT_NOT_FOUND LRP not found 20090820

Method GET_HDR_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_LRP_HDR Call by reference Type reference (TYPE) EAML_D_LRP_HDR Linear Reference Pattern Header 20091211
2 Importing IV_LRPID Call by reference Type reference (TYPE) EAML_LRPID Linear Reference Pattern 20091211
# Exception Resumable Description Created on
1 LRP_NOT_FOUND 20091211

Method GET_HDR_TXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_LRP_HDR_TXT Call by reference Type reference (TYPE) EAML_T_LRP_HDR_T Table type LRP header text 20091211
2 Importing IV_LANGU Call by reference Type reference (TYPE) SYLANGU Language Key of Current Text Environment 20091211
3 Importing IV_LRPID Call by reference Type reference (TYPE) EAML_LRPID Linear Reference Pattern 20091211
# Exception Resumable Description Created on
1 LRP_NOT_FOUND LRP does not exist 20091211

Method GET_INSTALLED_LANGUAGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_LAISO Call by reference Type reference (TYPE) TT_LAISO 20091027

Method GET_INSTALLED_LANGUAGES on class CL_EAML_LRP_DATA_HANDLER has no exception.

Method GET_ITEM_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_LRP_ITM Call by reference Type reference (TYPE) EAML_T_LRP_ITEM Table Type of EAML_D_LRP_ITEM 20091211
2 Exporting ET_LRP_ITM_LFE Call by reference Type reference (TYPE) EAML_T_LRP_ITM_UI Table type: EAML_S_LRP_ITM_UI 20091211
3 Importing IV_FILTER_EQUNR Call by reference Type reference (TYPE) EQUNR Equipment Number 20091211
4 Importing IV_FILTER_TPLNR Call by reference Type reference (TYPE) TPLNR Functional Location 20091211
5 Importing IV_LRPID Call by reference Type reference (TYPE) EAML_LRPID Linear Reference Pattern 20091211
6 Importing IV_UNIT Call by reference Type reference (TYPE) EAML_LINEAR_UNIT Unit of Measurement for Linear Data 20101210
# Exception Resumable Description Created on
1 LRP_NOT_FOUND 20091211

Method GET_ITEM_TXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_LRP_ITM_TXT Call by reference Type reference (TYPE) EAML_T_LRP_ITM_T Table type LRP Item text 20091211
2 Importing IV_LANGU Call by reference Type reference (TYPE) SYLANGU Language Key of Current Text Environment 20091211
3 Importing IV_LRPID Call by reference Type reference (TYPE) EAML_LRPID Linear Reference Pattern 20091211
# Exception Resumable Description Created on
1 LRP_NOT_FOUND 20091211

Method GET_MARKER_WUL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_LFE_AUSP Call by reference Type reference (TYPE) EAML_T_AUSP_LFE_KEY Table type: Linear Data for Characteristics - Key fields 20110302
2 Exporting ET_LFE_KEY Call by reference Type reference (TYPE) EAML_T_LFE_KEY Table type for linear data keys 20110302
3 Exporting EV_USED Call by reference Type reference (TYPE) ABAP_BOOL 20110302
4 Importing IV_LRPID Call by reference Type reference (TYPE) EAML_LRPID Linear Reference Pattern 20110302
5 Importing IV_MARKER Call by reference Type reference (TYPE) EAML_MARKER Marker 20110302

Method GET_MARKER_WUL on class CL_EAML_LRP_DATA_HANDLER has no exception.

Method GET_MARKER_WUL_MESSAGES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20110311
2 Importing IT_LFE_AUSP Call by reference Type reference (TYPE) EAML_T_AUSP_LFE_KEY Table type: Linear Data for Characteristics - Key fields 20110311
3 Importing IT_LFE_KEY Call by reference Type reference (TYPE) EAML_T_LFE_KEY Table type for linear data keys 20110311
4 Importing IV_MARKER Call by reference Type reference (TYPE) EAML_MARKER Marker 20110311

Method GET_MARKER_WUL_MESSAGES on class CL_EAML_LRP_DATA_HANDLER has no exception.

Method GET_MULTI_LANGU_TXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DESCR_MULTI_LANG Call by reference Type reference (TYPE) TT_DESCR_MULTI_LANG 20091027
2 Importing IV_MARKER_TYPE Call by reference Type reference (TYPE) EAML_MARKER_TYPE Marker Type 20091030
3 Importing IV_OBART Call by reference Type reference (TYPE) EAML_OBART Object Type for Linear Data 20091027
4 Importing IV_OBJECT_ID Call by reference Type reference (TYPE) ANY 20091027

Method GET_MULTI_LANGU_TXT on class CL_EAML_LRP_DATA_HANDLER has no exception.

Method GET_OBJNR_TECOBJ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RS_OBJNR_TECOBJ Value transfer Type reference (TYPE) TY_OBJNR_TECOBJ 20100204

Method GET_OBJNR_TECOBJ on class CL_EAML_LRP_DATA_HANDLER has no exception.

Method GET_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_LANGU Call by reference Type reference (TYPE) SYLANGU SY-LANGU Language Key of Current Text Environment 20090818
2 Importing IV_OBJ_ART Call by reference Type reference (TYPE) EAML_OBART E EQ, F FL, L LRP, M Marker, O OffCode 20090827
3 Importing IV_OBJ_KEY1 Call by reference Type reference (TYPE) C 20090827
4 Importing IV_OBJ_KEY2 Call by reference Type reference (TYPE) C 20090827
5 Returning RV_TXT Value transfer Type reference (TYPE) DESCR40 Description 20090820

Method GET_TEXT on class CL_EAML_LRP_DATA_HANDLER has no exception.

Method REFRESH Signature

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

Method SET_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20090826
2 Importing IS_LRP_HDR Call by reference Type reference (TYPE) EAML_S_LRP_HDR_UI LRP Header UI 20090814
3 Importing IT_LRP_HDR_T Call by reference Type reference (TYPE) EAML_T_LRP_HDR_T_UI Table type LRP header text UI 20090826
4 Importing IT_LRP_ITM Call by reference Type reference (TYPE) EAML_T_LRP_ITM_UI Table type: EAML_S_LRP_ITM_UI 20090814
5 Importing IT_LRP_ITM_T Call by reference Type reference (TYPE) EAML_T_LRP_ITM_T_UI Table type: LRP Item Text UI 20090826
6 Importing IV_LRPID Call by reference Type reference (TYPE) EAML_LRPID Linear Reference Pattern 20091209

Method SET_DATA on class CL_EAML_LRP_DATA_HANDLER has no exception.

Method SET_HDR_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20091209
2 Importing IS_LRP_HDR Call by reference Type reference (TYPE) EAML_S_LRP_HDR_UI LRP Header UI 20091209

Method SET_HDR_DATA on class CL_EAML_LRP_DATA_HANDLER has no exception.

Method SET_HDR_TXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20091209
2 Importing IT_LRP_HDR_T Call by reference Type reference (TYPE) EAML_T_LRP_HDR_T_UI Table type LRP header text UI 20091203

Method SET_HDR_TXT on class CL_EAML_LRP_DATA_HANDLER has no exception.

Method SET_ITEM_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20091209
2 Importing IT_LRP_ITM Call by reference Type reference (TYPE) EAML_T_LRP_ITM_UI Table type: EAML_S_LRP_ITM_UI 20091209

Method SET_ITEM_DATA on class CL_EAML_LRP_DATA_HANDLER has no exception.

Method SET_ITEM_TXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) BAPIRETTAB Table with BAPI Return Information 20091209
2 Importing IT_LRP_ITM_T Call by reference Type reference (TYPE) EAML_T_LRP_ITM_T_UI Table type: LRP Item Text UI 20091203

Method SET_ITEM_TXT on class CL_EAML_LRP_DATA_HANDLER has no exception.

Method SET_MULTI_LANGU_TXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_DESCR_MULTI_LANG Call by reference Type reference (TYPE) TT_DESCR_MULTI_LANG 20091027
2 Importing IV_MARKER_TYPE Call by reference Type reference (TYPE) EAML_MARKER_TYPE Marker Type 20091030
3 Importing IV_OBART Call by reference Type reference (TYPE) EAML_OBART Object Type for Linear Data 20091027
4 Importing IV_OBJECT_ID Call by reference Type reference (TYPE) ANY 20091027

Method SET_MULTI_LANGU_TXT on class CL_EAML_LRP_DATA_HANDLER has no exception.

Method SET_OBJNR_TECOBJ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_OBJNR_TECOBJ Call by reference Type reference (TYPE) TY_OBJNR_TECOBJ 20100204

Method SET_OBJNR_TECOBJ on class CL_EAML_LRP_DATA_HANDLER has no exception.

Method SET_TXT_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_LRP_HDR_T Call by reference Type reference (TYPE) EAML_T_LRP_HDR_T_UI Table type LRP header text UI 20090826
2 Importing IT_LRP_ITM_T Call by reference Type reference (TYPE) EAML_T_LRP_ITM_T_UI Table type: LRP Item Text UI 20090826
3 Importing IV_NO_DEL Call by reference Type reference (TYPE) XFELD No deletion of not supplied texts 20090826

Method SET_TXT_DATA on class CL_EAML_LRP_DATA_HANDLER has no exception.

Method START_UPDATE Signature

Method START_UPDATE on class CL_EAML_LRP_DATA_HANDLER has no parameter.
Method START_UPDATE on class CL_EAML_LRP_DATA_HANDLER has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 605