‎2006 Dec 29 6:09 AM
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
‎2006 Dec 29 6:11 AM
if u use keep = 'x'.
that session will exist after the processing
‎2006 Dec 29 6:12 AM
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
‎2006 Dec 29 6:14 AM
HI,
as the word says keep..u can keep the session in sm35 log even after execution..
regards,
pankaj singh
‎2006 Dec 29 6:16 AM
‎2006 Dec 29 6:53 AM