cancel
Showing results for 
Search instead for 
Did you mean: 

Maximun character name length of shopping cart attachment

Former Member
0 Kudos

We have recently upgraded to SRM7.0 EHP2 and it seems the maximum length of an attachment's name is now 40 characters. It use to be long prior to the upgrade. How can I find the settings for this, if it's variable, and possibly lengthen it. This is the length of the file name, not the file size.

Accepted Solutions (0)

Answers (2)

Answers (2)

0 Kudos

Hey Jim,

we had a problem with some short dumps while crating attachments with too long names.

This is the solution:

1882740 - Attach a file with a name >= 60 char error BBP_ATT 126


Regards

Thomas

Former Member
0 Kudos

There is no setting for this. This check is done in FM BBP_ATTACH_BUILD_URL.

The allowed length for document name depends on your SRM server domain name etc.

Overall the length of URL generated for attachment can not exceed 255 chars.

Regards,

Sushil.

Former Member
0 Kudos

Hi Jim,

Check at table BBP_PDATT

Senthil