Application Development and Automation 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: 
Read only

BAPI_CHARACT_CHANGE - Value Assignment

former_member599326
Participant
0 Likes
873

hi i m using "BAPI_CHARACT_CHANGE" to change the characteristics.. but i m not able to change the value assignment fields i.e. field shown under Basic Data on screen of transaction CT04

following are the details of the fields..

Single Value - ATEIN

Multiple Values - ATLIS

Restrictable - ATGLA

Entry Required - ATERF

my code is as below...

CALL FUNCTION 'BAPI_CHARACT_CHANGE'

           EXPORTING

             CHARACTNAME           = R_ATNAM-LOW

             KEYDATE               = SY-DATUM

           TABLES

             CHARACTDETAILNEW      = I_BAPI_CHAR_DETAIL

             CHARACTDESCRNEW       = I_BAPI_CHAR_DESCRIPTION

             CHARACTVALUESCHARNEW  = I_BAPI_CHAR_VALUE

             CHARACTVALUESDESCRNEW = I_BAPI_CHAR_VALUE_DEC

             RETURN                = I_BAPI_CHAR_RET2.

1 REPLY 1
Read only

Former Member
0 Likes
481

Hello Santosh,

Can you change the via CT04. If the characteristic is in used you generaly cannot change these fields. So if  you cant change it CT04 you wont be able to change it with the bapi either.

Regards

Amber