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