T7PIQAPP SAP (Student Self Service Adobe Applications) Table details

Dictionary Type: Table
Description: Student Self Service Adobe Applications




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




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

T7PIQAPP is a standard SAP Table which is used to store Student Self Service Adobe Applications data and is available within R/3 SAP systems depending on the version and release level.

The T7PIQAPP table consists of various fields, each holding specific information or linking keys about Student Self Service Adobe Applications data available in SAP. These include APPL_ID (Application ID), APPL_NAME (Application Name), APPL_FORM (Name of Form Object), EXT_FLAG (Check Flag).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP T7PIQAPP 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
APPL_IDApplication ID PIQADOBE_APP_IDCHAR4CHAR4
APPL_NAMEApplication Name PIQADOBE_APP_NAMECHAR80TEXT80
APPL_FORMName of Form Object FPNAMECHAR30FPNAME
EXT_FLAGCheck Flag PIQCHECKFLAGCHAR1FLAG

Key field Non-key field



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

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

SELECT SINGLE *
FROM T7PIQAPP
INTO CORRESPONDING FIELDS OF WA_T7PIQAPP
WHERE...

How to access SAP table T7PIQAPP

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