OIUAR_RESPID SAP (Accounts Receivable Responsibility ID) Table details

Dictionary Type: Table
Description: Accounts Receivable Responsibility ID




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




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

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

The OIUAR_RESPID table consists of various fields, each holding specific information or linking keys about Accounts Receivable Responsibility ID data available in SAP. These include ARMT_LVL_1 (A/R Remittance Level 1 code), ARMT_LVL_2 (A/R Remittance Level 2 code), PD_CD (Product), EFF_FROM_DT (Effective From Date).. 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_RESPID 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
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
PD_CDProduct OIUH_PRODUCTCHAR3CHAR3
EFF_FROM_DTEffective From Date OIUH_EFFECTIVE_FROMDATS8DATS
EFF_TO_DTEffective To Date OIUH_EFFECTIVE_TODATS8DATS
RESP_IDAccounts 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_RESPID using ABAP code

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

SELECT SINGLE *
FROM OIUAR_RESPID
INTO CORRESPONDING FIELDS OF WA_OIUAR_RESPID
WHERE...

How to access SAP table OIUAR_RESPID

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