2008 May 14 12:16 PM
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
2008 May 14 12:21 PM
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.
2008 May 14 12:26 PM
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
2008 May 14 12:26 PM
Hi,
Please try this
SET PARAMETER ID 'VKS' FIELD LV_VK11.
CALL TRANSACTION 'VK11' AND SKIP FIRST SCREEN.
If its useful reward points
2008 May 14 12:29 PM
Gowri,
This would call the transaction VK11 without any data. I want the report data to be populated in VK11.
Thanks
Gunjan
2008 May 14 12:36 PM
Hi,
Othere wise make it BDC_MODE to ALL SCREEN DISPLAY and do the test.
2008 May 14 12:44 PM
Can't we get the final screen of VK 11 with all values populated ?
2008 May 14 12:32 PM
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.
2008 May 14 12:42 PM
All Screen Mode with all the pop-ups would confuse the end-users.
2008 May 14 12:46 PM
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.
2008 May 14 12:49 PM
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
2008 May 14 12:55 PM
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.
2008 May 14 12:55 PM
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
2008 May 14 1:52 PM
Hi Gunjan,
Close the thread if your issue is solved with the correct solution as it could help others.
Thank you.