cancel
Showing results for 
Search instead for 
Did you mean: 

How to get the transaction name from the Webdynpro portal in SRM 7.0

Former Member
0 Kudos

Hello Experts,

Would you please let me know the procedure to get the current transaction name from the SRM 7.0 portal.

Is there any similar procedure like in ITS to get the transaction Name/Template Name in "View Source" of the portal. Our primary requirement is to find the root cause(by debugging) from SAP GUI.

Your pointers on this will be very much useful & worth the points.

Thanks & Best Regards,

Vishnu Reddy Sangati

Accepted Solutions (0)

Answers (2)

Answers (2)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

Well there are no transaction codes in Web Dynpro. From the application you can right mouse click to get a context menu - choose More Field Help. This should display technical information that will tell you the current Web Dynpro Application, Component, etc. SRM 7.0 is heavily Floorplan Manager Based, so chances are you will want to track back through the Web Dynpro application to the Application Configuration->Component Configuration for the Floorplan to find the actual inner Web Dynpro Components. With FPM, you can have many inner Components.

Former Member
0 Kudos

You mean when you run some transaction from portal then you need to know whcih trnsaction has been exectued..

Is that so..

Former Member
0 Kudos

Hi Lekha,

Yes. Can we have any such procedure in Webdynpro portal?

Thanks,

Vishnu

Former Member
0 Kudos

Hi,

In portal, you might be running trnsaction througn transaction ivew right..in that check for the pramaters and pass the

tcode to it using sytcode...in the WDA you can retrieve the value..

Try this out...

Regards,

Lekha.

Former Member
0 Kudos

Hi Lekha,

Thank you very much for the reply.

I am new to webdynpro portal. Could you please give details on IVIEW & where to see it.

Thanks,

Vishnu

Former Member
0 Kudos

Hi,

for documentation ion Portal Iviews you can refere the portal forum...

In teh portal, wehn you login, you can see the portal content node

under this you can create an IVEW of type transaction....

In this we can give apraemeters and sepecfiy the transaction...then save it... you can even test it from portal..

later you can use the same portal iview by refering the pcd path of the portal..

Regards,

Lekha.