Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Enjoy Transaction

Former Member
0 Likes
620

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
539

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

2 REPLIES 2
Read only

Former Member
0 Likes
540

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

Read only

Sandra_Rossi
Active Contributor
0 Likes
539

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