Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Business Objects

Former Member
0 Likes
709

How can we find in which table the data of business object is stored?

For Example: In transaction SWO2, we see tree of Business Objects( BO ) of SAP.Now, on Drilling down on Sales and Distribution node we see further subnodes.Click on Sales , further on Sales Order, Further on CustomerOrder.Double click on it takes to another page displaying object type and its details. now click open attributes node, double click on CustomerOrder.SoldToParty we see a pop up window telling in which table the data of this BO will be saved.

I need a generalized table from where i can retrieve , which BO data is saved into which table , for almost all the BO's in SAP.

I need to Monitor the data of all BO's , that is why i need to know the tables.

Please Reply.Its Urgent.

Points will be awarded.

4 REPLIES 4
Read only

Former Member
0 Likes
630

SWF_CATIDS Object Categories

SWOTIP Index Parent Object Types

SWOTLI Object Load Interfaces

TOJTB Business object repository: Basic data

Chk these

Reward if helpful...

Read only

0 Likes
630

Lost Track

Read only

0 Likes
630

Dear Nuzhat ,

Basically Business Objects have three Components

OBJECT_TYPE

OBJECT_ID

OBJECT_LOGCOMP

These values you can get from Table BMTNODE01

OBJECT_TYPE = NODE_ID + TREE_ID

and the other values are present there directly.

Hope .. It helps.

Read only

Former Member
0 Likes
630

Hi,

Hope u know "EVENT TRACE".

U can find all the events and BO name relevant to specific T CODE from trace result itself.

Regards,

Ragavendran K.