cancel
Showing results for 
Search instead for 
Did you mean: 

Issue in FD32

Former Member
0 Kudos

Hello,

When a sales order is posted the field credit exposure gets updated. We can configure and decide whether a particular sales order should update this field or not.

My question is this, If the value of my sales order is £x can i get the credit exposure updated by £y.

Regards,

Sofia

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi sofia,

The credit exposure is updated by field KOMP-CMPRE. This is updated by SuTotal A in Pricing Procedure.

The Calty field in Pricing Procedure usually will have 4 in front of SuTotal A.

If your req. is to update $y if $x exists than write a new routine (VOFM)which will determine $y when $x exists & assign it in Calty field in the Pricing Procedure in front of SuTotal A.

Also ensure your Pricing Procedure is assigned correctly in OVKK for your Doc. type.

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

Create the new condition type which donu2019t have any access sequence assigned to it.

This condition type will be manual condition type.

Then when you create the sales order enter this condition type manually.

In the pricing procedure maintain this condition type as an statical condition type.

Assign A in the subtotal also to this condition type in the pricing procedure.

Now create the sales order and save it.

Now check whether your required value is getting updated or not

Regards

Raj.

Former Member
0 Kudos

Hi Sofia

Yes it is possible with some configuration and ABAP program.

Create a Z condition type say ZY which represents £y amount. Make it as statistical condition type and assign it to your pricing procedure.

Write an ABAP routine in VOFM>requirement>Pricing, to calculate £y and assign this routine to ZY in pricing procedure as calculation type.

Assign subtotal as 'A' to ZY pricing condition

try and revert

Edited by: Yadav on Aug 25, 2009 11:41 AM

former_member188076
Active Contributor
0 Kudos

Hi

It is the Update group (1200, 1500, 1800 ) selected in Enterprise structure --> Credit Control Area, which decide whether you want your Sales Order to update the FD32 credit exposure field or not.

But if you want the sales order value to update the Credit Exposure field, it is NOT possible to update the field by value Y when the order value is X, by any standard provedure. May be if you have some logic you may think about Z-developmet / Exit.

Regards

Amiotesh Anand