Get Media Object in BSFN

ErikV73

Member
I'm building an new Business Function to create a CSV export file. Therefor I need to retrieve a Media Object from F00165. In contrast to the UBE, for a BSFN there is no System Function available for getting Media Objects. What is the best way to get the Media Object textfile?

We are using E1 9.0 | TR 8.98.4.11 on AS400
 
you could use the "GetAllGenericTextName" API ... this will retrieve the default text data from media object table.

this API can be called from within a C business function , search onthis API name the source folder for finding examples of how to use it.

Regards
Mohammed Sajid
 
Back
Top