mitko1994
Participant
Member since ‎08-01-2017

User Statistics

  • 98 Posts
  • 3 Solutions
  • 9 Kudos given
  • 10 Kudos received

User Activity

Hello experts,We are preparing a migration to Datasphere and one of our daily flows involves making an API call and unzipping a zipped csv file before processing it in BW. My question here is how can we do that in Datasphere?We need the following:1. ...
Hello,I have a multi-entry Input Parameter to which I want to pass in multiple pattern values. For example I want to pass in 01* and 02*.The question is how to process both selections in the Filter Expression of the Calculation View. If I pass both 0...
I have a smartFilterBar that contains controlConfigurations with nested customControls inside them like so.. <smartFilterBar:ControlConfiguration key="CC_PLANT_ID" app:text="NAME1" app:params="CC_PLANT_ID,NAME1" index="7"app:length="400label="{i18n...
Hello, I would like to execute the following piece of code in an ABAP program. EXEC SQL. SELECT lv_header_line FROM :i_view WHERE :lv_where ORDER BY :lv_header_line INTO :lt_recs ENDEXEC. I get the following error when I to chec...
Hello, I have the following SELECT statement in a program that is used productively. SELECT (lv_header_line) FROM (i_view) WHERE (lv_where) ORDER BY (lv_header_line) INTO CORRESPONDING FIELDS OF TABLE @<gt_data> OFFSET @( lv_skip_pkg_cnt * pkg...