Skip to Content
0
Former Member
Oct 20, 2005 at 09:31 AM

Call transaction problem

23 Views

Hi,

In my BDC program, I have used the folowing code, for

data t_options type ctu_params occurs 0 with header line.

t_options-defsize = 'X'.

t_options-dismode = 'N'.

t_options-updmode = 'S'.

append t_options to t_options.

clear t_options.

<Code>

<Code>

<Code>

<Code>

<Code>

<Code>

<Code>

<Code>

call transaction 'VI02' using t_bdcdata

options from t_options

messages into t_messages.

<code>

<code>

For the first time i run this program, I've set a break-point at the

Call transaction statement and changed the

t_otions-dismode value as 'A' (All screen)..

when I tried to run it again(After deleting the breakpoint), It is still

executing in the All screen mode only(Whereas it should run in no screen mode)

I've logged out of the system and tried again, but the same problem recurred.

Can anybody tell me whats the problem is?

Thanks in advance,

Ravi