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

BDC for Information message POP-UP

Former Member
0 Likes
1,179

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 .

5 REPLIES 5
Read only

Former Member
0 Likes
810

I would suggest that go for a new recording that doesn't gives pop and use the same in the report

Read only

kesavadas_thekkillath
Active Contributor
0 Likes
810

it failed during execution

What was the reason ?

Please provide the clear information.

Read only

Former Member
0 Likes
810

Check any error essage raised.

Try to use Submit report and return .

Prabhudas

Read only

dhirendra_pandit
Active Participant
0 Likes
810

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

Read only

Former Member
0 Likes
810

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