Hi Alexandra,is there any update on that matter? I am struggling with the same case. Any framework action I found is triggered only after the pop up is closed.Our current workaround is to group our validations in a determine action and execute that v...
Hi Kai,same question on my side. We would like to make an asynchronous GET in RAP oData v4.You can call a request with Prefer respond-async which will return a location URL as described in https://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-par...
You can also put the call inside a begin end statement and declare your input table variable.do ()
begin
-- DECLARE TABLE VARIABLE
declare lt_tab "MyType";
-- FILL TABLE VARIABLE
:lt_tab.INSERT(('A', 'B', 4), 1 );
call "MyProcedure" (
IT_TAB => :...
Hi Malcolm,I got this message when I tried to create an object that did not start with Z or Y.... I know it's been some years since you asked this question but as I ran into the same it might be worth mentioning it here. Best,Edna