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 Bdc

Former Member
0 Likes
506

Hello friends,

i hv developed one bdc call transaction BDC for FB01 transaction...........

its running in foreground........but when running in foreground it will popup screen and to go ahead i need to enter....then running fine.................

reply......pls

5 REPLIES 5
Read only

Former Member
0 Likes
490

Hi,

Change the mode to "N" ....so you cannot see any screens.

Reward points if helpful,

Jinesh.

Read only

Former Member
0 Likes
490

Hi,

CALL TRANSACTION 'FB01' USING t_bdcdata <b>MODE 'N'</b>

UPDATE 'S'

Regards,

Lijo Joseph

*Reward if useful

Read only

0 Likes
490

HI FRIENDS,

I M RUNNING IN BACKGROUND MODE......but one screen is still comming in which i need to enter

Read only

0 Likes
490

hi,

it is impossible to get a screen for entry in background mode.. wht u mean by background? do u mean 'N' mode or execute in background job.. using SM37..

Thanks and Best Regards,

Vikas Bittera.

Read only

Former Member
0 Likes
490

Hi,

in CALL TRANSACTION with MODE 'N', you can never get a pop up screen for input..

use like this:

CALL TRANSACTION 'FB01'

USING i_bdcdata

MODE 'N'.

Thanks and Best Regards,

Vikas Bittera.