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

Regarding Creation of BAPI Function Modules

Former Member
0 Likes
585

Hi All,

What are the steps for the creation of BAPI Function Modules.

Thanks in advance.

Thanks & Regards,

Rayeez.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
571

HI

PLEASE REFER THE LINK

<a href="http://www.sapgenie.com/abap/bapi/example.htm#step2">BAPI FM</a>

PLEASE REWARD POINTS IF ITS USEFUL

REGARDS

ANOOP

5 REPLIES 5
Read only

Former Member
0 Likes
571

Shaik,

What exactly you want? If you want a function that can be accessed you don't have to create a BAPI objecct. Create a function in SE37 and mark it as remote enabled.

However, if you are looking for BAPI object, the same can be done in SWO1 transaction.

regards,

Ravi

Note : Please mark the helpful answers.

Read only

Former Member
0 Likes
571

Hi shaik,

1. Do u want to create a business object

and related BAPI Fm?

2. If u want to simply create

a normal FM (ie. BAPI)

then u can simply make it

RFC Enabled (radio button in se37)

3. Thats All.

4. No need of creating a business object

etc etc.

regards,

amit m.

Read only

Former Member
0 Likes
572

HI

PLEASE REFER THE LINK

<a href="http://www.sapgenie.com/abap/bapi/example.htm#step2">BAPI FM</a>

PLEASE REWARD POINTS IF ITS USEFUL

REGARDS

ANOOP

Read only

Former Member
0 Likes
571

Hi,

if you want FM to behave like a BAPI then simply create FM using SE37 and make it RFC enable.

or if you want to Create BUsiness Object for that Use BAPI transaction.

Regards

vijay

Read only