cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Need to Store URL in SAP OER

0 Likes
384

We have a requirement to save URL coming into SAP OER. This will be coming as a parameter at event message level. We have the option of storing it in a custom extension table, but we want to know if there are any ways to store in any of the standard table except in the table /SAPTRX/EVM_PAR.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Likes

Hi Nikhilkumarreddy,

what is the purpose of this field? Do you want to display it in the UI?

Best approach is to use an extension table. But if you really want to avoid this you could use a not used field in the Event Message Header. But as an URL could have an arbitrary length this will be difficult.

Another option is structure

/SAPTRX/BAPI_EVM_REFERENCE this has 255 character field for an URL.

But to display this on the UI would require some custom coding.

Best regards,

Steffen