cancel
Showing results for 
Search instead for 
Did you mean: 

CSV file direclty send to ECC without using PI/XI

Former Member
0 Kudos

Hi Experts

I want to know that is it possible to send CSV format file & Excel file from source system to ECC 6.0

without using PI/XI

is it possible we can direclty pick these file using soke ABAP code or in ECC there is some functanality

for the same ???

Please put your suggesions ???

Regards

Priya

Accepted Solutions (1)

Accepted Solutions (1)

prateek
Active Contributor
0 Kudos

is it possible to send CSV format file & Excel file from source system to ECC 6.0 without using PI/XI

Yes, it is possible. You may use abap code.

Regards,

Prateek

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi Priya,

It's possible...:-)

Just check out this sample program - http://www.sap-img.com/abap/upload-direct-excel.htm

Regards,

Former Member
0 Kudos

Thanks everyone .yes i discussed with my ABAP Seniors ..they have prided me the docs to do the same

Thanks

Priya

prateek
Active Contributor
0 Kudos

Close the thread.

Regards,

Prateek

prateek
Active Contributor
0 Kudos

Close the thread.

Regards,

Prateek

prateek
Active Contributor
0 Kudos

Close the thread.

Regards,

Prateek

Former Member
0 Kudos

Yes it is possible

Discuss with your ABAP team ...ECC has en-build functionality to pick the CSV/ Excel file directly .

ABAP program need some logical code to mapp fields for ECC tables ...

Medium to insert into ECC Table can BAPI / LSMW and others that are being used ....

Discuss your scenario with ABAP Team members thay will guide you step-by step to do the same.

Regards

Abhishek

Former Member
0 Kudos

Hi,

This is possible as have mentioned above.

Please See the below link for related ABAP code.

Thanks

Swarup

Shabarish_Nair
Active Contributor
0 Kudos

It would then be a point to point connection.

ECC should have a file system configured on it. From your source you can then FTP the files (at times a script will do this) to ECC file directory.