‎2007 Apr 27 7:58 AM
hi
i am uploading the records using BDC, when i run in foreground record getting updated sucessfully.
but when i run in background it is giving error as:
field PLMKB-QPMK_WERKS(01) is not an input field.
like this it giving for 3 fields.
pls help on this
‎2007 Apr 27 8:20 AM
Hi,
Run your report in mode 'E' .As soon as an error is encountered
it will skip the error and will do the job further.
sample code :
CALL TRANSACTION TCODE USING BDCDATA MODE 'E' .
Please reward points if helpful.
Regards,
Hemant
‎2007 Apr 27 8:00 AM
Hi
sorry wrong posted
Regards
Ravi
Message was edited by:
Ravi Kanth
‎2007 Apr 27 8:02 AM
This is a common prob...when ur running it in forgroung means ur forcefully passing the data to screen but if it is in backgroung it won't take..check the particular field is in loop or not . comment it and check.
Thanks
Sridhar
‎2007 Apr 27 8:04 AM
hi
after creating session when i run this in no dispaly mode, getting success.
but when i shedule the session..it is giving the error
‎2007 Apr 27 8:02 AM
let me know the transaction and which all fields u are inputting in.
‎2007 Apr 27 8:20 AM
Hi,
Run your report in mode 'E' .As soon as an error is encountered
it will skip the error and will do the job further.
sample code :
CALL TRANSACTION TCODE USING BDCDATA MODE 'E' .
Please reward points if helpful.
Regards,
Hemant