2010 May 13 12:08 AM
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.
2010 May 13 12:20 AM
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..?
2010 May 13 12:20 AM
Hi,
Did u see what kind of messages are filled in the OT_MESSTAB..?
2010 May 13 1:08 AM
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 ?
2010 May 13 3:10 AM
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
2010 May 13 4:28 AM
I put mode E but still the same it doesn not work , only works with mode A any other idea?
2010 May 13 3:00 PM
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
2010 May 13 5:44 AM
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
2010 May 13 6:10 AM
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?
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |