Application Development and Automation 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: 
Read only

problem in BDC

Former Member
0 Likes
677

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
657

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

5 REPLIES 5
Read only

Former Member
0 Likes
657

Hi

sorry wrong posted

Regards

Ravi

Message was edited by:

Ravi Kanth

Read only

Former Member
0 Likes
657

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

Read only

0 Likes
657

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

Read only

Former Member
0 Likes
657

let me know the transaction and which all fields u are inputting in.

Read only

Former Member
0 Likes
658

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