SAP ABAP Class CL_MES_INT_LONGTEXT_MO_SERVICE (Change Long Texts Using a Web Service)
Hierarchy
☛
SAP_APPL (Software Component) Logistics and Accounting
⤷
PP-MES (Application Component) Integration with Manufacturing Execution Systems
⤷
CO_MES_INT (Package) Integration of Production w. Manufacturing Execution Systems

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Inheritance (c INHERITING FROM c_ref) | CL_MES_INT_SERVICES | Integration Services for ME Systems | 20101207 |
2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_HTTP_EXTENSION | HTTP Framework (iHTTP) HTTP Request Handler | 20101207 |
Properties
Class | CL_MES_INT_LONGTEXT_MO_SERVICE | |
Short Description | Change Long Texts Using a Web Service | |
Super Class | CL_MES_INT_SERVICES | Integration Services for ME Systems |
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | CO_MES_INT | Integration of Production w. Manufacturing Execution Systems |
Created | 20101207 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_MES_INT_LONGTEXT_MO_SERVICE has no forward declaration.
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_HTTP_EXTENSION | HTTP Framework (iHTTP) HTTP Request Handler | 20101207 |
Friends
Class CL_MES_INT_LONGTEXT_MO_SERVICE has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Private | Attribute reference (LIKE) | 20101208 | ||||
2 | ![]() |
Instance attribute | Private | Attribute reference (LIKE) | 20101207 | ||||
3 | ![]() |
Instance attribute | Private | Attribute reference (LIKE) | 20101207 | ||||
4 | ![]() |
Instance attribute | Private | Attribute reference (LIKE) | 20101207 | ||||
5 | ![]() |
Instance attribute | Private | Attribute reference (LIKE) | 20101207 | ||||
6 | ![]() |
Instance attribute | Private | Attribute reference (LIKE) | 20101207 | ||||
7 | ![]() |
Instance attribute | Private | Attribute reference (LIKE) | 20101207 | ||||
8 | ![]() |
Static Attribute | Private | Type reference (TYPE) | STRING | 20101207 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Method | Generates a URL | 20101208 |
2 | ![]() |
Static method | Private | Method | Reads Long Text and Prepares It for Output | 20101207 |
3 | ![]() |
Static method | Private | Method | Posts New Long Text in System | 20101207 |
4 | ![]() |
Static method | Private | Method | Creates Necessary Line Breaks in Entered Text | 20110307 |
Events
Class CL_MES_INT_LONGTEXT_MO_SERVICE has no event.
Types
Class CL_MES_INT_LONGTEXT_MO_SERVICE has no local type.
Method Signatures
Method BUILD_URL Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_ORDER_ID | Call by reference | Type reference (TYPE) | AUFNR | Auftragsnummer | 20101208 | ||
2 | ![]() |
IV_PLNAL | Call by reference | Type reference (TYPE) | PLNAL | Plangruppenzähler | 20101208 | ||
3 | ![]() |
IV_PLNNR | Call by reference | Type reference (TYPE) | PLNNR | Schlüssel der Plangruppe | 20101208 | ||
4 | ![]() |
IV_PLNTY | Call by reference | Type reference (TYPE) | PLNTY | Plantyp | 20101208 | ||
5 | ![]() |
IV_ZAEHL | Call by reference | Type reference (TYPE) | CIM_COUNT | Interner Zähler | 20101208 | ||
6 | ![]() |
RV_URL | Value transfer | Type reference (TYPE) | CO_MES_INT_URL | ME-Integration: URL für Zugriff auf ERP-Objekte | 20101208 |
# | Exception | Resumable | Description | Created on |
---|---|---|---|---|
1 | ![]() |
Ausnahmeklasse | 20101208 |
Method GET_TEXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IV_ORDER_ID | Call by reference | Type reference (TYPE) | AUFNR | Auftragsnummer | 20101207 | ||
2 | ![]() |
IV_PLNAL | Call by reference | Type reference (TYPE) | PLNAL | Plangruppenzähler | 20101207 | ||
3 | ![]() |
IV_PLNNR | Call by reference | Type reference (TYPE) | PLNNR | Schlüssel der Plangruppe | 20101207 | ||
4 | ![]() |
IV_PLNTY | Call by reference | Type reference (TYPE) | PLNTY | Plantyp | 20101207 | ||
5 | ![]() |
IV_SERVER | Call by reference | Object reference (TYPE REF TO) | IF_HTTP_SERVER | HTTP Framework (iHTTP) HTTP Server | 20110526 | ||
6 | ![]() |
IV_ZAEHL | Call by reference | Type reference (TYPE) | CIM_COUNT | Interner Zähler | 20101207 | ||
7 | ![]() |
RV_TEXT | Value transfer | Type reference (TYPE) | STRING | 20101207 |
Method GET_TEXT on class CL_MES_INT_LONGTEXT_MO_SERVICE has no exception.
Method POST_TEXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_TEXT_NEW | Call by reference | Type reference (TYPE) | STRING | Hinzugefügter Text | 20101207 | ||
2 | ![]() |
IV_ORDER_ID | Call by reference | Type reference (TYPE) | AUFNR | Auftragsnummer | 20101207 | ||
3 | ![]() |
IV_PLNAL | Call by reference | Type reference (TYPE) | PLNAL | Plangruppenzähler | 20101207 | ||
4 | ![]() |
IV_PLNNR | Call by reference | Type reference (TYPE) | PLNNR | Schlüssel der Plangruppe | 20101207 | ||
5 | ![]() |
IV_PLNTY | Call by reference | Type reference (TYPE) | PLNTY | Plantyp | 20101207 | ||
6 | ![]() |
IV_SERVER | Call by reference | Object reference (TYPE REF TO) | IF_HTTP_SERVER | HTTP Framework (iHTTP) HTTP Server | 20101207 | ||
7 | ![]() |
IV_ZAEHL | Call by reference | Type reference (TYPE) | CIM_COUNT | Interner Zähler | 20101207 |
Method POST_TEXT on class CL_MES_INT_LONGTEXT_MO_SERVICE has no exception.
Method SPLIT_STRING Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ET_TEXT_LINES | Call by reference | Type reference (TYPE) | TLINE_TAB | Liste von Sapscript-Zeilen | 20110307 | ||
2 | ![]() |
IV_STRING | Call by reference | Type reference (TYPE) | STRING | Eingabestring | 20110307 |
Method SPLIT_STRING on class CL_MES_INT_LONGTEXT_MO_SERVICE has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 606 |