I have added the BAPI BAPI_OBJCL_DETDETAIL to my SAP datastore. I can call the function and I get status “RFC_OK” but it does not contain any values in the return parameters (datatype table). All fields are NULL.
Are there any issues with Data Services and return tables in BAPIs?
Another thing is that if I call the BAPI in SAP GUI there is an import parameter called unvaluated chars which is datatype char(1). This parameter does not exist in Data Services - there is an array with name unvalueted_chars with 14 fields instead. So I don’t know which field to use. I tried all of them but nothing worked. I always get an empty return set (NULL values).