ROGPLBDC SAP (Input structure for VA0x) Structure details

Dictionary Type: Structure
Description: Input structure for VA0x




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




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

ROGPLBDC 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 "Input structure for VA0x" 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_ROGPLBDC TYPE ROGPLBDC.

The ROGPLBDC table consists of various fields, each holding specific information or linking keys about Input structure for VA0x data available in SAP. These include AUART (Sales Document Type), EQUNR (Equipment Number), SC_VBELN (Sales and Distribution Document Number), SC_POSNR (Item number of the SD document).. 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: Can be enhanced (character-type or numeric)


SAP ROGPLBDC 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
VBELNSales and Distribution Document Number VBELNCHAR10Assigned to domainALPHAVBELNAUN
AUARTSales Document Type AUARTCHAR4Assigned to domainAUARTAUARTAAT
EQUNREquipment Number EQUNRCHAR18Assigned to domainALPHAEQUNREQNEQUI
SC_VBELNSales and Distribution Document Number VBELNCHAR10Assigned to domainALPHAVBELNAUN
SC_POSNRItem number of the SD document POSNRNUMC6Assigned to domainPOSNR
VKORGSales Organization VKORGCHAR4Assigned to domainVKORGVKOC_VKORG
VTWEGDistribution Channel VTWEGCHAR2Assigned to domainVTWEGVTWC_VTWEG
SPARTDivision SPARTCHAR2Assigned to domainSPARTSPAC_SPART
SW_MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
SC_MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
KMATNConfigurable Material KMATNCHAR18Assigned to domainMATN1MATNRMAT1
SERNRSerial Number GERNRCHAR18GERNRGERNRSER
KUNDESold-to party KUNAGCHAR10Assigned to domainALPHAKUNNRVAG
KUNWEShip-to party KUNWECHAR10Assigned to domainALPHAKUNNR
KUNREBill-to party KUNRECHAR10Assigned to domainALPHAKUNNRKUN
LIFSKDelivery block (document header) LIFSKCHAR2Assigned to domainLIFSP
MENGECumulative Order Quantity in Sales Units KWMENGQUAN15(3) MENG15
WWERTManual price for special customs purpose OGWWERTCURR15(2) OGWWERT
WAERSSD Document Currency WAERKCUKY5Assigned to domainWAERSFWS
LIFSK_NEWDelivery block (document header) LIFSKCHAR2Assigned to domainLIFSP
UPDKNZUpdate indicator UPDKZ_DCHAR1UPDKZ
PSTY_NGG: SMP item category for Notification OGPSTYV_NCHAR4Assigned to domainPSTYV
PSTY_RGG: SMP item category for VCP Return OGPSTYV_RCHAR4Assigned to domainPSTYV
INT_COUNTInternal counter CIM_COUNTNUMC8CIM_COUNT
BUMPSpecifies bump items, design item 8; Golden Gate BUMPCHAR1BUMP

Key field Non-key field



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

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

How to access SAP table ROGPLBDC

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