WFMCAS_AGT_ORG SAP (Agent Org Attributes) Table details

Dictionary Type: Table
Description: Agent Org Attributes




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




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

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

The WFMCAS_AGT_ORG table consists of various fields, each holding specific information or linking keys about Agent Org Attributes 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP WFMCAS_AGT_ORG 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
ORG_PLVARPlan Version PLVARCHAR2Assigned to domainPLVARPOP
ORG_OTYPEObject Type OTYPECHAR2Assigned to domainOTYPEPOT
ORG_OBJIDObject ID HROBJIDNUMC8WFMCAS_ORGHROBJIDPON
PARTNERBusiness Partner Number BU_PARTNERCHAR10BUT000ALPHABU_PARTNERBPABUPA
START_DATEStart Date WFM_BEGDATEDATS8
END_DATEEnd Date WFM_ENDDATEDATS8
TEMP_FLAGTemporary Flag WFM_CAS_TEMP_FLAGCHAR1WFM_BOOLEAN
PAYCLASS_LOCLocation Profile WFM_LOCATION_TYPECHAR20Assigned to domainALPHAWFM_LOCATION_TYPE
PAYCLASS_IDCost Class Id WFM_PAYCLS_IDCHAR20WFMC_PAYCLASSALPHAWFM_PAYCLS_ID
BREAKRULE_LOCLocation Profile WFM_LOCATION_TYPECHAR20Assigned to domainALPHAWFM_LOCATION_TYPE
BREAKRULESETIDBreak Rule Set ID WFM_BREAKRULESETCHAR20WFMC_BRKRULSETALPHAWFM_BREAKRULESET_ID
DFTSET_GRP_LOCLocation Profile WFM_LOCATION_TYPECHAR20Assigned to domainALPHAWFM_LOCATION_TYPE
DFTSET_GRP_IDDefault Settings Group WFM_CAS_DFTSET_GRP_IDCHAR20WFMC_DFTSETGRPALPHAWFM_DFTSET_GRP_ID
RELUCTANCE_LOCLocation Profile WFM_LOCATION_TYPECHAR20Assigned to domainALPHAWFM_LOCATION_TYPE
RELUCTANCE_IDWork Area Reluctance Profile Id WFM_RELUCTANCE_IDCHAR20WFMC_WARELUCTPROALPHAWFM_RELUCTANCE_ID
AVAIL_IDAvailability Id WFM_CAS_AVAIL_IDCHAR32WFMCAS_AVAILWFMCAS_ID
PREF_IDPreference Id WFM_CAS_PREF_IDCHAR32WFMCAS_PREFWFMCAS_ID
SETSHIFTS_IDSet Shift ID, Set Shifts Table, TimeInterval Subject Area WFM_CAS_SET_SHIFT_IDCHAR32WFMCAS_SETSHIFTSWFMCAS_ID
ROTATION_SET_IDRotation Set Id WFM_CAS_ROTATION_SET_IDCHAR32WFMCAS_AGT_ROTSTWFMCAS_ID
AGE_QUAL_IDAge Qualifier ID WFM_AGE_QUAL_IDCHAR20WFMC_AGE_QUALALPHAWFM_AGE_QUAL_ID
REPLACE_FLAGFlag indicating whether an agent may be used as a replacemen WFM_CAS_AGT_REPLACE_FLAGCHAR1WFM_BOOLEAN
SHARED_FLAGFlag specifying whether an agent may be shared across locati WFM_CAS_AGT_SHARED_FLAGCHAR1WFM_BOOLEAN
MULT_SHIFTS_FLAGFlag indicating that an agent may work mult shifts in 24hrs. WFM_CAS_MULT_SHIFTS_LOCATIONSCHAR1WFM_BOOLEAN
AGT_ORG_GUIDWFM GUID WFM_CAS_GUIDRAW16SYSUUID
CREATED_BYCreated By WFM_CAS_CRUNAMECHAR12USNAM
CREATED_ATCreated At WFM_CAS_CRTIMEDEC15TZTMPWFM_TZNTSTMPS
CHANGED_BYLast Changed By WFM_CAS_CHUNAMECHAR12USNAM
CHANGED_ATLast Changed At WFM_CAS_CHTIMEDEC15TZTMPWFM_TZNTSTMPS
SETSHT_TMPL_IDSet Shift Template ID, Set Shifts Config Table, TimeInterval WFM_SET_SHIFT_TEMPLATE_IDCHAR20Assigned to domainALPHAWFM_SET_SHIFT_TEMPLATE_ID
WRKRL_TMPL_IDWork Rule Set Template ID WFM_WKRLTEMPIDCHAR20Assigned to domainALPHAWFM_WKRLTEMPID
AVAIL_TMPL_IDAvailability Template ID WFM_AVAIL_TMP_IDCHAR20Assigned to domainALPHAWFM_AVAIL_TMP_ID

Key field Non-key field



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

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

SELECT SINGLE *
FROM WFMCAS_AGT_ORG
INTO CORRESPONDING FIELDS OF WA_WFMCAS_AGT_ORG
WHERE...

How to access SAP table WFMCAS_AGT_ORG

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