Yep, but setting up the thing is a bit of a hassle, I have a sap service layer (i'm using OS 11) but I want to use my own structures as output for my layer, so I create copies of the structs SAP delivers to be able to change the names and types of fields. Normally I would select all the attributes of a struct, then copy them into my struct and change if needed, but copy is not an option on the struct attributes sap exposes. SO now I have to manually type in all the attribute names, not a real big problem but annoying. After the struct is ready mapping the fields on an assign is not a problem.
regards,
Wim