BBPS_BAPIEINA SAP (Display/List Transfer Structure: Purch. Info (General Data)) Structure details

Dictionary Type: Structure
Description: Display/List Transfer Structure: Purch. Info (General Data)




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




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

BBPS_BAPIEINA 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 "Display/List Transfer Structure: Purch. Info (General Data)" 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_BAPIEINA TYPE BBPS_BAPIEINA.

The BBPS_BAPIEINA table consists of various fields, each holding specific information or linking keys about Display/List Transfer Structure: Purch. Info (General Data) data available in SAP. These include MATERIAL (Material Number), MAT_GRP (Material Group), VENDOR (Vendor Account Number), DELETE_IND (Purchasing info: General data flagged for deletion).. 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: Not classified


SAP BBPS_BAPIEINA 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
INFO_RECNumber of Purchasing Info Record INFNRCHAR10Assigned to domainALPHAINFNRINFMEIN_C
MATERIALMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
MAT_GRPMaterial Group MATKLCHAR9Assigned to domainMATKLMKLS_WBWG
VENDORVendor Account Number ELIFNCHAR10Assigned to domainALPHALIFNRLIFKRED_C
DELETE_INDPurchasing info: General data flagged for deletion BBP_ILOEACHAR1XFELD
CREATED_ATDate on Which Record Was Created ERDATDATS8DATUM
CREATED_BYName of Person who Created the Object ERNAMCHAR12USNAM
SHORT_TEXTShort text for purchasing info record BBP_EINATXCHAR40TEXT40
SORTED_BYSort string for non-stock info records BBP_SORTICHAR10CHAR10
PO_UNITPurchase Order Unit of Measure BSTMEUNIT3T006CUNITMEINS
CONV_NUM1Numerator for Conversion of Order Price Unit into Order Unit BBP_BPUMZDEC5UMBSZ
CONV_DEN1Denominator for the Conversion of OPUn in OU BBP_BPUMNDEC5UMBSN
VEND_MATMaterial number used by vendor IDNLF22CHAR22IDNEX22
SALES_PERSSalesperson responsible in the event of queries BBP_VERKFCHAR30TEXT30
TELEPHONEVendor's Telephone Number BBP_TELF0CHAR16TEXT16
REMINDER1Number of days for first reminder/urging letter (expediter) BBP_MAHN1DEC3BBP_MAHNT
REMINDER2Number of days for second reminder/urging letter (expediter) BBP_MAHN2DEC3BBP_MAHNT
REMINDER3Number of days for third reminder/urging letter (expediter) BBP_MAHN3DEC3BBP_MAHNT
CERT_NOCertificate number BBP_URZNRCHAR10BBP_URZNR
CERT_VALIDCertificate of origin valid until BBP_URZDTDATS8DATUM
CERT_CTRYCertificate of origin: Country of issue BBP_ULANDCHAR3T005LAND1
CERT_TYPECertificate category BBP_URZTPCHAR1BBP_URZTP
CUST_NONumber BBP_URZZTCHAR16BBP_URZZT
BASE_UOMBase Unit of Measure MEINSUNIT3T006CUNITMEINS
REGIONSTATE (State, Province, County) REGIOCHAR3T005SREGIO
VAR_ORD_UNVariable order unit active BBP_VABMECHAR1BBP_VABME
VEND_PARTVendor sub-range BBP_LTSNRCHAR6BBP_LTSNR
SORT_NOSort sequence number BBP_LTSSFNUMC5NUMC5
VEND_MATGVendor material group BBP_WGLIFCHAR18CHAR18
BACK_AGREEReturn agreement BBP_W_RUECKNVCHAR2Assigned to domainBBP_W_RUECKNV
SUPPL_FROMAvailable (deliverable) from BBP_LIFABDATS8DATUM
SUPPL_TOAvailable (deliverable) until BBP_LIFBIDATS8DATUM
PRE_VENDORPrior vendor BBP_KOLIFCHAR10Assigned to domainALPHALIFNR
POINTSNumber of Points BBP_ANZPUQUAN13(3) MENG13
POINT_UNITPoints unit BBP_PUNEIUNIT3T006CUNITMEINS
NORM_VENDRegular vendor BBP_RELIFCHAR1XFELD
PO_UNIT_ISOOrder unit in ISO code BSTME_ISOCHAR3T006IISOCD_UNIT
BASE_UOM_ISOBase unit of measure in ISO code MEINS_ISOCHAR3T006IISOCD_UNIT

Key field Non-key field



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

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

How to access SAP table BBPS_BAPIEINA

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