MRPDS_ORD_BUF_TIME_STR SAP (MRP for DS: Structure for orders, wait and move times) Structure details

Dictionary Type: Structure
Description: MRP for DS: Structure for orders, wait and move times




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




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

MRPDS_ORD_BUF_TIME_STR 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 "MRP for DS: Structure for orders, wait and move times" 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_MRPDS_ORD_BUF_TIME_STR TYPE MRPDS_ORD_BUF_TIME_STR.

The MRPDS_ORD_BUF_TIME_STR table consists of various fields, each holding specific information or linking keys about MRP for DS: Structure for orders, wait and move times data available in SAP. These include LEAD_POSNR (Item number of the SD document), AUFNR (Order Number), AUFNR_POSNR (Item number of the SD document), BANFNR (Purchase Requisition Number).. 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 MRPDS_ORD_BUF_TIME_STR 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
LEAD_AUFNRLeading order in current processing CO_LAUFNRCHAR12Assigned to domainALPHAAUFNR
LEAD_POSNRItem number of the SD document POSNRNUMC6Assigned to domainPOSNR
AUFNROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
AUFNR_POSNRItem number of the SD document POSNRNUMC6Assigned to domainPOSNR
BANFNRPurchase Requisition Number BANFNCHAR10ALPHABANFNBANMBAN_C
POSITION_NOItem Number of Purchase Requisition BNFPONUMC5Assigned to domainBNFPOBAP
R3OBJObject Type in OLTP System CIFOBJTYPECHAR1CIFOBJTYPE
RSNUMNumber of Reservation/Dependent Requirement RSNUMNUMC10Assigned to domainRSNUMRES
RSPOSItem Number of Reservation/Dependent Requirement RSPOSNUMC4RSPOSRPO
METHODEMethod to be Executed During the Transfer of an Object CIFMETHODCHAR1CIFMETHOD
AUFNR_VOROrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
APLZL_VORGeneral counter for order CO_APLZLNUMC8Assigned to domainCO_APLZL
ABSCH_VOROperation Segment (e.g. Setting Up, Processing) CIFACTTYPECHAR1CHAR1
ZEITP_VORAttachment Point of Relationship (Start or End) CIFACTTIMENUMC1CIFACTTIME
AUFNR_NACHOrder Number AUFNRCHAR12Assigned to domainALPHAAUFNRANR
APLZL_NACHGeneral counter for order CO_APLZLNUMC8Assigned to domainCO_APLZL
ABSCH_NACHOperation Segment (e.g. Setting Up, Processing) CIFACTTYPECHAR1CHAR1
ZEITP_NACHAttachment Point of Relationship (Start or End) CIFACTTIMENUMC1CIFACTTIME
AOBARType of relationship AOBARCHAR2AOBARAOBAR
FOLGENNRSequence PLNFOLGECHAR6ALPHAPLNFOLGE
AOBTYPRelationship Type (Min, Max, Equal) CIFRELTYPENUMC1NUMC1
ABSTMINDuration, Time Difference (in Seconds) CIFTIMEDIFINT410CIFTIMEDIF
ABSTMINEINUnit for the time interval between relationships AOBDAUEHUNIT3Assigned to domainCUNITMEINS
ABSTMAXDuration, Time Difference (in Seconds) CIFTIMEDIFINT410CIFTIMEDIF
ABSTMAXEINUnit for the time interval between relationships AOBDAUEHUNIT3Assigned to domainCUNITMEINS
MATFLUSSMaterial Flow Along Relationship CIFMATFLOWCHAR1CHAR1
ABSTAVRDuration, Time Difference (in Seconds) CIFTIMEDIFINT410CIFTIMEDIF
ABSTAVREINUnit for the time interval between relationships AOBDAUEHUNIT3Assigned to domainCUNITMEINS
SCHEDBYRelationship Scheduling (Predecessor/Successor) CIFSCHEDBYCHAR1CIFSCHEDBY
STLTYBOM category STLTYCHAR1STLTY
STLNRBill of material STNUMCHAR8NUMCVSTNUMSTLNR
STLKNBOM item node number STLKNNUMC8KNTNR
STPOZInternal counter CIM_COUNTNUMC8CIM_COUNT
STVKNInherited node number of BOM item STVKNNUMC8KNTNR
LOGCOMPLogical Component CIFLOGCOMPCHAR40CIFLOGCOMP
CUOBJConfiguration (internal object number) CUOBJNUMC18CUOBJCUX

Key field Non-key field



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

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

How to access SAP table MRPDS_ORD_BUF_TIME_STR

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