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

BAPI

Former Member
0 Likes
465

hello

How to Find Object type for the Fun Module 'BAPI_example.....' .

1 ACCEPTED SOLUTION
Read only

uwe_schieferstein
Active Contributor
0 Likes
438

Hello Praneeth

Have a look at table <b>SWOTLV</b>. If you display this table in SE16 using select-options

- ABAPTYPE = 'F' (=> function module)
- ABAPNAME = '<name of the BAPI>'

the entries found contain the business object type in field <b>LOBJTYPE</b>.

Regards

Uwe

3 REPLIES 3
Read only

uwe_schieferstein
Active Contributor
0 Likes
439

Hello Praneeth

Have a look at table <b>SWOTLV</b>. If you display this table in SE16 using select-options

- ABAPTYPE = 'F' (=> function module)
- ABAPNAME = '<name of the BAPI>'

the entries found contain the business object type in field <b>LOBJTYPE</b>.

Regards

Uwe

Read only

Former Member
0 Likes
438

Hi Praneeth,

What do you mean by object type here??

Goto SE37>type ur BAPI name>Display>goto Admin tab>see the function group name.

Goto>SE80>see this function group.. you will get everything about the function module and the function group there..

Thanks and Best Regards,

Vikas Bittera.

**Reward if useful**

Read only

Former Member
0 Likes
438

hi

good

go through this link hope help you to solve your problem

http://www.erpgenie.com/abaptips/content/view/481/62/

thanks

mrutyun^