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: 

Consecutiv no to POD

Former Member
0 Kudos
348

Hello Friends,

I have a requirement as mentioned below :

1)Create Ext POD id Consecutive No when we create Installation.

To achive this I have Done

1)Defined Number Ranges at IMGSAP UtilitiesMaster data --POD

2)Defined PoD Type at IMGSAP UtilitiesMaster data --POD

3) Define Structure of Point of Delivery ID at IMGSAP UtilitiesMaster data --POD

In this i have used Program SAPLEEDM_UI_EXT_TYP1 & FM as ISU_EDM_UI_EXT_TYP_FLAT

& In the field settings I have kept blank.

But whenever i create an Installation it is creating Internal POD id but its not creating Consecutive no of Point delivery ID which we can view at ES30 / ES32 transaction.

Can any one pls guide me to achive the task.

regards

sagar

1 ACCEPTED SOLUTION

Former Member
0 Kudos
222

Hi,

I think you can put your logic by using either of exits:

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

Regards

Amit Rastogi

View solution in original post

3 REPLIES 3

Former Member
0 Kudos
223

Hi,

I think you can put your logic by using either of exits:

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

Regards

Amit Rastogi

0 Kudos
222

Hi Amit,

Can we do this without using any User Exit.

Can you suggest any Process by doing any IMG activity.

regards

sagar

0 Kudos
222

Hi Sagar,

As we are talking about the external number range, mainly due to regulatory requirements. For example in Nordic countries they have some thing called as EAN number and this number follows a unique logic like the credi card number range. Same way Italian market has a concept of REMI number which is prvided by the transporter.

These type of special requirements just can't be managed through standard number range, hence SAP has provided the option of external number range.

That's the reason that I think user exits are the best option.

Best Regards

Amit Rastogi