2007 Jan 29 5:53 AM
Hi all,
I have a requirement to call a standard transaction 'VL71' from a custom module-pool program using SUBMIT...AND RETURN, which i have done succesfully. Is there any way to return to the calling program, from VL71, without manul operation viz. back, exit or cancel.
Regards,
Mainak.
Hi all,
I have a requirement to call a standard transaction 'VL71' from a custom module-pool program using SUBMIT...AND RETURN, which i have done succesfully. Is there any way to return to the calling program, from VL71, without manul operation viz. back, exit or cancel.
Regards,
Mainak.
2007 Jan 29 5:59 AM
Mainak,
check wheather sy-calld is 'X', if so, leave the screen and set screen 0.
else leave it like that.
Hope it may help u.
Regards,
Sujatha.
2007 Jan 29 6:05 AM
Hi,
Use LEAVE or LEAVE PROGRAM to return to the calling program.
Regards
Subramanian
2007 Jan 29 6:11 AM
hi mainak.
I feel that you need to have some Manual operation when you are using Custome Module pool programs. Refer to the link below if you need some explanation..
Programs that are partially or wholly dialog-driven cannot be executed in the background. They are therefore sometimes referred to as dialog programs.
http://help.sap.com/saphelp_nw2004s/helpdata/en/9f/db9d7535c111d1829f0000e829fbfe/frameset.htm
Lemme know if you get any solution beyond this..
Thanks
-Santosh
2007 Jan 29 8:15 AM
2007 Jan 29 8:39 AM