cancel
Showing results for 
Search instead for 
Did you mean: 

How to modify long characteristic (CHAR 250) Master data using ABAP?

mhajek
Explorer
0 Kudos
502

Hi people, we are using function module RSNDI_MD_ATTRIBUTES_UPDATE for updating our MD records, but this FM can only handle 60 characters for a char value. All of the chars we need to handle are 250 characters long. How to do that via ABAP? Is there a newer FM for this?

Many thanks,

Martin

Accepted Solutions (0)

Answers (1)

Answers (1)

gregor_dieckmann
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Martin,

you can use function module RSNDI_MD_ATTRIBUTES_UPDATE_4, it is also documented in transaction SE37.

Regards,

Gregor