cancel
Showing results for 
Search instead for 
Did you mean: 

Adding field in quotation and copy contrl settings

Former Member
0 Kudos

Hi,

- We have a requirement to have an Approved Quantity field in the quotation ( item data ) , adjacent to

Order quantity filed, is it possible to add this field in the item data of a quotation.

- When we create an order with reference to the quotation we should be able to control so that only

quantity in the approved quantity field will only gets copied to the Order and not the order quantity

from quotaiton.

Please suggest us how to fulfill this requirement of our client.

Thanks

Venkata Rama Reddy.K

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

As for my knowledge its not possible to achive functionally, so you need to look for user exit.

Check out yhe below link

http://help.sap.com/saphelp_46c/helpdata/en/1c/f62c7dd435d1118b3f0060b03ca329/content.htm.

Thanks,

Swamy H P

Answers (2)

Answers (2)

Former Member
0 Kudos

Thank you.

former_member204513
Active Contributor
0 Kudos

Dear Venkata Rama Reddy.K,

Try with the User Exits with the help of ABAPer

User exits in the program MV45AFZZ

USEREXIT_MOVE_FIELD_TO_VBAK

Use this user exit to assign values to new fields at sales document header level. It is described in the section "Transfer of the customer master fields into the sales document".

The user exit is called up at the end of the FORM routine VBAK_FUELLEN.

USEREXIT_MOVE_FIELD_TO_VBAP

Use this user exit to assign values to new fields at sales document item level. It is described in the section "Copy customer master fields into the sales document".

The user exit is called up at the end of the FORM routine VBAP_FUELLEN.

USEREXIT_MOVE_FIELD_TO_VBEP

Use this user exit to assign values to new fields at the level of the sales document schedule lines.

The user exit is called up at the end of the FORM routine VBEP_FUELLEN.

USEREXIT_MOVE_FIELD_TO_VBKD

Use this user exit to assign values to new fields for business data of the sales document. It is described in the section "Copy customer master fields into sales document".

The user exit is called up at the end of the FORM routine VBKD_FUELLEN.

I hope this will help you,

Regards,

Murali.