cancel
Showing results for 
Search instead for 
Did you mean: 

Unable SAP Work Directory in Webdynpro ABAP

Former Member
0 Kudos

Hi,

I got a requirement to display SAP Work Directory path in Webdynpro ABAP application.

So I am using FM - IW_C_GET_SAPWORKDIR to retrieve the path. I can able to execute in SAP GUI but when I try to execute the FM in Webdynro ABAP, its going to the runtime error.

Suggest me to proceed further. Thanks in Advance!

Thanks & Regards,

Jaipal.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

HI Srinivas,

I am getting an error as "Error accessing Windows registration" (message class - 42 and message no. - E678) from function module.

I have declared correctly but still I am getting an above error at runtime.

Regards,

Jaipal

former_member199125
Active Contributor
0 Kudos

What kind of error you got?

to capture the path make sure that you use the variable of type SDOK_CHTRD in exporting parameteres in function module.

Regards

SRinivas