SAP ABAP Class CL_PP_ITEM_TEXT_HELPER (Helper class to handle item texts)
Hierarchy
SAP_APPL (Software Component) Logistics and Accounting
   PP (Application Component) Production Planning and Control
     ODATA_PP_MRP (Package) OData Services for MRP/MRP Cockpit
Properties
Class CL_PP_ITEM_TEXT_HELPER  
Short Description Helper class to handle item texts    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package ODATA_PP_MRP   OData Services for MRP/MRP Cockpit 
Created 20130920   SAP 
Last change 20140121   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_PP_ITEM_TEXT_HELPER has no interface implemented.
Friends
Class CL_PP_ITEM_TEXT_HELPER has no friend class.
Attributes
Class CL_PP_ITEM_TEXT_HELPER has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 ESCAPE_SAP_SCRIPT Instance method Protected Method Escape special characters for SAP Script 20130921
2 IS_NEWLINE Instance method Protected Method Returns true if the charcter at this index is a newline 20130920
3 STRING_TO_ITEM_TEXT Instance method Public Method Convert a String into an item text table 20130920
Events
Class CL_PP_ITEM_TEXT_HELPER has no event.
Types
Class CL_PP_ITEM_TEXT_HELPER has no local type.
Method Signatures

Method ESCAPE_SAP_SCRIPT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_OUT Call by reference Type reference (TYPE) STRING outgoing string 20130921
2 Importing IV_IN Call by reference Type reference (TYPE) STRING incoming string 20130921

Method ESCAPE_SAP_SCRIPT on class CL_PP_ITEM_TEXT_HELPER has no exception.

Method IS_NEWLINE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_NEWLINE Call by reference Type reference (TYPE) ABAP_BOOL Indicator: character is newline 20130920
2 Importing IV_CHAR Call by reference Type reference (TYPE) C Character array to check 20130920
3 Changing XV_CHAR Call by reference Type reference (TYPE) I Index of character to check (might be incremented, if crlf) 20130920

Method IS_NEWLINE on class CL_PP_ITEM_TEXT_HELPER has no exception.

Method STRING_TO_ITEM_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ITEM_TEXT Call by reference Type reference (TYPE) BAPIMEPOTEXT_TP Table of item texts 20130920
2 Importing IV_STR_TEXT Call by reference Type reference (TYPE) STRING Incoming string - to be converted 20130920

Method STRING_TO_ITEM_TEXT on class CL_PP_ITEM_TEXT_HELPER has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 618