We have added search box. Key in SAP issue keyword to search
TopBottom

Announcement: wanna exchange links? contact me at sapchatroom@gmail.com.

RE:[sap-abap] Vendor Cash Discount (F110 User Exit)

Posted by Admin at
Share this post:
Ma.gnolia DiggIt! Del.icio.us Yahoo Furl Technorati Reddit

Reply from rjbarberio on Feb 26 at 4:15 PM
I resolved this issue by creating an enhancement point in program SAPF110S within include F110SFF0_FAELLIGKEIT_ERMITTELN.

Sample Code:

ENHANCEMENT1 ZZMAXCASHDISCOUNT01. "active version

*Reset the Max. Cash Discount indicator to the configuration setting
SELECT SINGLE xskr1
INTO T042-xskr1
FROM T042
WHERE BUKRS = '10'.

*Deselect Max. Cash Discount indicator for Non-Merch Vendors (G/L 20099)
IF REGUP-HKONT = 20099 or REGUP-KONT = 0000020099.

t042-xskr1 = ''.

ENDIF.
ENDENHANCEMENT.

---------------Original Message---------------
From: rjbarberio
Sent: Thursday, January 09, 2014 2:48 PM
Subject: Vendor Cash Discount (F110 User Exit)

Hello,

Has anyone ever dealt with the following scenario regarding cash discounts in accounts payable when processing cash discount via transaction F110?

We have two types of vendor's merchandise and non-merchandise vendors. These two groups of vendors have different rules as far as cash discounts are concerned. We have the following requirements for each:

For merchandise vendors we need to take the maximum cash discount and ignore the discount validity date.
For non-merchandise vendors we need the system to determine the validity of the cash discount payment terms.

Here is an example:

Invoice on November 1, 2013 for $1,000.00, with payment terms within 20 days 1% discount net 30 days.
Payment made on November 27, 2013.

If the vendor is a merchandise vendor, the payment should be for $990.00, since we want to take the maximum cash discount even after the discount date.
If the vendor is a non-merchandise vendor, the payment should be for $1,000.00, since the discount date has passed.

Can this be accomplished through a user exit somewhere in transaction F110?

I'm very new to coding the finance module, so I might be missing something but it appears that I would need a user exit to see what G/L we are charging these items to and then allow or ignore the check-box when processing a payment.

We currently have the "Max Cash Discount" checked under OBVU (All Company Codes), which gives us the results we want for the merchandise vendors. But it is causing us problems with the non-merchandise vendors.

Any help would be most appreciated,
-Bob

 
Reply to this email to post your response.
 
__.____._
Manage Settings | Unsubscribe | Create FAQ | Send Feedback
  
Copyright © 2014 Ziff Davis, Inc. and message author.
Ziff Davis, Inc. 28 E 28th Street New York, NY 10016
rjbarberio  

IT/IS Professional/Admin/Staff
 
Mark as helpful
View this online
Ask a new question
 
In the Spotlight
Earn Recognition for Your Contributions at Toolbox for IT. Gain Points for Community Achievements

_.____.__

0 comments:

Post a Comment

T r a n s l a t e to your language