BBPS_BS_PO_HEADER_470_1 SAP (Header Data for PO BAPI_PO_CREATE1 470) Structure details

Dictionary Type: Structure
Description: Header Data for PO BAPI_PO_CREATE1 470




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




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

BBPS_BS_PO_HEADER_470_1 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 "Header Data for PO BAPI_PO_CREATE1 470" 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_HEADER_470_1 TYPE BBPS_BS_PO_HEADER_470_1.

The BBPS_BS_PO_HEADER_470_1 table consists of various fields, each holding specific information or linking keys about Header Data for PO BAPI_PO_CREATE1 470 data available in SAP. These include COMP_CODE (Company Code), DOC_TYPE (Purchasing document type), DELETE_IND (Deletion Indicator in Purchasing Document), STATUS (Status of purchasing document).. 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 (Deep)


SAP BBPS_BS_PO_HEADER_470_1 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
PO_NUMBERPurchasing Document Number EBELNCHAR10Assigned to domainALPHAEBELNBESMEKK_C
COMP_CODECompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
DOC_TYPEPurchasing document type BBP_ESARTCHAR4Assigned to domainBSART
DELETE_INDDeletion Indicator in Purchasing Document ELOEKCHAR1ELOEK
STATUSStatus of purchasing document BBP_ESTAKCHAR1BBP_ESTAK
CREAT_DATEDate on Which Record Was Created ERDATDATS8DATUM
CREATED_BYName of Person who Created the Object ERNAMCHAR12USNAM
ITEM_INTVLItem Interval BBP_PINCRNUMC5BBP_PINCR
VENDORVendor Account Number ELIFNCHAR10Assigned to domainALPHALIFNRLIFKRED_C
LANGULanguage Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
LANGU_ISOISO Code for Language Key BBP_SPRAS_ISOCHAR2LAISO
PMNTTRMSTerms of Payment Key DZTERMCHAR4ZTERM
DSCNT1_TOCash (prompt payment) discount days BBP_DZBDETDEC3ZBDXT
DSCNT2_TOCash (prompt payment) discount days BBP_DZBDETDEC3ZBDXT
DSCNT3_TOCash (prompt payment) discount days BBP_DZBDETDEC3ZBDXT
DSCT_PCT1Cash Discount Percentage 1 DZBD1PDEC5(3) PRZ23
DSCT_PCT2Cash Discount Percentage 2 DZBD2PDEC5(3) PRZ23
PURCH_ORGPurchasing Organization EKORGCHAR4Assigned to domainEKORGEKO
PUR_GROUPPurchasing Group BBP_BKGRPCHAR3Assigned to domainEKGRPEKG
CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
CURRENCY_ISOISO code currency WAERS_ISOCHAR3ISOCD
EXCH_RATEExchange rate BBP_WKURSDEC9(5) BBP_KURSP
EX_RATE_FXIndicator: Fixing of exchange rate BBP_KUFIXCHAR1XFELD
DOC_DATEPurchasing Document Date BBP_EBDATDATS8DATUM
VPER_STARTValidity Period Start BBP_KDATBDATS8DATUM
VPER_ENDValidity Period End BBP_KDATEDATS8DATUM
WARRANTYWarranty date BBP_MM_GWLDTDATS8DATUM
QUOTATIONRFx Response Number BBP_ANGNRCHAR10BBP_ANGNR
QUOT_DATEBid Submission Date BBP_IHRANDATS8DATUM
REF_1Your Reference BBP_IHREZCHAR12TEXT12
SALES_PERSResponsible salesperson at vendor's office BBP_EVERKCHAR30TEXT30
TELEPHONEVendor's Telephone Number BBP_TELF0CHAR16TEXT16
SUPPL_VENDSupplying vendor BBP_LLIEFCHAR10Assigned to domainALPHALIFNRLIF
CUSTOMERCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
AGREEMENTNumber of Principal Purchase Agreement KONNRCHAR10Assigned to domainALPHAEBELNKTR
GR_MESSAGEIndicator: Goods receipt message BBP_WEAKTCHAR1XFELD
SUPPL_PLNTSupplying (Issuing) Plant in Stock Transport Order RESWKCHAR4Assigned to domainWERKS
INCOTERMS1Incoterms (Part 1) BBP_INCO1CHAR3BBP_INCO1
INCOTERMS2Incoterms (Part 2) BBP_INCO2CHAR28BBP_INCO2
COLLECT_NOCollective number BBP_SUBMICHAR10CHAR10
DIFF_INVDifferent invoicing party BBP_LIFRECHAR10Assigned to domainALPHALIFNR
OUR_REFOur reference BBP_UNSEZCHAR12TEXT12
LOGSYSTEMLogical System LOGSYSTEMCHAR10Assigned to domainALPHALOGSYS
SUBITEMINTItem interval for sub-items BBP_UPINCNUMC5BBP_PINCR
PO_REL_INDRelease Indicator: Purchasing Document FRGKECHAR1Assigned to domainFRGKE
REL_STATUSRelease status FRGZUCHAR8FRGZU
VAT_CNTRYCountry of sales tax ID number BBP_STCEG_LCHAR3Assigned to domainLAND1LND
VAT_CNTRY_ISOISO country code for VAT registration number BBP_STCEG_L_ISOCHAR2INTCA
REASON_CANCELReason for Rejection BBP_ABSGRNUMC2NUMC02

Key field Non-key field



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

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

How to access SAP table BBPS_BS_PO_HEADER_470_1

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