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

regarding BDC , keep key

Former Member
0 Likes
615

the functiion BDC_OPEN_GROUP

WE HAVE " keep" OPTION.

WHAT IS THE USE OF "KEEP" OPTION.

COULD U PLZ EXPLAIN CLEARLY

WITH CODE WITH "COMMENT BESIDE THAT

5 REPLIES 5
Read only

Former Member
0 Likes
583

if u use keep = 'x'.

that session will exist after the processing

Read only

Former Member
0 Likes
583

Hi Rajesh,

<b>KEEP</b>

Retain session after successful processing. Set this option to the value X to have a session kept after it has been successfully processed. A session that is kept remains in the input/output queue until an administrator deletes it.

Sessions that contain errors in transactions are kept even if KEEP is not set.

Default: If not set, then sessions that are successfully processed are deleted. Only the batch input log is kept.

and check this http://help.sap.com/saphelp_40b/helpdata/en/fa/097126543b11d1898e0000e8322d00/content.htm

Example progrms

<a href="http://www.sap-img.com/ab001.htm">Program1</a>

<a href="http://www.atomhr.com/know_preview/example_batch_input_program.htm">Program2</a>

Regards.

Raghav

Read only

Former Member
0 Likes
583

HI,

as the word says keep..u can keep the session in sm35 log even after execution..

regards,

pankaj singh

Read only

0 Likes
583

thanks for ur information

Read only

0 Likes
583

thanks to ur answer