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 Mesasge Class

Former Member
0 Likes
337

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
312

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

1 REPLY 1
Read only

Former Member
0 Likes
313

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