POPUP_NEWGP SAP (Screen Structure for Dialog Box for BP Creation/Cont. Alloc.) Structure details

Dictionary Type: Structure
Description: Screen Structure for Dialog Box for BP Creation/Cont. Alloc.




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




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

POPUP_NEWGP 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 Structure for Dialog Box for BP Creation/Cont. Alloc." 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_POPUP_NEWGP TYPE POPUP_NEWGP.

The POPUP_NEWGP table consists of various fields, each holding specific information or linking keys about Screen Structure for Dialog Box for BP Creation/Cont. Alloc. data available in SAP. These include CONTSHARE (Container Portion), CONTRACT (Contract), OPERAND (Operand), OPLFDNR (Consecutive number of an operand).. 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 POPUP_NEWGP 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
KUNNRBusiness Partner Number BU_PARTNER_WASTECHAR10BUT000ALPHABU_PARTNERBPABUPAA_WASTE
CONTSHAREContainer Portion CONTSHAREDEC31(14) CONTSHARE
CONTRACTContract VERTRAGCHAR10Assigned to domainALPHAVERTRAGVTGEVER
OPERANDOperand E_OPERANDCHAR10TE221E_OPERANDOPEH_TE221
OPLFDNRConsecutive number of an operand OPLFDNRNUMC4LFDNR4
BZG_ABStart of Period ABDATUMDATS8DATUMABDATUM
BZG_BISDate at Which a Time Slice Expires BISZEITSCHDATS8DATUM
EQUNR_WASTEAllocation of reference value to equipment number REFV_EQUNRCHAR18EQUIALPHAEQUNREQN
ANLAGEContainer Allocation WASTE_INSTCHAR10EANLALPHAANLAGEANLEANL
TARIFARTRate Type TARIFARTCHAR8Assigned to domainTARIFARTTATISU_F4_TARIFART
TARIFFKTRate fact group KONDIGRCHAR10Assigned to domainKONDIGR
FRAME1Outline text E_RAHMEN30CHAR30CHAR30
FRAME2Outline text E_RAHMEN30CHAR30CHAR30
MC_STREETStreet AD_STREETCHAR60TEXT60CLSTRTNAME
HOUSE_NUM1House Number AD_HSNM1CHAR10TEXT10
MC_CITY1City AD_CITY1CHAR40TEXT40CLCITYNAME
POST_CODE1City postal code AD_PSTCD1CHAR10CHAR10
CONT_COUNTNumber of available containers CONT_COUNTINT410E_FAKTOR
PROPProperty EEWA_CLEAN_PROPCHAR12EEWA_PROP_HALPHAEEWA_CLEAN_PROPECLEAN
PROPSHAREProperty Portion PROPSHAREDEC31(14) CONTSHARE
VBELNSales and Distribution Document Number VBELNCHAR10VBAKALPHAVBELNAUN
POSNRItem number of the SD document POSNRNUMC6VBAPPOSNR
TPLNRFunctional Location TPLNRCHAR30Assigned to domainTPLNRTPLNRIFLIFLM
BZG_TIMFRStart time TIMEFROMTIMS6

Key field Non-key field



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

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

How to access SAP table POPUP_NEWGP

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