Skip to main content

There are several incidents where the report seems to be missing in IEE .

It can be ,

  1. Not Even in report definition
    1. In this situation you might need to deploy RDF ,  Import XSD, XSL and press object scanning option
  2. In Report definition but not in order reports
    1. The report might not have the privilege's of appearing in order report for several reasons  . one of them is ,
      • When a report is available for ordering at any time via  Order report  dialog, it should be possible to use the report parameters and view or print the report any time.
      • For an example , the payment advice is not such a  report. You can not order it always with given order parameters. if order is not available anymore, the report can not be printed here. Also it is treated as a report that is printed in the business work flow. Most of our customers have automated the report that will send to the respective customers/suppliers at the generation in addition of sending it to report archive.
    2. You can check whether the report has that privilege or not from the Database  by querying this . and check the column SHOW_IN_ORDER_REPORTS
      • SELECT * FROM report_sys_tab WHERE  report_ID LIKE ‘’

Report Is not available in printing functionalities and Report is not available in order reports examples

  • The report printing functionality will be greyed out  

 

  • Report missing in order reports section
CORE APP
CUSTOMER

From here onwards I will demonstrate some hacks that you can use when a Report,

  • Is IN the Report Definition 
  • And there is a record with SHOW_IN_ORDER_REPORTS = TRUE
  • And the report is not available in any reporting functionality 

 

Solution Process - 

 

‘Step 1

Check press Object file which is related to the report .

If there is a missing entry we need to scan the press object and export a file

 

Step 2

Check press Object grants window and search for the report

If there is no entry do the presentation Object scan

If there is an entry and the permission set does not have the necessary permission

Grant permission from the below section.

 

Final Touch refresh the report cache and security cache

 

Hope this article will Help you ! 

Be the first to reply!