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

Va03 Characteristic values

Former Member
0 Likes
1,445

Hi All ,

When i get in VA03 transaction and follow path

EXTRAS-->Configuration

I see characteristics value entered , with Customer namespace./.

Any hint ..how can i retreive this values...

I think there is some FM available ,but cant figure it out..exactly..

Please respond fast for rewards .

Thanks .

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,155

Hi,

Check the following BAPI's:

BAPI_OBJCL_GETDETAIL

BAPI_OBJCL_CHANGE

or use the fun module:

CLAF_CLASSIFICATION_OF_OBJECTS.

reward if useful

regards,

ANJI

5 REPLIES 5
Read only

Former Member
0 Likes
1,156

Hi,

Check the following BAPI's:

BAPI_OBJCL_GETDETAIL

BAPI_OBJCL_CHANGE

or use the fun module:

CLAF_CLASSIFICATION_OF_OBJECTS.

reward if useful

regards,

ANJI

Read only

0 Likes
1,155

HI ,

These FM are not suiatable...as i want to give only sales order in the FM and i am expecting the list of characteristics mainted with the values in the table...

Fm which u gave i willl have to find other details firt like CLass and Class type..

how to find them for Sales Order..

Thanks .

Read only

Former Member
0 Likes
1,155

Try VC_I_GET_CONFIGURATION_IBASE and pass VBAP-CUOBJ to INSTANCE..

Tables CONFIGURATION will contain all the characteristics and its values...

Reward points if helpful...

Read only

0 Likes
1,155

Hi,

It was very helpful..i can now proceed with this info..

Thanks A lot .

Read only

Former Member
0 Likes
1,155

Very Helpful