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

Re: data upload

Former Member
0 Likes
944

Hi Expert,

I have to upload the data from excel file into me23n transaction code as in me23n transaction code there is one tab CONFORMATIONS in that tab

three field are there i.e CC,DELIVARY DATE,QUANTITY.my requirement is data from excel should be uploaded into this 3 fields.

Please any one can throw some light on this,

Regards,

Anitha.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
912
9 REPLIES 9
Read only

RaymondGiuseppi
Active Contributor
0 Likes
912

Read data from Excel

- Look at Copying data from Microsoft Excel to ABAP using OLE

Update purchase order

- Look at BAPI : BAPI_PO_CHANGE parameters

Regards,

Raymond

Read only

Former Member
0 Likes
912

First of all Get the technical Information of those three fields.

and use SET PARAMETER ID to assign values to these fields(uploaded from excell sheet ).

and call the Transaction.

Regards,

Raj..

Read only

0 Likes
912

Hi nagaraj,

I have to upload 3 field data from excel i.e field name are EBTYP,EINDT,MENGE.this field we can find in transaction code me23n under tab CONFORMATION.

please can u tell me how to write the code .

Regards,

Am

Read only

Former Member
0 Likes
912

Hi Anata,

Please tell me how you uploading the data using BAPI or BDC?

Use the standard BAPI's  BAPI_PO_CREATE or BAPI_PO_CHANGE using the BAPI parameter. OR use BDC recording.

Thanks,

Saleem

Read only

0 Likes
912

Hi saleem,

using bapi or bdc how to upload this data pleae can suggest the code how to write.

Regards,

Am

Read only

0 Likes
912

Hi Antha,

use the below link.. and write the code in SE38 transaction.

http://wiki.sdn.sap.com/wiki/display/HOME/Abap+code+on+BAPI+PO+Change

Read only

Former Member
0 Likes
913
Read only

0 Likes
912

Hi Mahesh,

Please cau suggest me how to proceed with code.

Regards,

Am

Read only

0 Likes
912

I think you have received plenty of hints, please start working on this yourself now.

Locked.


Thomas