Q0480 SAP (Infotype 0480 fields) Structure details

Dictionary Type: Structure
Description: Infotype 0480 fields




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




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

Q0480 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 "Infotype 0480 fields" 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_Q0480 TYPE Q0480.

The Q0480 table consists of various fields, each holding specific information or linking keys about Infotype 0480 fields data available in SAP. These include TIDCO (Text Field of Length 60), TRASS (Social Insurance contribution processing in contracts), TIDSE (Text Field of Length 60), AGRUP (Grouper identifier for contracts).. 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 (character-type or numeric)


SAP Q0480 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
IDSEGMain contract key PES_IDSEGCHAR3T5E66PES_IDSEG
TIDCOText Field of Length 60 TEXT60CHAR60TEXT60
TRASSSocial Insurance contribution processing in contracts PES_TRASEGCHAR2PES_TRASEG
TIDSEText Field of Length 60 TEXT60CHAR60TEXT60
AGRUPGrouper identifier for contracts PES_AGRUPCHAR4T5E6BPES_AGRUP
TAGRUText, 40 Characters Long TEXT40CHAR40TEXT40
TOFFIText (30 Characters) TEXT30CHAR30TEXT30
TOFFRText (30 Characters) TEXT30CHAR30TEXT30
REPRSFormatted Name of Employee or Applicant EMNAMCHAR40TEXT40
COETPPart-time coefficient for contracts PES_COETPDEC4DEC4
SCHKZContracts: Shift PES_SCHKNCHAR8Assigned to domainSCHKNSCH
RTEXTText for Work Schedule Rule (Planned Working Time Infotype) RETEXTCHAR25TEXT25
TTURNText for Work Schedule Rule (Planned Working Time Infotype) RETEXTCHAR25TEXT25
CLCONContract Key for Social Insurance PES_CLCONCHAR3PES_IDSEG
SCHHBUsual shift PES_SCHHBCHAR8Assigned to domainSCHKN
SCOININEM contract print status PES_SCOINCHAR40
TFOLNShort Text of Form Object or Form Component FPTEXTCHAR60FPTEXT
TTEXTText Field TEXT50CHAR50TEXT50
SCOPIBasic copy status PES_SCOPICHAR40CHAR40
CHCONTEdit contract form PES_CHCONTCHAR1XFELD
CHCBASEdit basic copy form PES_CHCBASCHAR1XFELD
CODOCUCNO PES_CDCNO_ATTCHAR40T799BATTRIB02P_99B_HRATTRIBUTE_VALUE
CODOCU_ATTHR Attribute P_99B_HRATTRIBUTECHAR16Assigned to domainP_99B_HRATTRIBUTE
MODAEX550Category of exclusion contract PES_MOD_HRATTCHAR40T799BATTRIB02P_99B_HRATTRIBUTE_VALUE
MODAEX450Category of exclusion contract PES_MOD_HRATTCHAR40T799BATTRIB02P_99B_HRATTRIBUTE_VALUE
MODAEXATTHR Attribute P_99B_HRATTRIBUTECHAR16Assigned to domainP_99B_HRATTRIBUTE
MODAEXCLText Field TEXT50CHAR50TEXT50

Key field Non-key field



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

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

How to access SAP table Q0480

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