PIQAGM_S_HEAD SAP (ED: Work Area for Equivalency Determination) Structure details

Dictionary Type: Structure
Description: ED: Work Area for Equivalency Determination




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




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

PIQAGM_S_HEAD 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 "ED: Work Area for Equivalency Determination" 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_PIQAGM_S_HEAD TYPE PIQAGM_S_HEAD.

The PIQAGM_S_HEAD table consists of various fields, each holding specific information or linking keys about ED: Work Area for Equivalency Determination data available in SAP. These include AGMID (ID of Transfer Regulation for External Achievement), EXTBEGDA (Valid From Date for Completion of Ext. Academic Achievement), EXTENDDA (Valid To Date for Completion of Ext. Academic Achievement), VALID_BEG (Validity Start Date of Transfer Regulation).. 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: Cannot Be Enhanced


SAP PIQAGM_S_HEAD 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
AGMIDID of Transfer Regulation for External Achievement PIQEDAGMIDCHAR32SYSUUID_C
EXTBEGDAValid From Date for Completion of Ext. Academic Achievement PIQEDEXT_BEGDADATS8DATUM
EXTENDDAValid To Date for Completion of Ext. Academic Achievement PIQEDEXT_ENDDADATS8DATUM
VALID_BEGValidity Start Date of Transfer Regulation PIQEDAGM_VALID_BEGDATS8DATUM
VALID_ENDValidity End Date of Transfer Regulation PIQEDAGM_VALID_ENDDATS8DATUM
FREE1Characteristic 1 for Up To 10-Character Customer Entries PIQEDFREE10CHAR10PIQED_FREE10
FREE2Characteristic 2 for Up To 20-Character Customer Entries PIQEDFREE20CHAR20PIQED_FREE20
PRIORITYPriority of Transfer Regulation PIQEDPRIORITYCHAR2PIQED_PRIORITY
SEL_EO_OBJIDExternal Organization PIQEDEONUMC8Assigned to domainHROBJID
SEL_EO_STEXTExternal Organization (Description) PIQEDEO_STEXTCHAR40TEXT40
SEL_EO_ACCREAccredited Institution PIQEO_ISACCEDITEDCHAR1XFIELD
SEL_EO_SEQNRNumber of Infotype Record with Same Key SEQNRNUMC3NUM03
LANGULanguage Key LANGULANG1Assigned to domainISOLASPRAS
AGMTEXTTransfer Regulation for External Achievement (Description) PIQEDAGMTEXTCHAR40TEXT40
SHORT_INTCharacter 100 CHAR100CHAR100CHAR100
SHORT_EXTCharacter 100 CHAR100CHAR100CHAR100
UE_EO_OBJIDExternal Organization PIQEDEONUMC8Assigned to domainHROBJID
UE_EO_STEXTExternal Organization (Description) PIQEDEO_STEXTCHAR40TEXT40
UE_EO_ACCREAccredited Institution PIQEO_ISACCEDITEDCHAR1XFIELD

Key field Non-key field



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

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

How to access SAP table PIQAGM_S_HEAD

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