Help on F98741

kiran g

kiran g

Well Known Member
Hi,

Table(F98741) contains information about Event Rules - Specification.

When I searched for this table in underlying database(which is in Oracle),I found that F98741 contains one field that contains binary information.(column name is ERBLOB having BLOB data type).

What information ERBLOB holds? is it holding some documents or images or something else?

If i retrive this information using odbc connection,how can I interprete the meaning of this binary information?Is there any application JDE system,using which I can view this information?

thanks,
kiran
 
Hi,

It contains the source code for JDE reports, screens,
NERs, TERs, etc. The same source code you view from
JDE Development Tools (RDA, FDA, etc).
You can use UTB to browse that table on a record by
record basis, but that's not very practical.
Unfortunately, I don't know the content structure of
that binary field.
 
A bi-phase binary interpolater with heli-coil option on can interpret the meaning of these blobs.
grin.gif
 
The BLOB holds the actual specs for the object. It is in a binary format and u will never be able to make sense of it.
 
You should be able if you use the correct C Api but it's a very hard work to
do.
 
Back
Top