SuccessFactors EC

Employee Central Blog Posts

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 »

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 »

Multiple bank in bank selection (FPY1 Payment run) depending the contract account

Hello Guru, I need help with customization on our payment run (FPY1). Currently, we have four different banks in our country. In FPY1, on the bank selection tab, we have only one bank configured, which means we generate a single file for this bank. This bank then manages the incoming/outgoing payments (and returns) with the …

Multiple bank in bank selection (FPY1 Payment run) depending the contract account Read More »

Multiple bank in bank selection (FPY1 Payment run) depending the contract account

Hello Guru, I need help with customization on our payment run (FPY1). Currently, we have four different banks in our country. In FPY1, on the bank selection tab, we have only one bank configured, which means we generate a single file for this bank. This bank then manages the incoming/outgoing payments (and returns) with the …

Multiple bank in bank selection (FPY1 Payment run) depending the contract account Read More »

Scroll to Top