cancel
Showing results for 
Search instead for 
Did you mean: 

Is there any way to create a folder in presentation server - webdynpro abap

praveen_reddy2
Active Participant
0 Kudos

Hello,

My requirement is to create a folder in presentation server using webdynpro abap..

I tried on this CL_GUI_FRONTEND_SERVICRES classes ..but its getting an short dump.

Is there any way to create folder using classes / FM..

Regards,

Praveen kumar reddy s.

Accepted Solutions (1)

Accepted Solutions (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

If you are on NetWeaver 7.01 or higher, you can use the UI element ACFExecute. This allows you to execute programs on the client side via a whitelist and signed Java Applet. You could then call a batch file or windows script that would in turn could create the folder. You can pass parameters into the ACFExecute call, so you could have a generic script and the WDA application could pass in the folder pass and name.

praveen_reddy2
Active Participant
0 Kudos

Thanks For ur response..

Is there any standard application using this UI element ACFExecute..

Regards,

Praveen

Former Member
0 Kudos

Hi PRaveen,

Check this.. WD_TEST_APPL_ACFEXECUTE

Check Thamos article..

http://www.sdn.sap.com/irj/scn/elearn?rid=/library/uuid/109b9b52-bc00-2c10-8786-e4c5e96d7e04

go for help..

http://help.sap.com/saphelp_nw70ehp1/helpdata/en/47/b91539878a2d67e10000000a42189c/content.htm

Cheers,

Kris.

Edited by: kissnas on May 10, 2011 2:24 PM

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Praveen,

GUI* Type based methods are not support in WD ABAP.

Cheers,

Kris.

Former Member
0 Kudos

Hi,

I dont think this is possible, as far as I know.

Only methods of CL_WD_RUNTIME_SERVICES class are supported by the framework.

But there are no such methods in this class.

CL_GUI_FRONTEND_SERVICRES or GUI_DOWNLOAD are not supported.

Thanks,

Aditya.