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

Function Module rltd. help

Former Member
0 Likes
622

Hi Experts,

I have created one custom FM. In that function module i have declared one Import Table. Now basing on the entry in that Import Table i need to run one BDC. But while i was trying to write the code for the BDC in the 'Source Code' tab of that FM; some error is throwing.

In this regard i want to know wheater its possible, to run the BDC in the background or not.

Plz suggest asap.

Thanks

Sangram

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
602

TRY Activating all the includes and and function group and related to the function module at once. if not it will show errors...

Reward points if usefull.

4 REPLIES 4
Read only

Former Member
0 Likes
602

Hi sangram,

You can run BDC in background.

Regards,

Atish

Read only

0 Likes
602

Hi Atish,

In fact i have written the BDC code in the source code. But while i am trying to actvate the FM, its giving me some errors. Actually there are no. of perfoms statements in BDC program. While i am trying to write the main perform statements inside the source code, its give errors.

In this respect i am finding no solutions to this error.

Suggest, if you can find any soln.

Thanks

Sangram

Read only

Former Member
0 Likes
602

Hi,

If you are using Gui_upload FM in the code, It wont execute in back ground mode

Pra

Read only

Former Member
0 Likes
603

TRY Activating all the includes and and function group and related to the function module at once. if not it will show errors...

Reward points if usefull.