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

Calling a Report from BDC

Former Member
0 Likes
631

Hi Friends,

I just have a query can anyone help me on it.? I want to call a customised transaction from BDC Call transaction ,the customized transaction should get 2 values from BDC.

Regards

Dinesh

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
588

Hi Dinesh,

use the set parameter Id statement to set the 2 values for the two fields you want.

and once that is set call the custom transaction using CALL TRANSACTION.

Thanks,

Srini.

Hi Friends,

I just have a query can anyone help me on it.? I want to call a customised transaction from BDC Call transaction ,the customized transaction should get 2 values from BDC.

Regards

Dinesh

4 REPLIES 4
Read only

Former Member
0 Likes
589

Hi Dinesh,

use the set parameter Id statement to set the 2 values for the two fields you want.

and once that is set call the custom transaction using CALL TRANSACTION.

Thanks,

Srini.

Read only

vinod_vemuru2
Active Contributor
0 Likes
588

Hi,

Please don't use All Caps/Bold letters.

Whether the T-code is custom or standard, there is no difference in the syntax of CALL TRANSACTION. You can use it in the same way. Explain the problem you are facing so that we will try to resolve it.

Thanks,

Vinod.

Read only

Former Member
0 Likes
588

CALL TRANSACTION 'T.CODE' USING BDCDATA OPTIONS FROM CTU_PARAMS MESSAGES INTO MESSTAB.

Read only

Former Member
0 Likes
588

good