Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

batch input session is not getting closed

Former Member
0 Likes
502

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.

3 REPLIES 3
Read only

Former Member
0 Likes
454

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

Read only

0 Likes
454

This message was moderated.

Read only

Former Member
0 Likes
454

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