Work Center Report

Narendra Kumar

Active Member
Hi,

we can get the parent serial number and corresponding child serial number number from F01133,F01131M but from those table i am not to find the detail error messages.
we are able to get the brief and deatils error messages using the business function F01131GetBriefMessage and ErrorMsgTextSubstitution using serial numbers.

we want to get the same mesaage without using those business function so how we can do it.
by going through the details of business function ErrorMsgTextSubstitution. it uses some API jdeGetGlossaryText which does some substitution for zztmpi field and then return the message.

lpszText = jdeGetGlossaryText(dsF01131.zztmpi, lpszTextSub, DDT_GLOSSARY);
szAlphaDesc = jdeGetGlossaryText(DDTemplate, lpszHeadSub, DDT_ALPHA_DESC);


if anyone have an idea how we can do the same thing which API(jdeGetGlossaryText) is doing using the two and more table mapping.


any suggestion or pointer would be great help for us.

we have following JDE setup
JDE812,tool set 8.96, SQL server, Windows, web client

Thanks in advance
Narendra
 
Back
Top