PSSCD_SXP SAP (SXP Header Data) Table details

Dictionary Type: Table
Description: SXP Header Data




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




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

PSSCD_SXP is a standard SAP Table which is used to store SXP Header Data data and is available within R/3 SAP systems depending on the version and release level.

The PSSCD_SXP table consists of various fields, each holding specific information or linking keys about SXP Header Data data available in SAP. These include VERSIONID (Social Services Object Version), OBJECTID (Social Service Business Object Identifier), BEGDA (Social Services Begin Date), ENDDA (Social Services End Date).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP PSSCD_SXP 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
VERSIONIDSocial Services Object Version PSSCSXPOBJECTVERSIONIDRAW16SYSUUID
OBJECTIDSocial Service Business Object Identifier PSSCOBJECTIDCHAR32SYSUUID_C32
BEGDASocial Services Begin Date PSSCBEGDADATS8DATUM
ENDDASocial Services End Date PSSCENDDADATS8DATUM
REF_GUIDSocial Services Reference to Previous SXP Version ID PSSC_SXP_REF_PREV_VERSIONRAW16SYSUUID
EXTERNAL_IDTransaction Number CRMT_OBJECT_ID_DBCHAR10ALPHACRM_OBJECT_ID
PROCESS_TYPEBusiness Transaction Type PSSC_PROCESS_TYPECHAR4PSSC_PROCESS_TYPE
DESCRIPTIONTransaction Description CRMT_PROCESS_DESCRIPTIONCHAR40CRM_PROCESS_DESCRIPTION
DESCR_LANGUAGELanguage Key of Description CRMT_PROCESS_DESCRIPTION_LANGULANG1Assigned to domainISOLASPRAS
LOGICAL_SYSTEMLogical System CRMT_LOGSYSCHAR10Assigned to domainALPHALOGSYS
CRM_RELEASESAP Release SAPRELEASECHAR10CHAR10
CREATED_ATCreated At (Output in User Time Zone) COMT_CREATED_AT_USRDEC15TSTLCCOM_TSTMP
CREATED_BYUser that Created the Transaction CRMT_CREATED_BYCHAR12UNAMEUSER_ADDR
CHANGED_ATChanged At (Output in User Time Zone) COMT_CHANGED_AT_USRDEC15TSTLCCOM_TSTMP
CHANGED_BYTransaction Last Changed By CRMT_CHANGED_BYCHAR12UNAME
HEAD_CHANGED_ATTime of Last Change to the Transaction CRMT_CHANGED_ATDEC15TSTPSBCOS_TSTMP
OBJECT_TYPEBusiness Trans. Cat. PSSC_OBJECT_TYPECHAR10PSSC_OBJECT_TYPE
CRM_CHANGED_ATTime of Last Change in CRM Online CRMT_ONLINE_CHANGED_ATDEC15TSTPSBCOS_TSTMP
ARCHIVING_FLAGIndicator Whether the Business Transaction Can Be Archived CRMT_ARCHIVING_FLAGCHAR1CRM_BOOLEAN
SAVED_ATTimestamp when SXP was Saved Last (in CRM) PSSC_CRM_SXP_SAVED_ATDEC21(7) TSTPSPSSC_TZNTSTMPL
BUSINESS_PROCESSBusiness Transaction J_VORGANGCHAR4Assigned to domainJ_VORGANG
CHNG_PROCESSChange Process PSSC_CRM_CHNG_PROCESSCHAR4
ORDERADM_H_DUMMYDummy function in length 1 DUMMYCHAR1DUMMY
BTX_CLASSDecision Category of SSP PSSC_DECISION_CATEGORYCHAR1PSSC_DECISION_CATEGORY
ACTIVATEDStatus Active PSSCACTIVECHAR1PSSCBOOLEAN
GED_EXECUTEDGED is executed PSSCGED_EXECUTEDCHAR1PSSCBOOLEAN
GPD_EXECUTEDGED is executed PSSCGPD_EXECUTEDCHAR1PSSCBOOLEAN
GLAS_SETDecision Assessment Set PSSCGLAS_SETCHAR1PSSCBOOLEAN
UI_PROCESSUI Process PSSCUI_PROCESSCHAR1PSSCBOOLEAN
CONFIRMATIONTechnical Status PSSC_STATUS_TECHCHAR10PSSC_STATUS
EC_RERUN_REQManual Triggering of Entitlement Calculation Required PSSC_EC_RERUNCHAR1PSSCBOOLEAN
BENEFIT_PROGBenefit Program PSSC_BENEFIT_PROGCHAR4Assigned to domainPSSC_BENEFIT_PROG
MAIN_PARTNERBenefit Beneficiary Number PSSC_BENE_BENEFI_NOCHAR10Assigned to domainALPHABU_PARTNER
MR_DATE_IDDate ID LAUFD_KKDATS8DATUM
MR_IDENTAdditional Identification Characteristic LAUFI_KKCHAR6LAUFI_KK
MR_FAILEDMass Run Failed PSSC_FAILEDCHAR1PSSCBOOLEAN

Key field Non-key field



How do I retrieve data from SAP table PSSCD_SXP using ABAP code

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

SELECT SINGLE *
FROM PSSCD_SXP
INTO CORRESPONDING FIELDS OF WA_PSSCD_SXP
WHERE...

How to access SAP table PSSCD_SXP

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