BAPIACITEMO SAP (Communication structure: Payment document item data) Structure details

Dictionary Type: Structure
Description: Communication structure: Payment document item data




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




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

BAPIACITEMO 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 "Communication structure: Payment document item 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_BAPIACITEMO TYPE BAPIACITEMO.

The BAPIACITEMO table consists of various fields, each holding specific information or linking keys about Communication structure: Payment document item data data available in SAP. These include ITEM (Agency business: Document item), MATERIAL (Material Number), MATL_GROUP (Material Group), VEND_PART (Vendor Subrange).. 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 BAPIACITEMO 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
PAYM_DOCAgency Business: Payment Number WBELN_ZRCHAR10WBRKALPHAWBELNWLZ
ITEMAgency business: Document item WPOSNR_LFNUMC6WBRPWPOSNR
MATERIALMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
MATL_GROUPMaterial Group MATKLCHAR9T023MATKLMKLS_WBWG
VEND_PARTVendor Subrange LTSNRCHAR6WYT1LTSNR
TAX_CODEAgency business: Tax code (input tax) MWSKZ_LFCHAR2T007AMWSKZ
TAX_CODE_DEBAgency business: Tax code (output tax) MWSKZ_RBCHAR2T007AMWSKZ
NET_AMOUNTAgency business: Net amount of item WNETWBDEC23(4) BAPICURR
GROSSAgency business: Gross amount of an item in settlement doc. WBRTWIDEC23(4) BAPICURR
TAXAgency business: Tax amount MWSBPBDEC23(4) BAPICURR
CASH_DISCCash discount indicator SKTOFCHAR1XFELD
REF_DOC_HEADAgency business: Document number of the reference document WBELNVCHAR10CHAR10
REF_DOC_ITEMItem number of the reference document item WPOSNRVNUMC6NUMC6
PDOC_CATAgency Business: Document Category of Preceding Document WFTYPVCHAR2WFTYPV
SHORT_TEXTShort Text TXZ01CHAR40TEXT40
TAXJURCODETax Jurisdiction TXJCDCHAR15TTXJTXJCDTXJ
PLANTPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
BUS_AREABusiness Area GSBERCHAR4TGSBGSBERGSB
COSTCENTERCost Center KOSTLCHAR10CSKSALPHAKOSTLKOS
PROFIT_CTRProfit Center PRCTRCHAR10CEPCALPHAPRCTRPRCPRCTR_EMPTY
NET_PRICEAgency business: Net price of an item in the payment documnt WNETPIDEC23(4) BAPICURR
QUANTITYVendor billing document: actual quantity billed WFIMGQUAN13(3) MENGE13
PRICE_UNITPrice Unit of Vendor Billing Document Item WEINHDEC5DEC5
BILL_UNITVendor billing document: unit of measure WFKMEUNIT3Assigned to domainCUNITMEINS
ISOCODE_UNITISO code for unit of measurement ISOCD_UNITCHAR3Assigned to domainISOCD_UNIT
MATERIAL_EXTERNALLong Material Number for MATERIAL Field MGV_MATERIAL_EXTERNALCHAR40MATNR_EXT
MATERIAL_GUIDExternal GUID for MATERIAL Field MGV_MATERIAL_GUIDCHAR32MATNR_EGUID
MATERIAL_VERSIONVersion Number for MATERIAL Field MGV_MATERIAL_VERSIONCHAR10MATNWMATNR_VERS
ITEMCATAgency Business: Item Category WSHKZGCHAR1WSHKZG
COND_GROUPCondition Group with Vendor EKKOGCHAR4CHAR4
VEND_MATMaterial Number Used by Vendor IDNLFCHAR35IDNEX
BILL_REASONAgency business: Reason for activity WFGRUCHAR3TMLFGWFGRU
VEND_MAT_TYPEAB: Article Number Type - Vendor WLF_IDNLF_TYPECHAR4TMVMTWLF_IDNLF_TYPE
INCOTERMS1Incoterms (Part 1) INCO1CHAR3Assigned to domainINCO1
INCOTERMS2Incoterms (Part 2) INCO2CHAR28INCO2

Key field Non-key field



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

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

How to access SAP table BAPIACITEMO

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