RE:[sap-log-sd] Oldest open items overdue, should not consider '-' amounts

Posted by Roger Mou (SAP SD consultant)
on Jul 14 at 10:10 AM
Hi Waza,

Actually, I solved this issue without using routine in auto credit control, but I don't remember what I did in IMG....try to find out the point....

Best Regards

Roger

---------------Original Message---------------
From: Warren Nash
Sent: Wednesday, July 13, 2011 5:04 AM
Subject: Oldest open items overdue, should not consider '-' amounts

Hello,

I can only see the routine being used.

Example (ABAP not correct using pseudocode) :

SELECT BALANCE FROM BSID TABLE.
WHERE KUNNR = CREDIT CUSTOMER.
ENDSELECT.

IF SY-SUBRC = 0 AND BALANCE < 0.00
MOVE CHARX TO BYPASS-OLDEST_OP.
ENDIF.

Mark as helpful.

Regards


Waza

__.____._
Copyright © 2011 Toolbox.com and message author.

Toolbox.com 4343 N. Scottsdale Road Suite 280, Scottsdale, AZ 85251
Mark as helpful
View this online
  
Roger Mou
SAP Logistics Sales and Distribution Enthusiast

Contributed 100 posts in a group to earn a Bronze Achievement
Popular White Papers

In the Spotlight
SAP Enterprise Mobility Webcast Watch today!
_.____.__