‎2007 Mar 02 9:04 AM
Hi All,
In AC03 (Service Master), use the menu path Go-Classification.
If we click on one Characteristic, there is a F4 available. Can I know what FM/table populates the values?
Thanks...
‎2007 Mar 02 9:14 AM
Hi,
Try the following Bapi's.
BAPI_CHARACT_ADDLONGTEXT
BAPI_CHARACT_GETDETAIL
BAPI_CHARACT_GETLIST
BAPI_CHARACT_GETLONGTEXT
Regards,
Anji
‎2007 Mar 02 9:19 AM
can you give example or detailed explanations?
we tested all the BAPI, but only one is successful and it returns only the description. we need the characteristic values for F4....
‎2007 Mar 02 9:24 AM
Hi,
For the charateristic field u are indicating at the search help being invoked is : CLASA.
This search help sources its values from the database view : M_CLASA which is constructed by tables SWOR and KLAH.
If you want to use the same search help in a program/report use the search help parameter as a matchcode.
Hope this helps.
Regards,
Aditya