Automate Ship Confirmation

ktimite

Member
Hi,

I am a newbie on E1 JDE development, I don't know bulk processing.
i have to make a batch which permit to read a flat file.
This flat file contains Shipments of an bulk load. I have to confirm it on JDE.
Is it somebody can help me?
 
Hi ktimite,

You can help us help you when you provide basic information related to your environment; see my signature? Please create one, first.
Next, we are batch confirming sales orders (shipments) from a third party application, that writes shipped orders into a custom table via a foreign table (a SQL view in E1 that sees the records from another SQL Server, in Wisconsin).

Welcome to THE JDELIST,
 
Hi Adrian,


Thank you for your help. I developed a batch to export a load of E1 JDE in a flat file and it works fine. This flat file is processed by another software my problem right now is to import load which is in a flat file in E1 JDE and confirm shipments of the load.
 
Hi Karim,

You have two options, and they both need a Business Analyst to direct your efforts by providing correct specifications:
1. Use the vanilla batch ship confirm process (I guess R49500), or
2. Create your own batch, emulating the Manual Ship Confirmation - and this is what we did

Basically you read the load file to populate the tables chosen from one of the options above, and then, process it accordingly.

Good luck,
 
Hi Adrian,

I read load file successfully.
I use option 1 with R49500 which call R47500 to confirm Ship.
my problem right now is that F41511 is blank.
I think that an Business Analyst can help me. Thank you very much.
 
Back
Top