SAP IF_PT_REQ_A_WF OO Class - Request Participant









IF_PT_REQ_A_WF is a standard SAP object class available within R/3 SAP systems depending on your version and release level. You can view/maintain the class details by entering its name into the relevant SAP transactions such as SE24, SE80 or even SE84. Below is the documentation available for class IF_PT_REQ_A_WF including details of:

  • Interface class implementations
  • Inheritance details
  • Methods defined within class ( including link to full details )
  • Attributes ( including initial values )
  • Class Events



Method list of IF_PT_REQ_A_WF SAP class


A method is a coding block that performs a certain procedure (i.e. ABAP functionality) on an object within the overall SAP class. In simple terms if the object is an SAP database table a method could be the procedure to add a record or to delete a record. If you are new to OO in many respects, the implementation of a method is similar to a function module and can be called in a very similar way using CALL METHOD. Instead of "CALL FUNCTION", Methods are referenced using the following syntax: CALL METHOD =>methodname EXPORTING/IMPORTING...


Method NameDescriptionVisability
CHECK_IF_ABSENTChecks Whether Actor Sick (Enhancement)Public
CALL METHOD if_pt_req_a_wf=>CHECK_IF_ABSENT...more details

GET_ALL_ATTRIBSRead All Actor AttributesPublic
CALL METHOD if_pt_req_a_wf=>GET_ALL_ATTRIBS...more details

READ_SUBSTITUTESReads SubstitutesPublic
CALL METHOD if_pt_req_a_wf=>READ_SUBSTITUTES...more details

SET_ALL_ATTRIBSFill All Actor AttributesPublic
CALL METHOD if_pt_req_a_wf=>SET_ALL_ATTRIBS...more details



IF_PT_REQ_A_WF attributes

List of attributes within class CL_ABAP_CHAR_UTILITIES. These can be referenced using the following syntax CL_ABAP_CHAR_UTILITIES=>. Although depending on where you are inserting the ABAP code you do need to check if the attribute is public or private.

NameLevelDescriptionInitial ValueTypeVisability
ACTORTYPInstance AttributeRequest Participant TypeLIKE
TIM_REQ_ACTOR_TYPE
Public
ACTOR_IDInstance AttributeGUID in 'CHAR' Format in Upper CaseLIKE
GUID_32
Public
BIRTHN_KInstance AttributeName at Birth (Katakana)LIKE
P22J_NABIK
Public
BIRTHN_RInstance AttributeName at Birth (Romaji)LIKE
P22J_NABIR
Public
BUKRSInstance AttributeCompany CodeLIKE
BAS_CHECK_PERNR-BUKRS
Public
CTRLDATEInstance AttributeValid To DateLIKE
ENDDA
Public
CTRLSTATEInstance AttributeStatus of Control RecordLIKE
VWSTA
Public
FST_N_KInstance AttributeFirst Name (Katakana)LIKE
P22J_FNAMK
Public
FST_N_RInstance AttributeFirst name (Romaji)LIKE
P22J_FNAMR
Public
KOSTLInstance AttributeCost CenterLIKE
KOSTL
Public
LST_N_KInstance AttributeLast Name (Katakana)LIKE
P22J_LNAMK
Public
LST_N_RInstance AttributeRelevant for Japan OnlyLIKE
P22J_LNAMR
Public
MOLGAInstance AttributeCountry GroupingLIKE
BAS_CHECK_PERNR-MOLGA
Public
NAMEInstance AttributeFormatted Name of Employee or ApplicantLIKE
EMNAM
Public
NICKN_KInstance AttributeNickname (Katakana)LIKE
P22J_NICKK
Public
NICKN_RInstance AttributeNickname (Romaji)LIKE
P22J_NICKR
Public
OBJIDInstance AttributeObject IDLIKE
OBJEKTID
Public
OTYPEInstance AttributeObject TypeLIKE
OTYPE
Public
PERNRInstance AttributePersonnel NumberLIKE
PERSNO
Public
PERSAInstance AttributePersonnel AreaLIKE
BAS_CHECK_PERNR-PERSA
Public
PLVARInstance AttributePlan VersionLIKE
PLVAR
Public
PSUBAREAInstance AttributePersonnel SubareaLIKE
ESS_EMP-PERSSUBAREA
Public
SNAMEInstance AttributeEmployee's name (sortable by LAST NAME FIRST NAME)LIKE
SMNAM
Public
USERInstance AttributeCommunication ID/numberLIKE
SYSID
Public
WEBADDRInstance AttributeCommunication: Long Identification/NumberLIKE
COMM_ID_LONG
Public


Links to Related Class(s)

IF_PT_RE...
Full list of available SAP object classes

Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!