2009 May 29 8:28 AM
Hi,
Iam facing a problem in BDC. I have a custom transaction, it's having 17 fields, in this transaction if u want to go to second field then we need to save the first field data. like that we need to do for all the 17 fields.
I did a BDC for this transaction, now my problem is when i run the BDC program in 'All screens mode' it's working fine. But if i run the BDC program in 'No screens mode' only one record is updated and rest of the records are not updated. I don't know what is the problem.
Thanks in advance.
Regards,
Peram
Hi,
Iam facing a problem in BDC. I have a custom transaction, it's having 17 fields, in this transaction if u want to go to second field then we need to save the first field data. like that we need to do for all the 17 fields.
I did a BDC for this transaction, now my problem is when i run the BDC program in 'All screens mode' it's working fine. But if i run the BDC program in 'No screens mode' only one record is updated and rest of the records are not updated. I don't know what is the problem.
Thanks in advance.
Regards,
Peram
2009 May 29 8:46 AM
Hi,
If you want to go to second field you need to save the data of first field. I think if u observe in the 'All screens mode' it will take some time to go to the next field. In this case you will not face any problem in 'All screens mode'.
If you run in 'No screens mode' the system will not wait, so you need to write 'wait' command.
Once you call the transaction you have to use the following statement..
After call transaction statement.
wait upto 1 second.
Then it will run in 'No screens mode' also, but it's a performance issue....check for the other alternatives also.
Regards,
Venu
2009 May 29 10:15 AM
Hi,
first check with recording of the transaction ,and check in debugging mode screen flow and screen numbers in both screen mode like 'A' and 'N' and check in 'E' mode . when your are running in 'A' all screen mode user interaction is there .
so check with in debugging mode and recording of transaction .
Regards,
Madhu
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |