Report Interconnect Data Structure Header File

anishshetty

Active Member
Hi ,

I would like to know if you can generate the Header File for a Report Interconnect Data Structure . Some reports generate the Header file automatically . Some don't .

-------------------
E811 (Toolset 8.95)
-------------------
 
In ERW (OMW) report properties, there should be feature called Generate data sturcute and this should explicitly generate the data structure..

Srini
 
I am sure there is a better way, but one way is to do a report interconnect in an NER. Build the NER BSFN, open the generated .h file and the data structure will be there, you can then cut/paste into your C bsfn.
 
If you go to the report design aid, and click on the File, Report
Properties, Advanced , in the Sub System group box, check the check box
provided and click on the generate button. You can either uncheck or exit
without saving so that you have not made any changes.
Thanks,
SMSS





--
Thanks,
Madhu
 
Excellent.

Do you know if they .h file gets checked-in/promoted with the UBE so that you can simply do an #include to the .h file or do you have to paste the contents into your BSFN's .h file?

For example, you can generate a BV header file, but you have to copy the contentents to the BSFN's .h file because when you check-in/promote and build packages, the header file is not available or doesn't get generated and the builds fail.
 
Back
Top