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: 

Call Transaction Error

Former Member
0 Kudos

Hi All,

I <Prioriity normalized by moderator> need help with a problem.

I am using the following code:

call transaction 'F-28' using bdcdata

mode p_mode

update p_update

messages into messtab.

where p_mode = N and p_update = S.

When I am running the program and have mode = N I get the error message 'The difference is too large for clearing'. Yet when I run in mode A or E it works perfectly and the document gets cleared as expected.

Can anyone come up with an explanation/solution?

Thanks,

Elaine

Edited by: EBroderick on Dec 16, 2011 12:23 PM

Edited by: Vinod Kumar on Dec 16, 2011 5:12 PM

2 REPLIES 2

Former Member
0 Kudos

Hi,

Not sure this will help but perhaps you need to check the 'User' tolerences and GL or Vendor/Customer tolerences set in OBA* tables?

Kr,

Manu.

Former Member
0 Kudos

On the option structure of you CALL TRANSCTION, try setting NOBINPT to X. In some transactions, this change some screen elements, as well as the logic executed by standard programs.