HI,
I developed a report that is working fine . my client want to call a call transaction from report.
for that i wrote the syntax like this.
WHEN 'I_STPO1-PURREQUI'.
SET PARAMETER ID 'PAF' FIELD I_STPO1-PURREQUI.
SET PARAMETER ID 'MAT' FIELD I_STPO1-COMPONENT.
SET PARAMETER ID 'WRK' FIELD I_STPO1-WERKS.
SET PARAMETER ID 'BAN' FIELD I_STPO1-PURREQUI.
CALL TRANSACTION 'MD04' AND SKIP FIRST SCREEN.
upto this it is working .
Doubt : my client want when they click on BANFN it should go to second screen . In second screen sap provides so many table controll fields . The first field is Additional functions . if they click on that it will display popup window .
Plz help me how to get popup window corresponding to banfn without user interaction.
[upto second screen it is comming correctly i want to display popup window]
NOTE: I will give full points for the correct answers
Thanks and Regards,
P.Naganjana Reddy,