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 Program

Former Member
0 Likes
574

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

5 REPLIES 5
Read only

Former Member
0 Likes
557

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 )

Read only

matt
Active Contributor
0 Likes
557

Please use a more meaningful subject in future

Read only

Former Member
0 Likes
557

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

Read only

Former Member
0 Likes
557

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

Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
557

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