Pete,
thanks, yes the changed classification attributes of the functional location have not been written to the database.
In the BTE Z_IH_BTE_INTERFACE_PM000070 there are only two structures:
IFLO_OLD
IFLO_NEW
They are both the same, as they do not contain informations on classification attributes.
I would like to get at the changed classification data here.
I found user exit EXIT_SAPLCLFM_002, which deals with the classification data.
That one is called, but unfortunately after the BTE is called. (The other way round I would be sorted)
I will now try to export the BTE relevant stuff to memory and get at it in the user exit for the classification stuff.
But that is pretty awfull...
Matthias