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_CREATE

Former Member
0 Likes
654

Hi,

I am using BAPI_CHARACT_CREATE BAPI for CT04 T code to create characterstics.

But i am geting the following errors

I |27 |101 |Start characteristics maintenance

I |CL |808 |Start processing characteristic TEST 1245

I |C1 |147 |Processing characteristic TEST 1245

I |C1 |022 |Characteristic TEST 1245 changed

Can any one suggest me to rectify these errors

Regards

Rasheed

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
535

Hi Rasheed,

These are information message . These are not errors. Sometimes BAPIs do send Information and success messages in RETURN table also.

Regards,

Rudra

4 REPLIES 4
Read only

Former Member
0 Likes
536

Hi Rasheed,

These are information message . These are not errors. Sometimes BAPIs do send Information and success messages in RETURN table also.

Regards,

Rudra

Read only

abdul_hakim
Active Contributor
0 Likes
535

Hi

These are not error messages rather information message.

Cheers,

Hakim

Read only

Former Member
0 Likes
535

If characteristics are getting created then ignore these messages .

Read only

0 Likes
535

Hi,

If characteristic is not created then explicitly use COMMIT WORK after BAPI. As it is required in this BAPI.

For the messages, ignore them if characteristics is created properly.

Regards,

Brajvir