SAP ABAP Class CL_LXE_PPAT_PP_FINDER (Abstract Proposal Finder)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DOC-TTL (Application Component) Translation Tools
⤷
SLXE_PPAT (Package) Proposal Pool Analysis Tool
⤷
⤷
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_LXE_PPAT_PP_FINDER_BP | Proposal Finder for Short Text | 20120510 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CL_LXE_PPAT_PP_FINDER_TS | Proposal Finder for Tranlsated Text | 20120510 |
Properties
| Class | CL_LXE_PPAT_PP_FINDER | |
| Short Description | Abstract Proposal Finder | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SLXE_PPAT | Proposal Pool Analysis Tool |
| Created | 20120503 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) |
Interfaces
Class CL_LXE_PPAT_PP_FINDER has no interface implemented.
Friends
Class CL_LXE_PPAT_PP_FINDER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Object reference (TYPE REF TO) | IF_LXE_PP_EVALUATION | Evaluation Methods | 20120511 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Protected | Method | 20120516 | ||
| 2 | Instance method | Public | Constructor | CONSTRUCTOR | 20120510 | |
| 3 | Instance method | Public | Method | 20120503 | ||
| 4 | Instance method | Protected | Method | 20120503 | ||
| 5 | Instance method | Protected | Method | 20120511 |
Events
Class CL_LXE_PPAT_PP_FINDER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TT_OBJTYPE_LANG | Private | See coding | 20120510 | TT_OBJTYPE_LANG TYPE SORTED TABLE OF T_OBJTYPE_LANG WITH UNIQUE KEY OBJTYPE CUSTMNR LANG
|
||
| 2 | TT_PROPOSAL | Public | See coding | 20120511 | TT_PROPOSAL TYPE SORTED TABLE OF T_PROPOSAL WITH NON-UNIQUE DEFAULT KEY
|
||
| 3 | TT_SHORT_TEXT | Protected | See coding | 20120511 | TT_SHORT_TEXT TYPE STANDARD TABLE OF LXE_PCX_S1 WITH DEFAULT KEY
|
||
| 4 | T_OBJTYPE_LANG | Private | See coding | 20120510 | BEGIN OF T_OBJTYPE_LANG,
OBJTYPE TYPE LXEOBJTYPE,
CUSTMNR TYPE LXECUSTMNR,
LANG TYPE LXEISOLANG,
FLAG TYPE BOOLEAN,
END OF T_OBJTYPE_LANG
|
||
| 5 | T_PP_FINDER | Public | See coding | 20120515 | t_pp_finder TYPE C LENGTH 2
|
||
| 6 | T_PROPOSAL | Public | See coding | 20120510 | BEGIN OF T_PROPOSAL,
S_LANG TYPE LXEISOLANG,
T_LANG TYPE LXEISOLANG,
S_TEXT TYPE LXEUNITLIN,
T_TEXT TYPE LXEUNITLIN,
DOMANAM TYPE LXEDOMANAM,
PP_TYPE TYPE LXEPPTYPE,
QUALITY_STATUS TYPE LXEPP_STAT_CHAR,
deleted type LXEBOOL,
LAST_CHANGED_BY TYPE AS4USER,
END OF T_PROPOSAL
|
Method Signatures
Method CAST_PROPOSAL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_PROPOSAL | Call by reference | Type reference (TYPE) | T_PROPOSAL | 20120516 | ||||
| 2 | I_PROPOSAL | Call by reference | Object reference (TYPE REF TO) | IF_LXE_P_BASE | Proposal Base | 20120516 |
Method CAST_PROPOSAL on class CL_LXE_PPAT_PP_FINDER has no exception.
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_LXE_PPAT_PP_FINDER has no parameter.
Method CONSTRUCTOR on class CL_LXE_PPAT_PP_FINDER has no exception.
Method FIND_PROPOSALS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_PROPOSAL | Call by reference | Type reference (TYPE) | CL_LXE_PPAT_PP_FINDER=>TT_PROPOSAL | 20120511 | ||||
| 2 | I_OBJECT | Call by reference | Type reference (TYPE) | CL_LXE_PPAT_ANALYST_OBJECT=>T_OBJECT | 20120511 | ||||
| 3 | I_SLANG | Call by reference | Type reference (TYPE) | LXEISOLANG | 20120511 | ||||
| 4 | I_TLANG | Call by reference | Type reference (TYPE) | LXEISOLANG | 20120511 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception Class of PPAT | 20120515 |
Method GET_PROPOSALS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_PROPOSAL | Call by reference | Type reference (TYPE) | CL_LXE_PPAT_PP_FINDER=>TT_PROPOSAL | 20120511 | ||||
| 2 | IT_SHORT_TEXT | Call by reference | Type reference (TYPE) | TT_SHORT_TEXT | 20120511 | ||||
| 3 | I_DOMANAM | Call by reference | Type reference (TYPE) | LXEDOMANAM | 20120511 | ||||
| 4 | I_SLANG | Call by reference | Type reference (TYPE) | LXEISOLANG | 20120511 | ||||
| 5 | I_TLANG | Call by reference | Type reference (TYPE) | LXEISOLANG | 20120511 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception Class of PPAT | 20120514 |
Method GET_SHOTTEXTS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_SHORT_TEXT | Call by reference | Type reference (TYPE) | CL_LXE_PPAT_PP_FINDER=>TT_SHORT_TEXT | 20120511 | ||||
| 2 | I_OBJECT | Call by reference | Type reference (TYPE) | CL_LXE_PPAT_ANALYST_OBJECT=>T_OBJECT | 20120511 | ||||
| 3 | I_SLANG | Call by reference | Type reference (TYPE) | LXEISOLANG | 20120511 | ||||
| 4 | I_TLANG | Call by reference | Type reference (TYPE) | LXEISOLANG | 20120511 |
Method GET_SHOTTEXTS on class CL_LXE_PPAT_PP_FINDER has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 740 |