former_member317001
Explorer
Member since ‎04-10-2014

User Statistics

  • 23 Posts
  • 0 Solutions
  • 0 Kudos given
  • 2 Kudos received

User Activity

Hi, Could anyone let me know on how to drop partitions of a table in HANA DB I tried below syntax but not working ALTER TABLE "schema name"."table_name" DROP PARTITIONS p2; Regards, Chandru
Hi,I have an requirement to create freely programmed help and reuse the same for six different input fields in the same view.Here is my code snippet which I have added in event handler method for VH_DATA_SELECTED event.DATA lo_nd_color_selection TYPE...
Hi,I have added a table in my view and trying the change the colour of the table content using below code.<items>  <ColumnListItem mode="Active">          <Text xmlns="sap.m" text="{tablemodel>Col1}" textAlign="Right" width="70%" colour="#A52A2A"></T...
Hi,I have put 4 custom tiles inside the vertical layout.<l:VerticalLayout class="sapUiSmallMargin" >  <CustomTile xmlns="sap.m"  id="oCustom1" width="20rem" height="35rem">  <content>  <HBox xmlns="sap.m" id="id1">  <vbm:GeoMap id="vbi1" width="150px...
Hi,Currenlty, I need to display two different kind of UI elements on tile control.I tried using custom tile as below.<CustomTile xmlns="sap.m"  id="id"  removable="true"  press=""  frameType="TwoByOne" width="100%">  <tooltip></tooltip> <!-- sap.ui.c...