WFA_TS_AGT_CONTR_RL_MAINTAIN SAP (WFA_AGT_CONTR_RL Maintain structure) Structure details

Dictionary Type: Structure
Description: WFA_AGT_CONTR_RL Maintain structure




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




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

WFA_TS_AGT_CONTR_RL_MAINTAIN 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 "WFA_AGT_CONTR_RL Maintain 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_WFA_TS_AGT_CONTR_RL_MAINTAIN TYPE WFA_TS_AGT_CONTR_RL_MAINTAIN.

The WFA_TS_AGT_CONTR_RL_MAINTAIN table consists of various fields, each holding specific information or linking keys about WFA_AGT_CONTR_RL Maintain structure data available in SAP. These include PARTNER (Business Partner Number), ORG_ID (Object ID), START_DATE (Start Date), END_DATE (contract 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP WFA_TS_AGT_CONTR_RL_MAINTAIN 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
DATA 0
PARTNERBusiness Partner Number BU_PARTNERCHAR10ALPHABU_PARTNERBPABUPA
ORG_IDObject ID HROBJIDNUMC8HROBJIDPON
START_DATEStart Date WFA_START_DATEDATS8
END_DATEcontract end date WFA_CONT_TEMP_ENDDATS8
TEMPLATEContract Rule Template ID WFA_CONTR_TEMPLATECHAR20
EDITABLEContract Editable WFA_CONTR_EDITABLECHAR1WFA_BOOLEAN
PERCENTAGEPercentage WFA_PERCENTDEC6(2)
RECURRINGAutomatically Renew Contract WFA_CONTR_RECURRINGCHAR1WFA_BOOLEAN
MAX_HOURSMaximum Hours in Contract WFA_CONTR_MAX_HOURSDEC10(2)
MIN_HOURSMinimum Hours in Contract WFA_CONTR_MIN_HOURSDEC10(2)
MAX_PAYMaximum Amount of Contract Pay WFA_CONTR_MAX_PAYDEC16(2)
FORCE_TERMINATEBoolean ( True = 'X', False = ' ') WFA_BOOLEANCHAR1WFA_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
START_DATE_CONTRContract Start Date WFA_TV_CONTR_START_DATEDATS8
NO_PAYRATE_VIEWBoolean ( True = 'X', False = ' ') WFA_BOOLEANCHAR1WFA_BOOLEAN
WFA_AGT_CONTR_RL_DUMMYDummy function in length 1 DUMMYCHAR1DUMMY
DATAX 0
PARTNERBusiness Partner Number BU_PARTNERCHAR10ALPHABU_PARTNERBPABUPA
ORG_IDObject ID HROBJIDNUMC8HROBJIDPON
START_DATEStart Date WFA_START_DATEDATS8
END_DATEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
TEMPLATEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
EDITABLEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
PERCENTAGEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
RECURRINGUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
MAX_HOURSUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
MIN_HOURSUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
MAX_PAYUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
FORCE_TERMINATEUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
CREATED_BYUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
CREATED_ATUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
CHANGED_BYUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
CHANGED_ATUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
START_DATE_CONTRUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
WFA_AGT_CONTR_RL_DUMMYDummy function in length 1 DUMMYCHAR1DUMMY
UPDATE_TYPEUpdate Type WFA_TV_UPDATE_TYPECHAR2WFA_UPDATE_TYPE
EFFECTIVE_DATEEffective Date WFA_EFFECTIVE_DATEDATS8

Key field Non-key field



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

As WFA_TS_AGT_CONTR_RL_MAINTAIN 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 WFA_TS_AGT_CONTR_RL_MAINTAIN as there is no data to select.

How to access SAP table WFA_TS_AGT_CONTR_RL_MAINTAIN

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