cancel
Showing results for 
Search instead for 
Did you mean: 

Web dynpro file upload in ABAP

mariano_gallicchio2
Participant
0 Kudos

Hello experts, i was watching a "HOW TO"...

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/202a850a-58e0-2910-eeb3-bfc3e081...

This about uploading and downloading files in JAVA webdynpro.

My question is if some one knows about a similar "HOW TO" but for ABAP

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello,

Please see this: [https://www.sdn.sap.com/irj/sdn/wiki?path=/display/snippets/csv%2bfile%2binto%2ba%2btable%2bui%2belement].

Regards.

Answers (2)

Answers (2)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

I don't know of a specific tutorial on the subject but the concepts between WDA and WDJ in this area are pretty similar. Here is the link to the WDA online help for hte subjects:

Download:

[http://help.sap.com/saphelp_nw70/helpdata/EN/09/a5884121a41c09e10000000a155106/frameset.htm|http://help.sap.com/saphelp_nw70/helpdata/EN/09/a5884121a41c09e10000000a155106/frameset.htm]

Upload:

[http://help.sap.com/saphelp_nw70/helpdata/EN/b3/be7941601b1d09e10000000a155106/frameset.htm|http://help.sap.com/saphelp_nw70/helpdata/EN/b3/be7941601b1d09e10000000a155106/frameset.htm]

There are also samples provided in the system in the component WDR_TEST_UI_ELEMENTS and WDR_TEST_EVENTS.

abhimanyu_lagishetti7
Active Contributor
0 Kudos

Hi

Go through Standard Web Dynpro Component WDR_TEST_EVENTS, where you can find all the UI elements usage.

Abhi