cancel
Showing results for 
Search instead for 
Did you mean: 

The name of calling WebDynpro

Former Member
0 Kudos

Hi all,

we call a function module with in a webDynpro.

How can we get the name of the calling webdynpro within the FM.

thanks a buck

Accepted Solutions (0)

Answers (1)

Answers (1)

Tran
Discoverer
0 Kudos

Additional information :

within the called FM the value of sy-cprog is 'SAPMHTTP'.

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

The call stack doesn't have Web Dynpro ABAP specific information in it. You will only see the names of the framework programs for Web Dynpro. Consider in your coding to do an Export to Memory before calling the function module and put the name of the application in memory.