‎2008 Feb 04 5:39 PM
we have an issue that new batch input sessions get created but it doesnt close. I am using function module HRTRV_IF_MODIFY_TRIP for updating travel&expense information in SAP. I am not sure whether it is normal to see TRIP_MODIFY session which is getting created as new session. Please let me know inexperience that... is it normal to see sessions getting created sometimes which doesnt close.
thanks.
‎2008 Feb 04 5:52 PM
Hi Deepan,
Once the Batch Input Session gets created, someone should process it as the next step.
Mere creation of a session does not Update the databases.
After you process the sessions, you will either see them in the error sessions or succesful sessions.
the batch input program can either 'keep' the session after the reprocessing or can delete it after reprocessing.
Regards,
Ravi Kanth Talagana
‎2016 Jun 22 1:27 PM
‎2008 Feb 04 6:04 PM
This is a problem when using FMs that haven't been released.
You'll have to debug the FM and find out why FM BDC_CLOSE_GROUP isn't called.
Rob