‎2010 May 03 1:10 PM
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,
‎2010 May 03 1:12 PM
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
‎2010 May 03 1:12 PM
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
‎2010 May 03 1:35 PM
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.
‎2010 May 03 1:43 PM
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