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

Transferring Variable Values to the BAdi

Former Member
0 Likes
274

Hi Experts,

Does anyone have advice on how to transfer user input variable values from a BW Query into a BAdi?

Thanks,

DC

1 REPLY 1
Read only

Former Member
0 Likes
247

Hai,

Create One RFC in BW system with yuor requrement.

and call the RFC in your BAdi.

call function 'ZTEST_BWCODE' destination 'BW_SYS_NAME'

tables

ageing = it_cust2 .

Here 'ZTEST_BWCODE' RFC created in BW system.

And call to your program.

Thanks,

Durai.V