Re: Can I pass data from report to calling report program versions processing

ame

Reputable Poster
Re: Can I pass data from report to calling report program versions processing

Could you set up a Report/Form Interconnect variable and put that value in
there? bascially add it as a processing option on Report A?



A quick question… Can I pass data from report to calling report program
versions processing option ?

i.e
I have to call Report B from Report A. There is a date field in the
processing option of Report B.

When I do report interconnect from Report A to Report B, it shows report
data structure of Report B which does not contains date field.

How can I populate processing option field of report B by passing date
within Report A to Report B....without changing Report Data Structure of
Report B(R03B525)

Note:
------
*Date field is a user input of Report A.
*Report B is jde report R03B525... thus cant change.
*if I do a version override, I cant change Report Data Structure.
*I can make a copy of R03B525

But any other hint or solution will be highly appreciable...

Regards,
JDE Tech Lead
 
Re: Can I pass data from report to calling report program versions processing

Ame,

I assumed you created a date field data structure on report B in order to receive the parameter from report A. When the data structure is added to report B, you should see a date parameter in the CALL statement of event rule in report A. In report A, you would need to move that Processing Option variable to the date parameter field when you CALL report B. In report B, you can use version to pass and receive the parameter by using version Data Selection and move the report interconnect (RI) value in report B's variable.

You would probably get a faster response if you could post this topic in the OneWorld XE Developer’s forum.
 
Solution--Re: Can I pass data from report to calling report program versions processing

Hi!,

Thanks a lot friend.

Your suggestions were really helful.

I was able to retrieve processing options of another application through a Business Function.

Details are as follows:

Business Function : B9090001
Data Structure : D9000F
Function Name : GetProcessingOptionData
Function Description: Get Processing Option Data

Parameters Passed:

Report A --> szName Object
Version Name --> szVersion
Sequence of PO --> szPOOptionID
Retrieved Field <--> jdDate

Thanks again for your suggestions and giving your valuable time

Regards,
JDE Tech Lead

OneWorld XE B7333
Service Pack 19
DataBase MS SQL 2000

> <html><body> <a href="http://www.jdedwards.itgo.com/cert.html">Get JDE Certification at http://www.jdedwards.itgo.com/cert.html</a> </html>
 
Back
Top