ā2015 Feb 17 1:42 PM
Hello,
i need to implement the functionality of the function module isu_sample_te760 so i would like to know if there is any costumer exit or bapi that i can use to do it?
Even if you don't know the exact one any tip that would help me move in the right direction would be appreciated.
ā2015 Feb 18 6:37 AM
By looking into its Documentation , it seems that this FM itself is an UserExit.
Have a look into the Function Module Documentation.
It seems this gets triggered while generating Billing Document.
ā2015 Feb 18 6:58 AM
I know it is, but since it's in the sap namespace i can't work with it without making a modification, i was hoping to fine an enhancement spot that i can use to make the same functionality without the need of a sap object key
ā2015 Feb 18 8:01 AM
But an UserExit are meant for modifications only.
The way we use in SD , if we are not able to get suitable enhancement points in them.
ā2015 Feb 18 8:04 AM
Ok then i guess i will have to make a modification, i was hoping to avoid it, thank you for the answer.