‎2007 Dec 28 10:00 AM
Dear all,
How can i do the following?
The user will maintain the following fields in an excel sheet.
MATKL EKGRP DISPO DZEIT PLIFZ STRGR
I want to upload it to MM02 using BDC.
How to do this?
Can any one send me sample code
‎2007 Dec 28 10:20 AM
Hi Rahul,
You can use the call transaction method and do the recoding of the table mm02 and here since u want the data to be uploaded frm the excel sheet use the open dataset concept to uploead here . I thnk it will work try this ..
Regards,
Sana.
Reward points for helful answers..
‎2007 Dec 28 10:30 AM
Hi,
Misbah advise is a good one, use the record functionality in transactions SHDB. In that transaction you will do a record update in MM02. The record management will show all the screens and fields that need to be in the BDC report, and also can create the code
Try that, if you have nay doubts post them in here.