BBP_ACAP03 SAP (copy of BAPIACAP03) Structure details

Dictionary Type: Structure
Description: copy of BAPIACAP03




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




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

BBP_ACAP03 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 "copy of BAPIACAP03" 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_BBP_ACAP03 TYPE BBP_ACAP03.

The BBP_ACAP03 table consists of various fields, each holding specific information or linking keys about copy of BAPIACAP03 data available in SAP. These include VENDOR_NO (Account Number of Supplier or Creditor), REF_KEY_1 (Business partner reference key), REF_KEY_2 (Business partner reference key), REF_KEY_3 (Reference key for line item).. 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 BBP_ACAP03 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
ITEMNO_ACCAccounting Document Line Item Number POSNR_ACCNUMC10POSNR_ACC
VENDOR_NOAccount Number of Supplier or Creditor BBPLIFNRCHAR10ALPHABBPLIFNRLIFBBP_BUPA_VENDOR
REF_KEY_1Business partner reference key XREF1CHAR12CHAR12
REF_KEY_2Business partner reference key XREF2CHAR12CHAR12
REF_KEY_3Reference key for line item XREF3CHAR20CHAR20
GL_ACCOUNTGeneral Ledger Account HKONTCHAR10Assigned to domainALPHASAKNR
PMNTTRMSTerms of Payment Key DZTERMCHAR4ZTERM
BLINE_DATEBaseline Date for Due Date Calculation DZFBDTDATS8DATUM
DSCT_DAYS1Cash discount days 1 DZBD1TDEC3ZBDXT
DSCT_DAYS2Cash discount days 2 DZBD2TDEC3ZBDXT
NETTERMSNet Payment Terms Period DZBD3TDEC3ZBDXT
DSCT_PCT1Cash Discount Percentage 1 DZBD1PDEC5(3) PRZ23
DSCT_PCT2Cash Discount Percentage 2 DZBD2PDEC5(3) PRZ23
PMTMTHSUPLPayment Method Supplement UZAWECHAR2Assigned to domainUZAWE
PYMT_METHPayment Method DZLSCHCHAR1Assigned to domainZLSCH
PMNT_BLOCKPayment Block Key DZLSPRCHAR1Assigned to domainZAHLSSPE
SCBANK_INDState Central Bank Indicator LZBKZCHAR3Assigned to domainLZBKZ
SUPCOUNTRYSupplying Country LANDLCHAR3Assigned to domainLAND1
SUPCOUNTRY_ISOSupplier country ISO code LANDL_ISOCHAR2INTCA
BLLSRV_INDService Indicator (Foreign Payment) DIEKZCHAR1DIEKZ
ALLOC_NMBRAssignment Number DZUONRCHAR18ZUONR
ITEM_TEXTItem Text SGTXTCHAR50TEXT50
PO_SUB_NOISR Subscriber Number ESRNRCHAR11ESRNR
PO_CHECKDGISR Check Digit ESRPZCHAR2CHAR2
PO_REF_NOISR Reference Number ESRRECHAR27ALPHAESRRE
W_TAX_CODEWithholding Tax Code BBP_QSSKZCHAR2BBP_QSSKZ

Key field Non-key field



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

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

How to access SAP table BBP_ACAP03

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