Princejoshizal
Explorer
Member since ‎2024 Aug 08

User Statistics

  • 6 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Hi,I am creating a Fiori List report with object page.If I click on any record from List report it should navigate to object page for that record. But in my case the association to object page is from a Parameterized CDS view.Below are CDS viewsdefin...
Hi All,We wanted to analyze the performance of below select query and we are on S4HANA OP2020 system.SELECT a~matnr, a~bwkey, a~bwtar, a~lbkum, a~salk3, a~verpr, a~zkprs, a~timestamp FROM mbew AS a WHERE EXISTS ( SELECT matnr, werks FROM @LT_material...
Hi,We are in SAP S4 HANA OP2020 system and we are facing severe performance issue with below select statement. We are passing full primary keys still it takes huge spike on CPU consumption and time consuming statement. IF lt_material[] IS NOT INITIAL...