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: 

Check digit on POD ID number

Former Member
0 Kudos

Hello,

Can you please tell me how i can introduce a specific check digit function on the POD ID number? Is there a specific transaction to assign a function module to the transaction EEDM10?

Thanks in advance.

1 ACCEPTED SOLUTION

kevin_dewilde
Active Participant
0 Kudos

Hi,

Instead of going straight for the user-exits, I'd recommend looking at the customizing: Utilities --> Master data --> Point of Delivery --> Structure

This also uses function modules to determine the check though.

Regards

View solution in original post

2 REPLIES 2

Former Member
0 Kudos

Hi,

If you don't have a CRM system and therefore the POD ID are created in ISU:

Go to transaction SMOD (system enhancements), and search for 'EEDM*' components. You will find the list below:

EEDMFO01 IS-U/EDM: Exit for Determination of Calc. Mode for Form

EEDMPI01 IS-U EDM Exit Before Update of Profile Values During Im

EEDMPRF1 ISU EDM: Status Det. in Profile for Longer Interval Len

EEDMUFA1 Usage Factor: Calculation of Consumption Factor

EEDMUI01 IS-U-EDM: Generate and Check External Point of Delivery

EEDMUI02 IS-U-EDM: Generate and Check External Point of Delivery

EEDMUI03 IS-U-EDM: Generate and Check External Point of Delivery

EEDMUI04 IS-U-EDM: Generate and Check External Point of Delivery

One of the Last 4, should have the USER-EXIT that you need for the check on POD ID creation.

If you have a CRM system and you wish to create the Check on CRM, let me know then I will find a solution for you.

KR,

AAL!

kevin_dewilde
Active Participant
0 Kudos

Hi,

Instead of going straight for the user-exits, I'd recommend looking at the customizing: Utilities --> Master data --> Point of Delivery --> Structure

This also uses function modules to determine the check though.

Regards