cancel
Showing results for 
Search instead for 
Did you mean: 

Can we Default PRICE UNIT value in Line Item Tab?

Former Member
0 Kudos

Hi Everyone,

As the PRICE UNIT value of MATERIALS is 1 as default.

Can anyone suggest me the way to change this default value say to 1000 so that when next time Material is pulled, new default value also pull automatically.

Thanks in advance

Rakesh

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Not for Price unit in RFx but we had a similar requirement in Master Agreements wherein we needed to default the ECC Integration fields within predetermined values. We had achieved this via scripting.

For you purpose, you can use the following:

Scripting Context: Document Lifecycle Event

External ID:SAPINT_LineitemValidate

Class: Rfx Line Item(783)

Script: import com.frictionless.sap.integration.event.RfxLineItemEventHandler

Herein you can specify the Pricing Unit = "1000";

Hope this is of help to you.

Thanks,

Vikram Shukla