/AIN/VUIBUSPROC SAP (Generated Table for View /AIN/VUIBUSPROC) Table View details

Dictionary Type: Table View
Description: Generated Table for View /AIN/VUIBUSPROC




ABAP Code to SELECT data from /AIN/VUIBUSPROC
Related tables to /AIN/VUIBUSPROC
Access table /AIN/VUIBUSPROC




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

/AIN/VUIBUSPROC is a standard SAP Table View which is used to store Generated Table for View /AIN/VUIBUSPROC data and is available within R/3 SAP systems depending on the version and release level.

The /AIN/VUIBUSPROC table consists of various fields, each holding specific information or linking keys about Generated Table for View /AIN/VUIBUSPROC data available in SAP. These include BUS_PROC (Business Process), EPC_VERSION (RFID Tag ID Version), EPC_TYPE (Tag Encoding Type), BUS_PROC_DESC (Business process description).. 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: Not classified


SAP /AIN/VUIBUSPROC table view 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
CLIENTClient MANDTCLNT3MANDT
BUS_PROCBusiness Process /AIN/DM_BUSINESS_PROCESSCHAR2/AIN/T_BUS_PRO/AIN/DM_BUSINESS_PROCESS
EPC_VERSIONRFID Tag ID Version /AIN/EPC_VERSIONCHAR8/AIN/TEPC_VER/AIN/EPC_VERSION/AIN/EPC_VERSION
EPC_TYPETag Encoding Type /AIN/EPC_TYPECHAR10/AIN/TEPC_TYPE/AIN/EPC_TYPE/AIN/EPC_TYPE
BUS_PROC_DESCBusiness process description /AIN/DM_BUS_PROC_DESCRCHAR40/AIN/DM_BUS_PROC_DESCR
PROFILE_TYPEtype of profile /AIN/PRF_PROFILE_TYPENUMC2/AIN/TPRF_PROFIL/AIN/PRF_PROFILE_TYPE
PROFILEProfile /AIN/PRF_PROFILECHAR32/AIN/TPRF_PROFIL/AIN/TEXT32

Key field Non-key field



How do I retrieve data from SAP table /AIN/VUIBUSPROC using ABAP code

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

SELECT SINGLE *
FROM /AIN/VUIBUSPROC
INTO CORRESPONDING FIELDS OF WA_/AIN/VUIBUSPROC
WHERE...

How to access SAP table /AIN/VUIBUSPROC

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