cancel
Showing results for 
Search instead for 
Did you mean: 

MV45AFZZ

former_member534411
Participant
0 Kudos

Hi,

I have requirement, i need to read the configurable material charecterstics in the userexit MV45AFZZ because based these parameters i need to define the partners of material.

Is there any table or function module existed to read the configurable material charecterstics in the MV45AFZZ in VA01 (Creating the Order) so based on these values i will assign the partner function (XVBPA).I think master internal table like XVBAK,XVBAP,XVBPA is necessary for configurable materials in VA01 of MV45AFZZ.

Thanks in Advance.

Regards,

Suresh

Accepted Solutions (0)

Answers (5)

Answers (5)

former_member534411
Participant
0 Kudos

Hi Sridhar,

Userexit name : EXIT_SAPFV45S_002

strcture : VCSD_UPDATE

you need to append fields fields in VCSC_UPDATE and then you can move where ever you want:

let me if am confused

Cheers,

Suresh

former_member534411
Participant
0 Kudos

Hi Guys,

Thanks for your answers - i have resolved the problem.

Summary : i requested to move material charecterstics into the VSCD_UPDATE stctures as into append strcture fields. There is an userexit it will get call every line when sales order is coming from variant configuration so there i moved the required characterstics into VBAP as append structures then as useval i can use them in the MV45AFZZ. Thanks any body want details how i perform please feel free to ask me,i am happy answer you.

Regards,

Suresh

Former Member
0 Kudos

Hi, referring

"There is an userexit it will get call every line when sales order is coming from variant configuration ", could you let us know which user exit you are talking abt?

Sridhar

Former Member
0 Kudos

Hi,

I am also having the similar requirement like this. I have to add new custom fields in sales order line item and to transport these values back on to sales order from VC table VCSD_UPDATE, i have to use EXIT_SAPLCEI0_001 and EXIT_SAPFV45S_002.

Can you please send me the logic what u have done in the above user-exit. Very urgent..

Thanks in advance,

Bala..

former_member534411
Participant
0 Kudos

Hi Guys,

Thanks for your answers, I have checked the XVBAK and XVBAP Internal tables but with out luck , Is there any relation from VBAP to read a material charecterstics from this userexit.

Regards,

Suresh

mandar_shete
Active Participant
0 Kudos

Hi,

Put a break-point in

<b>FORM USEREXIT_MOVE_FIELD_TO_VBAP.

ENDFORM.</b>

and check the values in XVBAK,XVBAP,XVBPA

christian_wohlfahrt
Active Contributor
0 Kudos

Hi Suresh!

I had already this requirement and I can tell you, the only exit, which is executed late enough (after configuration) and can be used to make some changes is USEREXIT_GET_FIELD_FROM_SDCOM.

Of course this place is not expected to do changes to VBAP, but it's possible to get this working (by also changing *vbap, or xvbep for delivery date).

We used global data in an Z-function group. In exit of configuration we filled some attributes, in exit of sales order we read the attributes from global data again.

Regards,

Christian

Former Member
0 Kudos

Hi,

I am also having the similar requirement like this. I have to add new custom fields in sales order line item and to transport these values back on to sales order from VC table VCSD_UPDATE, i have to use EXIT_SAPLCEI0_001 and EXIT_SAPFV45S_002.

Can you please send me the logic what u have done in the above user-exit. Very urgent..

Thanks in advance,

Bala..

Former Member
0 Kudos

u can go into the program MV45AFZZ and within the appropriate FORM, put a breakpoint. in debugging mode, check wat structures & tables are present at that level...eg in ur case check for values in XVBAK,XVBAP,XVBPA... if these tables are having values at that time..then i think u can go ahead.

Also, for every FORM, there s a short description about it.it may help u.

Hope its useful.

Regards,

Bikash