RI not working

sonal_m

Active Member
Hi

I have made a custome report which is internally calling another report and gets a batch number back.

I debugged the reports to find that batch number is successfully generated in called report but it is not getting passed in calling report.

Also, one of the updates is not working fine though the file input/output status is SUCCESS.

Please help as I have debugged it around 20 times, no luck
frown.gif
 
Is the UBE perhaps called asynch? That might explain your problem.
 
Did you assign the batch number back to RI value after generation in called UBE ?
 
Also make sure the RI data structure is created for both reports and you have the bidirectional arrow set for the returining parameter. A debug can give you some more info if above post is not an issue.

Chan
 
I treid debugging but all values are populating corrctly. I even tried putting VA value to RI in called report but still no luck
frown.gif
 
I debugged it again and it seems the problem is even weirder becauee RI is fine now and even RV is fine but the value is not printing on report..!! I have never faced such an issue where RV has value but that value is not coming on report. :O :O
 
Back
Top