2009 Feb 23 3:57 AM
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.
2009 Feb 23 8:18 AM
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
2009 Feb 23 6:53 AM
Hi,
Have you checked the following standard object:
Object 0150 Characteristic
Method 0000
Program name RCCTBI01
Program type B Batch input
Best Regards, Murugesh
2009 Feb 23 6:57 AM
hi,
That standard will not serve the purpose , it does not have all the fields needed for the characteristic.
2009 Feb 23 6:59 AM
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.
2009 Feb 23 8:18 AM
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
2024 Jul 16 1:30 PM
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