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

code to release a session

Former Member
0 Likes
444

hi frnds,

i want to release a bdc session as soon as the session log shws tht the last processing the session has done is 1 day old

can somebody help me to write code for releasing a bdc session instead of doing it manually by pressing the "release "tab

3 REPLIES 3
Read only

Former Member
0 Likes
420

hi Rohit

You can use SUBMIT rsbdcsub in ur program to run ur session automatically

SUBMIT rsbdcsub USING SELECTION-SET 'AMC'

AMC is a variant that u need to create for RSBDCSUB

Regards,

Santosh

Read only

Former Member
0 Likes
420