SAP ABAP Class CL_LXE_PP_DISPLAY (Display Proposal Pool)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DOC-TTL (Application Component) Translation Tools
⤷
SLXE_PP (Package) Translation - Proposal Pool
⤷
⤷
Properties
| Class | CL_LXE_PP_DISPLAY | |
| Short Description | Display Proposal Pool | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SLXE_PP | Translation - Proposal Pool |
| Created | 20100323 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_LXE_PP_DISPLAY has no interface implemented.
Friends
Class CL_LXE_PP_DISPLAY has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Object reference (TYPE REF TO) | IF_IXML_DOCUMENT | IF_IXML_DOCUMENT | 20120523 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | LXEISOLANG | Source Language | 20120523 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | LXEUNITLIN | Source Text | 20120523 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | LXEISOLANG | Target Language | 20120523 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | LXE_TT_REF_P_BASE | References of IF_LXE_P_BASE | 20120523 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20120523 | |
| 2 | Instance method | Private | Method | 20100323 | ||
| 3 | Instance method | Private | Method | 20120523 | ||
| 4 | Instance method | Private | Method | 20100324 | ||
| 5 | Instance method | Private | Method | Get Target Texts | 20120523 | |
| 6 | Instance method | Public | Method | 20100323 | ||
| 7 | Instance method | Private | Method | 20120524 | ||
| 8 | Instance method | Private | Method | 20120523 | ||
| 9 | Instance method | Private | Method | 20120523 | ||
| 10 | Instance method | Private | Method | 20120523 | ||
| 11 | Instance method | Private | Method | 20100324 |
Events
Class CL_LXE_PP_DISPLAY has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TT_OUTPUT | Private | See coding | 20120523 | tt_output TYPE STANDARD TABLE OF t_output
|
||
| 2 | T_OUTPUT | Private | See coding | 20120523 | BEGIN OF t_output,
domain TYPE lxedomanam,
deleted type lxebool,
qstatus TYPE lxepp_stat,
length TYPE i,
ref TYPE REF TO if_lxe_p_base,
END OF t_output
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_NO_DEL | Call by reference | Type reference (TYPE) | LXEBOOL | ABAP_FALSE | Don't Display Deleted Proposals | 20120523 | ||
| 2 | I_SLANG | Call by reference | Type reference (TYPE) | LXEISOLANG | ISO Language ID | 20120523 | |||
| 3 | I_STEXT | Call by reference | Type reference (TYPE) | LXEUNITLIN | Translation Unit for Short Text (Line) | 20120523 | |||
| 4 | I_TLANG | Call by reference | Type reference (TYPE) | LXEISOLANG | ISO Language ID | 20120523 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Proposal Pool | 20120523 |
Method CREATE_DOCUMENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | R_DOCUMENT | Value transfer | Object reference (TYPE REF TO) | IF_IXML_DOCUMENT | IF_IXML_DOCUMENT | 20120523 |
Method CREATE_DOCUMENT on class CL_LXE_PP_DISPLAY has no exception.
Method CREATE_DOM Signature
Method CREATE_DOM on class CL_LXE_PP_DISPLAY has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Proposal Pool | 20120523 |
Method CREATE_STYLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_STYLE | Call by reference | Type reference (TYPE) | LXESTRING | Text | 20100324 |
Method CREATE_STYLE on class CL_LXE_PP_DISPLAY has no exception.
Method GET_PP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_NO_DEL | Call by reference | Type reference (TYPE) | LXEBOOL | ABAP_FALSE | Don't Display Deleted Proposals | 20120523 | ||
| 2 | I_SLANG | Call by reference | Type reference (TYPE) | LXEISOLANG | ISO Language ID | 20120523 | |||
| 3 | I_STEXT | Call by reference | Type reference (TYPE) | LXEUNITLIN | Translation Unit for Short Text (Line) | 20120523 | |||
| 4 | I_TLANG | Call by reference | Type reference (TYPE) | LXEISOLANG | ISO Language ID | 20120523 | |||
| 5 | RT_P_BASE_REF | Value transfer | Type reference (TYPE) | LXE_TT_REF_P_BASE | References of IF_LXE_P_BASE | 20120523 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Proposal Pool | 20120523 |
Method MAIN Signature
Method MAIN on class CL_LXE_PP_DISPLAY has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Proposal Pool | 20120523 |
Method PROCESS_NODE_ABBREV Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_LI | Call by reference | Object reference (TYPE REF TO) | IF_IXML_ELEMENT | IF_IXML_DOCUMENT | 20120524 | |||
| 2 | I_REF_MAIN | Call by reference | Object reference (TYPE REF TO) | IF_LXE_P_BASE | Main Proposal | 20120524 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Proposal Pool | 20120524 |
Method PROCESS_NODE_DOMAIN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_OUTPUT | Call by reference | Type reference (TYPE) | TT_OUTPUT | 20120523 | ||||
| 2 | I_BODY | Call by reference | Object reference (TYPE REF TO) | IF_IXML_ELEMENT | IF_IXML_DOCUMENT | 20120523 | |||
| 3 | I_DOMA | Call by reference | Type reference (TYPE) | LXEDOMANAM | Domain Name | 20120523 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Proposal Pool | 20120523 |
Method PROCESS_NODE_EXCEPTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_OUTPUT | Call by reference | Type reference (TYPE) | TT_OUTPUT | 20120523 | ||||
| 2 | I_BODY | Call by reference | Object reference (TYPE REF TO) | IF_IXML_ELEMENT | IF_IXML_DOCUMENT | 20120523 | |||
| 3 | I_DOMA | Call by reference | Type reference (TYPE) | LXEDOMANAM | Domain Name | 20120523 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Proposal Pool | 20120523 |
Method PROCESS_NODE_SYSTEM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_OUTPUT | Call by reference | Type reference (TYPE) | TT_OUTPUT | 20120523 | ||||
| 2 | I_BODY | Call by reference | Object reference (TYPE REF TO) | IF_IXML_ELEMENT | IF_IXML_DOCUMENT | 20120523 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Proposal Pool | 20120523 |
Method RENDER_DOCUMENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_STRING | Call by reference | Type reference (TYPE) | LXESTRING | Text | 20100324 |
Method RENDER_DOCUMENT on class CL_LXE_PP_DISPLAY has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 730 |