‎2007 Sep 01 5:25 AM
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
‎2007 Sep 01 5:29 AM
Hi,
Change the mode to "N" ....so you cannot see any screens.
Reward points if helpful,
Jinesh.
‎2007 Sep 01 5:45 AM
Hi,
CALL TRANSACTION 'FB01' USING t_bdcdata <b>MODE 'N'</b>
UPDATE 'S'
Regards,
Lijo Joseph
*Reward if useful
‎2007 Sep 01 6:02 AM
HI FRIENDS,
I M RUNNING IN BACKGROUND MODE......but one screen is still comming in which i need to enter
‎2007 Sep 01 6:14 AM
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.
‎2007 Sep 01 6:10 AM
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.