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

Function module to get Variant configuration during Order creation (VA01)

0 Likes
4,808

Hi Friends,

My requirement is based on the Variant configuration characteristic value the print output type should be validation either to allow or delete (not allowed).

I am using VOFM Routine (Output value) for this solution. The FM what I have is for change on sales orders and the CUOBJ is a temporary or dummy number during creation which is not validated or worked out.

Kindly suggest some Function modules which can fetch characteristic values during sales order creation.

Thanks & Regards

Mani.

1 ACCEPTED SOLUTION
Read only

0 Likes
2,499

Any inputs/helps please......

Hi Friends,

My requirement is based on the Variant configuration characteristic value the print output type should be validation either to allow or delete (not allowed).

I am using VOFM Routine (Output value) for this solution. The FM what I have is for change on sales orders and the CUOBJ is a temporary or dummy number during creation which is not validated or worked out.

Kindly suggest some Function modules which can fetch characteristic values during sales order creation.

Thanks & Regards

Mani.

2 REPLIES 2
Read only

0 Likes
2,500

Any inputs/helps please......

Read only

0 Likes
2,499

hi,

you can try the Function module VC_I_GET_CONFIGURATION to get characteristics.

you need to pass the internal field  VBAP-CUOBJ to the given FM.


or you can also use the tables like IBIN and IBINVALUES which hold characteristics and their values, symbolids



thanks!!