‎2007 May 13 9:11 AM
i want to create zfunction that include 2 standard fuction that will work 1 after another what's the code?
thanks.
‎2007 May 13 10:09 AM
hi ,
create like this.
function
call 'z1'.
do something.
call 'z2'.
do nothing.
endfunctionRegards
Prabhu
‎2007 May 13 2:07 PM
Hi,
You can just take look at the standard SAP FM "WS_DOWNLOAD" and see the code inside. The function module inturns calls other function modules from within it. Its a good example of how to use FM's within the source code of other FM;s.
Cheers
VJ