Application Development 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: 

More than one document in a Batch Input Session?

former_member220448
Participant
0 Kudos
283

Hi to all,

I need to post more than one document with a Batch Input of MB1A transaction.

The user asked me to create only one session no mater how meny documents I've to post.

The problem is that when I run the record (SM35), when the first document is saved, the batch input finishes and the rest of de documents in the record can't be processed.

Does anyone knows if this is possible? or I've to create a new session for each document to de treated?

Thanks to all.

Nico.-

1 REPLY 1

Former Member
0 Kudos
95

You should be able to post all documents in one session.

When you go in SM35 session, can you see multiple transactions in that session?

All transaction postings should happen within function 'BDC_OPEN_GROUP' and 'BDC_CLOSE_GROUP' in your program.

Cheers,

Vikram