‎2007 May 04 12:22 PM
‎2007 May 04 12:27 PM
Hi
You can't call a SAP script from the ALV report
You can call a script program in a driver program without any output display using the function module OPEN_FORM
by passing the script form Name.
If you want keep a button on the output and in the interactive part, i.e when pressed that button, submit the report which calls the script.
Reward points if useful
Regards
Anji
Message was edited by:
Anji Reddy Vangala
‎2007 May 04 12:37 PM
Hi.
First, add a button to your ALV report (with a user command associated to it if you're not using function REUSE_ALV_GRID_DISPLAY. if you are is a direct parameter of the function).
Then, in the coding of the user action, you can put the print program of the sapscript, or SMARTFORM !
Best regards.
Valter Oliveira.
‎2007 May 04 12:39 PM
Hi Anji,
I am not getting you
Can you give me one sample programme