cancel
Showing results for 
Search instead for 
Did you mean: 

byte[] in JAVA Bean model

Former Member
0 Kudos

Hi, we implemented a Bean Model which provides a byte[] (byte array) in a result node. When creating a respective Model in WebDynpro, the byte[] is not created as node..

1) Do WD Models not support the creation of byte[] nodes?

2) What would be an alternative to "transport" a file from a J2EE backend to the WD Frontend?

Thanks in Advance

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

http://help.sap.com/saphelp_nw2004s/helpdata/en/0b/c566427e17c253e10000000a1550b0/frameset.htm

Try sing corresponding wrapper class. For byte use java.lang.Byte.

Regards,Anilkumar

Answers (0)