‎2007 Apr 11 7:29 AM
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.
‎2007 Apr 11 8:39 AM
SWF_CATIDS Object Categories
SWOTIP Index Parent Object Types
SWOTLI Object Load Interfaces
TOJTB Business object repository: Basic data
Chk these
Reward if helpful...
‎2010 Dec 24 10:04 AM
‎2010 Dec 27 3:16 PM
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.
‎2011 Jan 04 1:31 PM
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.