PAMODC_DB SAP (Capacity Reqmt of an Activity: Time-Dependent Attributes) Structure details

Dictionary Type: Structure
Description: Capacity Reqmt of an Activity: Time-Dependent Attributes




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




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

PAMODC_DB 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 "Capacity Reqmt of an Activity: Time-Dependent Attributes" 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_PAMODC_DB TYPE PAMODC_DB.

The PAMODC_DB table consists of various fields, each holding specific information or linking keys about Capacity Reqmt of an Activity: Time-Dependent Attributes data available in SAP. These include MANDT (Client), PAGUID (Internal Identification for PVS Objects), PAMDCNT (Internal Counter for iPPE Objects), PAMCCNT (Internal Counter for iPPE Objects).. 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 PAMODC_DB 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 MANDTCLNT3T000MANDT
PAGUIDInternal Identification for PVS Objects PVS_GUIDRAW16PALTIDSYSUUID
PAMDCNTInternal Counter for iPPE Objects PVS_COUNTNUMC8NUMC8
PAMCCNTInternal Counter for iPPE Objects PVS_COUNTNUMC8NUMC8
PNGUIDIdentification of Object Reference in iPPE PPE_PGUID_REFRAW16SYSUUID
RESUIDInternal Key (GUID) of Resource PPE_RESUIDCHAR32Assigned to domainPPE_RESUID
UNITCUnit of Capacity Requirements PPE_CAPUNITUNIT3Assigned to domainCUNITMEINS
CRQVARVariable Duration PPE_CARVARQUAN13(3) MENG13
CRQFIXDuration (Lot Size Fixed) PPE_CARFIXQUAN13(3) MENG13
CAPREQCapacity Requirements PPE_CAPACITYQUAN15(5) QUAN15
CAPREQFIXFixed Capacity Requirements PPE_CAPACITY_FIXQUAN15(5) QUAN15
SETCALEIndicator: Calendar Resource PPE_SETCALECHAR1XFELD
BUCKETVARVariable Bucket Consumption PPE_CAP_BUCKETQUAN13(3) MENG13
BUCKETFIXFixed Bucket Consumption PPE_CAP_BUCKET_FIXQUAN13(3) MENG13
BUCKETUNITUnit of Measurement of Bucket Resource Usage PPE_CAP_UNIT_BUCKETUNIT3Assigned to domainCUNITMEINS
DBOPUpdate indicator PVS_DBOPCHAR1PVS_VERBUCHER

Key field Non-key field



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

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

How to access SAP table PAMODC_DB

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