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
615

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

Bema
Active Participant
0 Likes
494

1. you can create job for this progrm and run it in bkground.

2. In SM35 , you can check the log and see the records uploaded.

Remaining records , you can save it in a separate file and upload this new file.

Read only

Former Member
0 Likes
494

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

other way is to create a session method and using SM35 u have to execute the session...now say after u have execute the session and it is running and suddenly the server stops, the session gets failed...when server is up u can go into the failed session and check the errors and u can repost them from the same session.

Read only

sreeramkumar_madisetty
Active Contributor
0 Likes
494

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