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
410

if i want to read data from bapi function then which FM i shud check for

1 ACCEPTED SOLUTION
Read only

amit_khare
Active Contributor
0 Likes
393

Hi,

Whats actually your requirement is,

you want to read the TCODE BAPI, or want to use a BAPI Function.

If you just want to use a BAPI function, its just like a simple function module but can be called remotely too.

So, to use it just goto SE37 and provide the name of the bapi, you will get the import and export parameters for that.

Regards,

Amit

3 REPLIES 3
Read only

Former Member
0 Likes
393

Hi,

Can u explain little bit more wat exactly you are looking for ?

Cheers.

Read only

amit_khare
Active Contributor
0 Likes
394

Hi,

Whats actually your requirement is,

you want to read the TCODE BAPI, or want to use a BAPI Function.

If you just want to use a BAPI function, its just like a simple function module but can be called remotely too.

So, to use it just goto SE37 and provide the name of the bapi, you will get the import and export parameters for that.

Regards,

Amit

Read only

Former Member
0 Likes
393

THANKS