P4210 Header

jgersic

jgersic

Reputable Poster
Can someone point me to the location of where the header record (F4201) actually is written in the P4210 program? I know the system uses the F4211begindoc/F4211enddoc BSFNS to create a cache, but I am looking for where the physical DB tables are hit.
The detail was easy enough (found the bsfn), but I am having a tough time finding it. I had not really played in the P4210, and it is a bear of a program to figure it out.

Thanks! And it looks like Focus/Global quest may be on for 2005 in Las Vegas (see quest's website)..

-John
 
Yes, but what I am looking for is if someone can point me to where in the
P4210 the cache is actually written to the P4201/P4210 tables. The logic of
the P4210 is pretty nuts once you get into it, and was just hoping someone
may know.



-John
 
Re: RE: P4210 Header

John,

This is handled by the "F4211 End Document" business function (B4200310) on the OK buttons Post Button Clicked event. The function loops through the cache and either updates, inserts or deletes the F4211 record.

Regards

Neil.
 
Back
Top