2011 May 29 6:07 AM
HI
Is there any problem calling ENJOY TRANSACTION ?
I wrote this line in my code : call transaction 'FV65' .
I just want to know if calling fv65 transaction by the command "call transaction" can cause any problems ?
thanks
Elad
2011 May 29 10:11 AM
hi,
there shouldn't be any problems using CALL TRANSACTION.
if you need to check autorizations on the transaction too use function module ABAP4_CALL_TRANSACTION instead.
regards,
roi grosfeld
HI
Is there any problem calling ENJOY TRANSACTION ?
I wrote this line in my code : call transaction 'FV65' .
I just want to know if calling fv65 transaction by the command "call transaction" can cause any problems ?
thanks
Elad
2011 May 29 10:11 AM
hi,
there shouldn't be any problems using CALL TRANSACTION.
if you need to check autorizations on the transaction too use function module ABAP4_CALL_TRANSACTION instead.
regards,
roi grosfeld
2011 May 29 3:37 PM
Hi Ami,
Usually batch input and Enjoy transactions are not really friends as these transactions contain controls (control framework) -> see SAP Note 311440 - batch input and controls.
BR
Sandra