2006 Nov 30 1:11 PM
Hi guys, any idea?
I need the array of bytes as parameter for calling COM object..
Thanx for answer!
peter
Hi guys, any idea?
I need the array of bytes as parameter for calling COM object..
Thanx for answer!
peter
2006 Nov 30 1:15 PM
hI,
you can declare it directly as type C,
i mean if we want a internal table of type c, then we can declare it as
Data: ITAB type C occurs o with header line.
Regards
Sudheer
2006 Nov 30 1:29 PM
hi sudheer,
I'm not ABAP specialist, but your solution is internal table of C type.. i meant something like XSTRING? I don't know, how it worx.. What I know is, I need to send array of bytes with my HTTP POST request.. I don't know, how to create array of bytes in ABAP. Is it the XSTRING type? How to convert string to xstring?
Peter
2006 Nov 30 1:33 PM
hi,
CHAR C array of c_ubyte left-aligned string filled with spaces string only
2006 Nov 30 1:42 PM
Hi Warunkumar!
Sorry , but.. I'm not abap expert.. what did u send me?
can u provide pls a longer code sample?
like
data: cData(10) type C, bData type XSTRING
.... some conversion... or...
Thank you!
Peter
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |