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: 

ME01 BDC with Multiple Times

Former Member
0 Kudos

HI,

I want to create BDC for Multiple Transactions. I already created for that but at the time of BDC it breaks after 1st t.code. not go to 2nd one.

NOTE:- I m creating the BDC for ME01 Multiple times. My recording is correct becuase when i saw it after recording through Click on Process. it shows the correct recording..

Is there any mistake in my recording or not..

Plz. tell...

Regards,

6 REPLIES 6

Former Member
0 Kudos

Which method you are using for the BDC call transaction or session method?

Regards,

madan Mohan.

0 Kudos

Thanks for reply...

I m using BDC Call Transaction Method....

Plz clear, what is the problem....

Former Member
0 Kudos

Use function module

ME_INITIALIZE_SOURCE_LIST

ME_DIRECT_INPUT_SOURCE_LIST

ME_POST_SOURCE_LIST_NEW.

Thanks

Former Member
0 Kudos

could you please paste your code as how you are calling a multiple transaction.... because in BDC you cannot call multiple transaction directly....

you will have to break it once if one transaction is over.... the bdc table has to be refreshed and then again it has to be filled in with the details of the different transaction....

hope I am clear to you...

Regards,

Siddarth

0 Kudos

Thanks for Reply...

Can you provide me the sample Multiple transaction BDC, even its for same Transaction or different..

Thanks...

Former Member
0 Kudos

Hello,

there's a problem in standard IDOC inbound processing - it can handle only INSERT entries into the source list. Not modify, not delete entries.

If you are ok with only inserting new entries, I'd suggest you to go th IDOC way.

Otherwise you can use BDC, but here you can face issues with adressing the correct row with its index (e.g. you can't modify line item on 50th row)

But I managed to create own code to manipulate with source list items via FM ME_DIRECT_INPUT_SOURCE_LIST - you can check at my blog oprsteny.com