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

MIGO-BDC

Former Member
0 Likes
644

Hi Friends ,

I am doing BDC for Transaction : MIGO ,

we have to generate 'Serial no:' and that tooo through manually .

If we give material quantity is 500 ,then we have to give p1 ,p2, p3 .........p500.

we have to apply this eash and every record.

How to handle this ....

Flat file sructure is :

Mat no :: Qty :: Palnt :: Storage Loc :: Serail No:

Eg: 001-PCA000034-L :: 500 :: 1001 :: 1010 :: p1,p2 etc p500

we have to get all material

Thanks

Rohan

Hi Friends ,

I am doing BDC for Transaction : MIGO ,

we have to generate 'Serial no:' and that tooo through manually .

If we give material quantity is 500 ,then we have to give p1 ,p2, p3 .........p500.

we have to apply this eash and every record.

How to handle this ....

Flat file sructure is :

Mat no :: Qty :: Palnt :: Storage Loc :: Serail No:

Eg: 001-PCA000034-L :: 500 :: 1001 :: 1010 :: p1,p2 etc p500

we have to get all material

Thanks

Rohan

3 REPLIES 3
Read only

Former Member
0 Likes
573

Hi,

I don't think you can use BDC for enjoy transaction.

See the <b>oss note 381630.</b>

<b>Reward points</b>

Regards

Read only

Former Member
0 Likes
573

Hi Rohan,

After taking data into itab.

And while looping it for BDC.

Take one count as counter.

While uploading check counter < qty.

You may be using it as <b>batch no</b>. so, first upload all batches and then go to next material.

Reward if useful!

Read only

Former Member
0 Likes
573

Hi rohan,

You can use BADI MB_DOCUMENT_BADI for this.

Please have a look here, you'll find a sample code i wrote and i thnik you can solved your issue with it.

Best regads.

Ps : rewards if it solved your issue