Application Development 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: 

Issue with call transaction

Former Member
0 Kudos
119

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

former_member1345686
Active Participant
0 Kudos
104

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 .

13 REPLIES 13

former_member1345686
Active Participant
0 Kudos
105

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 .

0 Kudos
104

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

0 Kudos
104

Did you try it in mode 'E'?

Rob

0 Kudos
104

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

0 Kudos
104

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

0 Kudos
104

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

0 Kudos
104

Hi Jaya,

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

coz in A mode some time it takes by default.

Regards,

Ali

0 Kudos
104

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

0 Kudos
104

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

0 Kudos
104

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

0 Kudos
104

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

Former Member
0 Kudos
104

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

Rob

Former Member
0 Kudos
104

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

Especially thanks for Rob, Ali.

Regards

Jaya