2010 Sep 02 2:22 PM
Hi All ,
I have written a BDC for calling a report program , I have used shdb for recording and coded as per that .
It failed during execution , when i debugged and checked a Information Message is Coming when the report is executed , and
when i pressed enter then the report Moved forward , and executed . After that i have written enter in the BDC also and executed the same . Still it is failing . Please suggest me how to move forward.
Regards
Arun .
Hi All ,
I have written a BDC for calling a report program , I have used shdb for recording and coded as per that .
It failed during execution , when i debugged and checked a Information Message is Coming when the report is executed , and
when i pressed enter then the report Moved forward , and executed . After that i have written enter in the BDC also and executed the same . Still it is failing . Please suggest me how to move forward.
Regards
Arun .
2010 Sep 06 10:51 AM
I would suggest that go for a new recording that doesn't gives pop and use the same in the report
2010 Sep 06 11:27 AM
it failed during execution
What was the reason ?
Please provide the clear information.
2010 Sep 06 11:30 AM
Check any error essage raised.
Try to use Submit report and return .
Prabhudas
2010 Sep 06 12:11 PM
Hi Arun,
i you want to call the report then better to use call transaction or Submit report.
it would allow you to do it in a better way or can you please specify the error message whats coming during BDC?
Regards
Dhirendra
2010 Sep 06 12:59 PM
Hi Arun,
If pop-up comes in BDC recording, then BDC won't be useful. Because it will not be captured in the recording.
You will have to sit with your functional person and check ways to avoid the pop-up you are getting.
Another way was to suppress pop-up with 'Enter'. But you said that is not workin in your case.
Or you will have to use BAPI instead of BDC.
Thanks,
Archana