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

Probelm with using Call Transaction.

Former Member
0 Likes
735

Hi all,

I have used a BDC Call Transaction in my User-Exit through a Function Module. This user-exit triggers only in the Update Debugging Mode, So I switch the Update Debugging On and I enter the Exit, As soon as the trigger comes to "Call Transaction", the Update Debugging Screen vanishes. Can anyone please help me in this.

Thanks

JM

6 REPLIES 6
Read only

Former Member
0 Likes
715

Hi,

Update debugging screen vanishes but a new session is opened. Please check the new session.

Best regards,

Prashant

Read only

0 Likes
715

Hi Prashant,

New session opens with the debugging screen. When the trigger comes to Call Transaction this screen vanishes.

JM

Read only

Former Member
0 Likes
715

Hi,

Are you calling the transaction MODE "N". Then it wont display the screen.

Call the transaction in MODE "A".

Best regards,

Prashant

Read only

0 Likes
715

I am using MODE 'A'..Is there anything else I need to do.

Read only

Former Member
0 Likes
715

Hi JM,

A new session is opened whnever the program encounter the statement Call transaction 'transaction-name'.

Reward points if it solves ur query or answer is helpful

Thanks

Chinmay

Read only

Former Member
0 Likes
715

Hi all,

Does anyone have any idea about this??

JM