‎2007 Nov 01 7:33 AM
In FBB1 when im updating it from my program using call transaction then the values for screen 'SAPLKACB' '0002' its not updating.This field comes when we click MORE data button . Im using
CALL TRANSACTION 'KOB1' USING BDCDATA MODE 'E' UPDATE 'S'. When im commenting those fields for 'SAPLKACB' '0002' its get updated. So what to do?
‎2007 Nov 01 8:11 AM
Hi,
Change the MODE to 'A' and then observe what is the error you are getting.
You would be able to pin-point the issue by looking at the messages that are being generated or by the errors that are thrown .
Regards
Nishant