cancel
Showing results for 
Search instead for 
Did you mean: 

ACF Upload Download

Former Member
0 Kudos

Hi

I am looking for a written tutorial on ACF Upload Download UI.

I have watched Thomas Jung video but find it to fast to follow,

let alone implement.

Thank you in advance.

regards

Yuval

Accepted Solutions (1)

Accepted Solutions (1)

former_member184578
Active Contributor
0 Kudos

Hi,

Check the standard component WD_TEST_APPL_ACFUPDOWN

Regards,

Kiran

Former Member
0 Kudos

Hi

As far as I can tell this demo use the standard upload UI whereas

I need to silent upload a file from my file system.

Thank you

regards

Yuval

former_member184578
Active Contributor
0 Kudos

Hi,

This standard component WD_TEST_APPL_ACFUPDOWN uses Acf UpDownload. The same can be seen in this demo in ICF Handler step. Enter the folder path and click upload which uploads silently. 

Or are you looking for HTML Islands?

Regards,

Kiran

Former Member
0 Kudos

Hi

When I run the app I get "Uploadf Error 205 No valid security whitelist on

client"

I have checked that the cert. is there and also downloaded a copy of

the XML to my desktop so I can see the XML structure.

It looks as if the XML is not set properply ,

at least as far as this link http://scn.sap.com/thread/1097493

is concenred. My question: how can I use the XML THomas Jung offered

and turn it into a cert. I can install on my machine?

regards

yuval

former_member184578
Active Contributor
0 Kudos

Hi,

You can see in this document http://scn.sap.com/docs/DOC-34712  for how to maintain white list. You can upload xml file or directly maintain the directories in the whitelist.

Hope this helps u.,

Regards,

Kiran

Former Member
0 Kudos

Hi Kiran

1) The system (702) no longer creates a xml but leaves a .cert file

     in the sap directory.

2) Even after producing this file I get "Error 250 no valid security

    whitelist on client".

3) Is it possible to just put the xml "SapFrontendService.xml" in

     this folder?

Thank you

Yuval

p.s I have pout the XML in Sap's folder and no longer get this message. However, now

      I get Upload Error 1 access denied

former_member184578
Active Contributor
0 Kudos

Hi,

I guess It is an authorization issue!. Ask your basis team to configure white list and maintain the folder paths.

Regards,

Kiran

Former Member
0 Kudos

Hi

To solve this security issue you have to change

a file called java.policy found under jre6/lib/security.

grant

{

     permission java.security.AllPermission;

};

Warning: please consult your system experts before

changing this file!!!

regards

Yuval

Former Member
0 Kudos

That basically disables security. At least restrict it to a specific codeBase.

Former Member
0 Kudos

Hi Samuli

Absolutely right.

Thank you.

Regards

Former Member
0 Kudos

Hi KIran,

I masnaged to fix all security issues

and upload a file to KPRO. Unfortunately

I do not find the document I uploaded. ????

Using this method you do not know

the document number, etc.

How can I find this document ?

regards

yuval

Answers (0)