CPRSO_STRUC SAP (Output structure for response to selection of PBOOs) Structure details

Dictionary Type: Structure
Description: Output structure for response to selection of PBOOs




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




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

CPRSO_STRUC 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 "Output structure for response to selection of PBOOs" 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_CPRSO_STRUC TYPE CPRSO_STRUC.

The CPRSO_STRUC table consists of various fields, each holding specific information or linking keys about Output structure for response to selection of PBOOs data available in SAP. These include PBOO_ID (Group Counter), PBOO_TYPE_CODE (Task List Type), PBOO_TYPE_NAME (Desccription of the task list type), PBOO_USAGE_CODE (Task list usage).. 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: Cannot Be Enhanced


SAP CPRSO_STRUC 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
PBOO_GROUP_IDKey for Task List Group PLNNRCHAR8ALPHAPLNNRPLNPLKS
PBOO_IDGroup Counter PLNALCHAR2ALPHAALTNRPAL
PBOO_TYPE_CODETask List Type PLNTYCHAR1Assigned to domainPLNTYPTYH_TCA01
PBOO_TYPE_NAMEDesccription of the task list type PLNTXCHAR30TEXT30
PBOO_USAGE_CODETask list usage PLN_VERWECHAR3Assigned to domainPLN_VERWEH_T411
PBOO_USAGE_NAMEDescription VTEXTCHAR20TEXT20
PBOO_RELEASE_CODEStatus PLNSTCHAR3Assigned to domainPLNSTH_T412
PBOO_RELEASE_NAMEDescription of the status STTEXTCHAR40TEXT40
PBOO_PLANNERGROUP_CODEResponsible planner group/department VAGRPCHAR3Assigned to domainVAGRPH_T024A
PBOO_PLANNERGROUP_NAMEDescription of the Planner Group DISPTXTCHAR30TEXT30
PBOO_DESCRIPTIONTask list description PLANTEXTCHAR40TEXT40
PBOO_VALIDITY_START_DATESystem Date SYDATUMDATS8SYDATS
PBOO_VALIDITY_END_DATESystem Date SYDATUMDATS8SYDATS
PBOO_MATERIALPLANTASSIGNMENT 0

Key field Non-key field



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

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

How to access SAP table CPRSO_STRUC

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