‎2010 May 18 2:23 AM
Hi,
In SAP Retail Store (SRS), in purchasing there is a button/link by which we can run 'Store Order Follow on documents', and 'RFAF' standard SAP transaction open. Now what I want is , after clicking on this button/link I want my custom TCODE to be opened. How and where to do this.
Thanks,
‎2010 May 18 7:35 AM
HI
Just do as follows.
In the PAI event of that screen, when user clicks on that button, call custome transaction.
Call transaction <tcode>........
Hope answers your question.
‎2010 May 18 7:35 AM
HI
Just do as follows.
In the PAI event of that screen, when user clicks on that button, call custome transaction.
Call transaction <tcode>........
Hope answers your question.
‎2010 May 18 6:22 PM
The runtime behaviour is not like normal Dynpro, Its being called from SRS which runs on ITS. Anybody has any idea?
‎2010 May 18 8:15 PM
I did my analysis and looks like we have to create or change some service. I found that service to which a tocde is attached.
Any idea what steps to I need to perform. I mean should I need to create new service for it or change the standard one. Do i need to Publish Services to Internal ITS using program W3_PUBLISH_SERVICES. Please suggest.
Thanks,
‎2010 May 20 2:31 AM
‎2010 May 20 6:14 AM
I found an internet service in SE80 n inside this service there is template created. I found the place where its calling this standard transaction. When I tried to replace this transaction with my custom transaction, then the link got disabled when I run SRS. I can see the link but it's disabled. I cannot click on it.
Do i need to create a service for custom transaction too?
Any help.
‎2010 May 20 7:28 AM
Ok lets make it simple.
Is it possible to change the SRS link with some SAP CUSTOM TCODE. Currently when we click on ''Store Order Follow on documents'' link, sap standard report get started. Instead of standard i want my custom report at this place.
Is it possible?
Edited by: WDAbap on May 20, 2010 6:35 PM