MBO_FORKEY SAP (bo foreign key table) Table details

Dictionary Type: Table
Description: bo foreign key table




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




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

MBO_FORKEY is a standard SAP Table which is used to store bo foreign key table data and is available within R/3 SAP systems depending on the version and release level.

The MBO_FORKEY table consists of various fields, each holding specific information or linking keys about bo foreign key table data available in SAP. These include SEQNUM (DMC: Position in Tree Depth-First), FORKEY_VALUE (Foreign key value), FORKEY_TYPE (MWB: Type of Foreign Key Relationship).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP MBO_FORKEY 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
FIELD_GUIDGUID in 'CHAR' format with upper-/lowercase (!) GUID_22CHAR22SYSUUID_22
SEQNUMDMC: Position in Tree Depth-First DMC_SEQNONUMC4NUMC4
FORKEY_VALUEForeign key value MBO_FORKEY_VALUECHAR30
FORKEY_TYPEMWB: Type of Foreign Key Relationship DMC_FORKEY_TYPENUMC1DMC_FORKEY_TYPE

Key field Non-key field



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

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

SELECT SINGLE *
FROM MBO_FORKEY
INTO CORRESPONDING FIELDS OF WA_MBO_FORKEY
WHERE...

How to access SAP table MBO_FORKEY

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