EDI

rwellsw

Active Member
I am trying to get EDI PO's into the JDE system using the F47011/F47012 files.

I have the files loaded and am trying to process the transactions using R47011. This process but gives me an error saying that the Branch/Plant needs to be set up in the constants file.

I have checked the Branch/Plant Constants file and the SzMcu/SyMcu that I am using is there and it appears that all of the fields are RJ. All of the other data seems to be setup correctly but I can'f find the problem.

Anyone have any suggestions?

Roger

Xe B7333 SP 13
 
This occurs when your branch plant constants are not set up in F41001.
U will need to go to the menu G4141 and set up the branch plant constants
for that branch.

Thanks

Singh
Inderjit Singh Bajaj
One World Programmer/Analyst
Physician Sales & Service
Ph: (904) 332-3230
Mobile: (904) 536-3230
email: [email protected]
 
Re: RE: EDI

I thought this also. But I went to the file and looked again and they are set up. The field is MCU and both the MCU in F47011/F47012 are set up with the same data. I also checked to make sure the are all Right Justified.

Everything looks OK but still the message.

Roger
 
Re: RE: EDI

Roger,
Rafal Molas, a helpful experienced JDELister, gave me this hint: Left-pad the MCU!
That is, for Business Unit 2125, of size 4 digits, I left padded it with 8 blanks and I got rid of that stupid error.
i.e. SYMCU CostCenter MCU Business Unit A 12 2125 left space-padded
PS In the ER, you may use the Text System Function concat(' ',SYMCU)

Adrian Chimirel
Programmer Analyst
LIVE: B732.1 SP12.2, Oracle 806
SANDBOX: XE SP13, 8i
RS/6000, Citrix, 200+ clients
 
RE: RE: EDI

U might want to check for the following.
1)U have an an8 in F41001.
2)The item is set up for that branch in F4102.
3)The line type in f47011 you are trying to bring it in as.



Thanks

Singh
Inderjit Singh Bajaj
One World Programmer/Analyst
Physician Sales & Service
Ph: (904) 332-3230
Mobile: (904) 536-3230
email: [email protected]
 
New twist on the problem. If I run R47011 from the JDE menu it works if I run it using a runube on the AS/400 it will not work.

Any suggestions

Roger
 
What results do you see in your submiited reports screen?

I sometimes find that the job ends with an Error status but viewing the PDF may reveal something.

Also try starting debug on an AS/400 command line (with no program), setup your library list to include the appropriate libraries e.g.
B7332SYS
B733MAP
SYSB733

and run the RUNUBE command interactively.

Then look at the job log and any errors that may appear.
 
RE: RE: RE: EDI

Sorry I meant the line type in F47012.

Thanks

Singh
Inderjit Singh Bajaj
One World Programmer/Analyst
Physician Sales & Service
Ph: (904) 332-3230
Mobile: (904) 536-3230
email: [email protected]
 
Back
Top