WFA_AGT_HIST SAP (Agent History) Table details

Dictionary Type: Table
Description: Agent History




ABAP Code to SELECT data from WFA_AGT_HIST
Related tables to WFA_AGT_HIST
Access table WFA_AGT_HIST




Table field list including key, data, relationships and ABAP select examples

WFA_AGT_HIST is a standard SAP Table which is used to store Agent History data and is available within R/3 SAP systems depending on the version and release level.

The WFA_AGT_HIST table consists of various fields, each holding specific information or linking keys about Agent History data available in SAP. These include MANDT (Client), PARTNER (Business Partner Number), START_DATE (Start Date), END_DATE (End Date).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP WFA_AGT_HIST table fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
MANDTClient MANDTCLNT3Assigned to domainMANDT
PARTNERBusiness Partner Number BU_PARTNERCHAR10BUT000ALPHABU_PARTNERBPABUPA
START_DATEStart Date WFA_BEGDATEDATS8
END_DATEEnd Date WFA_ENDDATEDATS8
TEMP_FLAGTemporary Flag WFA_TEMP_FLAGCHAR1WFA_BOOLEAN
AGT_HIST_GUIDWFM GUID WFA_GUIDRAW16SYSUUID
SEQUENCE_NUMSequence Number WFA_SEQUENCE_NUMNUMC5
DEFAULT_PAYPay WFA_PAYCURR16(2)
CURR_KEYCurrency Key WAERSCUKY5TCURCWAERSFWS
IS_MULT_PAYSeparate Pay Rates for Each Work Area WFA_IS_MULT_PAYCHAR1WFA_BOOLEAN
CREATED_BYCreated By WFA_CRUNAMECHAR12USNAM
CREATED_ATCreated At WFA_CRTIMEDEC15TMPSTWFA_TZNTSTMPS
CHANGED_BYLast Changed By WFA_CHUNAMECHAR12USNAM
CHANGED_ATLast Changed At WFA_CHTIMEDEC15TMPSTWFA_TZNTSTMPS
AGT_START_DATEStart Date WFA_START_DATEDATS8
HIRE_DATEHire Date WFA_HIRE_DATEDATS8
TERMINATION_DATETermination Date WFA_TERMINATION_DATEDATS8

Key field Non-key field



How do I retrieve data from SAP table WFA_AGT_HIST using ABAP code

The following ABAP code Example will allow you to do a basic selection on WFA_AGT_HIST to SELECT all data from the table
DATA: WA_WFA_AGT_HIST TYPE WFA_AGT_HIST.

SELECT SINGLE *
FROM WFA_AGT_HIST
INTO CORRESPONDING FIELDS OF WA_WFA_AGT_HIST
WHERE...

How to access SAP table WFA_AGT_HIST

Within an ECC or HANA version of SAP you can also view further information about WFA_AGT_HIST and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


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!