OIUH_CM_BATYP SAP (Business Associate Type Table) Table details

Dictionary Type: Table
Description: Business Associate Type Table




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




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

OIUH_CM_BATYP is a standard SAP Table which is used to store Business Associate Type Table data and is available within R/3 SAP systems depending on the version and release level.

The OIUH_CM_BATYP table consists of various fields, each holding specific information or linking keys about Business Associate Type Table data available in SAP. These include BATYP_BA_NO (BUSINESS ASSOCIATE NUMBER), BATYP_BA_SEQ_NO (BUSINESS ASSOCIATE SEQUENCE NUMBER), BATYP_TYP_CD (TYPE CODE), BATYP_VER_NO (VERSION 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_CM_BATYP 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
BATYP_BA_NOBUSINESS ASSOCIATE NUMBER OIUH_BATYP_BA_NOCHAR6OIUH_BATYP_BA_NO
BATYP_BA_SEQ_NOBUSINESS ASSOCIATE SEQUENCE NUMBER OIUH_BATYP_BA_SEQ_NOCHAR2OIUH_BATYP_BA_SEQ_NO
BATYP_TYP_CDTYPE CODE OIUH_BATYP_TYP_CDCHAR2OIUH_BATYP_TYP_CD
BATYP_VER_NOVERSION NUMBER OIUH_BATYP_VER_NODEC5OIUH_BATYP_VER_NO
BATYP_USER_IDUser ID OIUH_USER_IDCHAR8CHAR8
BATYP_TIMESTAMPTIMESTAMP OIUH_TIMESTAMPCHAR14OIUH_TIMESTAMP

Key field Non-key field



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

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

SELECT SINGLE *
FROM OIUH_CM_BATYP
INTO CORRESPONDING FIELDS OF WA_OIUH_CM_BATYP
WHERE...

How to access SAP table OIUH_CM_BATYP

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