SAP ABAP Class CL_PS_RELATIONSHIP (Relationship)
Hierarchy
EA-APPL (Software Component) SAP Enterprise Extension PLM, SCM, Financials
   PS-ST (Application Component) Structures
     PSB_API (Package) PS API Package
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 ABAP 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 GT_ACTY_REL_READ_FROM_DB Static Attribute Protected Type reference (TYPE) PSHLP_ACTY_AFAB_TT Activity key whose relationships have been read from DB 20100907
2 GT_NTWK_REL_READ_FROM_DB Static Attribute Protected Type reference (TYPE) GTY_NTWK_KEY_TAB Network key whose relationships have been read from DB 20100528
3 SR_PS_REL_INSTANCE Static Attribute Private Object reference (TYPE REF TO) CL_PS_RELATIONSHIP Relationship Ins 20100504
Methods
# Method Level Visibility Method type Description Created on
1 ACTIVITY_STATUS_CHECK Instance method Public Method Checks whether the activity has valid status 20100609
2 APPEND_EXTERNAL_NETWORK Instance method Private Method Appends external network buffer table 20100604
3 CHANGE Instance method Public Method Change Activity Relationships 20100504
4 CHECK_ACTIVITY_OF_NETWORK Instance method Private Method Checks whether activity belong to a particular network 20100524
5 CHECK_AND_APPEND_EXT_NTWK Instance method Private Method Checks for exitence of networks and appends external network 20100604
6 CHECK_INPUT_VALIDATION Instance method Private Method Validate inputs 20100504
7 CLEAR_BUFFFERS Instance method Public Method Clears the buffer tables 20100601
8 CONVERT_KEYS_TO_AUFPL_APLZL Instance method Private Method Convert the keys to aufpl and aplzl 20110322
9 CREATE_REL Instance method Public Method Create Activity Relationships for special selection in alv 20100804
10 DELETE Instance method Public Method Deletes the relationship 20100607
11 DESTROY_INSTANCE Instance method Public Method Destroy the singleton instance 20100816
12 FETCH_REL_BUFFER_OLD Instance method Private Method Get the old details of the relationship for validation check 20100504
13 FILL_VORNR_NETZPLAN Instance method Private Method Fill vornr and netzplan based on UI 20100615
14 GET_GLOBALBUFFER Instance method Public Method Get Relationship global buffers 20100607
15 GET_GLOBALBUFFER_METADATA Instance method Public Method Gets Relationship global buffers metadata 20100712
16 GET_INSTANCE Static method Public Method Returns singleton instance 20100504
17 GET_LOADED_ACTIVITY Instance method Private Method 20110329
18 GET_PROFILES Instance method Public Method Get Screen Profile 20100614
19 INITIALIZE Instance method Public Method Initializes all object buffers 20100816
20 MODIFY_AFAB Instance method Public Method Modifies the buffer table of relationships while reading 20100602
21 PREP_REL_CREATE_DATA Instance method Public Method Prepates data to Create Activity Relationships 20100804
22 PREP_SUCC_REL_CREATE_DATA Instance method Public Method Prepates data to Create Successor Relationships 20100804
23 PUT_MESSAGE Instance method Private Method Method to put the message 20100524
24 READ Instance method Public Method Reads the Relationship data 20100504
25 READ_ACTIVITY Instance method Private Method Reads the activity details 20100524
26 READ_ACTYREL_FROM_DB Instance method Private Method Reads acty relationships from DB 20100903
27 READ_ACTY_REL_FROM_BUFFER Instance method Private Method Reads the relationships from buffer for activity key 20100906
28 READ_CURRENT_ACTIVITY Instance method Private Method Reads the current activity 20100524
29 READ_NETSTUFE Instance method Private Method Bufers the netstufe 20100524
30 READ_NETWORK Instance method Private Method Reads the network data 20100524
31 READ_NTWK_AND_ACTY Instance method Private Method Reads network and activity together 20100604
32 READ_NTWK_RELATIONSHIP Instance method Private Method Preparation to read the relationship for aufpl (ntwk) key 20100903
33 READ_NTWK_REL_FROM_BUFFER Instance method Private Method Reads the relationships from buffer for network key(Not use) 20100906
34 READ_RELATIONSHIP Instance method Public Method Reads the Relationship data 20110323
35 READ_RELATIONSHIP_FROM_BUFFER Instance method Private Method Reads the relationships from buffer for activity key 20110322
36 READ_RELATIONSHIP_FROM_DB Instance method Private Method Reads acty relationships from DB 20110322
37 READ_REL_FOR_RELOBJNR Instance method Public Method Reads relationship from buffer for rel objnr for details UI 20100706
38 READ_REL_FROM_DB Instance method Private Method Reads the relationship from database 20100524
39 READ_REL_FROM_TREX Instance method Private Method Reads the relatioships from trex 20100707
40 READ_REL_PRED Instance method Public Method Reads all predecessors relationships only for an activity 20100709
41 READ_REL_SUCC Instance method Public Method Reads all successors relationships only for an activity 20100709
42 READ_WORKSTATION Instance method Private Method Gets the workstation 20100614
43 SET_GLOBALBUFFER Instance method Public Method Set Relationship global buffers with vbkz flag 20100607
44 SET_RELATION_READ_NTWK_KEY Instance method Private Method Buffers the network keys whose relationships have been read 20100528
45 UPDATE_GLOBAL_BUFFER Instance method Private Method Update global buffers of activity relationships 20100504
46 UPDATE_TIME_INTERVAL Instance method Private Method Updates time interval between relationships 20100607
47 VALIDATE_ACTY_AND_NTWK_INPUT Instance method Private Method Validates activity and network input 20100524
48 VALIDATE_ACTY_AOBAR_NTWK_INPUT Instance method Private Method Validates activity, relationship, network input 20100524
49 WORKCENTRE_PLANT_VALIDATION 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 Exporting ET_MESSAGE Call by reference Type reference (TYPE) PS_MESSAGES Error messages 20100609
2 Importing IV_OBJNR Call by reference Type reference (TYPE) J_OBJNR Object number 20100609
3 Importing 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 Importing IS_AFAB_BT Call by reference Type reference (TYPE) AFABB Network: Document Table for Relationships 20100604
2 Importing 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 Exporting ET_MESSAGE Call by reference Type reference (TYPE) PS_MESSAGES Error messages 20100504
2 Exporting ET_NODE_DATA Call by reference Type reference (TYPE) PSHLP_ACTY_REL_TT Activity Relationship API Output Table 20100505
3 Importing IT_NODE_DATA Call by reference Type reference (TYPE) PSHLP_ACTY_REL_TT Activity Relationship API Output Table 20100505
4 Importing IV_CHECK_ONLY Call by reference Type reference (TYPE) BOOLE_D ABAP_FALSE If true, only validate and don't update buffer 20100726
5 Importing 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 Exporting ES_NEW_ACTY_DATA Call by reference Type reference (TYPE) PSHLP_ACTY_ST Activity data 20100531
2 Exporting ET_MESSAGE Call by reference Type reference (TYPE) PS_MESSAGES Error messages 20100524
3 Importing IV_AUFNR Call by reference Type reference (TYPE) AFVGD-AUFNRD Order Number 20100524
4 Importing 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 Changing CS_AFABB Call by reference Type reference (TYPE) AFABB Network: Document Table for Relationships 20100604
2 Changing CT_AUFPL_APLZL Call by reference Type reference (TYPE) LTY_AUFPL_APLZL_TAB 20100604
3 Exporting ET_MESSAGE Call by reference Type reference (TYPE) PS_MESSAGES Error messages 20100604
4 Importing 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 Changing CS_AFABD_NEW Call by reference Type reference (TYPE) PSHLP_ACTY_REL_ST Activity Relationship API Output Structure 20100510
2 Exporting ET_MESSAGE Call by reference Type reference (TYPE) PS_MESSAGES Error messages 20100504
3 Importing 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 Exporting ET_ACTY_KEYS_BUFFER Call by reference Type reference (TYPE) PSHLP_ACTY_KEY_TT 20110322
2 Exporting ET_ACTY_KEYS_DB Call by reference Type reference (TYPE) PSHLP_ACTY_KEY_TT 20110322
3 Importing IT_ACTY_KEYS Call by reference Type reference (TYPE) PSHLP_ACTY_KEY_TT 20110322
4 Importing 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 Exporting ET_MESSAGE Call by reference Type reference (TYPE) PS_MESSAGES Error messages 20100804
2 Exporting ET_NODE_DATA Call by reference Type reference (TYPE) PSHLP_ACTY_REL_TT Activity Relationship API Output Table 20100804
3 Importing IT_NODE_DATA Call by reference Type reference (TYPE) PSHLP_ACTY_REL_TT Activity Relationship API Output Table 20100804
4 Importing 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 Exporting ET_MESSAGE Call by reference Type reference (TYPE) PS_MESSAGES Error messages 20100607
2 Importing 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 Exporting ES_AFABD_OLD Call by reference Type reference (TYPE) AFABD Network: Dialog table for AFAB 20100504
2 Exporting ET_MESSAGE Call by reference Type reference (TYPE) PS_MESSAGES Error messages 20100504
3 Exporting EV_INDEX Call by reference Type reference (TYPE) SY-TABIX Index of data read 20100510
4 Importing 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 Changing 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 Exporting ET_AFAB_BT Call by reference Type reference (TYPE) INDEX TABLE Relationship buffer table 20100607
2 Exporting 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 Exporting ET_MESSAGES Call by reference Type reference (TYPE) PS_MESSAGES Error messages 20100712
2 Exporting 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 Returning 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 Exporting ET_ACTY_KEYS_LOADED Call by reference Type reference (TYPE) PSHLP_ACTY_KEY_TT PSHLP: Activity Keys 20110329
2 Exporting ET_ACTY_KEYS_NOT_LOADED Call by reference Type reference (TYPE) PSHLP_ACTY_KEY_TT PSHLP: Activity Keys 20110329
3 Importing IT_ACTY_KEYS Call by reference Type reference (TYPE) PSHLP_ACTY_KEY_TT PSHLP: Activity Keys 20110329
4 Importing 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 Changing CT_NODE_PROFILES Call by reference Type reference (TYPE) PSHLP_PROFILES_TT PSHLP PROFILE 20100621
2 Exporting ET_MESSAGES Call by reference Type reference (TYPE) PS_MESSAGES Error messages 20100621
3 Importing IS_NODE_DATA Call by reference Type reference (TYPE) ANY 20100614
4 Importing 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 Changing CS_AFAB Call by reference Type reference (TYPE) AFABB Network: Document Table for Relationships 20100602
2 Exporting 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 Exporting ET_MESSAGE Call by reference Type reference (TYPE) PS_MESSAGES Error messages 20100804
2 Exporting ET_NODE_DATA Call by reference Type reference (TYPE) PSHLP_ACTY_REL_TT Activity Relationship API Output Table 20100804
3 Importing 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 Exporting ET_MESSAGE Call by reference Type reference (TYPE) PS_MESSAGES Error messages 20100804
2 Exporting ET_NODE_DATA Call by reference Type reference (TYPE) PSHLP_ACTY_REL_TT Activity Relationship API Output Table 20100804
3 Importing IT_NODE_DATA Call by reference Type reference (TYPE) PSHLP_ACTY_REL_TT Activity Relationship API Output Table 20100804
4 Importing 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 Exporting ES_MESSAGE Call by reference Type reference (TYPE) BAL_S_MSG Error messages 20100524
2 Importing IV_MSGID Call by reference Type reference (TYPE) MSGID Message Class 20100524
3 Importing IV_MSGNO Call by reference Type reference (TYPE) MSGNO System Message Number 20100524
4 Importing IV_MSGTY Call by reference Type reference (TYPE) MSGTY Message Type 20100524
5 Importing IV_MSGV1 Call by reference Type reference (TYPE) MSGV1 Message variable 01 20100524
6 Importing IV_MSGV2 Call by reference Type reference (TYPE) MSGV2 Message variable 02 20100524
7 Importing IV_MSGV3 Call by reference Type reference (TYPE) MSGV3 Message variable 03 20100524
8 Importing 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 Exporting ET_ACTY_REL Call by reference Type reference (TYPE) PSHLP_ACTY_REL_TT Activity Relationship API Output table 20100504
2 Exporting ET_MESSAGE Call by reference Type reference (TYPE) PS_MESSAGES Error messages 20100504
3 Importing IT_ACTY_KEYS Call by reference Type reference (TYPE) PSHLP_ACTY_KEY_TT Activity Keys 20100504
4 Importing 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 Exporting ET_ACTY_DATA Call by reference Type reference (TYPE) PSHLP_ACTY_TT Activity API Output Table 20100526
2 Exporting ET_ACTY_DATES Call by reference Type reference (TYPE) PSHLP_ACTY_DATE_TT Activity Dates ouput table 20100617
3 Exporting ET_MESSAGE Call by reference Type reference (TYPE) PS_MESSAGES Error messages 20100524
4 Importing IT_ACTY_KEYS Call by reference Type reference (TYPE) PSHLP_ACTY_KEY_TT Activity Keys 20100524
5 Importing IV_ACTION Call by reference Type reference (TYPE) STRING Actions in HLP 20100617
6 Importing 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 Exporting ET_MESSAGE Call by reference Type reference (TYPE) PS_MESSAGES Error messages 20100903
2 Importing IT_ACTY_KEYS Call by reference Type reference (TYPE) PSHLP_ACTY_KEY_TT Activity Keys 20100903
3 Importing 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 Changing CT_ACTY_KEYS Call by reference Type reference (TYPE) PSHLP_ACTY_KEY_TT Activity Keys 20100906
2 Changing CT_ACTY_REL Call by reference Type reference (TYPE) PSHLP_ACTY_REL_TT Activity Relationship API Output table 20100906
3 Importing 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 Exporting ES_ACTIVITY Call by reference Type reference (TYPE) AFVGD Order: Dialog table for Table AFVG (order operation) 20100524
2 Importing IV_APLZL Call by reference Type reference (TYPE) AFVC-APLZL General counter for order 20100524
3 Importing 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 Importing 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 Exporting ET_MESSAGE Call by reference Type reference (TYPE) PS_MESSAGES Error messages 20100524
2 Exporting ET_NTWK_DATA Call by reference Type reference (TYPE) PSHLP_NTWK_TT Network API Output Table 20100528
3 Importing IT_NTWK_KEYS Call by reference Type reference (TYPE) PSHLP_NTWK_KEY_TT Network keys 20100524
4 Importing 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 Exporting ET_MESSAGE Call by reference Type reference (TYPE) PS_MESSAGES Error messages 20100604
2 Exporting ET_NTWK_DATA Call by reference Type reference (TYPE) PSHLP_NTWK_TT Network API Output Table 20100615
3 Importing IV_APLZL Call by reference Type reference (TYPE) CO_APLZL General counter for order 20100607
4 Importing 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 Exporting ET_MESSAGE Call by reference Type reference (TYPE) PS_MESSAGES Error messages 20100903
2 Importing IT_ACTY_KEYS Call by reference Type reference (TYPE) PSHLP_ACTY_KEY_TT Activity Keys 20100903
3 Importing 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 Changing CT_ACTY_KEYS Call by reference Type reference (TYPE) PSHLP_ACTY_KEY_TT Activity Keys 20100906
2 Changing CT_ACTY_REL Call by reference Type reference (TYPE) PSHLP_ACTY_REL_TT Activity Relationship API Output table 20100906
3 Importing 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 Exporting ET_ACTY_REL Call by reference Type reference (TYPE) PSHLP_ACTY_REL_TT Activity Relationship API Output table 20110323
2 Exporting ET_MESSAGE Call by reference Type reference (TYPE) PS_MESSAGES Error messages 20110323
3 Importing IT_ACTY_KEYS Call by reference Type reference (TYPE) PSHLP_ACTY_KEY_TT Activity Keys 20110323
4 Importing 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 Exporting ET_ACTY_REL Call by reference Type reference (TYPE) PSHLP_ACTY_REL_TT Activity Relationship API Output table 20110322
2 Importing IT_ACTY_KEYS Call by reference Type reference (TYPE) PSHLP_ACTY_KEY_TT Activity Keys 20110322
3 Importing 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 Exporting ET_MESSAGE Call by reference Type reference (TYPE) PS_MESSAGES Error messages 20110322
2 Importing IT_ACTY_KEYS Call by reference Type reference (TYPE) PSHLP_ACTY_KEY_TT Activity Keys 20110322
3 Importing 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 Exporting ET_ACTY_REL Call by reference Type reference (TYPE) PSHLP_ACTY_REL_TT Activity Relationship API Output table 20100706
2 Exporting ET_MESSAGE Call by reference Type reference (TYPE) PS_MESSAGES Error messages 20100706
3 Importing 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 Exporting ET_MESSAGE Call by reference Type reference (TYPE) PS_MESSAGES Error messages 20100601
2 Importing IT_AUFPL_PRE_TAB Call by reference Type reference (TYPE) PSHLP_AUFPL_TT Aufpl keys for relationship read 20100524
3 Importing IT_NUMBER_TAB Call by reference Type reference (TYPE) PSHLP_NUMBER_TAB_TT 20100524
4 Importing 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 Exporting ET_ACTY_KEYS Call by reference Type reference (TYPE) PSHLP_ACTY_KEY_TT PSHLP: Activity Keys 20100913
2 Exporting ET_ACTY_REL Call by reference Type reference (TYPE) PSHLP_ACTY_REL_TT Activity Relationship API Output table 20100913
3 Exporting ET_MESSAGE Call by reference Type reference (TYPE) PS_MESSAGES Error messages 20100913
4 Importing IT_ACTY_KEYS Call by reference Type reference (TYPE) PSHLP_ACTY_KEY_TT Activity Keys 20100913
5 Importing 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 Exporting ET_ACTY_REL Call by reference Type reference (TYPE) PSHLP_ACTY_REL_TT Activity Relationship API Output table 20100709
2 Exporting ET_MESSAGE Call by reference Type reference (TYPE) PS_MESSAGES Error messages 20100709
3 Importing 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 Exporting ET_ACTY_REL Call by reference Type reference (TYPE) PSHLP_ACTY_REL_TT Activity Relationship API Output table 20100709
2 Exporting ET_MESSAGE Call by reference Type reference (TYPE) PS_MESSAGES Error messages 20100709
3 Importing 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 Changing CS_ACTY_REL Call by reference Type reference (TYPE) PSHLP_ACTY_REL_ST Activity Relationship API Output Structure 20100616
2 Importing 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 Exporting ET_MESSAGES Call by reference Type reference (TYPE) PS_MESSAGES Error messages 20100709
2 Importing IT_AFAB_BT Call by reference Type reference (TYPE) INDEX TABLE Relationship data 20100607
3 Importing 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 Importing 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 Importing 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 Importing 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 Changing CS_AFABD_NEW Call by reference Type reference (TYPE) PSHLP_ACTY_REL_ST Network: Dialog table for AFAB 20100607
2 Exporting ES_ACTY_DATA Call by reference Type reference (TYPE) PSHLP_ACTY_ST Activity API Output structure 20100811
3 Exporting 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 Changing CS_AFABD_NEW Call by reference Type reference (TYPE) PSHLP_ACTY_REL_ST Activity Relationship API Output table 20100524
2 Exporting ET_MESSAGE Call by reference Type reference (TYPE) PS_MESSAGES Error messages 20100524
3 Importing IS_AFABD_OLD Call by reference Type reference (TYPE) AFABD Network: Dialog table for AFAB 20100524
4 Importing 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 Changing CS_AFABD_NEW Call by reference Type reference (TYPE) PSHLP_ACTY_REL_ST Activity Relationship API Output Structure 20100524
2 Exporting ET_MESSAGE Call by reference Type reference (TYPE) PS_MESSAGES Error messages 20100524
3 Importing 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 Changing CS_AFABD_NEW Call by reference Type reference (TYPE) PSHLP_ACTY_REL_ST Activity Relationship API Output Structure 20100617
2 Exporting ET_MESSAGE Call by reference Type reference (TYPE) PS_MESSAGES Error messages 20100617
3 Importing 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