OIUAR_COMMENT SAP (Accounts Receivable Comments) Table details

Dictionary Type: Table
Description: Accounts Receivable Comments




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




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

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

The OIUAR_COMMENT table consists of various fields, each holding specific information or linking keys about Accounts Receivable Comments data available in SAP. These include ARCMT_RB_SYS_NO (OIUH_DEC18), CMT_SEQ_NO (Sequence number), CMT_TYPE (Accounts Receivable Comment Type), CMT_DATE (Accounts Receivable Comments 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_COMMENT 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
ARCMT_RB_SYS_NOOIUH_DEC18 OIUH_DEC18DEC18DEC18
CMT_SEQ_NOSequence number OIU_SEQ_NONUMC3OIU_SEQ_NO
CMT_TYPEAccounts Receivable Comment Type OIUAR_COMMENTS_TYPECHAR2OIUAR_COMMENTS_TYPE
CMT_DATEAccounts Receivable Comments Date OIUAR_COMMENTS_DATEDATS8DATS
CMT_USERAccounts Receivable Comments User OIUAR_COMMENTS_USERCHAR12OIUAR_RESP_ID
CMT_TXTAccounts Receivable Comment OIUAR_COMMENTSCHAR200
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_COMMENT using ABAP code

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

SELECT SINGLE *
FROM OIUAR_COMMENT
INTO CORRESPONDING FIELDS OF WA_OIUAR_COMMENT
WHERE...

How to access SAP table OIUAR_COMMENT

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