BAPI_OIA_LIA_BAL_ADJUSTMENT SAP (Balance adjustments for BAPI) Structure details

Dictionary Type: Structure
Description: Balance adjustments for BAPI




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




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

BAPI_OIA_LIA_BAL_ADJUSTMENT 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 "Balance adjustments for BAPI" 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_BAPI_OIA_LIA_BAL_ADJUSTMENT TYPE BAPI_OIA_LIA_BAL_ADJUSTMENT.

The BAPI_OIA_LIA_BAL_ADJUSTMENT table consists of various fields, each holding specific information or linking keys about Balance adjustments for BAPI data available in SAP. These include COMP_CODE (Company Code), PLANT (Plant), EXG_NUMBER (Exchange agreement number), BASE_MATERIAL (Base product number).. 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 BAPI_OIA_LIA_BAL_ADJUSTMENT 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
OIA_BOOKTYPELIA quantity adjustment type OIA_BOOKTYPECHAR8OIA_BOOKTYPE
COMP_CODECompany Code BUKRSCHAR4T001BUKRSBUKC_T001
PLANTPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
EXG_NUMBERExchange agreement number OIA_EXGNUMCHAR10OIA01ALPHAOIA_EXGNUMOI1OIAE
BASE_MATERIALBase product number OIA_SBMATCHAR18MARAMATN1MATNR
QUANTITYLIA quantity in transaction UOM OIA_MENGE_LIAQUAN13(3) OIA_MENGE
UOMLIA transaction unit of measure OIA_TMEINSUNIT3T006CUNITMEINS
UNIT_ISOUnit of measure for display in ISO code MEINH_ISOCHAR3Assigned to domainISOCD_UNIT
ITEM_TEXTItem Text SGTXTCHAR50TEXT50
EXG_TYPEExchange type OIA_EXGTYPCHAR4TOIA2OIA_EXGTYPOI3
MATERIALMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
EXT_BOLExternal bill of lading OID_EXTBOLCHAR16OID_EXTBOL
PROC_KEYFee accounting process key OIA_KTOSLCHAR3TOIAHOIA_KTOSL

Key field Non-key field



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

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

How to access SAP table BAPI_OIA_LIA_BAL_ADJUSTMENT

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