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

BDC (Background processing in call transaction )

Former Member
0 Likes
510

Frnds how to go for background processing in " call transaction method"

We know that " NO display" mode is there but any other method is there in real time.

-


> in session method while data is getting uploaded suddenly server stops then how to upload the data from the last record where the server stopped.

plz help.

regards,

satya

3 REPLIES 3
Read only

Former Member
0 Likes
457

HI SATYA,

you cant work in background in call trans. method.

if your server data upload stop suddenly then we have some technique to check the data for error. if u r using excel sheet then u can go for vlook up and if u r using text file then simply look into log and get the errror point. since your problem is that server is stopping, you know this is very-very rare case well u can get tht point where error is coming and u can further process the data afterwards your error point by just giving rest rows of data for next session.

regards

vijay dwivedi

Read only

sreeramkumar_madisetty
Active Contributor
0 Likes
457

Hi

u have to use No Display mode in call transaction...there is no other go for this...

Otherwise opt for session method and using SUBMIT rstbdcsub. process in background.

When server stops mean while the processing of the session, u can get the processed records info by the log and you can process the failed / un processed records now by foreground in sm35 or u can process the entire file again or u can create the file with only failed records and process .

Regards,

kumar

Read only

Former Member
0 Likes
457

Hi

Relaese the session ( button with flag ) and then process it again.

BR,

Ravi