SAP ABAP Class CL_PT_REQ_HEADER (Request Header)
Hierarchy
EA-HRRXX (Software Component) Sub component EA-HRRXX of EA-HR
   PT (Application Component) Personnel Time Management
     PAOC_TIM_REQUEST (Package) Application Database and Application Objects
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  BI_OBJECT Business Instance 20040301
2 Interface implementation (CLASS c. INTERFACES i_ref)  BI_PERSISTENT Persistent Business Instance 20040301
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_OS_STATE State Management for a 'Managed Object' 20020625
4 Interface implementation (CLASS c. INTERFACES i_ref)  IF_PT_REQ_HEADER For All Request Headers 20020702
5 Interface implementation (CLASS c. INTERFACES i_ref)  IF_WORKFLOW Business Workflow 20040301
Properties
Class CL_PT_REQ_HEADER  
Short Description Request Header    
Super Class    
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 10  Persistent Class 
Package PAOC_TIM_REQUEST   Application Database and Application Objects 
Created 20020625   SAP 
Last change 20041209   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_OS_SYSTEM Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
# Interface Abstract Final Description Created on
1 BI_OBJECT Business Instance 20040301
2 BI_PERSISTENT Persistent Business Instance 20040301
3 IF_OS_STATE State Management for a 'Managed Object' 20020625
4 IF_PT_REQ_HEADER For All Request Headers 20020702
5 IF_WORKFLOW Business Workflow 20040301
Friends
# Friend Modeled only Created on Description
1 CA_PT_REQ_HEADER 20020702 Agent Request Header
2 CA_PT_REQ_ITEMS 20021017 Agent Request Items
3 CB_PT_REQ_HEADER 20040727 Base Agent Request Header
4 CL_PT_REQ_ITEMS 20020919 Request Items (General)
5 CL_PT_REQ_REQUEST 20021031 Request
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 ACTOR_AGENT Instance attribute Protected Object reference (TYPE REF TO) CA_PT_REQ_ACTOR Agent Request Participants 20020726
2 APPROVAL Instance attribute Protected Type reference (TYPE) CHAR1 Single-character ID 20040302
3 APPROVAL_PROCESS Instance attribute Protected Type reference (TYPE) PTREQ_PROCESS ESS: Process for Processing 20040309
4 HEADER_AGENT Instance attribute Protected Object reference (TYPE REF TO) CA_PT_REQ_HEADER Agent Request Header 20020703
5 INITIATOR Instance attribute Protected Object reference (TYPE REF TO) IF_PT_REQ_A_WF Globally Unique Identifier 20020731
6 ITEM_AGENT Instance attribute Protected Object reference (TYPE REF TO) CA_PT_REQ_ITEMS Agent Request Items 20020703
7 ITEM_LIST_ID Instance attribute Protected Type reference (TYPE) GUID_32 GUID in 'CHAR' Format in Upper Case 20020626
8 ITEM_LIST_OBJECT_TAB Instance attribute Protected Type reference (TYPE) PTREQ_ITEM_OBJECT_TAB Request Items 20020917
9 ITEM_TAB Instance attribute Protected Type reference (TYPE) PTREQ_ITEMS_TAB Request Items 20020703
10 ITEM_TYPE_ATTRIBS Instance attribute Protected Type reference (TYPE) HRTIM00_REQ_ITEM_TYPE_TAB Table of Attributes of Request Item Types 20020731
11 MESSAGE_HANDLER Instance attribute Protected Object reference (TYPE REF TO) IF_PT_REQ_MESSAGE_HANDLER Message Processing 20030225
12 MOD_TIMESTAMP Instance attribute Protected Type reference (TYPE) TIMESTAMP UTC Time Stamp in Short Form (YYYYMMDDhhmmss) 20020626
13 MOD_TIMEZONE Instance attribute Protected Type reference (TYPE) TIMEZONE Time Zone 20020626
14 MOD_USER Instance attribute Protected Type reference (TYPE) AS4USER Last Changed by 20020626
15 NEXT_PROCESSOR Instance attribute Protected Object reference (TYPE REF TO) IF_PT_REQ_A_WF Globally Unique Identifier 20020731
16 NOTICE_AGENT Instance attribute Protected Object reference (TYPE REF TO) CA_PT_REQ_NOTICE Agent Request Note 20020726
17 NOTICE_STRUC Instance attribute Protected Type reference (TYPE) PTREQ_NOTICE_STRUC Note for Request 20030522
18 NUMBER_OF_ITEMS Instance attribute Protected Type reference (TYPE) INT4 Natural Number 20020731
19 OWNER Instance attribute Protected Object reference (TYPE REF TO) IF_PT_REQ_A_WF Globally Unique Identifier 20020731
20 PT_REQ_APPLICATION Instance attribute Protected Object reference (TYPE REF TO) IF_PT_REQ_APPLICATION Agent Request Header 20031127
21 REQUEST_ID Instance attribute Protected Type reference (TYPE) GUID_32 GUID in 'CHAR' Format in Upper Case 20020626
22 REQUEST_TYPE Instance attribute Protected Type reference (TYPE) TIM_REQ_TYPE Request Type 20020626
23 REQ_TYPE_ATTRIBS Instance attribute Protected Type reference (TYPE) PTREQ_TYPE Request Types 20020731
24 RESPONSIBLE Instance attribute Protected Object reference (TYPE REF TO) IF_PT_REQ_A_WF Globally Unique Identifier 20020731
25 STATUS Instance attribute Protected Type reference (TYPE) TIM_REQ_STATUS Status of Request 20020626
26 VERSION_NO Instance attribute Protected Type reference (TYPE) INT4 Natural Number 20020703
27 WORKITEM_ID Instance attribute Protected Type reference (TYPE) SWW_WIID Work Item ID 20030318
Methods
# Method Level Visibility Method type Description Created on
1 ADD_ITEM_TO_ITEM_TAB Instance method Private Method 20040811
2 ADD_PERSISTENT_ITEMS Instance method Private Method Find (DB) or Create Persistent Request Items 20040811
3 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20020702
4 FILL_ACTOR_ATTRIBS Instance method Private Method Fills All Actor Attributes 20030108
5 GET_ACTOR_AGENT Instance method Public Get-method of a virtual attribute Reads ACTOR_AGENT Attribute 20020726
6 GET_APPROVAL Instance method Public Get-method of a virtual attribute Reads the Attribute APPROVAL 20040302
7 GET_APPROVAL_PROCESS Instance method Public Get-method of a virtual attribute Reads the APPROVAL_PROCESS Attribute 20040309
8 GET_HEADER_AGENT Instance method Public Get-method of a virtual attribute Reads the Attribute HEADER_AGENT 20020703
9 GET_INITIATOR Instance method Public Get-method of a virtual attribute Reads the Attribute INITIATOR 20020731
10 GET_ITEM_AGENT Instance method Public Get-method of a virtual attribute Reads the Attribute ITEM_AGENT 20020703
11 GET_ITEM_LIST_ID Instance method Public Get-method of a virtual attribute Reads the Attribute ITEM_LIST_ID 20020626
12 GET_ITEM_LIST_OBJECT_TAB Instance method Public Get-method of a virtual attribute Reads the Attribute ITEM_LIST_OBJECT_TAB 20020917
13 GET_ITEM_TAB Instance method Public Get-method of a virtual attribute Reads the Attribute ITEM_TAB 20020703
14 GET_ITEM_TYPE_ATTRIBS Instance method Public Get-method of a virtual attribute Reads the Attribute ITEM_TYPE_ATTRIBS 20020731
15 GET_MESSAGE_HANDLER Instance method Public Get-method of a virtual attribute Reads Attribute MESSAGE_HANDLER 20030225
16 GET_MOD_TIMESTAMP Instance method Public Get-method of a virtual attribute Reads the Attribute MOD_TIMESTAMP 20020626
17 GET_MOD_TIMEZONE Instance method Public Get-method of a virtual attribute Reads the Attribute MOD_TIMEZONE 20020626
18 GET_MOD_USER Instance method Public Get-method of a virtual attribute Reads the Attribute MOD_USER 20020626
19 GET_NEXT_PROCESSOR Instance method Public Get-method of a virtual attribute Reads the Attribute NEXT_PROCESSOR 20020731
20 GET_NOTICE_AGENT Instance method Public Get-method of a virtual attribute Reads the Attribute NOTICE_AGENT 20020726
21 GET_NOTICE_STRUC Instance method Public Get-method of a virtual attribute Reads the Attribute NOTICE_STRUC 20030522
22 GET_NUMBER_OF_ITEMS Instance method Public Get-method of a virtual attribute Reads the Attribute NUMBER_OF_ITEMS 20020731
23 GET_OWNER Instance method Public Get-method of a virtual attribute Reads Attribute OWNER 20020731
24 GET_PT_REQ_APPLICATION Instance method Public Get-method of a virtual attribute Reads the PT_REQ_APPLICATION Attribute 20031127
25 GET_REQUEST_ID Instance method Public Get-method of a virtual attribute Reads the Attribute REQUEST_ID 20020626
26 GET_REQUEST_TYPE Instance method Public Get-method of a virtual attribute Reads REQUEST_TYPE Attribute 20020626
27 GET_REQ_TYPE_ATTRIBS Instance method Public Get-method of a virtual attribute Reads the Attribute REQ_TYPE_ATTRIBS 20020731
28 GET_RESPONSIBLE Instance method Public Get-method of a virtual attribute Reads the Attribute RESPONSIBLE 20020731
29 GET_STATUS Instance method Public Get-method of a virtual attribute Reads the Attribute STATUS 20020626
30 GET_VERSION_NO Instance method Public Get-method of a virtual attribute Reads the Attribute VERSION_NO 20020703
31 GET_WORKITEM_ID Instance method Public Get-method of a virtual attribute Reads the Attribute WORKITEM_ID 20030318
32 MY_ITEM_SELECTOR_GET Instance method Public Method Gets Current Selector 20020826
33 SET_ACTOR_AGENT Instance method Public Set-method of a virtual attribute Sets Attribute ACTOR_AGENT 20020726
34 SET_APPROVAL Instance method Public Set-method of a virtual attribute Sets Attribute APPROVAL 20040302
35 SET_APPROVAL_PROCESS Instance method Public Set-method of a virtual attribute Sets the APPROVAL_PROCESS Attribute 20040309
36 SET_HEADER_AGENT Instance method Public Set-method of a virtual attribute Sets Attribute HEADER_AGENT 20020703
37 SET_INITIATOR Instance method Public Set-method of a virtual attribute Sets Attribute INITIATOR 20020731
38 SET_ITEM_AGENT Instance method Public Set-method of a virtual attribute Sets Attribute ITEM_AGENT 20020703
39 SET_ITEM_LIST_ID Instance method Public Set-method of a virtual attribute Sets Attribute ITEM_LIST_ID 20020626
40 SET_ITEM_LIST_OBJECT_TAB Instance method Public Set-method of a virtual attribute Sets Attribute ITEM_LIST_OBJECT_TAB 20020917
41 SET_ITEM_TAB Instance method Public Set-method of a virtual attribute Sets Attribute ITEM_TAB 20020703
42 SET_ITEM_TYPE_ATTRIBS Instance method Public Set-method of a virtual attribute Sets Attribute ITEM_TYPE_ATTRIBS 20020731
43 SET_MESSAGE_HANDLER Instance method Public Set-method of a virtual attribute Sets Attribute MESSAGE_HANDLER 20030225
44 SET_MOD_TIMESTAMP Instance method Public Set-method of a virtual attribute Sets Attribute MOD_TIMESTAMP 20020626
45 SET_MOD_TIMEZONE Instance method Public Set-method of a virtual attribute Sets Attribute MOD_TIMEZONE 20020626
46 SET_MOD_USER Instance method Public Set-method of a virtual attribute Sets Attribute MOD_USER 20020626
47 SET_NEXT_PROCESSOR Instance method Public Set-method of a virtual attribute Sets Attribute NEXT_PROCESSOR 20020731
48 SET_NOTICE_AGENT Instance method Public Set-method of a virtual attribute Sets Attribute NOTICE_AGENT 20020726
49 SET_NOTICE_STRUC Instance method Public Set-method of a virtual attribute Sets Attribute NOTICE_STRUC 20030522
50 SET_NUMBER_OF_ITEMS Instance method Public Set-method of a virtual attribute Sets Attribute NUMBER_OF_ITEMS 20020731
51 SET_OWNER Instance method Public Set-method of a virtual attribute Set attribute OWNER 20020731
52 SET_PT_REQ_APPLICATION Instance method Public Set-method of a virtual attribute Sets the PT_REQ_APPLICATION Attribute 20031127
53 SET_REQUEST_TYPE Instance method Public Set-method of a virtual attribute Sets REQUEST_TYPE Attribute 20020626
54 SET_REQ_TYPE_ATTRIBS Instance method Public Set-method of a virtual attribute Sets Attribute REQ_TYPE_ATTRIBS 20021125
55 SET_RESPONSIBLE Instance method Public Set-method of a virtual attribute Sets Attribute RESPONSIBLE 20020731
56 SET_STATUS Instance method Public Set-method of a virtual attribute Sets the Attribute STATUS 20020626
57 SET_WORKITEM_ID Instance method Public Set-method of a virtual attribute Sets Attribute WORKITEM_ID 20030318
Events
Class CL_PT_REQ_HEADER has no event.
Types
Class CL_PT_REQ_HEADER has no local type.
Method Signatures

Method ADD_ITEM_TO_ITEM_TAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CH_ITEMS_TAB Call by reference Type reference (TYPE) PTREQ_ITEMS_TAB Antragspositionen generell 20040811
2 Importing IM_ITEM Call by reference Object reference (TYPE REF TO) CL_PT_REQ_ITEMS Antragspositionen (Allgemein) 20040811
3 Importing IM_NUMBER_OF_ITEM Call by reference Type reference (TYPE) INT4 Natürliche Zahl 20040811
4 Importing IM_RESULT Call by reference Object reference (TYPE REF TO) IF_PT_REQ_ITEM Antragsposition 20040811

Method ADD_ITEM_TO_ITEM_TAB on class CL_PT_REQ_HEADER has no exception.

Method ADD_PERSISTENT_ITEMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_ITEMS_TAB Call by reference Type reference (TYPE) PTREQ_ITEMS_TAB_FLAT Antragspositionen generell 20040811
2 Importing IM_PERS_ITEM_LIST_ID Call by reference Type reference (TYPE) GUID_32 GUID im 'CHAR' Format in Großschreibung 20040811
# Exception Resumable Description Created on
1 ITEM_CREATION_FAILED Antragsposition konnte nicht erzeugt werden 20040811

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_PT_REQ_HEADER has no parameter.
Method CONSTRUCTOR on class CL_PT_REQ_HEADER has no exception.

Method FILL_ACTOR_ATTRIBS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_ACTOR_SELECTION Call by reference Type reference (TYPE) CHAR20 Char 20 20030131
2 Importing IM_ATTRIBS Call by reference Type reference (TYPE) PTREQ_ACTOR_STRUC_FLAT Aktordaten 20030108
# Exception Resumable Description Created on
1 ACTOR_NOT_FOUND Aktor konnte nicht gefunden werden 20030307

Method GET_ACTOR_AGENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Object reference (TYPE REF TO) CA_PT_REQ_ACTOR Attributwert 20020726
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20020726

Method GET_APPROVAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) CHAR1 Attributwert 20040302
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20040302

Method GET_APPROVAL_PROCESS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) PTREQ_PROCESS Attributwert 20040309
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20040309

Method GET_HEADER_AGENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Object reference (TYPE REF TO) CA_PT_REQ_HEADER Attributwert 20020703
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20020703

Method GET_INITIATOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Object reference (TYPE REF TO) IF_PT_REQ_A_WF Attributwert 20020731
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20020731

Method GET_ITEM_AGENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Object reference (TYPE REF TO) CA_PT_REQ_ITEMS Attributwert 20020703
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20020703

Method GET_ITEM_LIST_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) GUID_32 Attributwert 20020626
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20020626

Method GET_ITEM_LIST_OBJECT_TAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) PTREQ_ITEM_OBJECT_TAB Attributwert 20020917
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20020917

Method GET_ITEM_TAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) PTREQ_ITEMS_TAB Attributwert 20020703
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20020703

Method GET_ITEM_TYPE_ATTRIBS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) HRTIM00_REQ_ITEM_TYPE_TAB Attributwert 20020731
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20020731

Method GET_MESSAGE_HANDLER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Object reference (TYPE REF TO) IF_PT_REQ_MESSAGE_HANDLER Attributwert 20030225
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20030225

Method GET_MOD_TIMESTAMP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) TIMESTAMP Attributwert 20020626
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20020626

Method GET_MOD_TIMEZONE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) TIMEZONE Attributwert 20020626
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20020626

Method GET_MOD_USER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) AS4USER Attributwert 20020626
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20020626

Method GET_NEXT_PROCESSOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Object reference (TYPE REF TO) IF_PT_REQ_A_WF Attributwert 20020731
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20020731

Method GET_NOTICE_AGENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Object reference (TYPE REF TO) CA_PT_REQ_NOTICE Attributwert 20020726
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20020726

Method GET_NOTICE_STRUC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) PTREQ_NOTICE_STRUC Attributwert 20030522
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20030522

Method GET_NUMBER_OF_ITEMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) INT4 Attributwert 20020731
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20020731

Method GET_OWNER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Object reference (TYPE REF TO) IF_PT_REQ_A_WF Attributwert 20020731
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20020731

Method GET_PT_REQ_APPLICATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Object reference (TYPE REF TO) IF_PT_REQ_APPLICATION Attributwert 20031127
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20031127

Method GET_REQUEST_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) GUID_32 Attributwert 20020626
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20020626

Method GET_REQUEST_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) TIM_REQ_TYPE Attributwert 20020626
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20020626

Method GET_REQ_TYPE_ATTRIBS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) PTREQ_TYPE Attributwert 20020731
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20020731

Method GET_RESPONSIBLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Object reference (TYPE REF TO) IF_PT_REQ_A_WF Attributwert 20020731
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20020731

Method GET_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) TIM_REQ_STATUS Attributwert 20020626
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20020626

Method GET_VERSION_NO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) INT4 Attributwert 20020703
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20020703

Method GET_WORKITEM_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RESULT Value transfer Type reference (TYPE) SWW_WIID Attributwert 20030318
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20030318

Method MY_ITEM_SELECTOR_GET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_SELECTOR Call by reference Object reference (TYPE REF TO) IF_PT_REQ_ITEM_SELECTOR Selektionskriterien für Antragspositionen 20020826
2 Importing IM_REQUEST_ITEMTYPE Call by reference Type reference (TYPE) PTREQ_ITEM_TYPES-REQUEST_ITEMTYPE Characterfeld der Länge 6 20020826
# Exception Resumable Description Created on
1 NO_TYPE Typ ist nicht vorhanden 20020826

Method SET_ACTOR_AGENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ACTOR_AGENT Call by reference Object reference (TYPE REF TO) CA_PT_REQ_ACTOR Attributwert 20020726
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20020726

Method SET_APPROVAL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_APPROVAL Call by reference Type reference (TYPE) CHAR1 Attributwert 20040302
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20040302

Method SET_APPROVAL_PROCESS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_APPROVAL_PROCESS Call by reference Type reference (TYPE) PTREQ_PROCESS Attributwert 20040309
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20040309

Method SET_HEADER_AGENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_HEADER_AGENT Call by reference Object reference (TYPE REF TO) CA_PT_REQ_HEADER Attributwert 20020703
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20020703

Method SET_INITIATOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INITIATOR Call by reference Object reference (TYPE REF TO) IF_PT_REQ_A_WF Attributwert 20020731
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20020731

Method SET_ITEM_AGENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ITEM_AGENT Call by reference Object reference (TYPE REF TO) CA_PT_REQ_ITEMS Attributwert 20020703
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20020703

Method SET_ITEM_LIST_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ITEM_LIST_ID Call by reference Type reference (TYPE) GUID_32 Attributwert 20020626
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20020626

Method SET_ITEM_LIST_OBJECT_TAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ITEM_LIST_OBJECT_TAB Call by reference Type reference (TYPE) PTREQ_ITEM_OBJECT_TAB Attributwert 20020917
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20020917

Method SET_ITEM_TAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ITEM_TAB Call by reference Type reference (TYPE) PTREQ_ITEMS_TAB Attributwert 20020703
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20020703

Method SET_ITEM_TYPE_ATTRIBS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_ITEM_TYPE_ATTRIBS Call by reference Type reference (TYPE) HRTIM00_REQ_ITEM_TYPE_TAB Attributwert 20020731
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20020731

Method SET_MESSAGE_HANDLER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_MESSAGE_HANDLER Call by reference Object reference (TYPE REF TO) IF_PT_REQ_MESSAGE_HANDLER Attributwert 20030225
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20030225

Method SET_MOD_TIMESTAMP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_MOD_TIMESTAMP Call by reference Type reference (TYPE) TIMESTAMP Attributwert 20020626
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20020626

Method SET_MOD_TIMEZONE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_MOD_TIMEZONE Call by reference Type reference (TYPE) TIMEZONE Attributwert 20020626
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20020626

Method SET_MOD_USER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_MOD_USER Call by reference Type reference (TYPE) AS4USER Attributwert 20020626
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20020626

Method SET_NEXT_PROCESSOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NEXT_PROCESSOR Call by reference Object reference (TYPE REF TO) IF_PT_REQ_A_WF Attributwert 20020731
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20020731

Method SET_NOTICE_AGENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NOTICE_AGENT Call by reference Object reference (TYPE REF TO) CA_PT_REQ_NOTICE Attributwert 20020726
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20020726

Method SET_NOTICE_STRUC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NOTICE_STRUC Call by reference Type reference (TYPE) PTREQ_NOTICE_STRUC Attributwert 20030522
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20030522

Method SET_NUMBER_OF_ITEMS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_NUMBER_OF_ITEMS Call by reference Type reference (TYPE) INT4 Attributwert 20020731
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20020731

Method SET_OWNER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_OWNER Call by reference Object reference (TYPE REF TO) IF_PT_REQ_A_WF Attributwert 20020731
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20020731

Method SET_PT_REQ_APPLICATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_PT_REQ_APPLICATION Call by reference Object reference (TYPE REF TO) IF_PT_REQ_APPLICATION Attributwert 20031127
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20031127

Method SET_REQUEST_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_REQUEST_TYPE Call by reference Type reference (TYPE) TIM_REQ_TYPE Attributwert 20020626
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20020626

Method SET_REQ_TYPE_ATTRIBS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_REQ_TYPE_ATTRIBS Call by reference Type reference (TYPE) PTREQ_TYPE Attributwert 20021125
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20021125

Method SET_RESPONSIBLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_RESPONSIBLE Call by reference Object reference (TYPE REF TO) IF_PT_REQ_A_WF Attributwert 20020731
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20020731

Method SET_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_STATUS Call by reference Type reference (TYPE) TIM_REQ_STATUS Attributwert 20020626
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20020626

Method SET_WORKITEM_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_WORKITEM_ID Call by reference Type reference (TYPE) SWW_WIID Attributwert 20030318
# Exception Resumable Description Created on
1 CX_OS_OBJECT_NOT_FOUND Object Services Exception 20030318
History
Last changed by/on SAP  20041209 
SAP Release Created in