PRSS_AD01ATTR SAP (All Parameters of Dynamic Items) Structure details

Dictionary Type: Structure
Description: All Parameters of Dynamic Items




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




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

PRSS_AD01ATTR 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 "All Parameters of Dynamic Items" 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_PRSS_AD01ATTR TYPE PRSS_AD01ATTR.

The PRSS_AD01ATTR table consists of various fields, each holding specific information or linking keys about All Parameters of Dynamic Items data available in SAP. These include POPER (Posting period), TWAER (Transaction Currency), MEINH (Unit of Measure), MANUAL (Checkbox).. 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 (Deep)


SAP PRSS_AD01ATTR 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
PRSDLI_OBJNRObject number at item level OBJPOCHAR22Assigned to domainJ_OBJNR
POPERPosting period AD01PERIODNUMC7PERI7JAHRPER
TWAERTransaction Currency TWAERCUKY5TCURCWAERSFWS
MEINHUnit of Measure CO_MEINHUNIT3T006CUNITMEINS
MANUALCheckbox XFELDCHAR1XFELD
KSTARCost Element KSTARCHAR10CSKAALPHAKSTARKAT
PRSDLI_KOSTLCost Center KOSTLCHAR10CSKSALPHAKOSTLKOS
LSTARActivity Type LSTARCHAR6CSLALSTARLARLART_EMPTY
PRSDLI_MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
STAGRStatistical key figure STAGRCHAR6TKA03STAGRSTA
FIPOSCommitment Item FIPOSCHAR14FMFPOFIPOSFIP
WRTTPValue Type CO_WRTTPCHAR2CO_WRTTP
VERSNVersion VERSNCHAR3TKVSALPHACOVERSIKVS
PRSDLI_WERKSPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
PRODUProduct number PRODNCHAR18MARAMATN1MATNR
FAKTFBilling form FAKTFCHAR2FAKTF
PRSDLI_BEMOTAccounting Indicator BEMOTCHAR2TBMOTBEMOT
BELNRDocument Number CO_BELNRCHAR10Assigned to domainALPHACO_BELNRBLN
BUZEIPosting row CO_BUZEINUMC3BUZEI
ARBPLWork center ARBPLCHAR8ARBPLAGR
AWERKPlant of Work Center AD01AWERKCHAR4T001WWERKSH_T001W
PRZNRBusiness Process CO_PRZNRCHAR12CBPRALPHACO_PRZNRKWP
ASNUMActivity Number ASNUMCHAR18ASMDALPHAASNUMASN
PERNRPersonnel Number HR_PERNRNUMC8PERNRPER
Z_OBJNR2 0Assigned to domain
ORDERED_PRODProduct Name Entered CRMT_ORDERED_PROD_DBCHAR54CRM_ORDERED_PROD
CATEGORY_IDCategory ID COMT_CATEGORY_IDCHAR20COM_CATEGORY_IDCOM_CATEGORY_IDCOM_CAT_HIER
AWSYSLogical system of source document AWSYSCHAR10Assigned to domainALPHALOGSYS
SERV_AGENT_IDBusiness Partner Number BU_PARTNERCHAR10Assigned to domainALPHABU_PARTNERBPABUPA
REF_OBJECT_IDTransaction Number CRMT_OBJECT_ID_DBCHAR10ALPHACRM_OBJECT_ID
REF_OBJECT_ITEMItem Number in Document CRMT_ITEM_NONUMC10CRM_ITEM_NO
OBARTObject Type J_OBARTCHAR2TBO00J_OBART
Z_PRS_OFFSHORE 0
Z_PRS_BILL_FLAG 0
Z_PRS_COUNTRYCountry Key LAND1CHAR3Assigned to domainLAND1LND
Z_PRS_CHARGELEVL 0
.INCLU--AP 0
PRS_WORK_PERIODWork Period (Internal Representation) PRS_WORK_PERIODNUMC7PRSWPPRS_WORK_PERIOD

Key field Non-key field



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

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

How to access SAP table PRSS_AD01ATTR

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