OI0_PROPT_OBDET SAP (Outbound notif pgm run) Table details

Dictionary Type: Table
Description: Outbound notif pgm run




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




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

OI0_PROPT_OBDET is a standard SAP Table which is used to store Outbound notif pgm run data and is available within R/3 SAP systems depending on the version and release level.

The OI0_PROPT_OBDET table consists of various fields, each holding specific information or linking keys about Outbound notif pgm run data available in SAP. These include PGM_RUN_ID (Program Run Number), PROCESS_ID (Process Type for Price Optimizer), MBLNR (Number of Material Document), VKORG (Sales Organization).. 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 OI0_PROPT_OBDET 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
PGM_RUN_IDProgram Run Number OI0_PGM_RUNNRRAW16
PROCESS_IDProcess Type for Price Optimizer OI0_PROCESS_TYPCHAR2OI0_PROCESS_TYP
MBLNRNumber of Material Document MBLNRCHAR10ALPHABELNRMBN
VKORGSales Organization VKORGCHAR4Assigned to domainVKORGVKOC_VKORG
VTWEGDistribution Channel VTWEGCHAR2Assigned to domainVTWEGVTWC_VTWEG
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
LGORTStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
KNUMHCondition record number KNUMHCHAR10KNUMB
DATE_ONDate DATUMDATS8DATUM
TIME_ONField of type TIMS TIMSTIMS6TIME
DATE_FORDate DATUMDATS8DATUM
TIME_FORField of type TIMS TIMSTIMS6TIME
DATE_TODate DATUMDATS8DATUM
TIME_TOField of type TIMS TIMSTIMS6TIME

Key field Non-key field



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

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

SELECT SINGLE *
FROM OI0_PROPT_OBDET
INTO CORRESPONDING FIELDS OF WA_OI0_PROPT_OBDET
WHERE...

How to access SAP table OI0_PROPT_OBDET

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