SAP for Utilities Discussions
Connect with fellow SAP users to share best practices, troubleshoot challenges, and collaborate on building a sustainable energy future. Join the discussion.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

IS-U Outsorting active yes/no

Former Member
0 Kudos
649

Hello,

The following actions are needed for outsorting:

1. Define check list validation

2. Define outsorting chech group

3. Define checks

4. Create function module (ISU_VAL_******)

Regarding to this I've two questions:

1. When is a custom outsorting check really active?

Is the check automatically active after setting the customizing settings specified above and the creation and activation of the function module or should it be activated somewhere else.

2. What happens during billing or invoicing when you define checks in customizing but didn't create or activate the function module?

Regards,

Ramon.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Kudos
384

Once you put a reference to your own check function module into checks for billing/invoicing it should be ready (meaning active).

Otherwise you will get a short dump during billing/invoicing when the system will try to execute your function module (non-existing yet).

View solution in original post

4 REPLIES 4
Read only

Former Member
0 Kudos
384

Hello,

You activate a billing ousorting validation by allocating the outsorting checj group either in the rate category or in the contract.

For invocing, the invocing outsorting check group must be allocated in the contract account in order to activate the checks in the group.

Read only

0 Kudos
384

Hay Daniel,

Thank you for your answer. Can you also answer my second question from the original post?

Thank you in advance.

Ramon.

Read only

Former Member
0 Kudos
385

Once you put a reference to your own check function module into checks for billing/invoicing it should be ready (meaning active).

Otherwise you will get a short dump during billing/invoicing when the system will try to execute your function module (non-existing yet).

Read only

0 Kudos
384

Thank you!