To all,
In BODS 4.1 service pack 1
When calling a BAPI (BAPI_ADDRESSORG_GETDETAIL) and selecting the structure/table called RETURN as output from the function.
That structure RETURN is unreachable in a query.
The name is quoted as
Call_Functions."RETURN".TYPE
but then
... Cannot resolve column <TYPE> whose full path is <Call_Functions.RETURN> in nested schema <RETURN>.
Ensure that in the FROM clause for nested schema <RETURN>, path <Call_Functions.RETURN> is defined;
or that it is defined in the FROM clause for any of the parent schemas.
This worked in 4.0, but now in 4.1 service pack 1 it is broken.
Seem rather onerous to have the ABAP programmers wrap every BAPI and rename the RETURN, (who is going to pay for that?)
The loss of the .chm, the compiled windows help, is painful too, PDF's are too slow to search for documentation.
F1 doesn't do anything any more.
Any help out there?
Jim