/SAPPSSRM/C_PGSD SAP (Definition of PArtner Grouping Schema) Table details

Dictionary Type: Table
Description: Definition of PArtner Grouping Schema




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




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

/SAPPSSRM/C_PGSD is a standard SAP Table which is used to store Definition of PArtner Grouping Schema data and is available within R/3 SAP systems depending on the version and release level.

The /SAPPSSRM/C_PGSD table consists of various fields, each holding specific information or linking keys about Definition of PArtner Grouping Schema data available in SAP. These include PGS_ID (Partner Grouping Schema ID), PARTNER_FCT (Partner Function), DOC_LEVEL (Level in Document), CARDINALITY (Number of Times Partner Function Is Allowed).. 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)


SAP /SAPPSSRM/C_PGSD 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
PGS_IDPartner Grouping Schema ID /SAPPSSRM/_BPM_PGS_IDCHAR16/SAPPSSRM/C_PGS/SAPPSSRM/_BPM_PGS_ID
PARTNER_FCTPartner Function BBP_PARTNER_FUNCCHAR8BBPC_PARTNERFUNCBBP_PARTNER_FUNC
DOC_LEVELLevel in Document BBP_DOC_LEVELCHAR1BBP_DOC_LEVEL
CARDINALITYNumber of Times Partner Function Is Allowed /SAPPSSRM/_BPM_CARDINALITYCHAR2/SAPPSSRM/_BPM_CARDINALITY
CHANGEABLELimit Choice of Partners to Those on Parent Level /SAPPSSRM/_BPM_SELECTIONCHAR1/SAPPSSRM/_BPM_SELECTION
CALLOFF_COPYTYPEHeader Reference in PO Released Against a Contract or PO /SAPPSSRM/_BPM_CALLOFF_COPYTYCHAR1/SAPPSSRM/_BPM_CALLOFF_COPYTY

Key field Non-key field



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

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

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

How to access SAP table /SAPPSSRM/C_PGSD

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