hmmmm... the problem here is the standard uses a dynamic access, so unlike the insert and update there's no specific API generated, so I guess you have two options debug the method QUERY of the class CL_AXT_TABLES_BUSINESS_API which is used in the search view and find if there's any static method which can isolated be used, Or fetch the data directly with a select, which doesn't sound very nice, but, skiping the BOL is not nice either.
↧