‎2014 Feb 25 11:29 AM
Hi Experts
I came across a requirement where I need to submit program RHINTE00 with parameters (pernr and date) through my custom report for running it in the background.
Then RHINTE00 will generate BDC Session which should also execute in background.
i searched scn posts and googled it too, but failed to understand how to do it.
Please provide some help.
Regards.
‎2014 Feb 25 11:37 AM
Hi,
What about this requirement are you having difficulty with? Simply write a wrapper program with the required parameters, SUBMIT RHINTE00 then RSBDCSUB to process the batch session.
Regards,
Nick
‎2014 Feb 25 11:48 AM
Hi Nick,
Thanks for replying.
I have no idea about how the session getting generated by this program?
What will be the parameters i need to send to the RSBDCSUB report?
How will i get the session name? Its not proper to ask,but can you specify it in a bit detail.
Regards.
‎2014 Feb 25 11:57 AM
Hi,
RSBDCSUB is pretty simple, it takes little more than the batch session name, which in your case is a parameter of RHINTE00 so easily available in your wrapper program. You should find plenty of information online about how to use it.
Regards,
Nick
‎2014 Jul 21 2:46 PM
Hi, I know it's an older post, but did you manage to find a better workaround than using RHINTE00 for this purpose?
I found 2 things one needs to accomplish - after the opening of the BDC group exporting it's map ID (as the map name is not sufficient) and then another exit suppressing the ALV output (which is redundant in background and in fact will dump).
Did you find a clearer solution?
‎2014 Jul 21 3:00 PM
hi,
This program has a t-code OOPH.
Then, why cant you call this using bdcdata?