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

download data from match code into excel, is it possible ?

Former Member
0 Likes
751

Hi expert,

Is it possible to download in a file excel the data from a matchcode ?

How is it possible ?

tks a lot,

bye.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
604

hi,

Yes its possible. GOTO SE11 table DD24S.

This holds all the data related to a match code ID.

So, create a internal table of that structure type, get the details of your required Match code.

Download it to EXCEL sheet using GUI_DOWNLOAD

Thanks

Sharath

Hi expert,

Is it possible to download in a file excel the data from a matchcode ?

How is it possible ?

tks a lot,

bye.

2 REPLIES 2
Read only

Former Member
0 Likes
605

hi,

Yes its possible. GOTO SE11 table DD24S.

This holds all the data related to a match code ID.

So, create a internal table of that structure type, get the details of your required Match code.

Download it to EXCEL sheet using GUI_DOWNLOAD

Thanks

Sharath

Read only

0 Likes
604

righ mouse on the match code and download excel...

; -)