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

Characteristics creation

Former Member
0 Likes
523

Hi,

can any one tel solution for updating the description of char value in characteristic creation using BAPi,

i created a program and all the other details like char ,chaar value is uploading but description of Characteristic value is not updating when i debug the code it is showing but it not reflecting in CT04

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
466

Hi,

The business object BUS1088.

The BAPIs avavialble are:-

BAPI_CHARACT_CREATE

BAPI_CHARACT_ADDLONGTEXT

Regards,

Ankur Parab

2 REPLIES 2
Read only

Former Member
0 Likes
467

Hi,

The business object BUS1088.

The BAPIs avavialble are:-

BAPI_CHARACT_CREATE

BAPI_CHARACT_ADDLONGTEXT

Regards,

Ankur Parab

Read only

Former Member
0 Likes
466

Hello,

Make sure to call BAPI_TRANSACTION_COMMIT after using BAPI_CHARACT_CREATE or any other BAPI for creating Characteristics / Values. Otherwise, it'll show that it has been Created / updated but it will not perform a COMMIT in the Database and when you go back to CT04 and give the Characteristic Name, the Updations will not reflect.

Thanks and Regards,

Venkata Phani Prasad K