Loading JDE Sales Configurator via batch file

JCholewa

Member
Has anyone ever loaded the sales configurator segment values from a file in batch mode? Does anyone know what tables JDe uses to store segment values after segment values are entered interactively?
 
Hi JCholevw,

What kind of segment value are you talking about? Values in Segment Definition of the Configured Item or Values of a Sales Order after Calculation?

In 8.0, values in Segment Definition are stored in F3291.

After calculation, segment values of a SO are mainly stored in F32943 and F32945. In F32943, segment values of a configured item are combined into 2 strings which are stored in two fields, each field length is 250 chars, total 500. This is a know limitation. But in F32945, the segment values are stored independently for each segment number.

As you want to upload via batch, I guess F3291 is what you want. How many segments do you have totally?

Regards,
David
 
Back
Top