November 2024

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_CALL_TCODE_IN_NEW_WINDOW” has the following Coding   FUNCTION Z_CALL_TCODE_IN_NEW_WINDOW. *”———————————————————————- *”*”Lokale Schnittstelle: *” IMPORTING *” VALUE(TCODE) TYPE SY-TCODE *”———————————————————————- CALL …

SAP FIORI > Open Transaction in new tab via ABAP Read More »

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_CALL_TCODE_IN_NEW_WINDOW” has the following Coding   FUNCTION Z_CALL_TCODE_IN_NEW_WINDOW. *”———————————————————————- *”*”Lokale Schnittstelle: *” IMPORTING *” VALUE(TCODE) TYPE SY-TCODE *”———————————————————————- CALL …

SAP FIORI > Open Transaction in new tab via ABAP Read More »

replace BAPI_TRANSACTION_COMMIT in called transaction

Hello! I need to use call a transaction. In that transaction, there are is a BAPI used (BAPI_MATERIAL_SAVEDATA).Right after that, there is a BAPI_TRANSACTION_COMMIT. My problem is that after a commit work (what is executed within BAPI_TRANSACTION_COMMIT), a call transaction is terminated and the user will thrown back into the original transaction. I managed to bypass that …

replace BAPI_TRANSACTION_COMMIT in called transaction Read More »

replace BAPI_TRANSACTION_COMMIT in called transaction

Hello! I need to use call a transaction. In that transaction, there are is a BAPI used (BAPI_MATERIAL_SAVEDATA).Right after that, there is a BAPI_TRANSACTION_COMMIT. My problem is that after a commit work (what is executed within BAPI_TRANSACTION_COMMIT), a call transaction is terminated and the user will thrown back into the original transaction. I managed to bypass that …

replace BAPI_TRANSACTION_COMMIT in called transaction Read More »

replace BAPI_TRANSACTION_COMMIT in called transaction

Hello! I need to use call a transaction. In that transaction, there are is a BAPI used (BAPI_MATERIAL_SAVEDATA).Right after that, there is a BAPI_TRANSACTION_COMMIT. My problem is that after a commit work (what is executed within BAPI_TRANSACTION_COMMIT), a call transaction is terminated and the user will thrown back into the original transaction. I managed to bypass that …

replace BAPI_TRANSACTION_COMMIT in called transaction Read More »

Is there a comprehensive UI5 Annotation Reference and Guide somewhere?

Something I am struggling to understand is the concept of local annotations to OData service metadata in UI5 apps (specifically for OData v4, I think…). I have managed to do little things like make an input multi-line, or hide and element, by using examples gleaned from here or there, but I cannot find any comprehensive …

Is there a comprehensive UI5 Annotation Reference and Guide somewhere? Read More »

Is there a comprehensive UI5 Annotation Reference and Guide somewhere?

Something I am struggling to understand is the concept of local annotations to OData service metadata in UI5 apps (specifically for OData v4, I think…). I have managed to do little things like make an input multi-line, or hide and element, by using examples gleaned from here or there, but I cannot find any comprehensive …

Is there a comprehensive UI5 Annotation Reference and Guide somewhere? Read More »

Is there a comprehensive UI5 Annotation Reference and Guide somewhere?

Something I am struggling to understand is the concept of local annotations to OData service metadata in UI5 apps (specifically for OData v4, I think…). I have managed to do little things like make an input multi-line, or hide and element, by using examples gleaned from here or there, but I cannot find any comprehensive …

Is there a comprehensive UI5 Annotation Reference and Guide somewhere? Read More »

Scroll to Top