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

BDC Screen Problem

Former Member
0 Likes
639

Hi All,

I made a BDC in foreground mode for tcode 'IW21' it is working fine but problem is that there are 3 screen coming in foreground while user want to see only last screen with input data and first two screen must not display to user, can anyone please help me? how can i execute first two screen in Bckground and last one in foreground?

regards,

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
600

Hello,

Use the mode 'E' for this. Fill the values for the first 2 screens in the program and leave the data for the the required screen blank. This will be interpreted as a error and the BDC will stop directly at this screen filling the previous screens.

Vikranth

3 REPLIES 3
Read only

Former Member
0 Likes
601

Hello,

Use the mode 'E' for this. Fill the values for the first 2 screens in the program and leave the data for the the required screen blank. This will be interpreted as a error and the BDC will stop directly at this screen filling the previous screens.

Vikranth

Read only

0 Likes
600

Hi Vikram,

I can not leave that screen blank bcos if i leave blank then user will have to input the values while on that screen user will have to see only and then user will press the 'SAVE' button to save the data. kindly help.

regards.

Read only

0 Likes
600

Well then fill the values and remove the code for the event of saving. Then the BDC will exactly stop at the place where the user wants to save with the values filled. Everything can be controlled via coding and the mode 'E'. Try will different combinations.

Vikranth