/SAPPSSRM/PA_ID SAP (Pricing Arrangements: PA Identifiers) Table details

Dictionary Type: Table
Description: Pricing Arrangements: PA Identifiers




ABAP Code to SELECT data from /SAPPSSRM/PA_ID
Related tables to /SAPPSSRM/PA_ID
Access table /SAPPSSRM/PA_ID




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

/SAPPSSRM/PA_ID is a standard SAP Table which is used to store Pricing Arrangements: PA Identifiers data and is available within R/3 SAP systems depending on the version and release level.

The /SAPPSSRM/PA_ID table consists of various fields, each holding specific information or linking keys about Pricing Arrangements: PA Identifiers data available in SAP. These include ARRANGEMENT_ID (Pricing Arrangement Identifier), COMPLEX_IND (Identifier for Structured Pricing Arrangement ID), MINIMUM_FEE (Activate Minimum Fee), MAXIMUM_FEE (Activate Maximum Fee).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)

Text table = /SAPPSSRM/PA_IDT

Text table = /SAPPSSRM/PA_IDT


SAP /SAPPSSRM/PA_ID table 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
CLNTClient MANDTCLNT3T000MANDT
ARRANGEMENT_IDPricing Arrangement Identifier /SAPPSSRM/_PA_STRUC_IDCHAR4/SAPPSSRM/PA_STRUC_ID/SAPPSSRM/S_PS_PA_SEL
COMPLEX_INDIdentifier for Structured Pricing Arrangement ID /SAPPSSRM/_PA_COMPL_INDCHAR1XFELD
MINIMUM_FEEActivate Minimum Fee /SAPPSSRM/_PA_ACT_MIN_FEECHAR1XFELD
MAXIMUM_FEEActivate Maximum Fee /SAPPSSRM/_PA_ACT_MAX_FEECHAR1XFELD
GOV_SHARE_BELOWActivate Government Share Below /SAPPSSRM/_PA_ACT_GS_BLWCHAR1XFELD
GOV_SHARE_ABOVEActivate Government Share Above /SAPPSSRM/_PA_ACT_GS_ABVCHAR1XFELD
CEILING_AMOUNTActivate Ceiling Amount /SAPPSSRM/_PA_ACT_CEIL_AMNTCHAR1XFELD
LAST_CHANGE_ATChanged At (Output in User Time Zone) COMT_CHANGED_AT_USRDEC15TSTLCCOM_TSTMP
LAST_CHANGE_BYTransaction Last Changed By CRMT_CHANGED_BYCHAR12UNAME

Key field Non-key field



How do I retrieve data from SAP table /SAPPSSRM/PA_ID using ABAP code

The following ABAP code Example will allow you to do a basic selection on /SAPPSSRM/PA_ID to SELECT all data from the table
DATA: WA_/SAPPSSRM/PA_ID TYPE /SAPPSSRM/PA_ID.

SELECT SINGLE *
FROM /SAPPSSRM/PA_ID
INTO CORRESPONDING FIELDS OF WA_/SAPPSSRM/PA_ID
WHERE...

How to access SAP table /SAPPSSRM/PA_ID

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