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

can we call a BDC from REPORT program.

Former Member
0 Likes
934

hi

can anybody tell me that

can we call a BDC from REPORT program.

thanks&regards

hi

can anybody tell me that

can we call a BDC from REPORT program.

thanks&regards

4 REPLIES 4
Read only

Former Member
0 Likes
677

Yes you can absolutely call a BDC from a REPORT.

You can find lot of help here.

http://www.sap-img.com/bdc.htm

<b>Note - Please mark all the helpful answers</b>

regards,

Ravi

Read only

Former Member
0 Likes
677

Yes, It can be called.

Infact you can generate a program from SHDB recording and in the program generated you can put necessary report logic and call the BDC/CALL TRANSACTION as required.

<b>Please check here for a sample program,</b>

http://www.sapdevelopment.co.uk/bdc/bdc_ctcode.htm

Regards

Kathirvel

Read only

Former Member
0 Likes
677

Hi Shilpa,

YES, BDC can be called from Report program.

CALL TRANSACTION TCODE using BDCDATA MODE N UPDATE S messages into I_BDCMSGCOLL.

Regards

Arun

Read only

sreeramkumar_madisetty
Active Contributor
0 Likes
677

Hi

We can call the BDC from Report.

Actually after recording the TC thru SHDB there u can find some option to write the recording code to ur report by specifying ur reportname and selecting the Transfer from Recording radio button.

After that we can modify the generated code as per our requirements.

If you still have any queries please feel free to contact me.

Regards,

kumar