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

Usage of Custom BAPI in LSMW

Former Member
0 Kudos
1,101

Hi All,

I am trying to create Characteristic in TCODE CT04. With Recording in LSMW the characteristic is gng to "CHANGE" screen but not to "CREATE" characteristic screen.

So I planned to use BAPI - BAPI_CHARACT_CREATE. But this BAPI is not updating the Database.

I created a Custom Object, Method and released the BAPI also. It is available in th BOR.

When I am using that Custom Object ZBUS1088 in the LSMW , it not getting recognised.

Please let me know why this problem is occuring.

Thanks in Advance,

Priyanka.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Kudos
791

Transaction codes start with CT is not support for recording. CT04 also not supporing for recording.

you can use LSMW IDOC method , i am also using its working fine...

Business Object BUS1088 Characteristic

Method CREATE Create

Message Type CHARACTERISTIC_CREATE BAPI characteristics: Create

Basic Type CHARACTERISTIC_CREATE01 BAPI for Characteristics Create

5 REPLIES 5
Read only

Former Member
0 Kudos
791

Hi,

Have you checked the following standard object:

Object 0150 Characteristic

Method 0000

Program name RCCTBI01

Program type B Batch input

Best Regards, Murugesh

Read only

0 Kudos
791

hi,

That standard will not serve the purpose , it does not have all the fields needed for the characteristic.

Read only

Former Member
0 Kudos
791

After the creation of BAPI, u need to create ALE Interface for BAPI using the TCode "BDBG".

Unless until u create ALE Interface for BAPI, u cannot use the BAPI in LSMW.

Read only

Former Member
0 Kudos
792

Transaction codes start with CT is not support for recording. CT04 also not supporing for recording.

you can use LSMW IDOC method , i am also using its working fine...

Business Object BUS1088 Characteristic

Method CREATE Create

Message Type CHARACTERISTIC_CREATE BAPI characteristics: Create

Basic Type CHARACTERISTIC_CREATE01 BAPI for Characteristics Create

Read only

0 Kudos
688

Hi,

 

I am also working on the same BAPI for one of my objects to create Batch Characteristics. But I am getting errors like Ïnternal error, start characteristics maintenance. Could you please advise how to overcome these errors and create characteristic.

Thank you