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_create

Former Member
0 Kudos

Hello Friends,

im using above mentioned bapi to create characteristics(tcode ct04)

in ct04 there is one tab for values in tht i have to fill the char value as '10-100' by using this BAPI.

I have found one bapi structure BAPICHARACTVALUESNUM so pls guide me in which field i have to enter lower and upper values to get the char value as '10-100'?

Thanks,

Sunny

2 REPLIES 2

Former Member
0 Kudos

thnks

Former Member
0 Kudos

Hello,

Try to give the values in VALUE_To and VALUE_FROM fields.

CALL FUNCTION 'BAPI_CHARACT_CREATE'

exporting

CHARACTDETAIL = CHARACTDETAIL

CHANGENUMBER = CHANGENUMBER

KEYDATE = KEYDATE

tables

CHARACTDESCR = CHARACTDESCR

CHARACTVALUESNUM = CHARACTVALUESNUM

CHARACTVALUESCHAR = CHARACTVALUESCHAR

CHARACTVALUESCURR = CHARACTVALUESCURR

CHARACTVALUESDESCR = CHARACTVALUESDESCR

CHARACTREFERENCES = CHARACTREFERENCES

CHARACTRESTRICTIONS = CHARACTRESTRICTIONS

RETURN = RETURN

exceptions

OTHERS = 1