‎2007 Jun 28 1:48 PM
Hi Folks ,
i'm working on transaction BP in ECC 6.00 system .
i whish to know whather there's a function module that let me knwo what is the mode of the transaction/process , means that specify if the mode is create, change , or display .
thanks all .
‎2009 Mar 31 8:53 AM
Hi Herzel,
Could you please share the solution, as i need it too, Thanks
‎2009 Mar 31 12:57 PM
Hi ,
use funcion
CALL FUNCTION 'BUS_PARAMETERS_ISSTA_GET'
IMPORTING
e_aktyp = <- here you get the entire process mode which let you know if your in change, display , etc.
Cheers.