OIUAR_WO_CONFIG SAP (Accounts Receivable Writeoff Configuration) Table details

Dictionary Type: Table
Description: Accounts Receivable Writeoff Configuration




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




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

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

The OIUAR_WO_CONFIG table consists of various fields, each holding specific information or linking keys about Accounts Receivable Writeoff Configuration data available in SAP. These include COMPANY (Organization level 1 number (Company Code)), ACCOUNT (Account Number), WRITE_OFF_AGE (Accounts Receivable Age), AMT_PCT_IND (X Flag).. 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_WO_CONFIG 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
COMPANYOrganization level 1 number (Company Code) OIUH_OR_LVL_1_NOCHAR3OIUH_CM_OR1OIUH_OR_LVL_1_NO
ACCOUNTAccount Number OIU_ACCTIDCHAR10ALPHAOIU_ACCTID
WRITE_OFF_AGEAccounts Receivable Age OIUAR_AGECHAR3OIUAR_AGE
AMT_PCT_INDX Flag OIU_X_FLAGCHAR1OIU_X_FLAG
WRITE_OFF_AMTAccounts Receivable Write-off Amount OIUAR_WO_AMTCURR13(2) OIUH_CURR13_2
WRITE_OFF_PCTAccounts Receivable Write-off Percent OIUAR_WO_PCTDEC5(2)
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_WO_CONFIG using ABAP code

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

SELECT SINGLE *
FROM OIUAR_WO_CONFIG
INTO CORRESPONDING FIELDS OF WA_OIUAR_WO_CONFIG
WHERE...

How to access SAP table OIUAR_WO_CONFIG

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