Skip to main content
Solved

Report Definitions


Forum|alt.badge.img+18

How do you add new Report Definitions?

Best answer by ChanakaAmarasekara

Hi,

Normally if you deploy your new RDF it should add a new report definition. In the RDF file where you have your business logic you should have this code,

BEGIN
   Report_SYS.Define_Report_(
      '&VIEW',
      '&MODULE',
      '&LU', 
      'Report Title',
      '&TABLE',
      '&PKG..&METHOD',
      7);
   Report_SYS.Refresh_('&VIEW');
END;
/

The definition will not be added if you don’t have the Refresh call.

If you are creating the report from the model then you need to specify the definition details through ‘codegenproperties’. The .report file should have something like the following. You can get all the properties by selecting ctrl + space within the codegenproperties  brackets.

codegenproperties {
   TitleText        "Report Title";
}

If this is there and still you don’t see the definition, try clearing the Report cache from IFS Solution Manager.

 

Hope this helps.

Regards,

 

 

View original
Did this topic help you find an answer to your question?

4 replies

ChanakaAmarasekara
Hero (Employee)
Forum|alt.badge.img+15

Hi,

Normally if you deploy your new RDF it should add a new report definition. In the RDF file where you have your business logic you should have this code,

BEGIN
   Report_SYS.Define_Report_(
      '&VIEW',
      '&MODULE',
      '&LU', 
      'Report Title',
      '&TABLE',
      '&PKG..&METHOD',
      7);
   Report_SYS.Refresh_('&VIEW');
END;
/

The definition will not be added if you don’t have the Refresh call.

If you are creating the report from the model then you need to specify the definition details through ‘codegenproperties’. The .report file should have something like the following. You can get all the properties by selecting ctrl + space within the codegenproperties  brackets.

codegenproperties {
   TitleText        "Report Title";
}

If this is there and still you don’t see the definition, try clearing the Report cache from IFS Solution Manager.

 

Hope this helps.

Regards,

 

 


Forum|alt.badge.img+3
  • Do Gooder
  • 6 replies
  • February 9, 2021

Hello,

 

Where do we add new report definitions please? 

 

Best regards,

Shady


ChanakaAmarasekara
Hero (Employee)
Forum|alt.badge.img+15

See above comment. You should add it in the RDF and then deploy it.

/Chanaka


Forum|alt.badge.img+2
  • Do Gooder (Customer)
  • 9 replies
  • February 2, 2023

HI, how do you migrate the report definition to higher cloud instances (SaaS i mean) ?


Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings