GRPDYNP SAP (Screen-/help fields for group maintenance) Structure details

Dictionary Type: Structure
Description: Screen-/help fields for group maintenance




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




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

GRPDYNP 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 "Screen-/help fields for group maintenance" 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_GRPDYNP TYPE GRPDYNP.

The GRPDYNP table consists of various fields, each holding specific information or linking keys about Screen-/help fields for group maintenance data available in SAP. These include NAME_0102 (Cost element group), NAME_0103 (Order Group), NAME_0104 (Statistical Key Figure Group), NAME_0105 (Activity type group).. 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 GRPDYNP 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
NAME_0101Cost Center Group HKOSTCHAR1YNFLG
NAME_0102Cost element group HKSTACHAR1YNFLG
NAME_0103Order Group HAUFNCHAR1YNFLG
NAME_0104Statistical Key Figure Group HSTAGCHAR1YNFLG
NAME_0105Activity type group HLSTACHAR1YNFLG
NAME_0106Profit Center Group HPRCTCHAR1YNFLG
NAME_0107Business Process Group HPRNRCHAR1YNFLG
NAME_0108Cost object group HSTRGCHAR1YNFLG
NAME_0109Account Group HRACTCHAR1YNFLG
NAME_0110WBS element group HPSPECHAR1YNFLG
NAME_0111Fund Group HFONDCHAR1YNFLG
NAME_0112Functional Area Group HFUNCCHAR1YNFLG
NAME_0113Grant Group HGRNTCHAR1YNFLGFIPEX_GROUP
NAME_0114Budget Period Group HBPGRCHAR1YNFLGBUDGET_PERIOD_GROUP
NAME_0311Commitment item group HFPEXCHAR1YNFLGFIPEX_GROUP
NAME_0312Funds Center Group HFCTRCHAR1YNFLGFICTR_GROUP
NAME_0313Sponsored Class Group HSPCLCHAR1YNFLG
NAME_0314Sponsored Program Group HSPPRCHAR1YNFLG
NAME_0315Funded Program Group HHHPRCHAR1YNFLG
NAME_0000Set Name SETNAMENEWCHAR24SETNAMEGSE
NAME_0000VSet Name SETNAMENEWCHAR24SETNAMEGSE
STDHIERStandard Hierarchy Area KHINRCHAR12SETNR
NAME_TABTable for set SETTABLECHAR30Assigned to domainAS4TABGLU
NAME_FIELDField name SETFLDCHAR30Assigned to domainFDNAMEGSF
SETCLASSSet class SETCLASSCHAR4Assigned to domainSETCLASSGSC
SETIDIdentification of a set SETIDCHAR34SETIDGSI
NAME_KEYWDGroup Name GRPKEYWORDCHAR30TEXT30
NAME_COALLGroup Name GRPNAMECHAR15GRPNAMEHNA
NAME_KEYW1Group Name GRPKEYWORDCHAR30TEXT30
NAME_COAL1Group Name GRPNAMECHAR15GRPNAMEHNA
SUFFIXSuffix for Copying Groups GRPSUFFIXCHAR4Assigned to domainCACCD
CO_AREAControlling Area KOKRSCHAR4TKA01CACCDCAC
CHACCOUNTChart of Accounts KTOPLCHAR4T004KTOPLKPLC_KTOPL
FIKRSFinancial Management Area FIKRSCHAR4FM01FIKRSFIK
FIKRS_VFinancial Management Area FIKRSCHAR4FM01FIKRSFIK
MDCHECKIndicator: Master data check PRUMDCHAR1YNFLG
BREAKINTInterval breakdown FLINTCHAR1YNFLG
SHOWTXTDisplay Texts SHTXTCHAR1YNFLG
TEXTDisplay Texts GRPDISPTXTCHAR1XFLAG
RVALUEInd.: Display Representative Value GRPDISPRVLCHAR1XFLAG
SHOWHEADERDisplay Header Information GRPDISPHEACHAR1XFLAG
WOENDNODESDisplay With Compressed End Nodes in the Hierarchy GRPDISPWOECHAR1XFLAG
EXPTOLEVELIn the Hierarchy Structure, Expand to Level GRPDISPEXLNUMC2ANZSP
COUNTLINESNumber of Rows GRPDISPCTLNUMC2ANZSP
GROUPSSelection Checkbox: Groups GRPSELGRPSCHAR1XFLAG
ALLOCATIONSelection Checkbox: Allocations GRPSELALLOCHAR1XFLAG
REPORTSSelection Checkbox: Reports GRPSELREPOCHAR1XFLAG
PLANNINGSelection Checkbox: Planning GRPSELPLANCHAR1XFLAG
ROLLUPSelection Checkbox: Rollup GRPSELROLLCHAR1XFLAG
VARIABLESSelection Checkbox: Variable GRPSELVARICHAR1XFLAG
DATASETSSelection Checkbox: Dataset GRPSELDSETCHAR1XFLAG
VALIDSUBSelection Checkbox: Validation/Substitution GRPSELVASUCHAR1XFLAG
AUTHOBJSelection Checkbox: Authorization Object GRPSELBERECHAR1XFLAG
CURRENCYSelection Checkbox: Currency Translation GRPSELWAERCHAR1XFLAG
CALCBASESSelection Checkbox: Calculation Bases GRPCALCBASCHAR1XFLAG
DARTVIEWSIndicator: DART views GRPDARTVIEWCHAR1XFLAG
OTHOBJECTSCheckbox Selection: Other Applications GRPOTHOBJCHAR1XFLAG
MDFROMValid-From Date DATABDATS8DATUM
MDTOValid To Date DATBIDATS8DATUM
KEYDATEKey date PRUEDDATS8DATS
EXP_FILEExport file EXP_FILECHAR128LOCALFILEGXD
WS_FLAGIndicator: Import/export from/to presentation server WS_FLAGCHAR1XFELD
BATCHIdentifier for scheduling background jobs GRPBATCHCHAR1XFLAG
GRPASSGroup allocation GRPASSCHAR1YNFLG
GSETMODEGroup Maintenance: Display with Set Maintenance FCOM_GSETMODECHAR1YNFLG

Key field Non-key field



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

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

How to access SAP table GRPDYNP

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