Q5ITQI SAP (Additional fields for T5ITQI table update dialogue) Structure details

Dictionary Type: Structure
Description: Additional fields for T5ITQI table update dialogue




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




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

Q5ITQI 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 "Additional fields for T5ITQI table update dialogue" 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_Q5ITQI TYPE Q5ITQI.

The Q5ITQI table consists of various fields, each holding specific information or linking keys about Additional fields for T5ITQI table update dialogue data available in SAP. These include NU1 (Field value of infotype of number string type), PA1 (Infotype field value of numeric type), DA1 (Field value of date type infotype), DM1 (Value as month difference - Evaluation in form ICOMP).. 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: Not classified


SAP Q5ITQI 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
CH1Field value of infotype of charact.string type P15_VALCHCHAR25TEXT25
NU1Field value of infotype of number string type P15_VALNUNUMC25P15_VALNU
PA1Infotype field value of numeric type P15_VALPACHAR25TEXT25
DA1Field value of date type infotype P15_VALDADATS8DATUM
DM1Value as month difference - Evaluation in form ICOMP P15_DIFFMDEC5P15_DIFFM
TI1Field value of infotype of hour/time type P15_VALTITIMS6TIME
CH2Field value of infotype of charact.string type P15_VALCHCHAR25TEXT25
NU2Field value of infotype of number string type P15_VALNUNUMC25P15_VALNU
PA2Infotype field value of numeric type P15_VALPACHAR25TEXT25
DA2Field value of date type infotype P15_VALDADATS8DATUM
DM2Value as month difference - Evaluation in form ICOMP P15_DIFFMDEC5P15_DIFFM
TI2Field value of infotype of hour/time type P15_VALTITIMS6TIME
CH3Field value of infotype of charact.string type P15_VALCHCHAR25TEXT25
NU3Field value of infotype of number string type P15_VALNUNUMC25P15_VALNU
PA3Infotype field value of numeric type P15_VALPACHAR25TEXT25
DA3Field value of date type infotype P15_VALDADATS8DATUM
DM3Value as month difference - Evaluation in form ICOMP P15_DIFFMDEC5P15_DIFFM
TI3Field value of infotype of hour/time type P15_VALTITIMS6TIME
CH4Field value of infotype of charact.string type P15_VALCHCHAR25TEXT25
NU4Field value of infotype of number string type P15_VALNUNUMC25P15_VALNU
PA4Infotype field value of numeric type P15_VALPACHAR25TEXT25
DA4Field value of date type infotype P15_VALDADATS8DATUM
DM4Value as month difference - Evaluation in form ICOMP P15_DIFFMDEC5P15_DIFFM
TI4Field value of infotype of hour/time type P15_VALTITIMS6TIME
CH5Field value of infotype of charact.string type P15_VALCHCHAR25TEXT25
NU5Field value of infotype of number string type P15_VALNUNUMC25P15_VALNU
PA5Infotype field value of numeric type P15_VALPACHAR25TEXT25
DA5Field value of date type infotype P15_VALDADATS8DATUM
DM5Value as month difference - Evaluation in form ICOMP P15_DIFFMDEC5P15_DIFFM
TI5Field value of infotype of hour/time type P15_VALTITIMS6TIME

Key field Non-key field



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

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

How to access SAP table Q5ITQI

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