Hi,
I'd like to know if the effect of having UPDATE 'L' on a CALL TRANSACTION is have that process go at the end of LUW aside from being on the same LUW of the calling program. Meaning it will finish executing the calling program then proceed with the CALL TRANSACTION.
The reason i'm asking this is because I have a requirement that I will use a user exit MB_DOCUMENT_UPDATE from BADI MB_DOCUMENT_BADI from MIGO that will call an custom program to generate a file. this interface should select on a table MKPF and MSEG, so it needs that the document number that is on the exit must already be on the table before executing the CALL TRANSACTION.
i plan to do this way so i only need to work on the custom program and don't need to update both the custom program and exit if there is need for future developments.