In changes v0.1.0 says - Table parameter accepts also array of variables. Because this method #17 now work, I'm trying to put an array of variables
params := map[string]interface{}{ "ATHDRLEVELS": []string{"000001000825"} } r, _ := c.Call("Z_IEXT_PRODORDCONF_CREATE_HDR", params)
This parameter is substituted only for the ORDERID field. Could you explain how to use an array of variables in the tables parameter. Thanks.
In changes v0.1.0 says - Table parameter accepts also array of variables. Because this method #17 now work, I'm trying to put an array of variables
params := map[string]interface{}{ "ATHDRLEVELS": []string{"000001000825"} } r, _ := c.Call("Z_IEXT_PRODORDCONF_CREATE_HDR", params)This parameter is substituted only for the ORDERID field. Could you explain how to use an array of variables in the tables parameter. Thanks.