cancel
Showing results for 
Search instead for 
Did you mean: 

Proforrma related querry

Former Member
0 Kudos

Hi ,

Scenario: Sales order basic value"zpp" should not be allowed to change once proforma invoice is generated.

As of now I can change the sales order basic value value"zpp" even after the generation of the proforma invoice , and once the final commercial invoice is generated I cannot change the value in sales order .

My requirement is the I should not be able to change the basic value in the sales order once the PROFORMA is generated, is there any way i can do it , kindly guide

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

Try making "zpp" manual entries not possible..

Regards

Praveen

Answers (2)

Answers (2)

Former Member
0 Kudos

I made zpp condition as manual entries

Former Member
0 Kudos

Hi,

I would try to use user exits for this purpose, e.g.:

include: MV45AFZZ and FORM userexit_field_modification. - Here you can check if proforma invoice has been issued. if yes, you can block basic value fields for edit.

also you can do some checks in forms:

FORM userexit_move_field_to_vbap.

FORM userexit_move_field_to_vbak.

hope it helps.

regards,

wojciech