Hi Team,
Need you help.
I have a scenario where I have to create program will have two phase/mode:
1. download active employee using PNP (get pernr)
2. upload absence quota to the active employee.
I tried to merge both in one program but unfortunately I can not do it; because for upload mode the control stuck/execute at GET PERNR again. I tried to put GET PERNR under if statement but I cant.
Finally we have decided to create two programs. One for download active employee and one for download employee. later we will link both programs using a button, which will call LEAVE TO TRANSACTION.
I noticed that when I call LEAVE TO TRANSACTION to move to other program (from download to upload program), then the program doesnt go inside of START-OF-SELECTION, the program terminates without any error.
Question: how we handle such situation? after calling other program using LEAVE TO TRANSACTION, can we execute START-OF-SELECTION....?
Appreciate to have your expertise...
Thank you,
Tausif.