SAP FIORI > Open Transaction in new tab via ABAP
Hi guys,we have the following situation. I have an Programm in ABAP which has a button with the following coding: CALL FUNCTION 'Z_CALL_TCODE_IN_NEW_WINDOW' STARTING NEW TASK 'F110' EXPORTING tcode = 'F110'. The Function "Z_...