BSFN Datastructure values

morpheous

Member
How can I see what values are being passed into Data Structure of any BSFN. Does jdedebug.log lists them. If it does, then what are the jde.ini enteries for such detailed log. Please help.
OW B7332, Oracle
 
You could run the OW debugger and put a break point on the ER line calling the Business Function. Then at run-time you can place a watch on each of the variables passed into the BF.
 
You could also use the MD_DEBUG business function. Use it in your business function (eventrule) code and it will pop up a message showing you the values...
 
Back
Top