Application Development 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: 

VK11

Former Member
0 Kudos
257

Hi All,

I have done a Report, for this report output, I am doing a BDC for transaction VK11 based on the report output. The BDC is done in the background. The user wants to see the screen for VK11 with all the above updated data from report output.

Regards

Gunjan

13 REPLIES 13

Former Member
0 Kudos
196

Hi,

After the BDC, u can put a button on click of it u can call the transaction using CALL transaction passing the appropriate condition type.

Thank you.

Reward points if found useful.

0 Kudos
196

Hi,

Thanks for the quick response. In my Report Output I have a button called Updated VK11. Clicking on this button, the BDC would happen in the back-ground using the report output details. Now the user wants to see the screen with the above data and then save or change accordingly.

Thanks

Gunjan

Former Member
0 Kudos
196

Hi,

Please try this

SET PARAMETER ID 'VKS' FIELD LV_VK11.

CALL TRANSACTION 'VK11' AND SKIP FIRST SCREEN.

If its useful reward points

0 Kudos
196

Gowri,

This would call the transaction VK11 without any data. I want the report data to be populated in VK11.

Thanks

Gunjan

0 Kudos
196

Hi,

Othere wise make it BDC_MODE to ALL SCREEN DISPLAY and do the test.

0 Kudos
196

Can't we get the final screen of VK 11 with all values populated ?

Former Member
0 Kudos
196

Hi Gunjan,

what u can do is run the BDC in ALL screen mode, so that the user can c the screens as well as he can change the data during the run.

Thank you.

Reward points if found useful.

0 Kudos
196

All Screen Mode with all the pop-ups would confuse the end-users.

Former Member
0 Kudos
196

Hi Gunjan,

I dont think the user would get confused with the pop-ups as he would be very well aware of the screens in which the data goes

and also for ur next query abt having the last screen of VK11, then the user wont be able to change the data of all the initial screens.

Thank you.

Reward points if found useful.

0 Kudos
196

Srinivas,

The first two screens are not much important, the user wants the last screen, and also that is where our report data is also getting populated. If I can somehow stop at this screen it would be fine.

GUnjan

Former Member
0 Kudos
196

Gunjan,

I dont think that is possible as far as my knowledge goes. Instead u can explain the options available with you to the enduser and the shortcomings of each as well. Check what he/she has to say.

Probably some one else could have the answer for ur query

Thank you.

Former Member
0 Kudos
196

Hi Gunjan,

After Call Transaction use COMMIT work. This saves the records without even coming out of the Program.

After COMMIT, Put another Call Transaction for VK13 by passing the inputs and skipping the first screen. Think in that direction. This might help you.

Please let me know incase you are not clear with this and reward if its useful.

Thanks

Sitharamaraju K

Former Member
0 Kudos
196

Hi Gunjan,

Close the thread if your issue is solved with the correct solution as it could help others.

Thank you.