Call ube - BSFN

Uzeda

Active Member
Hello all.
I need your help.
I am using webmethods and need to call the custom report passing doco field like data selection.
I need to know how the structure works when the field has been passed.
This field is responsable for Data Selection and could be used inside the code or outside data selection.

Thanks.
wink.gif
 
Passing outside is more simple. What you can do is to send the Doco to then the BSFN then send it to UBE using an RI (report interconnect). There is some example of such code into JDE bsfn (look for example into B420310 or some other).
Then you can add your DOCO to the selection using the system function set user selection. (dont forget to test if null or blank or zero).
If you want to get the doco from the selection (dynamicaly set by user), you have to use the API (i forget the name but you can find it on the the documentation). It's possible but quite harder.
 
Look thru the EDI and there are func you can use to do it for start. You can modify them based on your requirement if you want to.

Chan
 
Back
Top