‎2009 Jul 14 6:28 AM
Hi,
while deleting some characterstics from class using BAPI_CLASS_CHANGE it gives an error as return of the bapi message
no.165 of msg class cl.
we are unable to delete the characterstics as it is used in the class
pls suggests some useful answers
‎2009 Jul 14 6:57 AM
Hi Rdimilus,
Use the below structure details for the class description:
it_BAPI1003_CATCH-LANGU = 'E'
it_BAPI1003_CATCH-CATCHWORD = 'Test Description'
Append it_BAPI1003_CATCH.
Pass the above internal table details to table structure: CLASSDESCRIPTIONS
Hope it may work.
or you can refer the below wiki Link for the Class Description
https://wiki.sdn.sap.com/wiki/display/ABAP/ListofBAPI%27s
regards
Saurabh Goel
‎2009 Jul 14 6:57 AM
Hi Rdimilus,
Use the below structure details for the class description:
it_BAPI1003_CATCH-LANGU = 'E'
it_BAPI1003_CATCH-CATCHWORD = 'Test Description'
Append it_BAPI1003_CATCH.
Pass the above internal table details to table structure: CLASSDESCRIPTIONS
Hope it may work.
or you can refer the below wiki Link for the Class Description
https://wiki.sdn.sap.com/wiki/display/ABAP/ListofBAPI%27s
regards
Saurabh Goel