JDE Configurator

jdetechie07

Member
Hello,

I am working on the JDE Configurator.I need to update
a few values in a few segments for the child items.
Can anyone tell how they have done this before ?
Anyone has any piece of code they can help with ?

Thanks in advance.
JDE Techie
 
Hi,

We use the configurator too.
Can you give more details about what you need to do ?
Is it something you need to do just once, or do you want to develop something to let you the ability to do it when you want ?

For a "oneshot", you should update the values by sql may be.

Otherwise, you can develop a report to make the updates.
For example we create a report to update configured string for a particular item/mcu/segment number, because we need to update some "old" configured string as the configuration changed (some segment that were not mandatory, and so can be blank, but are now mandatory and must contain a value),as we need to re-use those configured string.

For that we developped 2 NER :
- One that give the relative position of a segment number in the configured string
- One that update a configured string
The report uses Processing options (item, mcu, seg. number, old value, new value, mode Proof/final) to make the selection of the strings in F32943, and update the strings, and the related records of the F32942.

A very useful standard JDE BSFN is the B3200580, that allow to get the segment value in a configured string according to the relative position of the segment.

Let us know if you need some other information.
 
Hi Antoine,
Thanks for the help.Greatly appreciate.
My problem is like this -
I have a parent item and i hit calculate i need to
transfer some values from the parent segments to the
child segments in the grid.
I guess i need to manipulate the cache for this.
Any thoughts on this ?
I can create a report but its not what the user wants
to do.He wants it inside the configurator the first
time he is in.

thanks a lot.
 
Back
Top