2007 Sep 12 9:22 PM
Hi,
I developed the BDC program to update the data, when i ran in N mode 1 field value was missing in updation other fields are updating fine.
When i ran in All screen mode everything is working fine, i could not able to findout the issue, can any one tell me the reason why i was getting like that.
Thanks in advance.
regards
Jaya
2007 Sep 12 9:53 PM
Hi Jaya,
this could be happen if there is additional "ENTER" needed to update the field value,
which is possible to be done using "All Screen mode" .
For this case, insert an additional codes to give this additional enter to your program .
Another cause could be that this BDC program having problem with slow network/PC/another culprit as I had once with packing/unpacking in VL02N BDC.
In that case, change the program or BDC to ensure the server will be ready for the next BDC command .
2007 Sep 12 9:53 PM
Hi Jaya,
this could be happen if there is additional "ENTER" needed to update the field value,
which is possible to be done using "All Screen mode" .
For this case, insert an additional codes to give this additional enter to your program .
Another cause could be that this BDC program having problem with slow network/PC/another culprit as I had once with packing/unpacking in VL02N BDC.
In that case, change the program or BDC to ensure the server will be ready for the next BDC command .
2007 Sep 12 10:21 PM
hI,
Thanks for your valuable suggestions, unfortunately no solution was working. If i run in 'A' mode everything is going fine, but when i run in 'N' mode only one field was not updating properly. Still i am wondering.
regards
jaya
2007 Sep 12 10:23 PM
2007 Sep 12 10:45 PM
Hi Rob,
In E mode its working fine, but user is asking only in N mode. Is there any alternative ? please let me know.
regards
Jaya
2007 Sep 12 10:50 PM
In E mode, it should stop at the place of the error. Doesn't it? Is the user just pressing enter to get through it?
Rob
2007 Sep 12 11:40 PM
Hi Rob,
In E & A mode program is working fine, but in N mode it was not working. User wants in N mode. Thanks for your responses.
regards
Jaya
2007 Sep 12 11:45 PM
Hi Jaya,
Check the Internal table, first field is empty or not ..?
coz in A mode some time it takes by default.
Regards,
Ali
2007 Sep 12 11:57 PM
HI Ali,
Thanks for your mail, Internal table has values, the same piece of code was working fine in A & E mode.
Is it SAP bug ?
regards
Jaya
2007 Sep 13 12:05 AM
No,it can't be SAP bug.
There is some bug in your code,Can you copy your code and past it..?
And tell us in which field is not updating.
Ali
2007 Sep 13 12:06 AM
I Checked BDCDATA table everything is fine, i am pressing enter 30 times, same number of times OK-code was there in BDCDATA table,
regards
Jaya
2007 Sep 13 2:32 PM
Of course the users wants it in N mode, but before you turn it over to them, you have to figure out the problem. See what and where the error is in E mode.
Rob
2007 Sep 12 10:05 PM
Run it in mode 'E'. It will stop at the error and should give you some ideas on how to fix it.
Rob
2007 Sep 13 8:51 PM
Solved by my own. Thanks for all your efforts in providing useful information.
Especially thanks for Rob, Ali.
Regards
Jaya