former_member223897
Explorer
Member since ‎2013 Feb 13

User Statistics

  • 47 Posts
  • 0 Solutions
  • 1 Kudos given
  • 0 Kudos received

User Activity

Hello,I am trying to use nested IF loop in a calculated column. My requirement is as below.IF "MBEW" = 0 THEN   STATUS = 'NA'ELSEIF "MBEW" > 0 THEN       IF  "NET_CONS_CARATS" > 0 THEN               STATUS = 'C'       ELSEIF    "TRANSIT_QTY"  >  0 TH...
Hi,I have a requirement  to call a stored procedure PROCEDURE1 in 10 triggers written on 10 different tables in HANA.After creating 3 triggers, system is giving me error : " SAP DBTech JDBC: [648]: nesting depth of trigger and procedure is exceeded: ...
Hello all,Since last 8 months I have been preparing for HANA certification. I had planned C_HANAIMP141 certfication which is for version SPS7. But now there is SPS11 in the market and for that SAP has introduced C_HANAIMP151 . Now my confusion is, wh...
Hello,I have designed a smartform with five pages. Only first page has main window. I have added an command in the main window to go to next page. Also I have mentioned next page in general attributes of each page. It is giving error "no output is de...
Hi,I am fetching HANA views data using native sql in abap. I have observed a problem that sap is allowing only 29 execute sql commands statements in a row and gives dump for 30th query. My code is like below  LO_CONN = CL_SQL_CONNECTION=>GET_CONNECTI...
Kudos given to