SAP ABAP Class CL_TRIGGER_SELECTOR_PPF (PPF: Select Outputs)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-GBT-PPF (Application Component) Post Processing Framework
⤷
SPPF_CORE (Package) PPF: Central Logic

⤷

⤷

Properties
Class | CL_TRIGGER_SELECTOR_PPF | |
Short Description | PPF: Select Outputs | |
Super Class | ||
Instantiability of a Class | 0 | Private |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SPPF_CORE | PPF: Central Logic |
Created | 19990811 | SAP |
Last change | 20060207 | 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) |
2 | ![]() |
Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_TRIGGER_SELECTOR_PPF has no interface implemented.
Friends
Class CL_TRIGGER_SELECTOR_PPF has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Private | Type reference (TYPE) | LTT_PROFILE_APPL | 20050302 | |||
2 | ![]() |
Instance attribute | Public | Type reference (TYPE) | BOOLEAN | Error Status (X=error, space=unknown) | 20051025 | ||
3 | ![]() |
Static Attribute | Protected | Object reference (TYPE REF TO) | CL_TRIGGER_SELECTOR_PPF | Singleton | 19990811 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Method | Deletes Buffered Selections | 20050511 |
2 | ![]() |
Instance method | Protected | Method | Convert Read GUIDs to Trigger | 19990811 |
3 | ![]() |
Static method | Public | Method | Deliver Singleton | 19990811 |
4 | ![]() |
Instance method | Public | Method | Status of the Selection | 20051025 |
5 | ![]() |
Instance method | Public | Method | Selection by Application GUID and Status | 19990811 |
6 | ![]() |
Instance method | Public | Method | Selection by Application Reference | 19990811 |
7 | ![]() |
Instance method | Public | Method | Selection By Context, Application Reference and Output Type | 19990811 |
8 | ![]() |
Instance method | Public | Method | Selection According to Output Type and Status | 19990811 |
9 | ![]() |
Instance method | Public | Method | Complex Selection | 19990811 |
10 | ![]() |
Instance method | Public | Method | Selecting All Action Profiles for an Application Object | 20050302 |
Events
Class CL_TRIGGER_SELECTOR_PPF has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | LST_PROFILE_APPL | Private | See coding | 20050302 | BEGIN OF lst_profile_appl,
appl_object TYPE REF TO object,
END OF lst_profile_appl
|
||
2 | LTT_PROFILE_APPL | Private | See coding | 20050302 | ltt_profile_appl TYPE STANDARD TABLE OF lst_profile_appl
|
Method Signatures
Method CLEAR_BUFFERS Signature
Method CLEAR_BUFFERS on class CL_TRIGGER_SELECTOR_PPF has no parameter.
Method CLEAR_BUFFERS on class CL_TRIGGER_SELECTOR_PPF has no exception.
Method CONVERT_GUIDS_TO_TRIGGERS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_GUIDS | Call by reference | Type reference (TYPE) | PPFSTGUID | GUIDs (32 Bytes) | 19990811 | ||
2 | ![]() |
RO_TRIGGER | Value transfer | Object reference (TYPE REF TO) | CL_TRIGGER_COLL_PPF | Trigger | 19990811 |
Method CONVERT_GUIDS_TO_TRIGGERS on class CL_TRIGGER_SELECTOR_PPF has no exception.
Method GET_INSTANCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RO_TRIGGER_SELECTOR | Value transfer | Object reference (TYPE REF TO) | CL_TRIGGER_SELECTOR_PPF | Triggerselektor als Singleton | 19990811 |
Method GET_INSTANCE on class CL_TRIGGER_SELECTOR_PPF has no exception.
Method GET_SELECT_STATUS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RP_SELECT_STATUS | Value transfer | Type reference (TYPE) | BOOLEAN | Fehlerstatus (X=error, space=unknown) | 20051025 |
Method GET_SELECT_STATUS on class CL_TRIGGER_SELECTOR_PPF has no exception.
Method SELECT_BY_APPL_GUID Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IP_GUID | Call by reference | Type reference (TYPE) | OS_GUID | Anwendungs-GUID | 19990811 | ||
2 | ![]() |
IP_STATUS | Call by reference | Type reference (TYPE) | PPFDTSTAT | Triggerstatus | 19990811 | ||
3 | ![]() |
IT_INACTIVE | Call by reference | Type reference (TYPE) | PPFSRTBOOL | inaktive Trigger | 19990923 | ||
4 | ![]() |
IT_LOCKED | Call by reference | Type reference (TYPE) | PPFSRTBOOL | gesperrte Trigger | 19990923 | ||
5 | ![]() |
RO_TRIGGER | Value transfer | Object reference (TYPE REF TO) | CL_TRIGGER_COLL_PPF | Trigger | 19990811 |
Method SELECT_BY_APPL_GUID on class CL_TRIGGER_SELECTOR_PPF has no exception.
Method SELECT_BY_APPL_REF Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IP_REF | Call by reference | Object reference (TYPE REF TO) | OBJECT | Anwendungsreferenz | 19990811 | ||
2 | ![]() |
IP_STATUS | Call by reference | Type reference (TYPE) | PPFDTSTAT | '0' | Status | 19990811 | |
3 | ![]() |
IT_INACTIVE | Call by reference | Type reference (TYPE) | PPFSRTBOOL | inaktive Trigger selektieren | 19990923 | ||
4 | ![]() |
IT_LOCKED | Call by reference | Type reference (TYPE) | PPFSRTBOOL | gesperrte Trigger selektieren | 19990923 | ||
5 | ![]() |
RO_TRIGGER | Value transfer | Object reference (TYPE REF TO) | CL_TRIGGER_COLL_PPF | Trigger | 19990811 |
Method SELECT_BY_APPL_REF on class CL_TRIGGER_SELECTOR_PPF has no exception.
Method SELECT_BY_CONTEXT_APPL_TTYPE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IP_CONTEXT | Call by reference | Type reference (TYPE) | PPFDCNTXT | Kontext | 19990811 | ||
2 | ![]() |
IP_REF | Call by reference | Object reference (TYPE REF TO) | OBJECT | Anwendungsreferenz | 19990811 | ||
3 | ![]() |
IP_STATUS | Call by reference | Type reference (TYPE) | PPFDTSTAT | Status | 19990811 | ||
4 | ![]() |
IP_TTYPE | Call by reference | Type reference (TYPE) | PPFDTT | Triggertyp | 19990811 | ||
5 | ![]() |
IT_INACTIVE | Call by reference | Type reference (TYPE) | PPFSRTBOOL | inaktive Trigger | 19990923 | ||
6 | ![]() |
IT_LOCKED | Call by reference | Type reference (TYPE) | PPFSRTBOOL | gesperrte Trigger | 19990923 | ||
7 | ![]() |
RO_TRIGGER | Value transfer | Object reference (TYPE REF TO) | CL_TRIGGER_COLL_PPF | Trigger | 19990811 |
Method SELECT_BY_CONTEXT_APPL_TTYPE on class CL_TRIGGER_SELECTOR_PPF has no exception.
Method SELECT_BY_TRIGGERTYPE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IP_STATUS | Call by reference | Type reference (TYPE) | PPFDTSTAT | '0' | Triggerstatus | 19990811 | |
2 | ![]() |
IP_TTYPE | Call by reference | Type reference (TYPE) | PPFDTT | Triggertyp | 19990811 | ||
3 | ![]() |
IT_INACTIVE | Call by reference | Type reference (TYPE) | PPFSRTBOOL | inaktive Trigger | 19990923 | ||
4 | ![]() |
IT_LOCKED | Call by reference | Type reference (TYPE) | PPFSRTBOOL | gesperrte Trigger | 19990923 | ||
5 | ![]() |
RO_TRIGGER | Value transfer | Object reference (TYPE REF TO) | CL_TRIGGER_COLL_PPF | Trigger | 19990811 |
Method SELECT_BY_TRIGGERTYPE on class CL_TRIGGER_SELECTOR_PPF has no exception.
Method SELECT_COMPLEX Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IP_RELEVANT_FROM | Call by reference | Type reference (TYPE) | PPFDRLVNTF | Relevant ab Datum | 20030813 | ||
2 | ![]() |
IT_APPLCTN | Call by reference | Type reference (TYPE) | PPFSRTAPPL | Anwendungen | 20000224 | ||
3 | ![]() |
IT_APPLKEY | Call by reference | Type reference (TYPE) | PPFSRTAKEY | Anwendungsschlüssel | 19991207 | ||
4 | ![]() |
IT_APPLOID | Call by reference | Type reference (TYPE) | PPFSRTOGD | Anwendungs-GUIDs | 19990811 | ||
5 | ![]() |
IT_CONTEXT | Call by reference | Type reference (TYPE) | PPFSRTCTXT | Kontexte | 19990811 | ||
6 | ![]() |
IT_DISPATCH | Call by reference | Type reference (TYPE) | PPFSRTDPTC | Verarbeitungszeitpunkt | 19991008 | ||
7 | ![]() |
IT_INACTIVE | Call by reference | Type reference (TYPE) | PPFSRTBOOL | inaktive Ausgaben | 19990923 | ||
8 | ![]() |
IT_LOCKED | Call by reference | Type reference (TYPE) | PPFSRTBOOL | gesperrte Ausgaben | 19990923 | ||
9 | ![]() |
IT_MCREAT | Call by reference | Type reference (TYPE) | PPFTRCREAT | 1:nur manuell, 2:nur automat.,3:beide | 20010730 | ||
10 | ![]() |
IT_METYPE | Call by reference | Type reference (TYPE) | PPFSRTMTYP | Verarbeitungstypen | 20010315 | ||
11 | ![]() |
IT_REPEAT | Call by reference | Type reference (TYPE) | PPFTRRPT | 1:nur wiederholte, 2:nur nicht wiederholte.,3:beide | 20010730 | ||
12 | ![]() |
IT_SORT1 | Call by reference | Type reference (TYPE) | PPFTRSORT | Sortierfeld 1 | 20010730 | ||
13 | ![]() |
IT_SORT2 | Call by reference | Type reference (TYPE) | PPFTRSORT | Sortierfeld 1 | 20010730 | ||
14 | ![]() |
IT_SORT3 | Call by reference | Type reference (TYPE) | PPFTRSORT | Sortierfeld 1 | 20010730 | ||
15 | ![]() |
IT_STATUS | Call by reference | Type reference (TYPE) | PPFSRTSTAT | Statuswerte | 19990811 | ||
16 | ![]() |
IT_TCSTAMP | Call by reference | Type reference (TYPE) | PPFSRTSTMP | Zeitstempel (Erstellung) | 19990915 | ||
17 | ![]() |
IT_TTYPE | Call by reference | Type reference (TYPE) | PPFSRTTT | Ausgabetypen | 19990811 | ||
18 | ![]() |
RO_TRIGGER | Value transfer | Object reference (TYPE REF TO) | CL_TRIGGER_COLL_PPF | Gefundene Ausgaben | 19990811 |
Method SELECT_COMPLEX on class CL_TRIGGER_SELECTOR_PPF has no exception.
Method SELECT_PROFILES_BY_APPL_REF Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IP_REF | Call by reference | Object reference (TYPE REF TO) | OBJECT | Anwendungsobjekt | 20050302 | ||
2 | ![]() |
RT_PROFILES | Value transfer | Type reference (TYPE) | PPFSTCNTXT | Sortierte Tabelle mit Aktionsprofilen | 20050302 |
Method SELECT_PROFILES_BY_APPL_REF on class CL_TRIGGER_SELECTOR_PPF has no exception.
History
Last changed by/on | SAP | 20060207 |
SAP Release Created in |