ROIUCM_BA_LINK SAP (Update structure for BA link) Structure details

Dictionary Type: Structure
Description: Update structure for BA link




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




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

ROIUCM_BA_LINK is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Update structure for BA link" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_ROIUCM_BA_LINK TYPE ROIUCM_BA_LINK.

The ROIUCM_BA_LINK table consists of various fields, each holding specific information or linking keys about Update structure for BA link data available in SAP. These include MANDT (Client), BA_NO (Business Associate), BA_SEQ (Sequence Number), BA_TYPE (Vendor/Customer).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP ROIUCM_BA_LINK structure 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
BA_NOBusiness Associate OIUCM_BUS_ASSOCCHAR6ALPHAOIUCM_BUS_ASSOCOIUCM_BUS_ASSOC
BA_SEQSequence Number OIUCM_SEQ_NOCHAR2ALPHAOIUCM_SEQ_NOOIUCM_SEQ_NO
BA_TYPEVendor/Customer OIUCM_BA_VEND_CUSTCHAR1OIUCM_BA_VEND_CUST
SAP_MASTERMaster Record OIUCM_MASTERCHAR10ALPHAOIUCM_MASTER
BA_TYPE_CDBusiness Associate Type OIUCM_BA_TYPCHAR2OIUCM_BA_TYPEOIUCM_CHAR02OIUCM_BA_TYP
OIU_CRUSERName of Person who Created the Object ERNAMCHAR12USNAM
OIU_TIMESTAMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TZNTSTMPSDEC15TZNTSTMPS
DBACTIONDatabase Action Flag OIU_DBACTIONCHAR1CHAR1

Key field Non-key field



How do I retrieve data from SAP structure ROIUCM_BA_LINK using ABAP code?

As ROIUCM_BA_LINK is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on ROIUCM_BA_LINK as there is no data to select.

How to access SAP table ROIUCM_BA_LINK

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