SAP ABAP Class CA_PT_REQ_HEADER (Agent 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 Inheritance (c INHERITING FROM c_ref)  CB_PT_REQ_HEADER Base Agent Request Header 20020625
Properties
Class CA_PT_REQ_HEADER  
Short Description Agent Request Header    
Super Class CB_PT_REQ_HEADER Base Agent Request Header 
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package PAOC_TIM_REQUEST   Application Database and Application Objects 
Created 20020625   SAP 
Last change 20110810   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 OSTYP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 RSDS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CA_PT_REQ_HEADER has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 CA_PT_REQ_ACTOR 20020806 Agent Request Participants
2 CA_PT_REQ_ITEMS 20021022 Agent Request Items
3 CL_PT_REQ_HEADER 20020702 Request Header
4 CL_PT_REQ_ITEMS 20020918 Request Items (General)
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 ACTOR_AGENT Static Attribute Public Object reference (TYPE REF TO) CA_PT_REQ_ACTOR Agent Request Participants 20020627
2 AGENT Static Attribute Public Object reference (TYPE REF TO) CA_PT_REQ_HEADER Class Agent - Singleton 20020626
3 ITEM_AGENT Static Attribute Public Object reference (TYPE REF TO) CA_PT_REQ_ITEMS Agent Request Items 20020626
4 ITEM_TYPE_TAB Static Attribute Private Type reference (TYPE) HRTIM00_REQ_ITEM_TYPE_TAB Table of Attributes of Request Item Types 20021125
5 MESSAGE_HANDLER Static Attribute Public Object reference (TYPE REF TO) IF_PT_REQ_MESSAGE_HANDLER Message Processing 20030225
6 NOTICE_AGENT Static Attribute Public Object reference (TYPE REF TO) CA_PT_REQ_NOTICE Agent Request Note 20020807
7 PT_REQ_APPLICATION Instance attribute Public Object reference (TYPE REF TO) CL_PT_REQ_APPLICATION Interface: Database of Requests 20050429
8 REQ_TYPE_TAB Static Attribute Private Type reference (TYPE) PTREQ_TYPE_TAB Request Types 20021125
9 TEMP_ITM_LIST_IDS Static Attribute Private Type reference (TYPE) PTREQ_ITEMSDB_TAB Request Items 20030310
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor Class Constructor 20020626
2 CONSTRUCTOR Instance method Public Constructor Constructor 20020625
3 CREATE_REQUEST Instance method Public Method Create Request 20021126
4 CREATE_TRANSIENT_OBJECT Instance method Private Method Generate Transient Object 20040726
5 CREATE_TRANSIENT_PERSIST_OBJ Instance method Private Method Create a Transient Request Object 20040730
6 CREATE_TRANSIENT_PERSIST_OBJ_O Instance method Private Method Create a Transient Request Object: Old Version 20040730
7 DELETE_REQUEST Instance method Public Method Delete Request 20021126
8 FILL_ATTRIBS_CREATED_OBJECT Instance method Private Method Fills Attributes of Generated Request Header 20030311
9 FILL_PERSISTENT_HEADER Instance method Private Method Fill Persistent Header Object 20040726
10 FILL_TYPE_ATTRIBS Instance method Private Method Fill Attributes for Request Type and Request Items 20021017
11 GET_CURRENT_TIMESTAMP Static method Public Method Determine Current Time Stamp of Request 20040720
12 GET_FROM_TEMP_ITM_LIST_IDS Instance method Private Method Gets Item ID 20030310
13 GET_MANAGER_NEXT_PROCESSOR Static method Public Method Determine Manager and Next Agent 20050311
14 GET_REQUEST Instance method Public Method Gets Request 20030124
15 PROCESS_ACTOR_CRITERIA Static method Private Method 20040622
16 PROCESS_ALL_ACTORS Static method Private Method 20040628
17 PROCESS_PERNR_CRITERIA Static method Private Method 20040628
18 PROCESS_REQ_ALL_ATTRIBS_CRIT Static method Private Method 20040628
19 PROCESS_REQ_ATTRIBS_CRITERIA Static method Private Method 20040628
20 PROCESS_SELECTOR Static method Private Method 20040624
21 PROCESS_WORKITEM_OF_INBOX Static method Public Method 20040624
22 READ_FROM_PTREQ_HEADER Static method Private Method 20040628
23 REFRESH_ENTRIES_FROM_MEMORY Static method Private Method 20040628
24 SEARCH_FOR_MEM_OBJECTS Static method Private Method 20040622
25 SEL_REQS_BY_ALL_ATTRIBS Static method Public Method Selection of Requests by All Attributes 20040629
26 SEL_REQS_BY_ALL_ATTRIBS_OLD Static method Public Method Selection of Requests by All Attributes 20040629
27 USE_ENTRIES_FROM_MEMORY Static method Private Method 20040628
Events
Class CA_PT_REQ_HEADER has no event.
Types
Class CA_PT_REQ_HEADER has no local type.
Method Signatures

Method CLASS_CONSTRUCTOR Signature

Method CLASS_CONSTRUCTOR on class CA_PT_REQ_HEADER has no parameter.
Method CLASS_CONSTRUCTOR on class CA_PT_REQ_HEADER has no exception.

Method CONSTRUCTOR Signature

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

Method CREATE_REQUEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_RESULT Call by reference Object reference (TYPE REF TO) IF_PT_REQ_REQUEST Antragskopf 20030321
2 Exporting EX_STATUS_TYPE Call by reference Type reference (TYPE) TIM_REQ_STATUS_TYPE Statusübergangstyp 20030321
3 Importing IM_INITIATOR Call by reference Object reference (TYPE REF TO) IF_PT_REQ_A_WF Antragsbeteiligte 20021126
4 Importing IM_ITEM_LIST_ID Call by reference Type reference (TYPE) GUID_32 GUID im 'CHAR' Format in Großschreibung 20021126
5 Importing IM_MOD_TIMESTAMP Call by reference Type reference (TYPE) TIMESTAMP UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) 20021126
6 Importing IM_MOD_TIMEZONE Call by reference Type reference (TYPE) TIMEZONE Zeitzone 20021126
7 Importing IM_MOD_USER Call by reference Type reference (TYPE) AS4USER Autor der letzten Änderung 20021126
8 Importing IM_OWNER_ATYPE Call by reference Type reference (TYPE) TIM_REQ_ACTOR_TYPE 'P' Antragsbeteiligungstyp 20031128
9 Importing IM_OWNER_OBJID Call by reference Type reference (TYPE) OBJEKTID ObjektId 20031128
10 Importing IM_OWNER_OTYPE Call by reference Type reference (TYPE) OTYPE 'P' Objekttyp 20031128
11 Importing IM_REQUEST Call by reference Object reference (TYPE REF TO) IF_PT_REQ_REQUEST Abwesenheitsmitteilung: Continuity 20030321
12 Importing IM_REQUEST_ID Call by reference Type reference (TYPE) GUID_32 GUID im 'CHAR' Format in Großschreibung 20021126
13 Importing IM_REQUEST_TYPE Call by reference Type reference (TYPE) TIM_REQ_TYPE Antragstyp 20021126
14 Importing IM_STATUS Value transfer Type reference (TYPE) TIM_REQ_STATUS Antragsstatus 20021126
15 Importing IM_VERSION_NO Value transfer Type reference (TYPE) INT4 Natürliche Zahl 20021126

Method CREATE_REQUEST on class CA_PT_REQ_HEADER has no exception.

Method CREATE_TRANSIENT_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CH_HEADER_OBJECT Call by reference Object reference (TYPE REF TO) IF_PT_REQ_HEADER Für alle Antragsköpfe 20040726
2 Exporting EX_REQUEST Call by reference Object reference (TYPE REF TO) IF_PT_REQ_REQUEST Abwesenheitsmitteilung: Continuity 20040726
3 Exporting EX_REQ_TYPE Call by reference Type reference (TYPE) PTREQ_TYPE Antragstypen 20040726
4 Exporting EX_TRANSIENT_OBJ Call by reference Object reference (TYPE REF TO) CL_PT_REQ_HEADER Antragskopf 20040726
5 Importing IM_PERSISTENT_VERSION Call by reference Type reference (TYPE) INT4 Natürliche Zahl 20040726
6 Importing IM_REQUEST Call by reference Object reference (TYPE REF TO) IF_PT_REQ_REQUEST Abwesenheitsmitteilung: Continuity 20040726
7 Importing IM_REQ_ID Call by reference Type reference (TYPE) TIM_REQ_ID Beleg-ID 20040726

Method CREATE_TRANSIENT_OBJECT on class CA_PT_REQ_HEADER has no exception.

Method CREATE_TRANSIENT_PERSIST_OBJ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_RESULT_TAB Call by reference Type reference (TYPE) PTREQ_REQUEST_TAB Tabelle der Anträge 20040730
2 Exporting EX_STATUS_TYPE Call by reference Type reference (TYPE) TIM_REQ_STATUS_TYPE Statusübergangstyp 20040730
3 Importing IM_REQUEST Call by reference Object reference (TYPE REF TO) IF_PT_REQ_REQUEST Abwesenheitsmitteilung: Continuity 20040730
4 Changing IM_REQUEST_TAB Call by reference Type reference (TYPE) HRTIM00_REQ_HEADER_KEY_TAB Tabelle der Antragskopfschlüssel 20040730

Method CREATE_TRANSIENT_PERSIST_OBJ on class CA_PT_REQ_HEADER has no exception.

Method CREATE_TRANSIENT_PERSIST_OBJ_O Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_RESULT_TAB Call by reference Type reference (TYPE) PTREQ_REQUEST_TAB Tabelle der Anträge 20040730
2 Exporting EX_STATUS_TYPE Call by reference Type reference (TYPE) TIM_REQ_STATUS_TYPE Statusübergangstyp 20040730
3 Importing IM_REQUEST Call by reference Object reference (TYPE REF TO) IF_PT_REQ_REQUEST Abwesenheitsmitteilung: Continuity 20040730
4 Changing IM_REQUEST_TAB Call by reference Type reference (TYPE) HRTIM00_REQ_HEADER_KEY_TAB Tabelle der Antragskopfschlüssel 20040730

Method CREATE_TRANSIENT_PERSIST_OBJ_O on class CA_PT_REQ_HEADER has no exception.

Method DELETE_REQUEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IM_REQUEST Call by reference Object reference (TYPE REF TO) CL_PT_REQ_REQUEST Antrag 20040213
# Exception Resumable Description Created on
1 DELETE_NOT_POSSIBLE Löschen nicht möglich 20021126

Method FILL_ATTRIBS_CREATED_OBJECT Signature

Method FILL_ATTRIBS_CREATED_OBJECT on class CA_PT_REQ_HEADER has no parameter.
Method FILL_ATTRIBS_CREATED_OBJECT on class CA_PT_REQ_HEADER has no exception.

Method FILL_PERSISTENT_HEADER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_FIRST_SUBM_DATE Call by reference Type reference (TYPE) DATS Feld vom Typ DATS 20040726
2 Exporting EX_FIRST_SUBM_TIME Call by reference Type reference (TYPE) TIME Zeitpunkt im CHAR-Format 20040726
3 Exporting EX_HEADER_OBJ Call by reference Object reference (TYPE REF TO) IF_PT_REQ_HEADER Für alle Antragsköpfe 20040726
4 Importing IM_HEADERKEY Call by reference Type reference (TYPE) PTREQ_HEADER_STRUC Keyfelder des Antragskopfs 20040726
5 Importing IM_OBJECT_PERSIST Call by reference Object reference (TYPE REF TO) CL_PT_REQ_HEADER Antragskopf 20040726

Method FILL_PERSISTENT_HEADER on class CA_PT_REQ_HEADER has no exception.

Method FILL_TYPE_ATTRIBS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing REQUEST_HEADER Call by reference Object reference (TYPE REF TO) CL_PT_REQ_HEADER Antragskopf 20021017

Method FILL_TYPE_ATTRIBS on class CA_PT_REQ_HEADER has no exception.

Method GET_CURRENT_TIMESTAMP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_TIMESTAMP Call by reference Type reference (TYPE) TIMESTAMP UTC-Zeitstempel in Kurzform (JJJJMMTThhmmss) 20040720
2 Exporting EX_TIMEZONE Call by reference Type reference (TYPE) TIMEZONE Zeitzone 20040720
3 Importing IM_REQUEST_ID Call by reference Type reference (TYPE) TIM_REQ_ID Beleg-ID 20040720

Method GET_CURRENT_TIMESTAMP on class CA_PT_REQ_HEADER has no exception.

Method GET_FROM_TEMP_ITM_LIST_IDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_ITEM_ID_TAB Call by reference Type reference (TYPE) PTREQ_ITEMSDB_TAB Antragspositionen generell 20030310
2 Importing IM_ITEM_LIST_ID Call by reference Type reference (TYPE) GUID_32 GUID im 'CHAR' Format in Großschreibung 20030310

Method GET_FROM_TEMP_ITM_LIST_IDS on class CA_PT_REQ_HEADER has no exception.

Method GET_MANAGER_NEXT_PROCESSOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_NEXT_PROCESSOR Call by reference Object reference (TYPE REF TO) IF_PT_REQ_A_WF Antragsbeteiligte 20050311
2 Exporting EX_RESPONSIBLE Call by reference Object reference (TYPE REF TO) IF_PT_REQ_A_WF Antragsbeteiligte 20050311
3 Importing IM_DATE Call by reference Type reference (TYPE) DATUM 20050311
4 Importing IM_OWNER Call by reference Object reference (TYPE REF TO) IF_PT_REQ_A_WF 20050311
5 Importing IM_REQUEST_TYPE Call by reference Type reference (TYPE) TIM_REQ_TYPE 20050311

Method GET_MANAGER_NEXT_PROCESSOR on class CA_PT_REQ_HEADER has no exception.

Method GET_REQUEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_REQUEST Call by reference Object reference (TYPE REF TO) IF_PT_REQ_REQUEST Abwesenheitsmitteilung: Continuity 20030124
2 Importing IM_REQUEST_ID Call by reference Type reference (TYPE) GUID_32 GUID im 'CHAR' Format in Großschreibung 20030124
# Exception Resumable Description Created on
1 REQUEST_NOT_FOUND Antrag existiert nicht 20030124

Method PROCESS_ACTOR_CRITERIA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CH_OBJECTS_IN_MEMORY_TAB Call by reference Type reference (TYPE) OSTYP_REF_TAB 20040628
2 Changing CH_RANGE_REQUEST Call by reference Type reference (TYPE) RSDS_RANGE 20040628
3 Importing IM_ACTOR Call by reference Type reference (TYPE) PTREQ_ACTOR_SEARCH_STRUC Struktur für Akteursuche 20040622
4 Importing IM_ACTOR_TYPE Call by reference Type reference (TYPE) CHAR1 Einstelliges Kennzeichen 20040622
5 Importing IM_FIELD_RANGE_NAME Call by reference Type reference (TYPE) STRING 20040622
# Exception Resumable Description Created on
1 ACTOR_NOT_FOUND Aktor nicht gefunden 20040622

Method PROCESS_ALL_ACTORS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CH_OBJECTS_IN_MEMORY_TAB Call by reference Type reference (TYPE) OSTYP_REF_TAB 20040628
2 Changing CH_RANGE_REQUEST Call by reference Type reference (TYPE) RSDS_RANGE 20040628
3 Importing IM_INITIATOR Call by reference Type reference (TYPE) PTREQ_ACTOR_SEARCH_STRUC Struktur für Akteursuche 20040628
4 Importing IM_NEXT_PROCESSOR Call by reference Type reference (TYPE) PTREQ_ACTOR_SEARCH_STRUC Struktur für Akteursuche 20040628
5 Importing IM_OWNER Call by reference Type reference (TYPE) PTREQ_ACTOR_SEARCH_STRUC Struktur für Akteursuche 20040628
6 Importing IM_RESPONSIBLE Call by reference Type reference (TYPE) PTREQ_ACTOR_SEARCH_STRUC Struktur für Akteursuche 20040628
# Exception Resumable Description Created on
1 ACTOR_NOT_FOUND 20040628

Method PROCESS_PERNR_CRITERIA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CH_OBJECTS_IN_MEMORY_TAB Call by reference Type reference (TYPE) OSTYP_REF_TAB 20040628
2 Changing CH_RANGE_REQUEST Call by reference Type reference (TYPE) RSDS_RANGE 20040628
3 Importing IM_PERNR_TAB Call by reference Type reference (TYPE) PTIM_PERNR_TAB Personalnummernliste 20040628
# Exception Resumable Description Created on
1 NOTHING_TO_DO_THEN_EXIT Keine weitere Datenselektion 20041025

Method PROCESS_REQ_ALL_ATTRIBS_CRIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CH_OBJECTS_IN_MEMORY_TAB Call by reference Type reference (TYPE) OSTYP_REF_TAB 20040628
2 Changing CH_RANGE_REQUEST Call by reference Type reference (TYPE) RSDS_RANGE 20040628
3 Importing IM_REQUEST_ID Call by reference Type reference (TYPE) TIM_REQ_ID Beleg-ID 20040628
4 Importing IM_REQUEST_TYPE Call by reference Type reference (TYPE) TIM_REQ_TYPE Belegtyp 20040628
5 Importing IM_STATUS_RANGE Call by reference Type reference (TYPE) RSELOPTION SELECT-OPTIONS Tabelle 20040628
6 Importing IM_TIMESTAMP_RANGE Call by reference Type reference (TYPE) RSELOPTION SELECT-OPTIONS Tabelle 20040628
7 Importing IM_TIMEZONE Call by reference Type reference (TYPE) TIMEZONE Zeitzone 20040628
8 Importing IM_VERSION_NO Call by reference Type reference (TYPE) INT4 Natürliche Zahl 20040628
9 Importing IM_WF_INBOX_USER Call by reference Type reference (TYPE) SY-UNAME R/3-System, Anmeldename des Benutzers 20040628
10 Importing IM_WF_TASKFILTER Call by reference Type reference (TYPE) SWRTTASK WAPI: Tabellentyp für Aufgaben 20040628
11 Importing IM_WORKITEM_ID_RANGE Call by reference Type reference (TYPE) RSELOPTION SELECT-OPTIONS Tabelle 20040628
# Exception Resumable Description Created on
1 NOTHING_TO_DO_THEN_EXIT 20040701

Method PROCESS_REQ_ATTRIBS_CRITERIA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CH_OBJECTS_IN_MEMORY_TAB Call by reference Type reference (TYPE) OSTYP_REF_TAB 20040628
2 Changing CH_RANGE_REQUEST Call by reference Type reference (TYPE) RSDS_RANGE 20040628
3 Importing IM_FIELD_NAME Call by reference Type reference (TYPE) STRING 20040628
4 Importing IM_REQUEST_ID Call by reference Type reference (TYPE) TIM_REQ_ID Beleg-ID 20040628
5 Importing IM_REQUEST_TYPE Call by reference Type reference (TYPE) TIM_REQ_TYPE Belegtyp 20040628
6 Importing IM_STATUS_RANGE Call by reference Type reference (TYPE) RSELOPTION SELECT-OPTIONS Tabelle 20040628
7 Importing IM_TIMESTAMP_RANGE Call by reference Type reference (TYPE) RSELOPTION SELECT-OPTIONS Tabelle 20040628
8 Importing IM_TIMEZONE Call by reference Type reference (TYPE) TIMEZONE Zeitzone 20040628
9 Importing IM_VERSION_NO Call by reference Type reference (TYPE) INT4 Natürliche Zahl 20040628
10 Importing IM_WORKITEM_ID_RANGE Call by reference Type reference (TYPE) RSELOPTION SELECT-OPTIONS Tabelle 20040628

Method PROCESS_REQ_ATTRIBS_CRITERIA on class CA_PT_REQ_HEADER has no exception.

Method PROCESS_SELECTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CH_OBJECTS_IN_MEMORY_TAB Call by reference Type reference (TYPE) OSTYP_REF_TAB 20040628
2 Changing CH_RANGES Call by reference Type reference (TYPE) RSDS_TRANGE 20040628
3 Importing IM_RANGE_REQUEST Call by reference Type reference (TYPE) RSDS_RANGE 20040625
4 Importing IM_SELECTOR Call by reference Object reference (TYPE REF TO) IF_PT_REQ_ITEM_SELECTOR Selektionskriterien für Antragspositionen 20040624
# Exception Resumable Description Created on
1 NOTHING_TO_DO_THEN_EXIT 20040701

Method PROCESS_WORKITEM_OF_INBOX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CH_OBJECTS_IN_MEMORY_TAB Call by reference Type reference (TYPE) OSTYP_REF_TAB 20040628
2 Changing CH_RANGE_REQUEST Call by reference Type reference (TYPE) RSDS_RANGE 20040628
3 Importing IM_WF_INBOX_USER Call by reference Type reference (TYPE) SY-UNAME R/3-System, Anmeldename des Benutzers 20040624
4 Importing IM_WF_TASKFILTER Call by reference Type reference (TYPE) SWRTTASK WAPI: Tabellentyp für Aufgaben 20040624
# Exception Resumable Description Created on
1 NOTHING_TO_DO_THEN_EXIT 20040701

Method READ_FROM_PTREQ_HEADER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_HEADER_TAB Call by reference Type reference (TYPE) HRTIM00_REQ_HEADER_KEY_TAB Tabelle der Antragskopfschlüssel 20040628
2 Importing IM_RANGES Call by reference Type reference (TYPE) RSDS_TRANGE 20040628
3 Importing IM_SEL_ONLY_CURRENT Call by reference Type reference (TYPE) TIM_REQ_SEL_CURRENT Schalter: Selektion erfolgt nur über aktuelle Version 20040628

Method READ_FROM_PTREQ_HEADER on class CA_PT_REQ_HEADER has no exception.

Method REFRESH_ENTRIES_FROM_MEMORY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CH_HEADER_TAB Call by reference Type reference (TYPE) HRTIM00_REQ_HEADER_KEY_TAB Tabelle der Antragskopfschlüssel 20040628
2 Exporting EX_LOADED_HEADERS Call by reference Type reference (TYPE) HRTIM00_REQ_HEADER_KEY_TAB Tabelle der Antragskopfschlüssel 20040628
3 Exporting EX_LOADED_RESULT Call by reference Type reference (TYPE) PTREQ_REQUEST_TAB Tabelle der Anträge 20040628
4 Importing IM_OBJECTS_IN_MEMORY_TAB Call by reference Type reference (TYPE) OSTYP_REF_TAB 20040628

Method REFRESH_ENTRIES_FROM_MEMORY on class CA_PT_REQ_HEADER has no exception.

Method SEARCH_FOR_MEM_OBJECTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_OBJECTS_IN_MEMORY_TAB Call by reference Type reference (TYPE) OSTYP_REF_TAB 20040622

Method SEARCH_FOR_MEM_OBJECTS on class CA_PT_REQ_HEADER has no exception.

Method SEL_REQS_BY_ALL_ATTRIBS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_HEADER_TAB Call by reference Type reference (TYPE) HRTIM00_REQ_HEADER_KEY_TAB Tabelle der Antragskopfschlüssel 20040629
2 Exporting EX_RESULT_TAB Call by reference Type reference (TYPE) PTREQ_REQUEST_TAB Tabelle von OS_GUIDs 20040629
3 Exporting EX_STATUS_TYPE Call by reference Type reference (TYPE) TIM_REQ_STATUS_TYPE Statusübergangstyp 20040629
4 Importing IM_INITIATOR Call by reference Type reference (TYPE) PTREQ_ACTOR_SEARCH_STRUC Struktur für Akteursuche 20040629
5 Importing IM_NEXT_PROCESSOR Call by reference Type reference (TYPE) PTREQ_ACTOR_SEARCH_STRUC Struktur für Akteursuche 20040629
6 Importing IM_OWNER Call by reference Type reference (TYPE) PTREQ_ACTOR_SEARCH_STRUC Struktur für Akteursuche 20040629
7 Importing IM_PERNR_TAB Call by reference Type reference (TYPE) PTIM_PERNR_TAB Tabelle der Personalnummern 20040629
8 Importing IM_REFRESH Call by reference Type reference (TYPE) PTREQ_REFRESH SPACE Daten erneut von Belegdatenbank lesen 20040629
9 Importing IM_REQUEST Call by reference Object reference (TYPE REF TO) IF_PT_REQ_REQUEST Abwesenheitsmitteilung: Continuity 20040629
10 Importing IM_REQUEST_ID Call by reference Type reference (TYPE) TIM_REQ_ID Antrags-ID 20040629
11 Importing IM_REQUEST_TYPE Call by reference Type reference (TYPE) TIM_REQ_TYPE Antragstyp 20040629
12 Importing IM_RESPONSIBLE Call by reference Type reference (TYPE) PTREQ_ACTOR_SEARCH_STRUC Struktur für Akteursuche 20040629
13 Importing IM_SELECTOR Call by reference Object reference (TYPE REF TO) IF_PT_REQ_ITEM_SELECTOR Infotyp (Wertebereich) 20040629
14 Importing IM_SEL_ONLY_CURRENT Call by reference Type reference (TYPE) TIM_REQ_SEL_CURRENT 'X' Schalter: Selektion erfolgt nur über aktuelle Version 20040629
15 Importing IM_STATUS_RANGE Call by reference Type reference (TYPE) RSELOPTION Antragsstatus (Wertebereich) 20040629
16 Importing IM_TIMESTAMP_RANGE Call by reference Type reference (TYPE) RSELOPTION Zeitstempel (Wertebereich) 20040629
17 Importing IM_TIMEZONE Call by reference Type reference (TYPE) TIMEZONE Zeitzone 20040629
18 Importing IM_VERSION_NO Call by reference Type reference (TYPE) INT4 Natürliche Zahl 20040629
19 Importing IM_WF_INBOX_USER Call by reference Type reference (TYPE) SY-UNAME R/3-System, Anmeldename des Benutzers 20040629
20 Importing IM_WF_TASKFILTER Call by reference Type reference (TYPE) SWRTTASK WAPI: Tabellentyp für Aufgaben 20040629
21 Importing IM_WORKITEM_ID_RANGE Call by reference Type reference (TYPE) RSELOPTION Workitem-Kennung (Wertebereich) 20040629
# Exception Resumable Description Created on
1 ACTOR_NOT_FOUND Aktor nicht gefunden 20040629

Method SEL_REQS_BY_ALL_ATTRIBS_OLD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EX_HEADER_TAB Call by reference Type reference (TYPE) HRTIM00_REQ_HEADER_KEY_TAB Tabelle der Antragskopfschlüssel 20040629
2 Exporting EX_RESULT_TAB Call by reference Type reference (TYPE) PTREQ_REQUEST_TAB Tabelle von OS_GUIDs 20040629
3 Exporting EX_STATUS_TYPE Call by reference Type reference (TYPE) TIM_REQ_STATUS_TYPE Statusübergangstyp 20040629
4 Importing IM_INITIATOR Call by reference Type reference (TYPE) PTREQ_ACTOR_SEARCH_STRUC Struktur für Akteursuche 20040629
5 Importing IM_NEXT_PROCESSOR Call by reference Type reference (TYPE) PTREQ_ACTOR_SEARCH_STRUC Struktur für Akteursuche 20040629
6 Importing IM_OWNER Call by reference Type reference (TYPE) PTREQ_ACTOR_SEARCH_STRUC Struktur für Akteursuche 20040629
7 Importing IM_PERNR_TAB Call by reference Type reference (TYPE) PTIM_PERNR_TAB Tabelle der Personalnummern 20040629
8 Importing IM_REFRESH Call by reference Type reference (TYPE) PTREQ_REFRESH SPACE Daten erneut von Belegdatenbank lesen 20040629
9 Importing IM_REQUEST Call by reference Object reference (TYPE REF TO) IF_PT_REQ_REQUEST Abwesenheitsmitteilung: Continuity 20040629
10 Importing IM_REQUEST_ID Call by reference Type reference (TYPE) TIM_REQ_ID Antrags-ID 20040629
11 Importing IM_REQUEST_TYPE Call by reference Type reference (TYPE) TIM_REQ_TYPE Antragstyp 20040629
12 Importing IM_RESPONSIBLE Call by reference Type reference (TYPE) PTREQ_ACTOR_SEARCH_STRUC Struktur für Akteursuche 20040629
13 Importing IM_SELECTOR Call by reference Object reference (TYPE REF TO) IF_PT_REQ_ITEM_SELECTOR Infotyp (Wertebereich) 20040629
14 Importing IM_SEL_ONLY_CURRENT Call by reference Type reference (TYPE) TIM_REQ_SEL_CURRENT 'X' Schalter: Selektion erfolgt nur über aktuelle Version 20040629
15 Importing IM_STATUS_RANGE Call by reference Type reference (TYPE) RSELOPTION Antragsstatus (Wertebereich) 20040629
16 Importing IM_TIMESTAMP_RANGE Call by reference Type reference (TYPE) RSELOPTION Zeitstempel (Wertebereich) 20040629
17 Importing IM_TIMEZONE Call by reference Type reference (TYPE) TIMEZONE Zeitzone 20040629
18 Importing IM_VERSION_NO Call by reference Type reference (TYPE) INT4 Natürliche Zahl 20040629
19 Importing IM_WF_INBOX_USER Call by reference Type reference (TYPE) SY-UNAME R/3-System, Anmeldename des Benutzers 20040629
20 Importing IM_WF_TASKFILTER Call by reference Type reference (TYPE) SWRTTASK WAPI: Tabellentyp für Aufgaben 20040629
21 Importing IM_WORKITEM_ID_RANGE Call by reference Type reference (TYPE) RSELOPTION Workitem-Kennung (Wertebereich) 20040629
# Exception Resumable Description Created on
1 ACTOR_NOT_FOUND Aktor nicht gefunden 20040629

Method USE_ENTRIES_FROM_MEMORY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CH_HEADER_TAB Call by reference Type reference (TYPE) HRTIM00_REQ_HEADER_KEY_TAB Tabelle der Antragskopfschlüssel 20040628
2 Exporting EX_LOADED_HEADERS Call by reference Type reference (TYPE) HRTIM00_REQ_HEADER_KEY_TAB Tabelle der Antragskopfschlüssel 20040628
3 Exporting EX_LOADED_RESULT Call by reference Type reference (TYPE) PTREQ_REQUEST_TAB Tabelle der Anträge 20040628
4 Importing IM_OBJECTS_IN_MEMORY_TAB Call by reference Type reference (TYPE) OSTYP_REF_TAB 20040628

Method USE_ENTRIES_FROM_MEMORY on class CA_PT_REQ_HEADER has no exception.
History
Last changed by/on SAP  20110810 
SAP Release Created in