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

Class descriptions are not populated using BAPI_CLASS_CREATE

Former Member
0 Likes
876

Hi i created classes using BAPI_CLASS_CREATE

When i goto CL02 tcode and trying to display my created class, i found the class description field(which is mandatory) is empty.

In the bapi iam passing the catchword value...but it is for keywords.

So how to populate the value in class description field when using this BAPI BAPI_CLASS_CREATE?

Plz help me..ASAP

Thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
731

Hi:

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.

Thanks,

Murali.

3 REPLIES 3
Read only

Former Member
0 Likes
732

Hi:

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.

Thanks,

Murali.

Read only

0 Likes
731

Problem solved by self.

Anyway thanks for ur reply&info.

points awarded

Read only

Former Member
0 Likes
731

Hi Sarada

wil u gimme a brief description for writing code for creation of class using BAPI_CLASS_CREATE