Dates

kbluske

Member
Does anyone know of a way to retrieve month end dates. Possibly a business function to achieve this.

We want to use a scheduler to run our UBE's. The UBE is date sensitive and we would like the UBE to determine the dates vs using a processing option that would need to be changed each month.

Any ideas would be appreciated.

Thank you.
Kathy

Kathy Bluske

One World XE, SP14.2, AS400 Coexistent
 
Hi Kathy,

if your Financial Periods correspond to Calendar months you can use B0000041 - Return Period End Dates.

Regards,

Larry Jones
[email protected]
OneWorld XE, SP 15.1
HPUX 11, Oracle SE 8.1.6
Mfg, Distribution, Financials
 
Hi Kathy,

1. Create a variable for storing the day (Any numeric variable)
2. LastDayOfMonth = last_day(day_today()) will return you the last day of
the month.
3. DayToday = date_day(date_today()) will return you the day today
4. Make a simple comparison and decide to Stop Batch Processing or continue.

Cheers..sid


Siddhartha Arya
+65-90670625
===================================
Work like you don't need the money. Love like you've never been hurt.
Dance like nobody's watching.




----Original Message Follows----
From: kbluske <[email protected]>
Reply-To: [email protected]
To: [email protected]
Subject: Dates
Date: Mon, 5 Nov 2001 09:08:06 -0800 (PST)

Does anyone know of a way to retrieve month end dates. Possibly a business
function to achieve this.

We want to use a scheduler to run our UBE's. The UBE is date sensitive and
we would like the UBE to determine the dates vs using a processing option
that would need to be changed each month.

Any ideas would be appreciated.

Thank you.
Kathy

Kathy Bluske

One World XE, SP14.2, AS400 Coexistent
--------------------------
Visit the forum to view this thread at:
http://198.144.193.139/cgi-bin/wwwthreads/showflat.pl?Cat=&Board=OWDEV&Number=23533
+ - - - - - - - - - - - - - - - - - - - - - - - -+
This is the JDEList One World® / XE Developers mailing list / forum.
Archives and information on how to SUBSCRIBE, and
UNSUBSCRIBE can be found on the JDEList Forum at
http://www.JDEList.com

JDEList is not affiliated with JDEdwards®

+ - - - - - - - - - - - - - - - - - - - - - - - -+
 
Back
Top