Hierarchy
⤷
⤷
Properties
| Class | CL_PS_RELATIONSHIP | |
| Short Description | Relationship | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | PSB_API | PS API Package |
| Created | 20100504 | 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_PS_RELATIONSHIP has no interface implemented.
Friends
Class CL_PS_RELATIONSHIP has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Protected | Type reference (TYPE) | PSHLP_ACTY_AFAB_TT | Activity key whose relationships have been read from DB | 20100907 | |||
| 2 | Static Attribute | Protected | Type reference (TYPE) | GTY_NTWK_KEY_TAB | Network key whose relationships have been read from DB | 20100528 | |||
| 3 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_PS_RELATIONSHIP | Relationship Ins | 20100504 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Checks whether the activity has valid status | 20100609 | |
| 2 | Instance method | Private | Method | Appends external network buffer table | 20100604 | |
| 3 | Instance method | Public | Method | Change Activity Relationships | 20100504 | |
| 4 | Instance method | Private | Method | Checks whether activity belong to a particular network | 20100524 | |
| 5 | Instance method | Private | Method | Checks for exitence of networks and appends external network | 20100604 | |
| 6 | Instance method | Private | Method | Validate inputs | 20100504 | |
| 7 | Instance method | Public | Method | Clears the buffer tables | 20100601 | |
| 8 | Instance method | Private | Method | Convert the keys to aufpl and aplzl | 20110322 | |
| 9 | Instance method | Public | Method | Create Activity Relationships for special selection in alv | 20100804 | |
| 10 | Instance method | Public | Method | Deletes the relationship | 20100607 | |
| 11 | Instance method | Public | Method | Destroy the singleton instance | 20100816 | |
| 12 | Instance method | Private | Method | Get the old details of the relationship for validation check | 20100504 | |
| 13 | Instance method | Private | Method | Fill vornr and netzplan based on UI | 20100615 | |
| 14 | Instance method | Public | Method | Get Relationship global buffers | 20100607 | |
| 15 | Instance method | Public | Method | Gets Relationship global buffers metadata | 20100712 | |
| 16 | Static method | Public | Method | Returns singleton instance | 20100504 | |
| 17 | Instance method | Private | Method | 20110329 | ||
| 18 | Instance method | Public | Method | Get Screen Profile | 20100614 | |
| 19 | Instance method | Public | Method | Initializes all object buffers | 20100816 | |
| 20 | Instance method | Public | Method | Modifies the buffer table of relationships while reading | 20100602 | |
| 21 | Instance method | Public | Method | Prepates data to Create Activity Relationships | 20100804 | |
| 22 | Instance method | Public | Method | Prepates data to Create Successor Relationships | 20100804 | |
| 23 | Instance method | Private | Method | Method to put the message | 20100524 | |
| 24 | Instance method | Public | Method | Reads the Relationship data | 20100504 | |
| 25 | Instance method | Private | Method | Reads the activity details | 20100524 | |
| 26 | Instance method | Private | Method | Reads acty relationships from DB | 20100903 | |
| 27 | Instance method | Private | Method | Reads the relationships from buffer for activity key | 20100906 | |
| 28 | Instance method | Private | Method | Reads the current activity | 20100524 | |
| 29 | Instance method | Private | Method | Bufers the netstufe | 20100524 | |
| 30 | Instance method | Private | Method | Reads the network data | 20100524 | |
| 31 | Instance method | Private | Method | Reads network and activity together | 20100604 | |
| 32 | Instance method | Private | Method | Preparation to read the relationship for aufpl (ntwk) key | 20100903 | |
| 33 | Instance method | Private | Method | Reads the relationships from buffer for network key(Not use) | 20100906 | |
| 34 | Instance method | Public | Method | Reads the Relationship data | 20110323 | |
| 35 | Instance method | Private | Method | Reads the relationships from buffer for activity key | 20110322 | |
| 36 | Instance method | Private | Method | Reads acty relationships from DB | 20110322 | |
| 37 | Instance method | Public | Method | Reads relationship from buffer for rel objnr for details UI | 20100706 | |
| 38 | Instance method | Private | Method | Reads the relationship from database | 20100524 | |
| 39 | Instance method | Private | Method | Reads the relatioships from trex | 20100707 | |
| 40 | Instance method | Public | Method | Reads all predecessors relationships only for an activity | 20100709 | |
| 41 | Instance method | Public | Method | Reads all successors relationships only for an activity | 20100709 | |
| 42 | Instance method | Private | Method | Gets the workstation | 20100614 | |
| 43 | Instance method | Public | Method | Set Relationship global buffers with vbkz flag | 20100607 | |
| 44 | Instance method | Private | Method | Buffers the network keys whose relationships have been read | 20100528 | |
| 45 | Instance method | Private | Method | Update global buffers of activity relationships | 20100504 | |
| 46 | Instance method | Private | Method | Updates time interval between relationships | 20100607 | |
| 47 | Instance method | Private | Method | Validates activity and network input | 20100524 | |
| 48 | Instance method | Private | Method | Validates activity, relationship, network input | 20100524 | |
| 49 | Instance method | Private | Method | Update calendar id based on workcentre or plant change | 20100617 |
Events
Class CL_PS_RELATIONSHIP has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | GTY_NTWK_KEY | Public | See coding | 20100528 | BEGIN OF gty_ntwk_key.
TYPES: aufpl TYPE co_aufpl.
TYPES: END OF gty_ntwk_key
|
||
| 2 | GTY_NTWK_KEY_TAB | Public | See coding | 20100528 | gty_ntwk_key_tab TYPE SORTED TABLE OF gty_ntwk_key
WITH UNIQUE KEY aufpl
|
||
| 3 | LTY_AUFPL_APLZL | Public | See coding | 20100604 | BEGIN OF lty_aufpl_aplzl.
INCLUDE TYPE aufpl_pre.
TYPES aufnr TYPE aufk-aufnr.
TYPES aplzl TYPE co_aplzl.
TYPES: END OF lty_aufpl_aplzl
|
||
| 4 | LTY_AUFPL_APLZL_TAB | Public | See coding | 20100604 | lty_aufpl_aplzl_tab TYPE STANDARD TABLE OF lty_aufpl_aplzl
|
Method Signatures
Method ACTIVITY_STATUS_CHECK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_MESSAGE | Call by reference | Type reference (TYPE) | PS_MESSAGES | Error messages | 20100609 | |||
| 2 | IV_OBJNR | Call by reference | Type reference (TYPE) | J_OBJNR | Object number | 20100609 | |||
| 3 | IV_VORNR | Call by reference | Type reference (TYPE) | VORNR | Operation/Activity Number | 20100609 |
Method ACTIVITY_STATUS_CHECK on class CL_PS_RELATIONSHIP has no exception.
Method APPEND_EXTERNAL_NETWORK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_AFAB_BT | Call by reference | Type reference (TYPE) | AFABB | Network: Document Table for Relationships | 20100604 | |||
| 2 | IV_NETSTUFE | Call by reference | Type reference (TYPE) | NETSTUFE | Level of detail for (standard) networks | 20100604 |
Method APPEND_EXTERNAL_NETWORK on class CL_PS_RELATIONSHIP has no exception.
Method CHANGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_MESSAGE | Call by reference | Type reference (TYPE) | PS_MESSAGES | Error messages | 20100504 | |||
| 2 | ET_NODE_DATA | Call by reference | Type reference (TYPE) | PSHLP_ACTY_REL_TT | Activity Relationship API Output Table | 20100505 | |||
| 3 | IT_NODE_DATA | Call by reference | Type reference (TYPE) | PSHLP_ACTY_REL_TT | Activity Relationship API Output Table | 20100505 | |||
| 4 | IV_CHECK_ONLY | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_FALSE | If true, only validate and don't update buffer | 20100726 | ||
| 5 | IV_LOCK_FLAG | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_FALSE | If true, lock the relationships | 20100726 |
Method CHANGE on class CL_PS_RELATIONSHIP has no exception.
Method CHECK_ACTIVITY_OF_NETWORK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_NEW_ACTY_DATA | Call by reference | Type reference (TYPE) | PSHLP_ACTY_ST | Activity data | 20100531 | |||
| 2 | ET_MESSAGE | Call by reference | Type reference (TYPE) | PS_MESSAGES | Error messages | 20100524 | |||
| 3 | IV_AUFNR | Call by reference | Type reference (TYPE) | AFVGD-AUFNRD | Order Number | 20100524 | |||
| 4 | IV_VORNR | Call by reference | Type reference (TYPE) | AFVGD-VORNR | Operation/Activity Number | 20100524 |
Method CHECK_ACTIVITY_OF_NETWORK on class CL_PS_RELATIONSHIP has no exception.
Method CHECK_AND_APPEND_EXT_NTWK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_AFABB | Call by reference | Type reference (TYPE) | AFABB | Network: Document Table for Relationships | 20100604 | |||
| 2 | CT_AUFPL_APLZL | Call by reference | Type reference (TYPE) | LTY_AUFPL_APLZL_TAB | 20100604 | ||||
| 3 | ET_MESSAGE | Call by reference | Type reference (TYPE) | PS_MESSAGES | Error messages | 20100604 | |||
| 4 | IV_NETSTUFE | Call by reference | Type reference (TYPE) | NETSTUFE | Level of detail for (standard) networks | 20100604 |
Method CHECK_AND_APPEND_EXT_NTWK on class CL_PS_RELATIONSHIP has no exception.
Method CHECK_INPUT_VALIDATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_AFABD_NEW | Call by reference | Type reference (TYPE) | PSHLP_ACTY_REL_ST | Activity Relationship API Output Structure | 20100510 | |||
| 2 | ET_MESSAGE | Call by reference | Type reference (TYPE) | PS_MESSAGES | Error messages | 20100504 | |||
| 3 | IS_AFABD_OLD | Call by reference | Type reference (TYPE) | AFABD | Network: Dialog table for AFAB | 20100504 |
Method CHECK_INPUT_VALIDATION on class CL_PS_RELATIONSHIP has no exception.
Method CLEAR_BUFFFERS Signature
Method CLEAR_BUFFFERS on class CL_PS_RELATIONSHIP has no parameter.
Method CLEAR_BUFFFERS on class CL_PS_RELATIONSHIP has no exception.
Method CONVERT_KEYS_TO_AUFPL_APLZL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_ACTY_KEYS_BUFFER | Call by reference | Type reference (TYPE) | PSHLP_ACTY_KEY_TT | 20110322 | ||||
| 2 | ET_ACTY_KEYS_DB | Call by reference | Type reference (TYPE) | PSHLP_ACTY_KEY_TT | 20110322 | ||||
| 3 | IT_ACTY_KEYS | Call by reference | Type reference (TYPE) | PSHLP_ACTY_KEY_TT | 20110322 | ||||
| 4 | IV_LOCK_FLAG | Call by reference | Type reference (TYPE) | BOOLE_D | 20110322 |
Method CONVERT_KEYS_TO_AUFPL_APLZL on class CL_PS_RELATIONSHIP has no exception.
Method CREATE_REL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_MESSAGE | Call by reference | Type reference (TYPE) | PS_MESSAGES | Error messages | 20100804 | |||
| 2 | ET_NODE_DATA | Call by reference | Type reference (TYPE) | PSHLP_ACTY_REL_TT | Activity Relationship API Output Table | 20100804 | |||
| 3 | IT_NODE_DATA | Call by reference | Type reference (TYPE) | PSHLP_ACTY_REL_TT | Activity Relationship API Output Table | 20100804 | |||
| 4 | IV_LOCK_FLAG | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_FALSE | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20100805 |
Method CREATE_REL on class CL_PS_RELATIONSHIP has no exception.
Method DELETE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_MESSAGE | Call by reference | Type reference (TYPE) | PS_MESSAGES | Error messages | 20100607 | |||
| 2 | IT_NODE_DATA | Call by reference | Type reference (TYPE) | PSHLP_ACTY_REL_TT | Activity Relationship API Output Table | 20100607 |
Method DELETE on class CL_PS_RELATIONSHIP has no exception.
Method DESTROY_INSTANCE Signature
Method DESTROY_INSTANCE on class CL_PS_RELATIONSHIP has no parameter.
Method DESTROY_INSTANCE on class CL_PS_RELATIONSHIP has no exception.
Method FETCH_REL_BUFFER_OLD Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_AFABD_OLD | Call by reference | Type reference (TYPE) | AFABD | Network: Dialog table for AFAB | 20100504 | |||
| 2 | ET_MESSAGE | Call by reference | Type reference (TYPE) | PS_MESSAGES | Error messages | 20100504 | |||
| 3 | EV_INDEX | Call by reference | Type reference (TYPE) | SY-TABIX | Index of data read | 20100510 | |||
| 4 | IS_ACTY_REL_ST | Call by reference | Type reference (TYPE) | PSHLP_ACTY_REL_ST | Activity Relationship API Output Structure | 20100505 |
Method FETCH_REL_BUFFER_OLD on class CL_PS_RELATIONSHIP has no exception.
Method FILL_VORNR_NETZPLAN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_ACTY_REL_ST | Call by reference | Type reference (TYPE) | PSHLP_ACTY_REL_ST | Activity Relationship API Output Structure | 20100615 |
Method FILL_VORNR_NETZPLAN on class CL_PS_RELATIONSHIP has no exception.
Method GET_GLOBALBUFFER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_AFAB_BT | Call by reference | Type reference (TYPE) | INDEX TABLE | Relationship buffer table | 20100607 | |||
| 2 | ET_REL_READ_FROM_DB | Call by reference | Type reference (TYPE) | PSHLP_ACTY_AFAB_TT | Activity key whose relationships have been read from DB | 20101013 |
Method GET_GLOBALBUFFER on class CL_PS_RELATIONSHIP has no exception.
Method GET_GLOBALBUFFER_METADATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_MESSAGES | Call by reference | Type reference (TYPE) | PS_MESSAGES | Error messages | 20100712 | |||
| 2 | ET_METADATA | Call by reference | Type reference (TYPE) | PSHLP_TABLE_METADATA_TT | Internal Table Details of the global buffers | 20100712 |
Method GET_GLOBALBUFFER_METADATA on class CL_PS_RELATIONSHIP has no exception.
Method GET_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RR_PS_REL_INSTANCE | Value transfer | Object reference (TYPE REF TO) | CL_PS_RELATIONSHIP | Helper class for relationship | 20100504 |
Method GET_INSTANCE on class CL_PS_RELATIONSHIP has no exception.
Method GET_LOADED_ACTIVITY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_ACTY_KEYS_LOADED | Call by reference | Type reference (TYPE) | PSHLP_ACTY_KEY_TT | PSHLP: Activity Keys | 20110329 | |||
| 2 | ET_ACTY_KEYS_NOT_LOADED | Call by reference | Type reference (TYPE) | PSHLP_ACTY_KEY_TT | PSHLP: Activity Keys | 20110329 | |||
| 3 | IT_ACTY_KEYS | Call by reference | Type reference (TYPE) | PSHLP_ACTY_KEY_TT | PSHLP: Activity Keys | 20110329 | |||
| 4 | IV_LOCK_FLAG | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20110329 |
Method GET_LOADED_ACTIVITY on class CL_PS_RELATIONSHIP has no exception.
Method GET_PROFILES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_NODE_PROFILES | Call by reference | Type reference (TYPE) | PSHLP_PROFILES_TT | PSHLP PROFILE | 20100621 | |||
| 2 | ET_MESSAGES | Call by reference | Type reference (TYPE) | PS_MESSAGES | Error messages | 20100621 | |||
| 3 | IS_NODE_DATA | Call by reference | Type reference (TYPE) | ANY | 20100614 | ||||
| 4 | IS_NODE_INFO | Call by reference | Type reference (TYPE) | PSHLP_UI_SUBNODE_DEF_ST | PSHLP SUB NODE Definition | 20100614 |
Method GET_PROFILES on class CL_PS_RELATIONSHIP has no exception.
Method INITIALIZE Signature
Method INITIALIZE on class CL_PS_RELATIONSHIP has no parameter.
Method INITIALIZE on class CL_PS_RELATIONSHIP has no exception.
Method MODIFY_AFAB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_AFAB | Call by reference | Type reference (TYPE) | AFABB | Network: Document Table for Relationships | 20100602 | |||
| 2 | EV_SUBRC | Call by reference | Type reference (TYPE) | SY-SUBRC | Return Value of ABAP Statements | 20100602 |
Method MODIFY_AFAB on class CL_PS_RELATIONSHIP has no exception.
Method PREP_REL_CREATE_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_MESSAGE | Call by reference | Type reference (TYPE) | PS_MESSAGES | Error messages | 20100804 | |||
| 2 | ET_NODE_DATA | Call by reference | Type reference (TYPE) | PSHLP_ACTY_REL_TT | Activity Relationship API Output Table | 20100804 | |||
| 3 | IT_NODE_DATA | Call by reference | Type reference (TYPE) | PSHLP_ACTY_REL_TT | Activity Relationship API Output Table | 20100804 |
Method PREP_REL_CREATE_DATA on class CL_PS_RELATIONSHIP has no exception.
Method PREP_SUCC_REL_CREATE_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_MESSAGE | Call by reference | Type reference (TYPE) | PS_MESSAGES | Error messages | 20100804 | |||
| 2 | ET_NODE_DATA | Call by reference | Type reference (TYPE) | PSHLP_ACTY_REL_TT | Activity Relationship API Output Table | 20100804 | |||
| 3 | IT_NODE_DATA | Call by reference | Type reference (TYPE) | PSHLP_ACTY_REL_TT | Activity Relationship API Output Table | 20100804 | |||
| 4 | IT_NODE_ID | Call by reference | Type reference (TYPE) | PSHLP_ACTY_KEY_TT | PSHLP: Activity Keys | 20100804 |
Method PREP_SUCC_REL_CREATE_DATA on class CL_PS_RELATIONSHIP has no exception.
Method PUT_MESSAGE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_MESSAGE | Call by reference | Type reference (TYPE) | BAL_S_MSG | Error messages | 20100524 | |||
| 2 | IV_MSGID | Call by reference | Type reference (TYPE) | MSGID | Message Class | 20100524 | |||
| 3 | IV_MSGNO | Call by reference | Type reference (TYPE) | MSGNO | System Message Number | 20100524 | |||
| 4 | IV_MSGTY | Call by reference | Type reference (TYPE) | MSGTY | Message Type | 20100524 | |||
| 5 | IV_MSGV1 | Call by reference | Type reference (TYPE) | MSGV1 | Message variable 01 | 20100524 | |||
| 6 | IV_MSGV2 | Call by reference | Type reference (TYPE) | MSGV2 | Message variable 02 | 20100524 | |||
| 7 | IV_MSGV3 | Call by reference | Type reference (TYPE) | MSGV3 | Message variable 03 | 20100524 | |||
| 8 | IV_MSGV4 | Call by reference | Type reference (TYPE) | MSGV4 | Message variable 04 | 20100524 |
Method PUT_MESSAGE on class CL_PS_RELATIONSHIP has no exception.
Method READ Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_ACTY_REL | Call by reference | Type reference (TYPE) | PSHLP_ACTY_REL_TT | Activity Relationship API Output table | 20100504 | |||
| 2 | ET_MESSAGE | Call by reference | Type reference (TYPE) | PS_MESSAGES | Error messages | 20100504 | |||
| 3 | IT_ACTY_KEYS | Call by reference | Type reference (TYPE) | PSHLP_ACTY_KEY_TT | Activity Keys | 20100504 | |||
| 4 | IV_LOCK_FLAG | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_FALSE | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20100726 |
Method READ on class CL_PS_RELATIONSHIP has no exception.
Method READ_ACTIVITY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_ACTY_DATA | Call by reference | Type reference (TYPE) | PSHLP_ACTY_TT | Activity API Output Table | 20100526 | |||
| 2 | ET_ACTY_DATES | Call by reference | Type reference (TYPE) | PSHLP_ACTY_DATE_TT | Activity Dates ouput table | 20100617 | |||
| 3 | ET_MESSAGE | Call by reference | Type reference (TYPE) | PS_MESSAGES | Error messages | 20100524 | |||
| 4 | IT_ACTY_KEYS | Call by reference | Type reference (TYPE) | PSHLP_ACTY_KEY_TT | Activity Keys | 20100524 | |||
| 5 | IV_ACTION | Call by reference | Type reference (TYPE) | STRING | Actions in HLP | 20100617 | |||
| 6 | IV_LOCK_FLAG | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_FALSE | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20100827 |
Method READ_ACTIVITY on class CL_PS_RELATIONSHIP has no exception.
Method READ_ACTYREL_FROM_DB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_MESSAGE | Call by reference | Type reference (TYPE) | PS_MESSAGES | Error messages | 20100903 | |||
| 2 | IT_ACTY_KEYS | Call by reference | Type reference (TYPE) | PSHLP_ACTY_KEY_TT | Activity Keys | 20100903 | |||
| 3 | IV_LOCK_FLAG | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_FALSE | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20100903 |
Method READ_ACTYREL_FROM_DB on class CL_PS_RELATIONSHIP has no exception.
Method READ_ACTY_REL_FROM_BUFFER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_ACTY_KEYS | Call by reference | Type reference (TYPE) | PSHLP_ACTY_KEY_TT | Activity Keys | 20100906 | |||
| 2 | CT_ACTY_REL | Call by reference | Type reference (TYPE) | PSHLP_ACTY_REL_TT | Activity Relationship API Output table | 20100906 | |||
| 3 | IV_LOCK_FLAG | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_FALSE | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20100906 |
Method READ_ACTY_REL_FROM_BUFFER on class CL_PS_RELATIONSHIP has no exception.
Method READ_CURRENT_ACTIVITY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ES_ACTIVITY | Call by reference | Type reference (TYPE) | AFVGD | Order: Dialog table for Table AFVG (order operation) | 20100524 | |||
| 2 | IV_APLZL | Call by reference | Type reference (TYPE) | AFVC-APLZL | General counter for order | 20100524 | |||
| 3 | IV_AUFPL | Call by reference | Type reference (TYPE) | AFKO-AUFPL | Routing number of operations in the order | 20100524 |
Method READ_CURRENT_ACTIVITY on class CL_PS_RELATIONSHIP has no exception.
Method READ_NETSTUFE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_ACTY_KEYS | Call by reference | Type reference (TYPE) | PSHLP_ACTY_KEY_TT | Activity keys to read relationship | 20100624 |
Method READ_NETSTUFE on class CL_PS_RELATIONSHIP has no exception.
Method READ_NETWORK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_MESSAGE | Call by reference | Type reference (TYPE) | PS_MESSAGES | Error messages | 20100524 | |||
| 2 | ET_NTWK_DATA | Call by reference | Type reference (TYPE) | PSHLP_NTWK_TT | Network API Output Table | 20100528 | |||
| 3 | IT_NTWK_KEYS | Call by reference | Type reference (TYPE) | PSHLP_NTWK_KEY_TT | Network keys | 20100524 | |||
| 4 | IV_LOCK_FLAG | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_FALSE | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20100827 |
Method READ_NETWORK on class CL_PS_RELATIONSHIP has no exception.
Method READ_NTWK_AND_ACTY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_MESSAGE | Call by reference | Type reference (TYPE) | PS_MESSAGES | Error messages | 20100604 | |||
| 2 | ET_NTWK_DATA | Call by reference | Type reference (TYPE) | PSHLP_NTWK_TT | Network API Output Table | 20100615 | |||
| 3 | IV_APLZL | Call by reference | Type reference (TYPE) | CO_APLZL | General counter for order | 20100607 | |||
| 4 | IV_AUFPL | Call by reference | Type reference (TYPE) | CO_AUFPL | Routing number of operations in the order | 20100607 |
Method READ_NTWK_AND_ACTY on class CL_PS_RELATIONSHIP has no exception.
Method READ_NTWK_RELATIONSHIP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_MESSAGE | Call by reference | Type reference (TYPE) | PS_MESSAGES | Error messages | 20100903 | |||
| 2 | IT_ACTY_KEYS | Call by reference | Type reference (TYPE) | PSHLP_ACTY_KEY_TT | Activity Keys | 20100903 | |||
| 3 | IV_LOCK_FLAG | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_FALSE | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20100903 |
Method READ_NTWK_RELATIONSHIP on class CL_PS_RELATIONSHIP has no exception.
Method READ_NTWK_REL_FROM_BUFFER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_ACTY_KEYS | Call by reference | Type reference (TYPE) | PSHLP_ACTY_KEY_TT | Activity Keys | 20100906 | |||
| 2 | CT_ACTY_REL | Call by reference | Type reference (TYPE) | PSHLP_ACTY_REL_TT | Activity Relationship API Output table | 20100906 | |||
| 3 | IV_LOCK_FLAG | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_FALSE | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20100906 |
Method READ_NTWK_REL_FROM_BUFFER on class CL_PS_RELATIONSHIP has no exception.
Method READ_RELATIONSHIP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_ACTY_REL | Call by reference | Type reference (TYPE) | PSHLP_ACTY_REL_TT | Activity Relationship API Output table | 20110323 | |||
| 2 | ET_MESSAGE | Call by reference | Type reference (TYPE) | PS_MESSAGES | Error messages | 20110323 | |||
| 3 | IT_ACTY_KEYS | Call by reference | Type reference (TYPE) | PSHLP_ACTY_KEY_TT | Activity Keys | 20110323 | |||
| 4 | IV_LOCK_FLAG | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_FALSE | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20110323 |
Method READ_RELATIONSHIP on class CL_PS_RELATIONSHIP has no exception.
Method READ_RELATIONSHIP_FROM_BUFFER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_ACTY_REL | Call by reference | Type reference (TYPE) | PSHLP_ACTY_REL_TT | Activity Relationship API Output table | 20110322 | |||
| 2 | IT_ACTY_KEYS | Call by reference | Type reference (TYPE) | PSHLP_ACTY_KEY_TT | Activity Keys | 20110322 | |||
| 3 | IV_LOCK_FLAG | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_FALSE | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20110322 |
Method READ_RELATIONSHIP_FROM_BUFFER on class CL_PS_RELATIONSHIP has no exception.
Method READ_RELATIONSHIP_FROM_DB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_MESSAGE | Call by reference | Type reference (TYPE) | PS_MESSAGES | Error messages | 20110322 | |||
| 2 | IT_ACTY_KEYS | Call by reference | Type reference (TYPE) | PSHLP_ACTY_KEY_TT | Activity Keys | 20110322 | |||
| 3 | IV_LOCK_FLAG | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_FALSE | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20110322 |
Method READ_RELATIONSHIP_FROM_DB on class CL_PS_RELATIONSHIP has no exception.
Method READ_REL_FOR_RELOBJNR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_ACTY_REL | Call by reference | Type reference (TYPE) | PSHLP_ACTY_REL_TT | Activity Relationship API Output table | 20100706 | |||
| 2 | ET_MESSAGE | Call by reference | Type reference (TYPE) | PS_MESSAGES | Error messages | 20100706 | |||
| 3 | IT_REL_KEYS | Call by reference | Type reference (TYPE) | PSHLP_REL_KEY_TT | Relationship Keys | 20100706 |
Method READ_REL_FOR_RELOBJNR on class CL_PS_RELATIONSHIP has no exception.
Method READ_REL_FROM_DB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_MESSAGE | Call by reference | Type reference (TYPE) | PS_MESSAGES | Error messages | 20100601 | |||
| 2 | IT_AUFPL_PRE_TAB | Call by reference | Type reference (TYPE) | PSHLP_AUFPL_TT | Aufpl keys for relationship read | 20100524 | |||
| 3 | IT_NUMBER_TAB | Call by reference | Type reference (TYPE) | PSHLP_NUMBER_TAB_TT | 20100524 | ||||
| 4 | IV_LOCK_FLAG | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_FALSE | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20100726 |
Method READ_REL_FROM_DB on class CL_PS_RELATIONSHIP has no exception.
Method READ_REL_FROM_TREX Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_ACTY_KEYS | Call by reference | Type reference (TYPE) | PSHLP_ACTY_KEY_TT | PSHLP: Activity Keys | 20100913 | |||
| 2 | ET_ACTY_REL | Call by reference | Type reference (TYPE) | PSHLP_ACTY_REL_TT | Activity Relationship API Output table | 20100913 | |||
| 3 | ET_MESSAGE | Call by reference | Type reference (TYPE) | PS_MESSAGES | Error messages | 20100913 | |||
| 4 | IT_ACTY_KEYS | Call by reference | Type reference (TYPE) | PSHLP_ACTY_KEY_TT | Activity Keys | 20100913 | |||
| 5 | IV_LOCK_FLAG | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_FALSE | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20100913 |
Method READ_REL_FROM_TREX on class CL_PS_RELATIONSHIP has no exception.
Method READ_REL_PRED Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_ACTY_REL | Call by reference | Type reference (TYPE) | PSHLP_ACTY_REL_TT | Activity Relationship API Output table | 20100709 | |||
| 2 | ET_MESSAGE | Call by reference | Type reference (TYPE) | PS_MESSAGES | Error messages | 20100709 | |||
| 3 | IT_ACTY_KEYS | Call by reference | Type reference (TYPE) | PSHLP_ACTY_KEY_TT | Activity Keys | 20100709 |
Method READ_REL_PRED on class CL_PS_RELATIONSHIP has no exception.
Method READ_REL_SUCC Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_ACTY_REL | Call by reference | Type reference (TYPE) | PSHLP_ACTY_REL_TT | Activity Relationship API Output table | 20100709 | |||
| 2 | ET_MESSAGE | Call by reference | Type reference (TYPE) | PS_MESSAGES | Error messages | 20100709 | |||
| 3 | IT_ACTY_KEYS | Call by reference | Type reference (TYPE) | PSHLP_ACTY_KEY_TT | Activity Keys | 20100709 |
Method READ_REL_SUCC on class CL_PS_RELATIONSHIP has no exception.
Method READ_WORKSTATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_ACTY_REL | Call by reference | Type reference (TYPE) | PSHLP_ACTY_REL_ST | Activity Relationship API Output Structure | 20100616 | |||
| 2 | IS_NTWK_DATA | Call by reference | Type reference (TYPE) | PSHLP_NTWK_ST | Network keys | 20100617 |
Method READ_WORKSTATION on class CL_PS_RELATIONSHIP has no exception.
Method SET_GLOBALBUFFER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_MESSAGES | Call by reference | Type reference (TYPE) | PS_MESSAGES | Error messages | 20100709 | |||
| 2 | IT_AFAB_BT | Call by reference | Type reference (TYPE) | INDEX TABLE | Relationship data | 20100607 | |||
| 3 | IT_REL_READ_FROM_DB | Call by reference | Type reference (TYPE) | PSHLP_ACTY_AFAB_TT | Activity key whose relationships have been read from DB | 20101013 | |||
| 4 | IV_SAVE_IN_BACKGROUND | Call by reference | Type reference (TYPE) | BOOLE_D | ABAP_FALSE | save in background ? | 20100816 |
Method SET_GLOBALBUFFER on class CL_PS_RELATIONSHIP has no exception.
Method SET_RELATION_READ_NTWK_KEY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_AUFPL_PRE_TAB | Call by reference | Type reference (TYPE) | PSHLP_AUFPL_TT | PSHLP: Aufpl keys for relationship read | 20100528 |
Method SET_RELATION_READ_NTWK_KEY on class CL_PS_RELATIONSHIP has no exception.
Method UPDATE_GLOBAL_BUFFER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_AFAB_BT | Call by reference | Type reference (TYPE) | INDEX TABLE | Relationship data | 20100811 |
Method UPDATE_GLOBAL_BUFFER on class CL_PS_RELATIONSHIP has no exception.
Method UPDATE_TIME_INTERVAL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_AFABD_NEW | Call by reference | Type reference (TYPE) | PSHLP_ACTY_REL_ST | Network: Dialog table for AFAB | 20100607 | |||
| 2 | ES_ACTY_DATA | Call by reference | Type reference (TYPE) | PSHLP_ACTY_ST | Activity API Output structure | 20100811 | |||
| 3 | ET_MESSAGE | Call by reference | Type reference (TYPE) | PS_MESSAGES | Error messages | 20100608 |
Method UPDATE_TIME_INTERVAL on class CL_PS_RELATIONSHIP has no exception.
Method VALIDATE_ACTY_AND_NTWK_INPUT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_AFABD_NEW | Call by reference | Type reference (TYPE) | PSHLP_ACTY_REL_ST | Activity Relationship API Output table | 20100524 | |||
| 2 | ET_MESSAGE | Call by reference | Type reference (TYPE) | PS_MESSAGES | Error messages | 20100524 | |||
| 3 | IS_AFABD_OLD | Call by reference | Type reference (TYPE) | AFABD | Network: Dialog table for AFAB | 20100524 | |||
| 4 | IS_NTWK_DATA | Call by reference | Type reference (TYPE) | PSHLP_NTWK_ST | Network Output Structure | 20100616 |
Method VALIDATE_ACTY_AND_NTWK_INPUT on class CL_PS_RELATIONSHIP has no exception.
Method VALIDATE_ACTY_AOBAR_NTWK_INPUT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_AFABD_NEW | Call by reference | Type reference (TYPE) | PSHLP_ACTY_REL_ST | Activity Relationship API Output Structure | 20100524 | |||
| 2 | ET_MESSAGE | Call by reference | Type reference (TYPE) | PS_MESSAGES | Error messages | 20100524 | |||
| 3 | IS_AFABD_OLD | Call by reference | Type reference (TYPE) | AFABD | Network: Dialog table for AFAB | 20100524 |
Method VALIDATE_ACTY_AOBAR_NTWK_INPUT on class CL_PS_RELATIONSHIP has no exception.
Method WORKCENTRE_PLANT_VALIDATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_AFABD_NEW | Call by reference | Type reference (TYPE) | PSHLP_ACTY_REL_ST | Activity Relationship API Output Structure | 20100617 | |||
| 2 | ET_MESSAGE | Call by reference | Type reference (TYPE) | PS_MESSAGES | Error messages | 20100617 | |||
| 3 | IS_NTWK_DATA | Call by reference | Type reference (TYPE) | PSHLP_NTWK_ST | Network API Output Table | 20100617 |
Method WORKCENTRE_PLANT_VALIDATION on class CL_PS_RELATIONSHIP has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 606 |