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

Partial BDC

Former Member
0 Likes
486

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?

3 REPLIES 3
Read only

Former Member
0 Likes
444

In bdcdata internal table, you need to pass the data for first screen.

Call transaction ES31 using bdcdata mode 'A' and skip first screen.

Read only

0 Likes
444

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.

Read only

naveen_inuganti2
Active Contributor
0 Likes
444

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.