cancel
Showing results for 
Search instead for 
Did you mean: 

Change DocRate In Good Receipt

Former Member
0 Kudos

Hi Everyone !

I have a problem. When I copy from A/P Reserve Invoid to Good Receipt . I want to change DocRate in A/P Reserve Invoid.

Item (64). (Error Item - Form item is not editable ). Default 19000 - change 19500

Code:

oEditText = oForm.Items.Item("64").Specific

oEditText.Value = "19500"

or

oEditText = oForm.Items.Item("64").Specific

oEditText.String= "19500"

Thanks. would soon get an answer.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Check the form mode when you are copying to Goods Receipt whether it is in Add Mode or Find Mode and whether the EditText is enabled or not ?

Noor Hussain

Former Member
0 Kudos

Hi,

I checked the Form Mode of Good Receipt When I'm copying from A/P reserve Invoice. Form Mode is 3 (fm_ADD_MODE).

SAP does not edit DocRate. This control is a editText(Item 64). Enable property equal true. Is there any way to fix the value of this control?

Thanks.

Former Member
0 Kudos

Hi,

I have checked it. I don't think its possible to set value for that item 64 as it is a hidden text-box used to calculate the Doc Rate automatically and store in it. You have to look for other possibilities to solve your problem.

Regards,

Noor hussain

Answers (0)