/SAPCEM/BDPO SAP (Requisition Note Item) Table details

Dictionary Type: Table
Description: Requisition Note Item




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




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

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

The /SAPCEM/BDPO table consists of various fields, each holding specific information or linking keys about Requisition Note Item data available in SAP. These include /SAPCEM/BDNUM (Number of Requisition Note), /SAPCEM/BDPOS (Requisition Note Item), /SAPCEM/UEPOS (Higher-Level Item), /SAPCEM/KLART (Class Type).. 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/BDPO 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/BDNUMCHAR10/SAPCEM/BDKOALPHA/SAPCEM/BDNUM/SAPCEM/BDNUM/SAPCEM/BDNUM
/SAPCEM/BDPOSRequisition Note Item /SAPCEM/BDPOSNUMC5/SAPCEM/BDPOS/SAPCEM/BDPOS
/SAPCEM/UEPOSHigher-Level Item /SAPCEM/UEPOSNUMC5/SAPCEM/BDPOS
/SAPCEM/KLARTClass Type KLASSENARTCHAR3TCLAKLASSENARTKAR
/SAPCEM/KLASSClass number KLASSE_DCHAR18KLASSEKLA
/SAPCEM/EQUNREquipment Number EQUNRCHAR18EQUIALPHAEQUNREQNEQUI
/SAPCEM/MENGERequirements Quantity /SAPCEM/MENGEQUAN13(3) MENG13
/SAPCEM/MEINSBase Unit of Measure MEINSUNIT3T006CUNITMEINS
/SAPCEM/BDBEGRequirement Start: Date /SAPCEM/BDBEGDATS8DATUM
/SAPCEM/BDBEGUReq. Start: Time /SAPCEM/BDBEGUTIMS6T
/SAPCEM/BDENDRequirement End /SAPCEM/BDENDDATS8DATUM
/SAPCEM/BDENDURequirement End: Time /SAPCEM/BDENDUTIMS6T
/SAPCEM/STATURequirement Status /SAPCEM/STATUSCHAR1/SAPCEM/STATUS
/SAPCEM/BEDIDID of the capacity requirements record BEDIDNUMC12KBKOBEDID
/SAPCEM/BEDZLInternal counter CIM_COUNTNUMC8CIM_COUNT
/SAPCEM/KTEXTShort Text for Requirements Item /SAPCEM/KTEXT_BEDARFSPOSITIONCHAR40TEXT40
/SAPCEM/BDZUORequirements Assignment /SAPCEM/BEDARFSZUORDNUNGCHAR1/SAPCEM/BEDARFSZUORDNUNG
PERNRPersonal Number J_3GPERNRNUMC8J_3GPERNR
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
J_3GBELNRIDocument Number J_3GBELNRICHAR10J_3GBELKALPHAJ_3GBELNRJ2QJ_3GB
J_3GPOSNRIDocument Item J_3GBELPOSNUMC5J_3GBELPJ_3GPOSNR
J_3GUPOSNRSub-Item Number J_3GUPOSNRNUMC2NUMC2
/SAPCEM/SPLITPOSSuperior Item of Split /SAPCEM/SPLITNUMC5/SAPCEM/BDPOS

Key field Non-key field



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

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

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

How to access SAP table /SAPCEM/BDPO

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