OIUAR_REC_BAL SAP (Accounts Receivable Balance) Table details

Dictionary Type: Table
Description: Accounts Receivable Balance




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




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

OIUAR_REC_BAL is a standard SAP Table which is used to store Accounts Receivable Balance data and is available within R/3 SAP systems depending on the version and release level.

The OIUAR_REC_BAL table consists of various fields, each holding specific information or linking keys about Accounts Receivable Balance data available in SAP. These include SYS_NO (OIUH_DEC18), COMPANY (Organization level 1 number (Company Code)), REMT (Business Associate), REMT_SEQ (Sequence 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP OIUAR_REC_BAL table 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
SYS_NOOIUH_DEC18 OIUH_DEC18DEC18DEC18
COMPANYOrganization level 1 number (Company Code) OIUH_OR_LVL_1_NOCHAR3OIUH_CM_OR1OIUH_OR_LVL_1_NO
REMTBusiness Associate OIUCM_BUS_ASSOCCHAR6ALPHAOIUCM_BUS_ASSOCOIUCM_BUS_ASSOC
REMT_SEQSequence Number OIUCM_SEQ_NOCHAR2ALPHAOIUCM_SEQ_NOOIUCM_SEQ_NO
ARMT_LVL_1A/R Remittance Level 1 code OIUH_AR_REMIT_LVL_1_CODECHAR8CHAR8
ARMT_LVL_2A/R Remittance Level 2 code OIUH_AR_REMIT_LVL_2_CODECHAR5CHAR5
SA_DTSales Date / Month OIU_SALE_DTDATS8DATUM
PD_CDProduct OIUH_PRODUCTCHAR3CHAR3
CUR_BALLocal amount OIUH_CURR13_2CURR13(2) OIUH_CURR13_2
STATUSAccounts Receivable Status OIUAR_STATUSCHAR2OIUAR_STATUS
ORIG_STATUS_AMTLocal amount OIUH_CURR13_2CURR13(2) OIUH_CURR13_2
STATUS_USERAccounts Receivable Status User OIUAR_STATUS_USERCHAR12OIUAR_RESP_ID
AGEAccounts Receivable Age OIUAR_AGECHAR3OIUAR_AGE
RESP_IDAccounts Receivable Responsibility ID OIUAR_RESP_IDCHAR12OIUAR_RESP_ID
TOT_RECVBLLocal amount OIUH_CURR13_2CURR13(2) OIUH_CURR13_2
TOT_CASHBLLocal amount OIUH_CURR13_2CURR13(2) OIUH_CURR13_2
AWO_AMTLocal amount OIUH_CURR13_2CURR13(2) OIUH_CURR13_2
AWO_USERAccounts Receivable Writeoff User OIUAR_WO_USERCHAR12OIUAR_RESP_ID
AGING_PERIODAccounting Period(YYYYMM01) OIUH_ACCOUNTING_PERIOD8CHAR8CHAR8
USER_IDName of Person who Created the Object ERNAMCHAR12USNAM
TIMESTAMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TZNTSTMPSDEC15TZNTSTMPS

Key field Non-key field



How do I retrieve data from SAP table OIUAR_REC_BAL using ABAP code

The following ABAP code Example will allow you to do a basic selection on OIUAR_REC_BAL to SELECT all data from the table
DATA: WA_OIUAR_REC_BAL TYPE OIUAR_REC_BAL.

SELECT SINGLE *
FROM OIUAR_REC_BAL
INTO CORRESPONDING FIELDS OF WA_OIUAR_REC_BAL
WHERE...

How to access SAP table OIUAR_REC_BAL

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