‎2008 Jul 17 8:08 AM
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
‎2008 Jul 17 1:42 PM
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.
‎2008 Jul 17 1:42 PM
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.
‎2008 Jul 17 1:48 PM
Problem solved by self.
Anyway thanks for ur reply&info.
points awarded
‎2009 Jun 26 7:32 AM
Hi Sarada
wil u gimme a brief description for writing code for creation of class using BAPI_CLASS_CREATE