Skip to Content
0
Former Member
Jul 18, 2007 at 10:22 AM

Obtain list of fields for marketing attributes against BP

38 Views

Hi All,

I'm working on a data extraction routine for BP data and need to be able to allow the user to select which fields will be extracted and added to the output file. I've got some standard code that so far uses a data dictionary structure to create a pop up of fields with checkboxes so the user can select which fields to output - it uses FM DDIF_FIELDINFO_GET to simply list all fields for a given structure.

My requirement is to extend this so that all possible marketing attributes against business partners are also available for selection in the field list. I guess to do this I need to find a way of reading all fields defined for any BP type attribute sets.

Does anyone know of any FM's that do this or have any ideas around tables I can read?

Note: I'm after the atttribute names not the actual values.

Thanks,

Gareth.