Hi all,
We have a requirement in which we have to change the category guid of the item depending on the logical system.
I mean, We have for the same category ID several category GUIDs as you can see in the this screenshot from table COMM_CATEGORY:
When the user fill the field category with a category ID we have to make some validations and change the field category (the GUID) if exit several guids by the correct guid.
We're trying to do it in badi BBP_DOC_CHANGE_BADI but it doesn't work. We can see by debug that we're changing the value of the field CATEGORY in table ET_ITEM by the correct value, but the next time the badi is triggered we see that the field is filled with the previous value.
There is some point in the standard code, after the badi, where the value is being changed. But We couldn't find it.
Do you know by any chance the place where we can add an enhancement point to change the category? Or if there is other way to do it?
Thanks in advance,
Regards,
Ricardo.
PS: We have to do the same with the field LOGSYS_FI and is not working neither.