cancel
Showing results for 
Search instead for 
Did you mean: 

mass upload of service orders

Former Member
0 Kudos

Hi All ,

I have a requirement in WD ABAP , where in I want to to upload excel file with Service orders .

Fields in excel need to be mapped with standard SAP Fields and Z tables Fields both at Header and Item Level .

Any pointers regarding , how to do it , would be highly appreciated .

Regards ,

Amit Saini

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Please refer to the link below.

http://help.sap.com/saphelp_nw04s/helpdata/en/f6/501b42b5815133e10000000a155106/frameset.htm

FileUpload UI element can be used here. Please refer to view FILEUPLOAD of web dynpro component WDR_TEST_EVENTS for an example.

Edited by: Pooja Patodia on May 11, 2009 1:33 PM

Former Member
0 Kudos

hi Pooja ,

can u pls elaborate me the properties

1) DATA

2 ) FILENAME

& 3) MIME TYPE in the file upload UI element .

any pointers wud be appreciable .

regards ,

amit

Former Member
0 Kudos

Please refer to view FILEUPLOAD of web dynpro component WDR_TEST_EVENTS for the example. There you can find all the details.