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

Call transaction

alejandro_romero2
Participant
0 Likes
923

Hi gurus i have a problem with my call transaction

CALL TRANSACTION IV_TCODE

USING IT_DATA

MODE IV_MODE

UPDATE IV_UPDATE

MESSAGES INTO OT_MESSTAB.

in mode i enter the value 'A' , and all is fine, but when i chance the mode to 'N' the program doesn work.

i have cheked the bdc table for both modes A and N and the table in the two cases is the same table and it has

the same values .

the program run well with mode A but not with mode N, what is happenig?, Yesterday my program was running well with mode

A and N but today it does not work anymore.

Help please.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
893

Hi,

Did u see what kind of messages are filled in the OT_MESSTAB..?

Hi,

Did u see what kind of messages are filled in the OT_MESSTAB..?

7 REPLIES 7
Read only

Former Member
0 Likes
894

Hi,

Did u see what kind of messages are filled in the OT_MESSTAB..?

Read only

0 Likes
893

Yes in the ot message tab is an error message, but i dont undertand why, because that message doesnt apper in mode A, it just appear in mode N any idea ?

Read only

0 Likes
893

If you don't intend to run it in the background completely, using mode E should be better. The call will be fine and will prompt only if an error occurs, which it should anyway. So try using mode 'E' and see how it goes.

Cheers,

Aabhas

Read only

0 Likes
893

I put mode E but still the same it doesn not work , only works with mode A any other idea?

Read only

0 Likes
893

Hi i tried today again with mode E an d it works fine, thanks a lot. you are the master.

i have a Question i would like to know why does my call transaction runs fine before with mode N and then stop working?

what happen? now with mode E is runnning fine but i dont undertand why the call transaction stoped to work with mode n .

Thanks

Read only

Former Member
0 Likes
893

Hi,

There might one or more reason for the problem.

1. Check the screen sequence in 'A' mode, and check whether you are pressing ENTER key where there is no BDC prompt ( which is not handled in your BDC data).

2.Check whether any screen enhancement has been carried out for that particular transaction.

Regards,

Smart

Read only

0 Likes
893

I have cheked the bdc data in mode a and in mode n and i have the same data, and the same screens in the two cases,

the comand prompt always apear i never press enter because the comand promt always apear so i always press the comand promt button any other idea?