PIQDB_GB_SEQ_EX SAP (UCAS: Student extract information from sequence files) Table details

Dictionary Type: Table
Description: UCAS: Student extract information from sequence files




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




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

PIQDB_GB_SEQ_EX is a standard SAP Table which is used to store UCAS: Student extract information from sequence files data and is available within R/3 SAP systems depending on the version and release level.

The PIQDB_GB_SEQ_EX table consists of various fields, each holding specific information or linking keys about UCAS: Student extract information from sequence files data available in SAP. These include MARVIN_ST_ID (UCAS: MARVIN Student ID), SEQNR (UCAS: Sequence Number), TRAN_TYPE (UCAS: Transaction type), CONT_FLAG (UCAS: Continuation 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: 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)


SAP PIQDB_GB_SEQ_EX 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
MARVIN_ST_IDUCAS: MARVIN Student ID PIQ_GB_MARVIN_ST_IDCHAR9CHAR9
SEQNRUCAS: Sequence Number PIQ_GB_SEQNRNUMC5NUMC5
TRAN_TYPEUCAS: Transaction type PIQ_GB_TRAN_TYPECHAR2CHAR2
CONT_FLAGUCAS: Continuation Flag PIQ_GB_CONT_FLAGNUMC1NUMC1
LINE_NUMBERUCAS: Line number in sequence file PIQ_GB_LINE_NUMBERNUMC5NUMC5
CHOICE_NOProgram Choice PIQCHOICE_NONUMC2Assigned to domainPIQCHOICE_NO
V_DATACharacter Field 67 CHAR67CHAR67CHAR67

Key field Non-key field



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

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

SELECT SINGLE *
FROM PIQDB_GB_SEQ_EX
INTO CORRESPONDING FIELDS OF WA_PIQDB_GB_SEQ_EX
WHERE...

How to access SAP table PIQDB_GB_SEQ_EX

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