OIUH_RV_CW_BATCH SAP (Checkwrite Parms for the batch execution process) Table details

Dictionary Type: Table
Description: Checkwrite Parms for the batch execution process




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




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

OIUH_RV_CW_BATCH is a standard SAP Table which is used to store Checkwrite Parms for the batch execution process data and is available within R/3 SAP systems depending on the version and release level.

The OIUH_RV_CW_BATCH table consists of various fields, each holding specific information or linking keys about Checkwrite Parms for the batch execution process data available in SAP. These include FILE_ID (Not More Closely Defined Area, Possibly Used for Patchlevels), REC_ID (2-Digit Numeric Value), COMPANY_NO (Company Level 1 - (ORG1)), BANK_ID (Bank Identification 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: Cannot Be Enhanced


SAP OIUH_RV_CW_BATCH 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
FILE_IDNot More Closely Defined Area, Possibly Used for Patchlevels CHAR4CHAR4CHAR4
REC_ID2-Digit Numeric Value NUM2NUMC2NUM2
COMPANY_NOCompany Level 1 - (ORG1) OIUH_OR1_OR_LVL_1_NOCHAR3Assigned to domainOIUH_OR_LVL_1_NO
BANK_IDBank Identification Number OIUH_BANK_IDCHAR9CHAR9
BANK_ACCTBank Account Number OIUH_BANK_ACCTCHAR9CHAR9
CHK_DATECheck Date OIUH_CHK_DATEDATS8SYDATS
BEG_SPC_NOBeginning Special Number OIUH_BEG_SPC_NOCHAR10CHAR10
BEG_SEQ_NOBeginning Sequence Number OIUH_BEG_SEQ_NOCHAR6CHAR6
BEG_CHK_NOBeginning Check Number OIUH_BEG_CHK_NOCHAR10CHAR10
END_CHK_NOEnding Check Number OIUH_END_CHK_NOCHAR10CHAR10
BEG_MAG_CHK_NOBeginning Magnetic Check Number OIUH_BEG_MAG_CHK_NOCHAR10CHAR10
END_MAG_CHK_NOEnding Magnetic Check Number OIUH_END_MAG_CHK_NOCHAR10CHAR10

Key field Non-key field



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

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

SELECT SINGLE *
FROM OIUH_RV_CW_BATCH
INTO CORRESPONDING FIELDS OF WA_OIUH_RV_CW_BATCH
WHERE...

How to access SAP table OIUH_RV_CW_BATCH

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