BAPIACAM14_AUC SAP (Special Posting Data Settlement AuC) Structure details

Dictionary Type: Structure
Description: Special Posting Data Settlement AuC




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




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

BAPIACAM14_AUC 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 "Special Posting Data Settlement AuC" 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_BAPIACAM14_AUC TYPE BAPIACAM14_AUC.

The BAPIACAM14_AUC table consists of various fields, each holding specific information or linking keys about Special Posting Data Settlement AuC data available in SAP. These include ITEMNO_ACC (Accounting Document Line Item Number), COMP_CODE (Company Code), ASSETMAINO (Main Asset Number), ASSETSUBNO (Asset Subnumber).. 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: Cannot Be Enhanced


SAP BAPIACAM14_AUC 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_RETItem number of retirement POSNR_ABGNUMC10POSNR_ACC
ITEMNO_ACCAccounting Document Line Item Number POSNR_ACCNUMC10POSNR_ACC
COMP_CODECompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
ASSETMAINOMain Asset Number BF_ANLN1CHAR12ALPHABF_ANLN1AN1
ASSETSUBNOAsset Subnumber BF_ANLN2CHAR4ALPHABF_ANLN2AN2
VALUEDATEReference Date BF_BZDATDATS8DATUM
TRANSVARTransfer variant for intercompany asset transfers BF_TRANSVARCHAR4ALPHABF_TRANSVAR
GL_TRANS_TTransaction Type for General Ledger VORGNCHAR4VORGN
NEW_ACQ_INIndicator: Transaction relates to curr.-yr acquisition XANEUCHAR1XFELD
ASSETTRTYPAsset Transaction Type BF_ANBWACHAR3CHAR3SSH_TABW
PART_COMCOPartner company code BF_PBUKRCHAR4Assigned to domainBUKRS
PART_ASSETMain number partner asset (intercompany transfer) BF_PANL1CHAR12ALPHABF_ANLN1
PART_SUBNOPartner asset subnumber (intercompany transfer) BF_PANL2CHAR4ALPHABF_ANLN2
PART_ACQDTCapitalization date of asset being transferred BF_PAKTDDATS8DATUM
AMOUNTAmount posted BF_ANBTRDEC23(4) BAPICURR
CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
CURRENCY_ISOISO code currency WAERS_ISOCHAR3ISOCD
ITM_SETLMTIndicator: Line item settlement of inv. measure IM_ABARTCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table BAPIACAM14_AUC

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