PSSCS_SXP SAP (Social Service Plan or Social Deduction Plan (SSP/SDP)) Structure details

Dictionary Type: Structure
Description: Social Service Plan or Social Deduction Plan (SSP/SDP)




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




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

PSSCS_SXP 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 "Social Service Plan or Social Deduction Plan (SSP/SDP)" 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_PSSCS_SXP TYPE PSSCS_SXP.

The PSSCS_SXP table consists of various fields, each holding specific information or linking keys about Social Service Plan or Social Deduction Plan (SSP/SDP) data available in SAP. These include BEGDA (Social Services Begin Date), ENDDA (Social Services End Date), REF_GUID (Social Services Reference to Previous SXP Version ID), EXTERNAL_ID (Transaction Number).. 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 PSSCS_SXP 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
VERSIONIDSocial Services Object Version PSSCSXPOBJECTVERSIONIDRAW16SYSUUID
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 structure PSSCS_SXP using ABAP code?

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

How to access SAP table PSSCS_SXP

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