2008 Mar 27 10:12 AM
Hi all.
I need to call transaction VT70 and VL71 from a Program and print the Output ZBOL and ZPCK resp.(ZBOL and ZPCK are ouput types)
So how to call TCODEs from Program and print them
Thanks in Advance,
Balaji
2008 Mar 27 10:50 AM
Hi,
Use call transaction statement to call the required transaction and pass the data to the transaction using SPA/GPA parameters.
parameter id can be taken from the dataelement from the dictionary.
Reward.
Hi,
Use call transaction statement to call the required transaction and pass the data to the transaction using SPA/GPA parameters.
parameter id can be taken from the dataelement from the dictionary.
Reward.
2008 Mar 27 10:14 AM
2008 Mar 27 10:22 AM
call transaction <Transaction code> can be used to call transaction in the program.
2008 Mar 27 10:31 AM
2008 Mar 27 10:39 AM
Hello Balaji,
Try this
CALL TRANSACTION tcod. i.e.
CALL TRANSACTION 'VT70'.
CALL TRANSACTION 'VL71'.
with regards,
Jayshree.
2008 Mar 27 10:42 AM
Hi,
U can pass the output types to VT70/VT71 t-code thr BDC..
Regards,
vijay
2008 Mar 27 10:50 AM
Hi,
Use call transaction statement to call the required transaction and pass the data to the transaction using SPA/GPA parameters.
parameter id can be taken from the dataelement from the dictionary.
Reward.
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |