cancel
Showing results for 
Search instead for 
Did you mean: 

SRM Attachment Restrictions

s0004552423
Participant
0 Kudos

Hi,

While creating a shopping cart, I want to restrict the file types and the file size a user can upload as an attachment.

I am working on SRM 5.0 . One way of doing this is to activate a check badi which would throw an error msg when these conditions are not met in the shopping cart. But probably there should be an another way via BASIS settings.

Can anyone guide me on this issue ?

Regards,

Sreekumar

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

You can use the badi "BBP_DOC_CHECK_BADI" for Shopping cart(BUS2121) to check for the attachemnt size.

See the foll thread for more details;

BR,

Disha.

<b>Pls reward points for useful answers.</b>

s0004552423
Participant
0 Kudos

hi disha/ rajesh,

Thks for your prompt reply. Actually, I am aware that this check can be put in the system using Badi.

I want to know whether there is any BASIS settings which can do the same work.

Regards,

Sreekumar

Former Member
0 Kudos

Hi,

Pl check notes:

848909

550071

You will need BAsis consultant's help. The size related parameters are set in RZ10.

Some additional inputs:

5 MB is the maximum file size recommended.

The following notes tried to address the problem of large file sizes but they are not relevant with integrated ITS.

698390

67225

BR,

Disha.

<b>Pls reward points for useful answers.</b>

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

You could use BADI BBP_ATT_CHECK to add custom checks.

Thanks,

Rajesh