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

Issue with call transaction

Former Member
0 Likes
1,742

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,727

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 .

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

13 REPLIES 13
Read only

Former Member
0 Likes
1,728

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 .

Read only

0 Likes
1,727

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

Read only

0 Likes
1,727

Did you try it in mode 'E'?

Rob

Read only

0 Likes
1,727

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

Read only

0 Likes
1,727

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

Read only

0 Likes
1,727

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

Read only

0 Likes
1,727

Hi Jaya,

Check the Internal table, first field is empty or not ..?

coz in A mode some time it takes by default.

Regards,

Ali

Read only

0 Likes
1,727

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

Read only

0 Likes
1,727

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

Read only

0 Likes
1,727

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

Read only

0 Likes
1,727

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

Read only

Former Member
0 Likes
1,727

Run it in mode 'E'. It will stop at the error and should give you some ideas on how to fix it.

Rob

Read only

Former Member
0 Likes
1,727

Solved by my own. Thanks for all your efforts in providing useful information.

Especially thanks for Rob, Ali.

Regards

Jaya