OIUAR_BAL_TRFR SAP (Accounts Receivable Balance Transfer) Table details

Dictionary Type: Table
Description: Accounts Receivable Balance Transfer




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




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

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

The OIUAR_BAL_TRFR table consists of various fields, each holding specific information or linking keys about Accounts Receivable Balance Transfer data available in SAP. These include SYS_NO (OIUH_DEC18), SEQ_NO (Sequence number), COMPANY (Organization level 1 number (Company Code)), REMT (Business Associate).. 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_BAL_TRFR 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
SEQ_NOSequence number OIU_SEQ_NONUMC3OIU_SEQ_NO
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
T_COMPANYOrganization level 1 number (Company Code) OIUH_OR_LVL_1_NOCHAR3OIUH_CM_OR1OIUH_OR_LVL_1_NO
T_REMTBusiness Associate OIUCM_BUS_ASSOCCHAR6ALPHAOIUCM_BUS_ASSOCOIUCM_BUS_ASSOC
T_REMT_SEQSequence Number OIUCM_SEQ_NOCHAR2ALPHAOIUCM_SEQ_NOOIUCM_SEQ_NO
T_ARMT_LVL_1A/R Remittance Level 1 code OIUH_AR_REMIT_LVL_1_CODECHAR8CHAR8
T_ARMT_LVL_2A/R Remittance Level 2 code OIUH_AR_REMIT_LVL_2_CODECHAR5CHAR5
T_SA_DTSales Date / Month OIU_SALE_DTDATS8DATUM
T_PD_CDProduct OIUH_PRODUCTCHAR3CHAR3
BT_AMOUNTLocal amount OIUH_CURR13_2CURR13(2) OIUH_CURR13_2
BT_DATEDate OIUCM_RUN_DATEDATS8DATUM
BT_USERAccounts Receivable Responsibility ID OIUAR_RESP_IDCHAR12OIUAR_RESP_ID
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_BAL_TRFR using ABAP code

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

SELECT SINGLE *
FROM OIUAR_BAL_TRFR
INTO CORRESPONDING FIELDS OF WA_OIUAR_BAL_TRFR
WHERE...

How to access SAP table OIUAR_BAL_TRFR

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