Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

InfoProvider authorization check controls the access to the image data of following test cases:

...

FMs of the standard Listcube transaction are used for InfoProvider authorization check. If the user does not have permissions to see all data of InfoProvider (taking into account all analysis authorizations ) ( regardless of what does image contains) he will not be able to display the results of such InfoProvider image in Validate. 

...

RSSB_AUTHORITY_CHECK - for S_RS* like standard authorizations on BW reporting;

Image RemovedImage Added

This implementation is more restrictive but is function works wise same as the SAP authorization concept. 

Additional information

  • For RFC based variants, authorizations for InfoProvider are checked againts against used RFC user. 
  • If by any chance authorization check will be not done completly completely (RFC not working, InfoProvider no longer exist), data will not be displayed.
  • If there is a different after image variant used in variant, authorization check is done also for values of that variant. If any of those two authorization checks fails, no data are displayed.

Query authorization check implementation

Query authorization check controls the access to image data of following test case:

  • Query Test Case

To follow the same principle as in standard reporting (2 step authorizations), query authorization implementation is following:

  1. Check authorization of  S_RS_COMP1, S_RS_COMP for user and the query (which image is being displayed).
  2. If the first authorization is passed, do InfoProvider authorizations check.

...

Additional information

  • For RFC based variants, authorizations for query/infoprovider Infoprovider are checked againts against used RFC user. 
  • If by any chance authorization check will be not done completly completely (RFC not working, InfoProvider no longer exist), data will not be displayed.
  • If there is a different after image variant used in variant, authorization check is done also for values of that variant. If any of those two authorization checks fails no data are displayed.