/SAPCEM/BDKO SAP (Header Data for Requisition Note) Table details

Dictionary Type: Table
Description: Header Data for Requisition Note




ABAP Code to SELECT data from /SAPCEM/BDKO
Related tables to /SAPCEM/BDKO
Access table /SAPCEM/BDKO




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

/SAPCEM/BDKO is a standard SAP Table which is used to store Header Data for Requisition Note data and is available within R/3 SAP systems depending on the version and release level.

The /SAPCEM/BDKO table consists of various fields, each holding specific information or linking keys about Header Data for Requisition Note data available in SAP. These include /SAPCEM/BDNUM (Number of Requisition Note), /SAPCEM/VKORG (Sales Organization, but Obsolete), /SAPCEM/VTWEG (Distribution Channel, but Obsolete), /SAPCEM/SPART (Division, but Obsolete).. 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 /SAPCEM/BDKO 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
/SAPCEM/BDNUMNumber of Requisition Note /SAPCEM/BDNUMCHAR10ALPHA/SAPCEM/BDNUM/SAPCEM/BDNUM/SAPCEM/BDNUM
/SAPCEM/VKORGSales Organization, but Obsolete /SAPCEM/VKORGCHAR4TVTAVKORGVKOH_TVKO
/SAPCEM/VTWEGDistribution Channel, but Obsolete /SAPCEM/VTWEGCHAR2TVTAVTWEGVTWCSH_TVTW
/SAPCEM/SPARTDivision, but Obsolete /SAPCEM/SPARTCHAR2TVTASPARTSPACSH_TSPA
/SAPCEM/EMPFAERecipient J_3GEMPFAECHAR10KNA1ALPHAKUNNR
/SAPCEM/AGEXTDebtor of Recipient J_3GEMPDEBCHAR10KNA1ALPHAKUNNR
/SAPCEM/WEEXTExternal Ship-To Party - Recipient J_3GEMPEXTCHAR10KNA1ALPHAKUNNR
/SAPCEM/KTEXTShort text for Requirements Header /SAPCEM/KTEXT_BEDARFSKOPFCHAR40TEXT40
/SAPCEM/EXNUMExternal Number of Requisition Note /SAPCEM/EXNUMCHAR10ALPHA/SAPCEM/EXNUM
/SAPCEM/BDBEGRequirement Start: Date /SAPCEM/BDBEGDATS8DATUM
/SAPCEM/BDENDRequirement End /SAPCEM/BDENDDATS8DATUM
/SAPCEM/PARNRNumber of contact person PARNRNUMC10PARNRVPA
/SAPCEM/BEDIDID of the capacity requirements record BEDIDNUMC12KBKOBEDID
PSPNRWBS Element PS_POSNRNUMC8PRPSABPSPPS_POSNR
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
ERZETEntry time ERZETTIMS6UZEIT
ERDATDate on Which Record Was Created ERDATDATS8DATUM
UNAMEName of Person Who Changed Object AENAMCHAR12USNAM
AEZETTime last change was made AEZETTIMS6UZEIT
AEDTMChanged On AEDATDATS8DATUM

Key field Non-key field



How do I retrieve data from SAP table /SAPCEM/BDKO using ABAP code

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

SELECT SINGLE *
FROM /SAPCEM/BDKO
INTO CORRESPONDING FIELDS OF WA_/SAPCEM/BDKO
WHERE...

How to access SAP table /SAPCEM/BDKO

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