cancel
Showing results for 
Search instead for 
Did you mean: 

Restricting users from uploading files greater than certain size in Kpro

Former Member
0 Kudos

Hi,

How can we restric users from uploading files in SAPoffice which are greater than certain size (5MB)?

Awaiting for reply.

Accepted Solutions (0)

Answers (2)

Answers (2)

christoph_hopf
Advisor
Advisor
0 Kudos

Hi Gino,

I would recommend you to implement a BADI check by using BADI DOCUMENT_STORAGE01. Here you can create a checking routine on the file size of the original.

Best regards,

Christoph

Former Member
0 Kudos

Dear Christoph,

Thank you for your kind reply,

I have checked the BADI DOCUMENT_STORAGE01,

but I am not familiar with ABAP programming and Business Add-Ins.

So If you don't mind, could you provide some sample routine for checking the file size.

Best regards,

Gino.

Former Member
0 Kudos

Hello Gino,

you go to Tcode DC10, in the define document type,

there is a option file size, this gives you restriction , only if you are not using KPro and content server.

If you are using Kpro and content server, then please do the enhancement (SE80, package ,CV)

With the help of this you can restrict and put the warinig message if your original size is exceed.

Thanks & Regards,

nitin

Award point if useful