Application Development 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: 

Calling a Report from BDC

Former Member
0 Kudos

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

Former Member
0 Kudos

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.

4 REPLIES 4

Former Member
0 Kudos

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.

vinod_vemuru2
Active Contributor
0 Kudos

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.

former_member182040
Active Contributor
0 Kudos

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

Former Member
0 Kudos

good