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 object from Function module

Former Member
0 Likes
3,196

hi,

i have already tried this trick but i forgot now.

i have to find a business object name from my function module thru se37.hope we can find in se37,can anyone tell how we find it.

thanks

siva

10 REPLIES 10
Read only

Former Member
0 Likes
1,982

you can get some hint from the function group name.

Read only

Former Member
0 Likes
1,982

Hii,,

I am nt sure abt this .......but stilll give atry....

go to se37 ...give ur func mod name....

click display....select func mod name and click where used list.

select internet services ,package interfaces other than defualt ones...

in the list u may find the BO name....whci starts with R S ....

check it out....

Read only

former_member217544
Active Contributor
0 Likes
1,982

Hi,

Else try this way:

Open the Function Mudule from SE37. Open the attributes tab in that function module and get the package name for that function module. Now open the package in SE80 and I believe we can get the BOR from that.

hope this will helps you.

Thanks & Regards,

Swarna Munukoti.

Edited by: Swarna Munukoti on Oct 28, 2008 10:30 AM

Read only

0 Likes
1,982

@swarna ,but i will be getting n number of objects, i need specfic object for that fm.

thanks

Siva

Read only

0 Likes
1,982

take an example of salesorder , its function group is 2032. so the business object name will be BUS2032. is that you are expecting..or some thing else..?

Read only

0 Likes
1,982

no vijay.. FOR EXAMPLE i know the fm called BAPI_PO_CHANGE ,now i want to know its business object name i.e BUS2010 .where i can find that name with jus having the FM.

Read only

0 Likes
1,982

Check the table TOJTB or

Check in the BAPI t-code , I prefer BAPI t-code

Read only

0 Likes
1,982

For BapI bapi_po_change the function group is 2012, from this we can derive the business object which is BUS2012(for purchase orders ).

it is not BUS2010. For PO it is BUS2012.

Read only

Former Member
0 Likes
1,982

Hi,

u can find the business object name in BAPI T.Code itself...

In Bapi Txn,

under Hierarchial tab

goto Sales and Distribution -> sales ->sales order here double click on sales order

Then in right hand side, under Detail tab u can find the object type which gives the business object.

If u still exten sales order, u can find some function modules like create, change etc.,

hope this is helpful..

Rgds.,

subhash

Read only

former_member217544
Active Contributor
0 Likes
1,982

Hi,

There is another way of finding, butit may be a bit time consuming. It is through Where used list concept.Someone has already proposesd this solution, but to be more clear, we can select the check box "Programs" alone and can look for where used list of that Function Module.

Hope thsi will be helpful.

Regards,

Swarna Munukoti.