2008 Dec 30 11:45 AM
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
2008 Dec 30 1:25 PM
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
2008 Dec 30 1:25 PM
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
2008 Dec 31 7:55 AM
Hi Amit,
Can we do this without using any User Exit.
Can you suggest any Process by doing any IMG activity.
regards
sagar
2008 Dec 31 10:33 AM
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