Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

BAPI_CHARACT_CHANGE

Former Member
0 Kudos

Hello!!!

I'm trying to create a new value of characteristics with FM : 'BAPI_CHARACT_CHANGE' but the follow message are returned:

"Characteristic length can only be increased"!!

Why? The characteristic already exist and i just update a new value.

Can you help me plz?

Thanks

1 ACCEPTED SOLUTION

former_member193964
Active Participant
0 Kudos

Take a look in the transaction CT04. Try to modify the lenght Characterist. I think is not possible to change the lenght.

2 REPLIES 2

former_member193964
Active Participant
0 Kudos

Take a look in the transaction CT04. Try to modify the lenght Characterist. I think is not possible to change the lenght.

0 Kudos

Yes is not...

But i just want insert a new value into this characteristic...

i'm using this FM:

CALL FUNCTION 'BAPI_CHARACT_CHANGE'

EXPORTING

charactname = w_distinct_atnam

TABLES

charactdetailnew = it_charactdetail

charactdescrnew = it_charactdescr

charactvaluesnumnew = it_charactvaluesnum

charactvaluescharnew = it_charactvalueschar

charactvaluesdescrnew = it_charactvaluesdescr

return = it_return.

and all this values i get with FM 'BAPI_CHARACT_GETDETAIL'... just the it_charactvaluesnum will have one more value to insert....

but when i try the it_return send me the follow messages;

Internal error

Start characteristics maintenance

Start processing characteristic xxx

Processing characteristic xxx

Characteristic length can only be increased...