‎2008 Dec 17 11:19 AM
Moderator message: please use a more meaningful subject in future
Hi,
Anyone tell me , can we hide few screens while doing BDC Program using call transaction with mode 'A'.
In my requirement there are 5 screens , but i want to directly go to 5th screen instead of going to 1, 2 ,3 , 4 and 5.
Thanks & Regards,
Laxmi...
Edited by: Matt on Dec 17, 2008 1:39 PM
‎2008 Dec 17 11:34 AM
Hi Laxmi,
You cannot goto the specified screen while executing BDC program...have three modes
1. A - All sceen modes ( shows all the screen with the input values )
2. N - No screen Mode ( no Screen will be displayed-background process)
3. E - Error Screen only ( Displays only those screen in which their exists any error )
‎2008 Dec 17 12:39 PM
‎2008 Dec 17 1:39 PM
Hi Lakshmi,
You can do recording for all the five screens and use only the screen no and ok code of 5th screen in your code while calling the transaction.
Best Regards,
Deepa Kulkarni
‎2008 Dec 17 1:45 PM
Hi Laxmi,
Update Mode's (At the time of Recordng) - Asynchronious, Syncronous, Local.
Process Mode's - (While Writing a BDC Code)
A - Foreground
E - Errors Only
N - Background
P- Debugging
In case of any further clarirfication, Pls feel free to reply.
Regards,
Vikas
‎2008 Dec 17 1:45 PM
Hello Laxmi,
May be you can use the option E(Display errors). This will stop the processing only if an error occurs.
Hope this helps.
BR,
Suhas