Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results forĀ 
Search instead forĀ 
Did you mean:Ā 
Read only

isu_sample_te760 implementation

Former Member
0 Likes
739

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.

4 REPLIES 4
Read only

Former Member
0 Likes
704

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.

Read only

0 Likes
704

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

Read only

0 Likes
704

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.

Read only

0 Likes
704

Ok then i guess i will have to make a modification, i was hoping to avoid it, thank you for the answer.