‎2008 Jul 23 6:43 AM
Hi
I have a situation where i need to take the user to required screen in VA02 directly. I mean the user should be able to see the last screen where he will manually update the details. How to do this using BDC Call Transaction CTU_PARAMS.
If I click on the output list, the user need to be taken to requried screen to update the details.
Any suggestions. Urgent Please
Thanks
Regards
‎2008 Jul 23 6:50 AM
Hi,
Create a transaction variant using tcode: SHD0.
You can go through all the screens and fields and make them display only or required field as per requirement.
You can make all the screens read only (display) and the last screen alone editable.
Then create a new transaction for VA01 to start with your transaction variant.
Regards,
Subramanian
‎2008 Jul 23 6:50 AM
Hi,
Create a transaction variant using tcode: SHD0.
You can go through all the screens and fields and make them display only or required field as per requirement.
You can make all the screens read only (display) and the last screen alone editable.
Then create a new transaction for VA01 to start with your transaction variant.
Regards,
Subramanian
‎2008 Jul 23 7:36 AM
Hi
Thanks for your immediate reply.
My issue is I need to take the user to the last screen directly, as soon as the user clicks on the hotspot in the output list.
Suppose, we all considering VA02 - Contract Data Screen. After the hotspot is used, user had to be taken to this screen directly, skipping all the screens.
Regards
AP
‎2008 Jul 23 9:45 AM
Hi,
what u can do is you can create a bdc which will navigate through all the screens with data and stop at last screen. just load the screen in ur bdc table and do not give any okcode and run the whole thing in error only mode i.e 'E' so that only the last screen will open directly.
Thanks and Regards,
Saurabh Chhatre