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

Classification possible values

Former Member
0 Likes
601

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...

3 REPLIES 3
Read only

Former Member
0 Likes
510

Hi,

Try the following Bapi's.

BAPI_CHARACT_ADDLONGTEXT

BAPI_CHARACT_GETDETAIL

BAPI_CHARACT_GETLIST

BAPI_CHARACT_GETLONGTEXT

Regards,

Anji

Read only

0 Likes
510

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....

Read only

Former Member
0 Likes
510

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