hatrigt
Participant
Member since ‎05-11-2018

User Statistics

  • 43 Posts
  • 0 Solutions
  • 65 Kudos given
  • 22 Kudos received

User Activity

I have a sap.ui.table with over 50 columns that requires Variant Management. To achieve this, I utilized sap.ui.fl.variants and successfully implemented the feature to create and view the saved variant. However, I'm not able to find a option to make ...
Hello Folks, I have a sap.ui.table containing over 40 columns to display in the UI. Among them, several columns represent amounts. I'm attempting to display the total value at the bottom of each column, but I haven't found an option to do so. While s...
Hello Experts, I am working on a CAP solution wherein I want to make multiple GET calls to SAP on-premise. So I decided to go with $batch request instead of individual calls. The below code snippet shows how I made the call: l...
I always wonder is there any solution for this. DATA(lt_table1) = VALUE tt_table1( FOR <fs_struct> IN lt_table WHERE( field1 EQ 'TEST' ) ( CORRESPONDING #( <fs_struct> ) ) ). DATA(lt_table2) = VALUE tt_table2( FOR <fs_struct> IN lt_final WHERE(...
Hello All, I have to modify Contract Header and Item end or start date based on reason of rejection set on line item and some other conditions. Can anyone tell me which BADI or User Exit where I can place custom code to modify end or start date? ...