ISTBED SAP (Actual requirements records) Table details

Dictionary Type: Table
Description: Actual requirements records




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




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

ISTBED is a standard SAP Table which is used to store Actual requirements records data and is available within R/3 SAP systems depending on the version and release level.

The ISTBED table consists of various fields, each holding specific information or linking keys about Actual requirements records data available in SAP. These include BEDID (ID of the capacity requirements record), BEDZL (Internal counter), CANUM (Counters for cap. rqmts. records (various caps. + indiv.caps), RMZHL (Confirmation counter).. 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: Can be enhanced (character-type or numeric)


SAP ISTBED 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 MANDTCLNT3T000MANDT
BEDIDID of the capacity requirements record BEDIDNUMC12KBEDBEDID
BEDZLInternal counter CIM_COUNTNUMC8KBEDCIM_COUNT
CANUMCounters for cap. rqmts. records (various caps. + indiv.caps CY_COUNTNUMC4KBEDCY_COUNT
RMZHLConfirmation counter CO_RMZHLNUMC8CIM_COUNTRZL
RUECKCompletion confirmation number for the operation CO_RUECKNUMC10CO_RUECKRCK
AUFPLRouting number of operations in the order CO_AUFPLNUMC10AUFPL
APLZLGeneral counter for order CO_APLZLNUMC8Assigned to domainCO_APLZL
ISTRUESTActual requirements for operation segment setup CY_ISTRUESTFLTP16(16) KAPBED
ISTBEARBActual requirements for operation segment processing CY_ISTBEARBFLTP16(16) KAPBED
ISTABRUEActual capacity requirements for operation segment teardown CY_ISTABRUEFLTP16(16) KAPBED
KEINHUnit of of measure for displaying capacity requirements CY_KEINHUNIT3Assigned to domainCUNITMEINS
IARBIDActual work center ID CY_IARBIDNUMC8NUM08
KAPIDCapacity ID KAPIDNUMC8Assigned to domainKAPID
CANUMFCounter for the main capacity requirements record CANUMFNUMC4NUM4
SPLITSplit number CY_SPLITINT13INT1
PERNRPersonnel number CO_PERNRNUMC8PERNRPER
TYPKZCategory of object causing the load (order category) TYPKZCHAR1TYPKZ
KOPF_RUECKCompletion confirmation number for the operation CO_RUECKNUMC10CO_RUECKRCK
ISDDConfirmed date for start of execution RU_ISDDDATS8DATUM
ISDZConfirmed time for 'Execution start' RU_ISDZTIMS6ATIME
IEDDConfirmed date for execution finish RU_IEDDDATS8DATUMEDR
IEDZConfirmed time for 'Execution finish' RU_IEDZTIMS6ATIMEEZR
FLG_NO_SETUPNo further requirements for operation segment possible CY_NO_REQCHAR1XFELD
FLG_NO_TEARNo further requirements for operation segment possible CY_NO_REQCHAR1XFELD
KPVERDistribution of capacity requirements (Planned/prod.order) CR_VERTLCHAR8TC29CR_VERTL
BED_MENGEOrder quantity displayed in a list BED_GSMNGQUAN13(3) MENG13
BED_EINHUnit of of measure for displaying capacity requirements CY_KEINHUNIT3Assigned to domainCUNITMEINS

Key field Non-key field



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

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

SELECT SINGLE *
FROM ISTBED
INTO CORRESPONDING FIELDS OF WA_ISTBED
WHERE...

How to access SAP table ISTBED

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