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: 

CHARACTERISTIC Created Using Bapi BAPI_CHARACT_CREATE but not saved

Former Member
0 Kudos

Hi,

i am creating CHARACTERISTIC using BAPI_CHARACT_CREATE after i execute the Bapi

i get the I type Message CHARACTERISTIC <char_name> saved.

but when i go to tcode CT04 and c mu created CHARACTERISTIC it doesn't exist.

is there any other Bapi or FM or Method to save the object..??????????

thanks

ravi aswani

1 ACCEPTED SOLUTION

mvoros
Active Contributor
0 Kudos

Hi,

you should read a documentation for this BAPI carefully.

Caution

This BAPI does not change the database. To change the database, call

BAPI BapiService.TransactionCommit afterwards.

You need to call FM BAPI_TRANSACTION_COMMIT.

Cheers

1 REPLY 1

mvoros
Active Contributor
0 Kudos

Hi,

you should read a documentation for this BAPI carefully.

Caution

This BAPI does not change the database. To change the database, call

BAPI BapiService.TransactionCommit afterwards.

You need to call FM BAPI_TRANSACTION_COMMIT.

Cheers