How PO's spec is working (for your information)

sviardot

sviardot

Reputable Poster
How PO\'s spec is working (for your information)

You have three tables :
The first one is F983051 where the blob contain the PO value in a PODATA structure.
The seond is the F98306 which the PO text. The POTP is the type of record (3 is for tab, 2 is a comment text, 1 is a PO field).The ITNUM is the sequence number of tab page and SQNUM is the sequence number of the item into the tab page.
The third table is the F98743 (with a TMPLTYP of 2 for PO). The Blob is a quite complex :
You find first a PO header struct (see into system\include\jdetype.H), after you find n structures fo detail type (n is the number of detail wich is encoded into the header stucture). After you find m comment's structure in wich m is the number of comment wich is encoded into the header struct (type 2 into F98306).
Hope it should be helpfull to build free tools for anyone.
 
Back
Top