cancel
Showing results for 
Search instead for 
Did you mean: 

Folder Export Error in SAP Easy DM

Former Member
0 Kudos

Hi everyone,

I'm using SAP Easy Document Management 6.00 SP7 Patch01.

I'm trying to export my folders and have implemented the two function modules:

Z_EASYDMS_CREATEDIRECTORY

Z_EASYDMS_FOLDER_EXPORT

The functions are remote-enabled and set accordingly to the SAP note:

Note 686927 - Enhancement modules of Version 3.00

https://websmp204.sap-ag.de/~form/handler?_APP=01100107900000000342&_EVENT=REDIR&_NNUM=686927&_NLANG...

I have the SAP-ALL authorization in the ECC6.0 system I'm working on.

After I have implemented these modules, Export Folder selection comes to the context menu in Easy DM. After I select it and choose a directory, a folder with the same name I'm trying to export is created in that directory but the files are missing. I get the error screen:

I:001 Only available with the RFC library from 4.0c onwards

When I debug Z_EASYDMS_FOLDER_EXPORT module, it seems like one of the document BAPI functions returns this error, but could not get down to the exact reason. Has anyone have any ideas?

Best regards,

S. Gökhan Topç

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

I have solved the problem.

I had been getting this error because of a unicode / non-unicode transformation.

Now both my EasyDMS and server are Unicode and my problem is solved.

Now, I'm facing another problem. When I do export the folders on KPRO to my front end desktop, the filenames are not the same (as it warns in the z_easydms_folder_export source code, it gives temporary filenames instead of originals).

What should be done?

Former Member
0 Kudos

Hi,

Go to the DC30 transaction and check 'You can not rename temporary files'.

Then reset rfc cache and restart easyDMS.

Regards,

Anu

Answers (2)

Answers (2)

Former Member
0 Kudos

Thanks a lot, this solved my problem.

Wish they had mentioned this customization in more detail in the function source code so I would not lose my hours looking for this...

Former Member
0 Kudos

HI,

You need to upgrade the rfc library on your system to avoi I00 ...error.

Regards,

Anu