SAWE_STR_PSSU2 SAP (Structure for generated infoset for datasource) Structure details

Dictionary Type: Structure
Description: Structure for generated infoset for datasource




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




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

SAWE_STR_PSSU2 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 "Structure for generated infoset for datasource" 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_SAWE_STR_PSSU2 TYPE SAWE_STR_PSSU2.

The SAWE_STR_PSSU2 table consists of various fields, each holding specific information or linking keys about Structure for generated infoset for datasource data available in SAP. These include CO_AREA (Controlling Area), COST_CENTER (Cost Center), QUALI_DESCRIPTION (Object Name), BOOKING_STATUS (Booking Status).. 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: Not classified


SAP SAWE_STR_PSSU2 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
DATE_ASSIGNMENTDate DATUMDATS8DATUM
CO_AREAControlling Area KOKRSCHAR4Assigned to domainCACCDCAC
COST_CENTERCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
QUALI_DESCRIPTIONObject Name STEXTCHAR40TEXT40
BOOKING_STATUSBooking Status SAWE_BOOKING_STATUSCHAR1SAWE_BOOKING_STATUS
EXTERNAL_EMPLExternal Employee Indicator SAWE_EXTERNALCHAR1BOOLE
PERIOD1Staff Assignment Sub Period 1 (Hours) SAWE_HRS_PERIOD1DEC5
PERIOD2Staff Assignment Sub Period 2 (Hours) SAWE_HRS_PERIOD2DEC5
PERIOD3Staff Assignment Sub Period 3 (Hours) SAWE_HRS_PERIOD3DEC5
PERIOD4Staff Assignment Sub Period 4 (Hours) SAWE_HRS_PERIOD4DEC5
PERIOD5Staff Assignment Sub Period 5 (Hours) SAWE_HRS_PERIOD5DEC5
PERIOD6Staff Assignment Sub Period 6 (Hours) SAWE_HRS_PERIOD6DEC5
PERIOD7Staff Assignment Sub Period 7 (Hours) SAWE_HRS_PERIOD7DEC5
PERIOD8Staff Assignment Sub Period 8 (Hours) SAWE_HRS_PERIOD8DEC5
PERIOD9Staff Assignment Sub Period 9 (Hours) SAWE_HRS_PERIOD9DEC5
PERIOD10Staff Assignment Sub Period 10 (Hours) SAWE_HRS_PERIOD10DEC5
PERIOD11Staff Assignment Sub Period 11 (Hours) SAWE_HRS_PERIOD11DEC5
PERIOD12Staff Assignment Sub Period 12 (Hours) SAWE_HRS_PERIOD12DEC5

Key field Non-key field



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

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

How to access SAP table SAWE_STR_PSSU2

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