‎2011 Dec 16 11:23 AM
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
‎2011 Dec 16 11:42 AM
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.
‎2011 Dec 16 12:11 PM
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.