‎2009 May 18 11:04 AM
Hi experts,
I have to create a program which is doing BDC. I need to continue the screen process manually after the BDC process some data.
Maybe I'm not clear enough. So I want to process ES31, for the first screen, and then allow the user to continue manually. Is it possible to do that we process a screen and we give the next screen to the user to fill it manully?
‎2009 May 18 11:07 AM
In bdcdata internal table, you need to pass the data for first screen.
Call transaction ES31 using bdcdata mode 'A' and skip first screen.
‎2009 May 18 11:13 AM
It's not the first screen which I want to skip, I want to hide some screen from the user, so that's why I wanted to do it with BDC, but the program returns to my selection screen after it process the bdc.
‎2009 May 18 11:12 AM
Hi,
Hope you are talking about TWO screens with one transaction...!
You want to open the second screen directly when ever user executes the BDC program by filling the first screen.
So we can say in other words,
User dont want to fill the fields in the second screen with file or internal tables.
Then do one thing..
Make a good selection screen where user can enter the values for the second screen.
So user can execute the program after entering those values...
When ever user executes the program you can capture those values and popolate into second screen, anyway we are filling the first screen with your file...
--Naveen Inuganti.