RadimB
Product and Topic Expert
Product and Topic Expert
Member since ‎2012 Mar 20

User Statistics

  • 30 Posts
  • 1 Solutions
  • 7 Kudos given
  • 0 Kudos received

User Activity

Hi All,I execute the report in background with following code:CALL FUNCTION 'JOB_OPEN'     EXPORTING       jobname  = l_jobname     IMPORTING       jobcount = l_jobcount.SUBMIT z_my_report       AND RETURN       VIA JOB l_jobname NUMBER l_jobcount.CA...
Hi,we have a calculation view which is generated from the ABAP with BW CalcView services. The view reads the data from the infcoube (0SX_C92). To reduce the data volume we use aggregation (AGGR_0SX_CY_TOTAL) over the fields which are requested with t...
Hi,I'm building a stored procedure with Calculation Engine (CE) functions. Such stored procedures cannot be debugged with HANA Debugger (see note 1779803). So I would like to use TRACE function. But when ever I use it I always get error message.Code:...
Hi all,I'm looking for a possibility to switch the ALV grid to simply list output. The customer background is that there is a huge customer AVL Grid (column tree). The GUI Flush takes lot of time. I suppose that if this would not be ALV, but simple l...
Hello everyone,I'm starting my investaigation in HANA development to optimize our application in HANA. We have our application which display statuses on units and groups of units. The status can be "initial, ok, with errors". The HANA is strong in ca...