‎2008 Jun 03 5:48 PM
Hi Experts,
Does anyone have advice on how to transfer user input variable values from a BW Query into a BAdi?
Thanks,
DC
‎2008 Jun 04 5:26 AM
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