‎2006 May 17 1:43 PM
Hi people!!
I need a big help here, I create a Z program that make a call transaction to FF.9 and then the FF.9 is executed. This transaction (FF.9) put the data into the SM35 transaction. This one (SM35) then make a batch input in the transaction FB01 and when is executed I need to send a file to an exterior system.
Exist a function that make me know that the FB01 is executed to send the file with my Z program?
Thanks very much!!
‎2006 May 17 2:22 PM
hi
only session number & mandt are mandatory & the rest r optional so u can comment out them .
plz reward useful posts
‎2006 May 17 1:47 PM
hi
try this FM
<b>BDL_GET_SESSION_INFO_LOG</b>
call this fm in ur prgram and check whether the session is executed succesfullu or not
‎2006 May 17 2:06 PM
For the function I only have the session and the mandant but the contract,description,get_log,get_status,and log_timestamp_from I don't haved.
Exist other function or I can comment the parameters that I don't use?
Thanks for the help!!
‎2006 May 17 2:22 PM
hi
only session number & mandt are mandatory & the rest r optional so u can comment out them .
plz reward useful posts