Hello ABAP experts
I have an issue with my ABAP program. I fill internal table and then modify the database table from the internal table. If the internal table empty, abort the program. I then added the program to process chain. I was excepting th...
Hi All
is there anyway to add analysis for office beside HTML, Liste, ABAP BICS, Java Web as an option in RSRT to show query results?
I need to know where one can set that in BW up and add AfO as an option beside other options.
Thanks for your...
Hi SAP BW experts
I have a requirement to schedule process chain starting from specific day in a month (the 25 th every month) and run on daily basis till the first days in the next month. For instance, from 25 Jan to 01 Feb (runs on daily basis) f...
Hi everybody
I am trying to activate SAP NetWeaver AS ABAP and SAP BW 7.5 SP01 on SAP HANA SP10 [Developer Edition] pm google cloud, unfortunately I get the following error
Please be aware that the selected solution "SAP NetWeaver AS ABAP and SA...
Hi everyone
I have created a HANA Schema as a source system for BW4HANA system and tried to create a data source based on a table in this hana schema. When I try to activate this data sources, I got error while activating,
"Error while creati...
Hello matthew.billingham I think I found the problem. The code fails when executed via SE38 as I execute it directly F8. But process chain gets executed via backgound user. The Background user does not have enough authorization on S_OA2C_USE. This a...
Hi matthew.billingham I extract data via API interface, the data came in json format, then cl_json=>deserialize them and put the result into internal table, then I update my database table z-table from the internal table. The program should fail in ...
Hi sandra.rossi I will try this one however I quite sure, it should work without this solution. I mean the abap program should fail in the process chain. I will let you know.