SeanHoppe.com > CLEO Tips > CLEO JDE Tips 4 Creating a date (CYYDDD) for JDEdwards in EXTOL Business Integrator
Creating a date (CYYDDD) for JDEdwards in EXTOL Business Integrator
6th June 2012
JD Edwards requires dates to be formatted as CYYDDD. In our example, we receive an inbound EDI document and use EXTOL Business Integrator to populate the F47 files.
Our inbound date 20120606 (yyyyMMdd) and we will convert it to the Century/Julian Date (CYYDDD).
Below are the EXTOL EBI steps to take the EDI element data and move it into JDEdwards date field:
- Move BEG05 into “rls.var.BEG05_string”
- Convert Date Format: (format - “rls.var.BEG05_string”,“yyyyMMdd”,“yyDDD” ==> “rls.var.BEG05_string”
- Move “rls.var.BEG05_string” ==> “rls.var.BEG05_int”
- Add “rls.var.BEG05_int” + “100000” ==> F47011.SYDRQJ
Copyright 2012 @ www.seanhoppe.com
By: Sean Hoppe on