UBE R30460 BILL OF MATERIAL

BBushley

Active Member
GOOD DAY LIST USERS!

PROBLEM:
I NEED TO MAKE SURE THAT WHEN A USER SUBMITS THE UBE R30460 BILL OF MATERIAL
REPORT THAT THEY HAVE ENTERED A VALUE IN THE SELECTION CRITERIA. THAT AN
ITEM NUMBER IS ENTERED INTO THE CRITERIA

POSSIBLE SOLUTION:
DOES EVENT RULE SYSTEM FUNCTION SET USER SELECTION DO THIS FOR ME?

USER SUGGESTIONS:
OR IS THERE ANOTHER WAY TO DO THIS?

THANK YOU IN ADVANCE!


Bob Bushley
Haskel International
Burbank, Ca. U.S.A.

JDE XE(B7333)ver SP13
AS400 ver V4R5
DB2
Windows 2000
 
Bob,

Only one item or a range or multiple values?

Solution for single item.

You could create a Processing option tab for your required item with two fields. First files based on EV01 would be to only process if a value is entered in the next field. Second Based on LITM the Item number to process.

In your ER of R30460 in initialise section at the end first tect the flag to see if set to Y and then if it is check for a value in the second new processing option. If it is blank then end the whole job with a StopBatchProcessing system function in the Do section else set user selection of the item selected in the processing option.

A range could be handled with two values for item.

Multiple item can be handled using an application to load a workfile and using a UBE interconnect and reading that workfile in a loop to set user selection in the initialise section.

I hope this helps.

Regards,

Adrian.



Xe SP15 Update1 applied AS400 V4R4 DB2, World A73 Cum 11 00X2
 
Adrian

Thank You! That is the solution I needed I also had to use 'SET USER
SELECTION'.

Bob Bushley
Haskel International
Burbank, Ca. U.S.A.

JDE XE(B7333)ver SP13
AS400 ver V4R5
DB2
Windows 2000
 
Back
Top