SAP Message SBF_BW025 - An error has occurred when executing &1

Diagnosis
When executing the request from the HTML page, an error occurred in theR/3 System.
Requests consist of an action command and one or two parameters.Depending on the action command, probably one of the followingsituations has occurred:

  • CALLTRANSACTION: The required Transaction does not exist or you
  • do not have the correct authorization.
    • SUBMITREPORT:The required report does not exist or you do not
    • have the correct authorization.
      • PERFORM: The required subroutine does not exist or you do not
      • have the correct authorization.
        Check the sequence of the parameters. The correct syntax is:"SAPEVENT:PERFORM/
        [program name]/[subroutine name]"
        The subroutines must not have any variables defined in the interface.
        • SHOWLOIO: The info object from the Knowledge Engineer (KEn) must
        • exist. The correct syntax od the pseudo URL is: "SAPEVENT:SHOW_LOIO
          /[LOIO of structure]/
          [LOIO of document]"
          • SHOWINFOOBJECT: The info object from the Knowledge Engineer (KEn) must
          • exist and must be defined as a link to the function group in the BAPIExplorer (SAPLSB
            F_BW). The correct syntax of the pseudo URL is:"SAPEVENT:SHOWINFOOBJECT/[info object name]
            Procedure
            Check whether you can manually process the request following the rulesabove.