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

Data is not updating correctly

Former Member
0 Likes
702

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

2 REPLIES 2
Read only

Former Member
0 Likes
447

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

Read only

Former Member
0 Likes
447

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