2014 Aug 14 3:18 PM
Hi experts,
i have one web link. This link for create qr code. But this is not web service and very fast running. Sample link:
http://110.110.110.110/QR/xxxxx..
if i set AYDIN to xxxxx create qr code and showing in broser... so this is create binary code.. for aydin sample:
http://110.110.110.110/QR/AYDIN
How can i run in abap this application ?
Thank you for your help...
Regards / AYDIN
Hi experts,
i have one web link. This link for create qr code. But this is not web service and very fast running. Sample link:
http://110.110.110.110/QR/xxxxx..
if i set AYDIN to xxxxx create qr code and showing in broser... so this is create binary code.. for aydin sample:
http://110.110.110.110/QR/AYDIN
How can i run in abap this application ?
Thank you for your help...
Regards / AYDIN
2014 Aug 15 12:09 AM
Hi,
Try this:
DATA: t_data TYPE TABLE OF char1000.
CALL FUNCTION 'DP_GET_STREAM_FROM_URL'
EXPORTING
url = 'http://110.110.110.110/QR/AYDIN'
TABLES
data = t_data.
Regards,
Custodio
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |