SOSP_V_TASK_INFO SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

SOSP_V_TASK_INFO is a standard SAP Table View which is used to store Generated Table for View data and is available within R/3 SAP systems depending on the version and release level.

The SOSP_V_TASK_INFO table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include APPL_ID (Application ID), WORKFLOW_ID (Workflow ID), SUB_WF_ID (Sub-Workflow ID), TASK_ID2 (Workflow Task ID).. 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 SOSP_V_TASK_INFO table view 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 MANDTCLNT3MANDT
APPL_IDApplication ID S_OSP_DT_APPL_IDCHAR6SOSP_T_APPL_INFOS_OSP_DO_APPL_ID
WORKFLOW_IDWorkflow ID S_OSP_DT_WF_IDCHAR14SOSP_T_WF_IDHROBJEC_14
SUB_WF_IDSub-Workflow ID S_OSP_DT_SUBWF_IDCHAR14HROBJEC_14
TASK_ID2Workflow Task ID S_OSP_DT_TASK_IDCHAR14HROBJEC_14
STEP_IDNode Number SWD_NODEIDNUMC10SWD_NODIDS
GPW_OBJ_TYPEGroupware Object Type S_OSP_DT_OBJ_TYPECHAR8S_OSP_DO_OBJ_TYPE
RECP_ROLE_IDRecipient Role type - Client Objects relevant type S_OSP_DT_RECIPIENT_ROLE_TYPECHAR15SOSP_T_ROLE_TYPES_OSP_DO_ROLE_TYPE
SUB_WF_TYPESub-Workflow Type S_OSP_DT_SUBWF_TYPENUMC4SWD_DWFTYP
TASK_AGT_ROLE_IDTask Agent's Role type S_OSP_DT_TASK_AGENT_ROLE_TYPECHAR15SOSP_T_ROLE_TYPES_OSP_DO_ROLE_TYPE
GPW_OBJ_BITEMTYPGroupware Object-Bound Item type S_OSP_DT_GP_BOUNDITEM_TYPECHAR200S_OSP_DO_GP_BOUNDITEM_TYPE

Key field Non-key field



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

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

SELECT SINGLE *
FROM SOSP_V_TASK_INFO
INTO CORRESPONDING FIELDS OF WA_SOSP_V_TASK_INFO
WHERE...

How to access SAP table SOSP_V_TASK_INFO

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