2008 Jul 18 8:51 AM
Hi,
In SQ01 I have assigned ABAP program, which should start tr.me23n in order to display concrete purch.order after dbl click on the purch. order number in the ALV.How to pass parameter to my ABAP program,because I'm going to use FM ME_DISPLAY_PURCHASE_DOCUMENT ?
Thanks
STefan
Hi,
In SQ01 I have assigned ABAP program, which should start tr.me23n in order to display concrete purch.order after dbl click on the purch. order number in the ALV.How to pass parameter to my ABAP program,because I'm going to use FM ME_DISPLAY_PURCHASE_DOCUMENT ?
Thanks
STefan
2008 Jul 18 11:30 AM
Hi Stefan,
SUBMIT statement will be helpful in this case. We can pass the parameters to the report program using this statement.
Ex:
SUBMIT z_report_program AND return
WITH parameter_r = parameter_f.
Here parameter_f is the value that need to be passed to the abap program and parameter_r which contains the value of parameter_f is the variable that willl b used in the report program.
Regards,
Swarna Munukoti.
2008 Jul 22 7:00 AM
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |