Application Development 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: 

BDC Function Module

Former Member
0 Kudos

Hi all

Can any one let me know the steps that needs to be performed to create a BDC Function module for a standard transaction.

Thanks

JAJ.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Arun,

Can you please be clear with your question. What do you mean by BDC Function Module? Is it regarding the function modules in session method or a function module that behaves like BDC call transaction?

Regards,

Chandra Sekhar

5 REPLIES 5

Former Member
0 Kudos

Hi Arun,

Can you please be clear with your question. What do you mean by BDC Function Module? Is it regarding the function modules in session method or a function module that behaves like BDC call transaction?

Regards,

Chandra Sekhar

0 Kudos

Hi,

Its a function module that behaves like BDC call transaction?

Thanks

JAJ

0 Kudos

Hi Arun,

Check this thread for the function module:

Regards,

Chandra Sekhar

Former Member
0 Kudos

Hi arun,

To create a BDC FM, first do the recording using SHDB & whatever code is generated has to be written as the source code of the FM in se37.Accordingly you have to decide the import,export,etc parameters for your FM.

The other way is once the recording is done through SHDB you can use the button "Function Module" to generate BDC FM.

Good luck,

Bhumika.

Former Member
0 Kudos

Hi Arun

Firstly create the recording using SHDB.

Then process using Function Module button in Application Bar.

Change the fields accordingly to your import parameters & lastly use upload F.M.

Regards.