/OSP/T_UNSENT SAP (Store unsent details) Table details

Dictionary Type: Table
Description: Store unsent details




ABAP Code to SELECT data from /OSP/T_UNSENT
Related tables to /OSP/T_UNSENT
Access table /OSP/T_UNSENT




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

/OSP/T_UNSENT is a standard SAP Table which is used to store Store unsent details data and is available within R/3 SAP systems depending on the version and release level.

The /OSP/T_UNSENT table consists of various fields, each holding specific information or linking keys about Store unsent details data available in SAP. These include GUID (GUID in 'CHAR' Format in Uppercase), JOB_NAME (Background job name), JOB_ID (Job ID), VAR_SET_NAME (Character field of length 40).. 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: Cannot Be Enhanced


SAP /OSP/T_UNSENT 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
GUIDGUID in 'CHAR' Format in Uppercase GUID_32CHAR32SYSUUID_C
JOB_NAMEBackground job name BTCJOBCHAR32CHAR32
JOB_IDJob ID BTCJOBCNTCHAR8CHAR8
VAR_SET_NAMECharacter field of length 40 CHAR40CHAR40CHAR40
OBJECT_ID45 Characters GUID for triggered/chart report /OSP/DT_GUID_45CHAR45/OSP/DO_GUID_45
REPORT_NAMEABAP Program Name PROGRAMMCHAR40Assigned to domainPROGRAMMRID
REPORT_SOURCEVersion Number Component CHAR2CHAR2CHAR2
REPORT_TYPEReport Type /OSP/DT_RP_BW_TYPCHAR2/OSP/DO_RP_BW_TYP
RUN_DATEStart Date /OSP/DT_DATEDATS8SYDATS
RUN_TIMEStart Time /OSP/DT_TIMETIMS6SYTIME
OUT_PUT_FORMATOutput Formats in Broadcasting Framework /OSP/DT_BW_OUTPUT_FORMATCHAR30/OSP/DO_OUTPUT_FORMAT
ALV_VARIANTABAP: Name of variant (without program name) VARIANTCHAR14Assigned to domainVARIANT
USER_IDUser name /OSP/DT_UNAMECHAR12SYCHAR12
LOCALE_LANGVersion Number Component CHAR2CHAR2CHAR2
SAP_IDSAP ID - GUID /OSP/DT_SAPIDCHAR32/OSP/DO_GUID
GUID_SAP_IDGUID in 'CHAR' Format in Uppercase GUID_32CHAR32SYSUUID_C
NEXT_RUN_DATEStart Date /OSP/DT_DATEDATS8SYDATS
NEXT_RUN_TIMEStart Time /OSP/DT_TIMETIMS6SYTIME
RESEND_COUNTERCount of number of tries in resending report /OSP/DT_UNSENT_COUNTINT13/OSP/DO_UNSENT_COUNT

Key field Non-key field



How do I retrieve data from SAP table /OSP/T_UNSENT using ABAP code

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

SELECT SINGLE *
FROM /OSP/T_UNSENT
INTO CORRESPONDING FIELDS OF WA_/OSP/T_UNSENT
WHERE...

How to access SAP table /OSP/T_UNSENT

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