SAP BAPIACAM21 Values of Asset Being Retired from Transfer per Global Area Table data and field list

BAPIACAM21 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 "Values of Asset Being Retired from Transfer per Global Area" 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_BAPIACAM21 TYPE BAPIACAM21.

The BAPIACAM21 table consists of various fields, each holding specific information or linking keys about Values of Asset Being Retired from Transfer per Global Area data available in SAP. These include CURRENT_NO (Sequence number of asset line items in fiscal year), GLOB_AREA (Cross-system depreciation area), VALUEDATE (Reference Date), ASSETTRTYP (Asset Transaction Type)... 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. .

BAPIACAM21 structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP BAPIACAM21 structure fields - Full list of fields found in SAP data dictionary

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the BAPIACAM21 table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
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
CURRENT_NOSequence number of asset line items in fiscal year BF_LNRANNUMC5BF_LNRAN
GLOB_AREACross-system depreciation area BF_GLOBAFABERCHAR2ALPHABF_GLOAFABER
VALUEDATEReference Date BF_BZDATDATS8DATUM
ASSETTRTYPAsset Transaction Type BF_ANBWACHAR3CHAR3SSH_TABW
AMOUNTAmount posted BF_ANBTRDEC23(4) BAPICURR
PROPVAL_INDIndicator: Proportional values posted automatically BF_XANTWCHAR1BF_XFELD
DIFAMNTINDIndicator: Different posting amount entered BF_XAWBTCHAR1BF_XFELD
APPREC_CUMProportional cumulative revaluation on replacement value BF_AUFWVDEC23(4) BAPICURR
INVGRNT_CUProportional cumulative investment grants BF_INVZVDEC23(4) BAPICURR
ORD_DEP_CUProportional accumulated ordinary depreciation BF_NAFAVDEC23(4) BAPICURR
SPE_DEP_CUProportional cumulative special depreciation BF_SAFAVDEC23(4) BAPICURR
UNP_DEP_CUProportional cumulative unplanned depreciation BF_AAFAVDEC23(4) BAPICURR
RES_TRA_CUProportional cumulative transfer of reserves BF_MAFAVDEC23(4) BAPICURR
ORD_REV_CUProportional cum. revaluation on ordinary depreciation BF_AUFNVDEC23(4) BAPICURR
APPREC_CYProportional revaluation for the year on replacement value BF_AUFWLDEC23(4) BAPICURR
INVGRNT_CYProportional investment grant for the year BF_INVZLDEC23(4) BAPICURR
ORD_DEP_CYProportional ordinary depreciation for the year BF_NAFALDEC23(4) BAPICURR
SPE_DEP_CYProportional special depreciation for the year BF_SAFALDEC23(4) BAPICURR
UNP_DEP_CYProportional unplanned depreciation for the year BF_AAFALDEC23(4) BAPICURR
TRA_RES_CYProportional transfer of reserves for the year BF_MAFALDEC23(4) BAPICURR
ORD_REV_CYProportional revaluation of annual ordinary dep. BF_AUFNLDEC23(4) BAPICURR
REV_ON_RETRevenue from asset sale BF_ERLBTDEC23(4) BAPICURR
RET_COSTSCosts from asset retirement BF_VERKO_DDEC23(4) BAPICURR
CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
CURRENCY_ISOISO code currency WAERS_ISOCHAR3ISOCD

Key field Non-key field



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

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

How to access SAP table BAPIACAM21

Within an ECC or HANA version of SAP you can also view further information about BAPIACAM21 and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).