WFAS_AGT_ORG SAP (Agent Organization Structure) Structure details

Dictionary Type: Structure
Description: Agent Organization Structure




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




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

WFAS_AGT_ORG is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Agent Organization Structure" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_WFAS_AGT_ORG TYPE WFAS_AGT_ORG.

The WFAS_AGT_ORG table consists of various fields, each holding specific information or linking keys about Agent Organization Structure data available in SAP. These include MANDT (Client), ORG_PLVAR (Plan Version), ORG_OTYPE (Object Type), ORG_OBJID (Object ID).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP WFAS_AGT_ORG structure 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
ORG_PLVARPlan Version PLVARCHAR2Assigned to domainPLVARPOP
ORG_OTYPEObject Type OTYPECHAR2Assigned to domainOTYPEPOT
ORG_OBJIDObject ID HROBJIDNUMC8Assigned to domainHROBJIDPON
PARTNERBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
START_DATEStart Date WFA_BEGDATEDATS8
END_DATEEnd Date WFA_ENDDATEDATS8
TEMP_FLAGTemporary Flag WFA_TEMP_FLAGCHAR1WFA_BOOLEAN
PAYCLASS_LOCLocation Profile WFA_LOCATION_TYPECHAR20Assigned to domainALPHAWFA_LOCATION_TYPE
PAYCLASS_IDCost Profile ID WFACFG_PAYCLS_IDCHAR20Assigned to domainALPHAWFA_PAYCLS_ID
BREAKRULE_LOCLocation Profile WFA_LOCATION_TYPECHAR20Assigned to domainALPHAWFA_LOCATION_TYPE
BREAKRULESETIDBreak Rule Set ID WFA_BREAKRULESETCHAR20Assigned to domainALPHAWFA_BREAKRULESET_ID
DFTSET_GRP_LOCLocation Profile WFA_LOCATION_TYPECHAR20Assigned to domainALPHAWFA_LOCATION_TYPE
DFTSET_GRP_IDDefault Settings Group WFA_DFTSET_GRP_IDCHAR20Assigned to domainALPHAWFA_DFTSET_GRP_ID
RELUCTANCE_LOCLocation Profile WFA_LOCATION_TYPECHAR20Assigned to domainALPHAWFA_LOCATION_TYPE
RELUCTANCE_IDWork Area Reluctance Profile ID WFA_RELUCTANCE_IDCHAR20Assigned to domainALPHAWFA_RELUCTANCE_ID
AVAIL_IDAvailability Id WFA_AVAIL_IDCHAR32WFA_ID
PREF_IDPreference Id WFA_PREF_IDCHAR32WFA_ID
SETSHIFTS_IDSet Shift ID, Set Shifts Table, TimeInterval Subject Area WFA_SET_SHIFT_IDCHAR32WFA_ID
ROTATION_SET_IDRotation Set Id WFA_ROTATION_SET_IDCHAR32WFA_ID
AGE_QUAL_IDAge Qualifier ID WFA_AGE_QUAL_IDCHAR20Assigned to domainALPHAWFA_AGE_QUAL_ID
REPLACE_FLAGFlag Indicating Whether Agent May Be Used as a Replacement WFA_AGT_REPLACE_FLAGCHAR1WFA_BOOLEAN
SHARED_FLAGMay Work in Multiple Locations WFA_AGT_SHARED_FLAGCHAR1WFA_BOOLEAN
MULT_SHIFTS_FLAGMay Work in Multiple Locations on Same Day WFA_MULT_SHIFTS_LOCATIONSCHAR1WFA_BOOLEAN
AGT_ORG_GUIDWFM GUID WFA_GUIDRAW16SYSUUID
SETSHT_TMPL_IDSet Shift Template ID, Set Shifts Config Table, TimeInterval WFA_SET_SHIFT_TEMPLATE_IDCHAR20Assigned to domainALPHAWFA_SET_SHIFT_TEMPLATE_ID
WRKRL_TMPL_IDWork Rule Template Set ID WFA_WKRLTEMPIDCHAR20Assigned to domainALPHAWFA_WKRLTEMPID
AVAIL_TMPL_IDAvailability Template ID WFA_AVAIL_TMP_IDCHAR20Assigned to domainALPHAWFA_AVAIL_TMP_ID

Key field Non-key field



How do I retrieve data from SAP structure WFAS_AGT_ORG using ABAP code?

As WFAS_AGT_ORG is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on WFAS_AGT_ORG as there is no data to select.

How to access SAP table WFAS_AGT_ORG

Within an ECC or HANA version of SAP you can also view further information about WFAS_AGT_ORG 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!