Hierarchy
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_OS_STATE | State Management for a 'Managed Object' | 20000517 |
Properties
| Class | CL_CONDITION_TRANSP_PPF | |
| Short Description | PPF: Condition that Can Be Transported | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 10 | Persistent Class |
| Package | SPPF_DET | PPF: Determination and Merge Technologies |
| Created | 20000517 | 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
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_OS_STATE | State Management for a 'Managed Object' | 20000517 |
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CB_CONDITION_TRANSP_PPF | 20030818 | Base Agent PPF: Condition that Can Be Transported |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | Type reference (TYPE) | TT_COND_EVAL | 20020904 | ||||
| 2 | Instance attribute | Protected | Object reference (TYPE REF TO) | IF_CONDITION_PPF | PPF: Interface for Condition Evaluation | 20020226 | |||
| 3 | Instance attribute | Protected | Object reference (TYPE REF TO) | IF_CONDITION_VIEW_PPF | PPF: Interface for Condition Evaluation | 20020225 | |||
| 4 | Instance attribute | Protected | Type reference (TYPE) | PPFDCNTXT | PPF: Name of Action Profile | 20010914 | |||
| 5 | Instance attribute | Protected | Type reference (TYPE) | INT2 | 2 Byte Integer (Signed) | 20001113 | |||
| 6 | Instance attribute | Protected | Type reference (TYPE) | CHAR1 | Single-Character Flag | 20001113 | |||
| 7 | Instance attribute | Protected | Type reference (TYPE) | CHAR1 | Single-Character Flag | 20001113 | |||
| 8 | Instance attribute | Protected | Type reference (TYPE) | CHAR1 | Delete Old Container | 20001113 | |||
| 9 | Instance attribute | Protected | Type reference (TYPE) | PPFDDETTYP | PPF: Short Name for Determination Technology Used | 20001113 | |||
| 10 | Static Attribute | Private | Type reference (TYPE) | TT_CONDS_FOR_TTYPE | 20011024 | ||||
| 11 | Instance attribute | Protected | Type reference (TYPE) | CHAR1 | Single-Character Flag | 20001113 | |||
| 12 | Instance attribute | Protected | Type reference (TYPE) | PPF_GUID | PPF: GUID | 20001113 | |||
| 13 | Instance attribute | Protected | Type reference (TYPE) | PPF_GUID | PPF: GUID | 20001113 | |||
| 14 | Instance attribute | Protected | Object reference (TYPE REF TO) | IF_SWJ_PPF_CONTAINER | Workflow Container Extension for PPF | 20001113 | |||
| 15 | Instance attribute | Protected | Object reference (TYPE REF TO) | IF_SWJ_PPF_CONTAINER | Workflow Container Extension for PPF | 20001113 | |||
| 16 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_CONDITION_TRANSP_PPF | OBJECT SERVICES STATE | 20000517 | |||
| 17 | Instance attribute | Protected | Type reference (TYPE) | CHAR1 | Single-Character Flag | 20001113 | |||
| 18 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_TRIGGER_TEMPL_PPF | Globally Unique Identifier | 20001113 | |||
| 19 | Instance attribute | Protected | Type reference (TYPE) | PPFDTT | PPF: Name of an Output Type | 20001113 | |||
| 20 | Static Attribute | Private | Type reference (TYPE) | CHAR1 | 20020904 |
Methods
Events
| # | Event | Type | Visibility | Description | Created on |
|---|---|---|---|---|---|
| 1 | TRANSPORT_REQUESTED | Instance Event (0) |
Public (2) |
Transport Is Triggered | 20000609 |
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_CONDS_FOR_TTYPE | Private | See coding | 20010531 | BEGIN OF ts_conds_for_ttype,
profile type ppfdcntxt,
ttype TYPE ppfdtt,
condtab TYPE tt_cond_guid,
END OF ts_conds_for_ttype
|
||
| 2 | TT_CONDS_FOR_TTYPE | Private | See coding | 20020225 | tt_conds_for_ttype TYPE SORTED TABLE OF ts_conds_for_ttype
WITH UNIQUE KEY profile ttype
|
||
| 3 | TT_COND_EVAL | Private | See coding | 20020904 | tt_cond_eval TYPE SORTED TABLE OF t_cond_eval
WITH UNIQUE KEY condid contid
|
||
| 4 | TT_COND_GUID | Private | See coding | 20010531 | tt_cond_guid TYPE STANDARD TABLE OF t_cond_guid WITH
DEFAULT KEY
|
||
| 5 | T_COND_EVAL | Private | See coding | 20020903 | BEGIN OF t_cond_eval,
condid TYPE ppf_guid,
contid TYPE ppf_guid,
* CHAR1 is not compatible with sy-subrc! 07.11.2003
result type sy-subrc,
* result TYPE char1,
END OF t_cond_eval
|
||
| 6 | T_COND_GUID | Private | See coding | 20010531 | BEGIN OF t_cond_guid,
counter TYPE i,
guid TYPE guid_32,
END OF t_cond_guid
|
Method Signatures
Method CHECK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EP_RETURNCODE | Call by reference | Type reference (TYPE) | SY-SUBRC | Rückgabewert, Rückgabewert nach ABAP-Anweisungen | 20000517 | |||
| 2 | IP_PROTOCOL | Call by reference | Type reference (TYPE) | BALLOGHNDL | Anwendungs-Log: Handle eines Protokolls | 20000517 |
Method CHECK on class CL_CONDITION_TRANSP_PPF has no exception.
Method COPY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_CONDITION | Value transfer | Object reference (TYPE REF TO) | CL_CONDITION_TRANSP_PPF | PPF: Bedingung und Template | 20000517 |
Method COPY on class CL_CONDITION_TRANSP_PPF has no exception.
Method DELETE Signature
Method DELETE on class CL_CONDITION_TRANSP_PPF has no parameter.
Method DELETE on class CL_CONDITION_TRANSP_PPF has no exception.
Method END_EVAL_BUFFER Signature
Method END_EVAL_BUFFER on class CL_CONDITION_TRANSP_PPF has no parameter.
Method END_EVAL_BUFFER on class CL_CONDITION_TRANSP_PPF has no exception.
Method EVALUATE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EO_TEMPL | Call by reference | Object reference (TYPE REF TO) | CL_TRIGGER_TEMPL_PPF | Aktionsvorlage | 20000517 | |||
| 2 | EP_RC | Call by reference | Type reference (TYPE) | I | Returncode (0=erfüllte Bedingung) | 20000517 | |||
| 3 | EP_STOP | Call by reference | Type reference (TYPE) | BOOLE_D | STOP-Flag | 20000517 | |||
| 4 | IO_CONTEXT | Call by reference | Object reference (TYPE REF TO) | CL_CONTEXT_PPF | Kontext | 20000517 | |||
| 5 | IP_AT_ONCE_ONLY | Call by reference | Type reference (TYPE) | BOOLE_D | SPACE | 'X': nur sofortige Aktionen finden | 20001222 | ||
| 6 | IP_NO_DETLOG | Call by reference | Type reference (TYPE) | BOOLE_D | kein Findungsprotokoll schreiben | 20000906 | |||
| 7 | IP_PROTOCOL | Call by reference | Type reference (TYPE) | BALLOGHNDL | Protokoll | 20000517 | |||
| 8 | IP_TTYPE | Call by reference | Type reference (TYPE) | PPFDTT | Aktionsdefinition | 20010129 |
Method EVALUATE on class CL_CONDITION_TRANSP_PPF has no exception.
Method GETM_COND_MAN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RI_COND_MAN | Value transfer | Object reference (TYPE REF TO) | IF_CONDITION_PPF | PPF: Interface für Bedingungsauswertung | 20020226 |
Method GETM_COND_MAN on class CL_CONDITION_TRANSP_PPF has no exception.
Method GETM_COND_VIEW_MAN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RI_COND_VIEW_MAN | Value transfer | Object reference (TYPE REF TO) | IF_CONDITION_VIEW_PPF | PPF: Interface für Bedingungsauswertung | 20020226 |
Method GETM_COND_VIEW_MAN on class CL_CONDITION_TRANSP_PPF has no exception.
Method GETM_SELCONTREF Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RI_SELCONT | Value transfer | Object reference (TYPE REF TO) | IF_SWJ_PPF_CONTAINER | Workflow-Container Erweiterung für PPF | 20000808 |
Method GETM_SELCONTREF on class CL_CONDITION_TRANSP_PPF has no exception.
Method GETM_STARTCONTREF Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RI_STARTCONT | Value transfer | Object reference (TYPE REF TO) | IF_SWJ_PPF_CONTAINER | Workflow-Container Erweiterung für PPF | 20000808 |
Method GETM_STARTCONTREF on class CL_CONDITION_TRANSP_PPF has no exception.
Method GETR_DESCR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RP_DESCR | Value transfer | Type reference (TYPE) | TEXT60 | Beschreibung der Regel | 20000517 |
Method GETR_DESCR on class CL_CONDITION_TRANSP_PPF has no exception.
Method GET_COND_MAN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Object reference (TYPE REF TO) | IF_CONDITION_PPF | Attributwert | 20020226 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Object Services Exception | 20020226 |
Method GET_COND_VIEW_MAN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Object reference (TYPE REF TO) | IF_CONDITION_VIEW_PPF | Attributwert | 20020225 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Object Services Exception | 20020225 |
Method GET_CONTEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | PPFDCNTXT | Attributwert | 20010914 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Object Services Exception | 20010914 |
Method GET_COUNTER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | INT2 | Attributwert | 20000517 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Object Services Exception | 20010125 |
Method GET_CUSTCONT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | CHAR1 | Attributwert | 20000620 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Object Services Exception | 20010125 |
Method GET_CUSTCONT2 Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | CHAR1 | Attributwert | 20000621 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Object Services Exception | 20010125 |
Method GET_DELETE_OLD_CONTAINER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | CHAR1 | Attributwert | 20000621 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Object Services Exception | 20010125 |
Method GET_DETTYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | PPFDDETTYP | Attributwert | 20000517 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Object Services Exception | 20010125 |
Method GET_OK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | CHAR1 | Attributwert | 20000517 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Object Services Exception | 20010125 |
Method GET_SELCOND Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | PPF_GUID | Attributwert | 20000517 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Object Services Exception | 20010125 |
Method GET_SELCONT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | PPF_GUID | Attributwert | 20000517 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Object Services Exception | 20010125 |
Method GET_SELCONTREF Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Object reference (TYPE REF TO) | IF_SWJ_PPF_CONTAINER | Attributwert | 20000808 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Object Services Exception | 20010125 |
Method GET_STARTCONTREF Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Object reference (TYPE REF TO) | IF_SWJ_PPF_CONTAINER | Attributwert | 20000621 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Object Services Exception | 20010125 |
Method GET_STOP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | CHAR1 | Attributwert | 20000517 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Object Services Exception | 20010125 |
Method GET_TEMPL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Object reference (TYPE REF TO) | CL_TRIGGER_TEMPL_PPF | Attributwert | 20000517 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Object Services Exception | 20010125 |
Method GET_TTYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RESULT | Value transfer | Type reference (TYPE) | PPFDTT | Attributwert | 20000517 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Object Services Exception | 20010125 |
Method READ_CONDS_FOR_TTYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IP_PROFILE | Call by reference | Type reference (TYPE) | PPFDCNTXT | Aktionsprofil | 20030401 | |||
| 2 | IP_TTYPE | Call by reference | Type reference (TYPE) | PPFDTT | Triggertyp | 20000517 | |||
| 3 | RT_COND | Value transfer | Type reference (TYPE) | PPFTCONTR | Bedingungen | 20000517 |
Method READ_CONDS_FOR_TTYPE on class CL_CONDITION_TRANSP_PPF has no exception.
Method SETM_SELCONTREF Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_SELCONTREF | Call by reference | Object reference (TYPE REF TO) | IF_SWJ_PPF_CONTAINER | Attributwert | 20011105 |
Method SETM_SELCONTREF on class CL_CONDITION_TRANSP_PPF has no exception.
Method SETM_STARTCONTREF Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_STARTCONTREF | Call by reference | Object reference (TYPE REF TO) | IF_SWJ_PPF_CONTAINER | Attributwert | 20011105 |
Method SETM_STARTCONTREF on class CL_CONDITION_TRANSP_PPF has no exception.
Method SET_COND_MAN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_COND_MAN | Call by reference | Object reference (TYPE REF TO) | IF_CONDITION_PPF | Attributwert | 20020226 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Object Services Exception | 20020226 |
Method SET_COND_VIEW_MAN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_COND_VIEW_MAN | Call by reference | Object reference (TYPE REF TO) | IF_CONDITION_VIEW_PPF | Attributwert | 20020225 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Object Services Exception | 20020225 |
Method SET_CONTEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CONTEXT | Call by reference | Type reference (TYPE) | PPFDCNTXT | Attributwert | 20010914 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Object Services Exception | 20010914 |
Method SET_COUNTER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_COUNTER | Call by reference | Type reference (TYPE) | INT2 | Attributwert | 20000517 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Object Services Exception | 20010125 |
Method SET_CUSTCONT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CUSTCONT | Call by reference | Type reference (TYPE) | CHAR1 | Attributwert | 20000620 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Object Services Exception | 20010125 |
Method SET_CUSTCONT2 Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CUSTCONT2 | Call by reference | Type reference (TYPE) | CHAR1 | Attributwert | 20000621 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Object Services Exception | 20010125 |
Method SET_DELETE_OLD_CONTAINER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_DELETE_OLD_CONTAINER | Call by reference | Type reference (TYPE) | CHAR1 | Attributwert | 20000621 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Object Services Exception | 20010125 |
Method SET_DETTYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_DETTYPE | Call by reference | Type reference (TYPE) | PPFDDETTYP | Attributwert | 20000517 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Object Services Exception | 20010125 |
Method SET_OK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_OK | Call by reference | Type reference (TYPE) | CHAR1 | Attributwert | 20000517 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Object Services Exception | 20010125 |
Method SET_SELCOND Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_SELCOND | Call by reference | Type reference (TYPE) | PPF_GUID | Attributwert | 20000517 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Object Services Exception | 20010125 |
Method SET_SELCONT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_SELCONT | Call by reference | Type reference (TYPE) | PPF_GUID | Attributwert | 20000517 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Object Services Exception | 20010125 |
Method SET_SELCONTREF Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_SELCONTREF | Call by reference | Object reference (TYPE REF TO) | IF_SWJ_PPF_CONTAINER | Attributwert | 20000808 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Object Services Exception | 20010125 |
Method SET_STARTCONTREF Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_STARTCONTREF | Call by reference | Object reference (TYPE REF TO) | IF_SWJ_PPF_CONTAINER | Attributwert | 20000621 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Object Services Exception | 20010125 |
Method SET_STOP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_STOP | Call by reference | Type reference (TYPE) | CHAR1 | Attributwert | 20000517 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Object Services Exception | 20010125 |
Method SET_TEMPL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_TEMPL | Call by reference | Object reference (TYPE REF TO) | CL_TRIGGER_TEMPL_PPF | Attributwert | 20000517 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Object Services Exception | 20010125 |
Method SET_TTYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_TTYPE | Call by reference | Type reference (TYPE) | PPFDTT | Attributwert | 20000517 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Object Services Exception | 20010125 |
Method START_EVAL_BUFFER Signature
Method START_EVAL_BUFFER on class CL_CONDITION_TRANSP_PPF has no parameter.
Method START_EVAL_BUFFER on class CL_CONDITION_TRANSP_PPF has no exception.
Method TRANSPORT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CP_TRKORR | Value transfer | Type reference (TYPE) | TRKORR | Auftrag/Aufgabe | 20000529 | |||
| 2 | EP_TRANSPORT_ENTRY_DONE | Call by reference | Type reference (TYPE) | CHAR1 | Transporteintrag geschrieben | 20010409 | |||
| 3 | IP_NO_POPUP | Call by reference | Type reference (TYPE) | CHAR1 | SPACE | Keine Popups | 20021021 |
Method TRANSPORT on class CL_CONDITION_TRANSP_PPF has no exception.
Method TRANSPORT_MODIFIED_SELCONT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CP_TRKORR | Call by reference | Type reference (TYPE) | TRKORR | Auftrag/Aufgabe | 20000704 |
Method TRANSPORT_MODIFIED_SELCONT on class CL_CONDITION_TRANSP_PPF has no exception.
Method TRANSPORT_MODIFIED_STARTCONT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CP_TRKORR | Call by reference | Type reference (TYPE) | TRKORR | Auftrag/Aufgabe | 20000704 |
Method TRANSPORT_MODIFIED_STARTCONT on class CL_CONDITION_TRANSP_PPF has no exception.
Event Signatures
Event TRANSPORT_REQUESTED Signature
| # | Parameter | Type | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EP_TRKORR | Exporting | Value transfer | Type reference (TYPE) | TRKORR | Auftrag/Aufgabe | 20000609 |
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 46D |