BBPS_BS_PO_COND_HEADER_ERP10 SAP (Conditions PO Header BAPI_PO_CREATE1 ERP 1.0) Structure details

Dictionary Type: Structure
Description: Conditions PO Header BAPI_PO_CREATE1 ERP 1.0




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




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

BBPS_BS_PO_COND_HEADER_ERP10 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 "Conditions PO Header BAPI_PO_CREATE1 ERP 1.0" 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_BBPS_BS_PO_COND_HEADER_ERP10 TYPE BBPS_BS_PO_COND_HEADER_ERP10.

The BBPS_BS_PO_COND_HEADER_ERP10 table consists of various fields, each holding specific information or linking keys about Conditions PO Header BAPI_PO_CREATE1 ERP 1.0 data available in SAP. These include ITM_NUMBER (Condition item number), COND_ST_NO (Level Number), COND_COUNT (Condition counter), COND_TYPE (Condition 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP BBPS_BS_PO_COND_HEADER_ERP10 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
CONDITION_NONumber of the Document Condition BBP_KNUMVCHAR10BBP_KNUMV
ITM_NUMBERCondition item number BBP_KPOSNNUMC6NUM6
COND_ST_NOLevel Number BBP_STUNRNUMC3BBP_STUNR
COND_COUNTCondition counter BBP_DZAEHKNUMC2BBPZAEHK
COND_TYPECondition type KSCHACHAR4Assigned to domainKSCHLVKS
COND_VALUECondition Amount BBP_BAPIKBETR1DEC28(9) BAPICUREXT
CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
CURRENCY_ISOISO code currency WAERS_ISOCHAR3ISOCD
COND_UNITCondition Unit of Measure BBP_KMEINUNIT3Assigned to domainCUNITMEINS
COND_UNIT_ISOCondition Unit in ISO Code BBP_KVMEI_ISOCHAR3Assigned to domainISOCD_UNIT
COND_P_UNTCondition Price Unit BBP_KPEIN_R3DEC5BBP_KPEIN_R3
APPLICATIOApplication BBPKAPPLCHAR2Assigned to domainBBPKAPPL
CONPRICDATCondition pricing date BBP_KDATUDATS8DATUM
CALCTYPCONCalculation Type for Condition BBP_KRECHCHAR1BBP_KRECH
CONBASEVALCondition Basis BBP_BAPIKAWRT1DEC28(9) BAPICUREXT
CONEXCHRATCondition exchange rate for conversion to local currency BBP_KKURSDEC9(5) EXCRTBBP_KKURS
NUMCONVERTNumerator for Converting Condition Units to Base Units BBP_KUMZADEC5UMBSZ
DENOMINATODenominator for Converting Condition Units to Base Units BBP_KUMNEDEC5UMBSN
CONDTYPECondition category (examples: tax, freight, price, cost) BBP_KNTYPCHAR1BBP_KNTYP
STAT_CONCondition is used for statistics KSTATCHAR1XFELD
SCALETYPEScale Type BBP_STFKZCHAR1BBP_STFKZ
ACCRUALSAccruals are set up for the condition (e.g. freight) BBP_KRUEKCHAR1XFELD
CONINVOLSTCondition for invoice list BBP_KRELICHAR1BBP_KRELI
CONDORIGINCondition Origin BBP_KHERKCHAR1BBP_KHERK
GROUPCONDCondition is group condition BBP_KGRPECHAR1BBP_KGRPE
COND_UPDATCondition update BBP_KOUPDCHAR1XFELD
ACCESS_SEQAccess Sequence - Access Number BBP_KOLNRNUMC2Assigned to domainBBP_KOLNR
CONDCOUNTSequential Number of the Condition BBP_KOPOSNUMC2NUM02
CONDCNTRLCondition control BBP_KSTEUCHAR1BBP_KSTEU
CONDISACTICondition is inactive BBP_KINAKCHAR1BBP_KINAK
CONDCLASSCondition class BBP_KOAIDCHAR1BBP_KOAID
FACTBASVALFactor for condition base value BBP_KFAKTORFLTP16(16) FLTP
SCALEBASINIndicator: Scale Basis BBP_KZBZGCHAR1BBP_KZBZG
SCALBASVALScale Base Value of the Condition BBP_BAPIKSTBS1DEC28(9) BAPICUREXT
UNITMEASURCondition Scale Unit of Measure BBP_KONMSUNIT3Assigned to domainCUNITMEINS
UNITMEASUR_ISOISO code for unit of measurement ISOCD_UNITCHAR3Assigned to domainISOCD_UNIT
CURRENCKEYScale Currency - Condition Scale BBP_KONWSCUKY5Assigned to domainWAERSFWS
CURRENCKEY_ISOISO code currency WAERS_ISOCHAR3ISOCD
CONDINCOMPCondition for Inter-Company Billing BBP_KFKIVCHAR1XFELD
CONDCONFIGCondition for Configuration BBP_KVARCCHAR1XFELD
CONDCHAMANCondition changed manually BBP_KMPRSCHAR1XFELD
COND_NOCondition Record Number BBPKNUMHCHAR10BBPKNUMB
CHANGE_IDChange Type (U, I, S, D) CDCHNGINDCHAR1CDCHNGIND
VENDOR_NOAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C

Key field Non-key field



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

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

How to access SAP table BBPS_BS_PO_COND_HEADER_ERP10

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