Check digit on POD ID number

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.

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!

Similar Messages

  • EAN/UPC check digit creation with Direct Input

    Hi Experts,
    I am working on Material data transfer using Direct Input. Requirement is to update the EAN/UPC for each Alt. UOM in Additional data view of Material master.
    Further we need to set Indicator for automatic Determining the check digit for EAN .
    I got Direct IP structure BMMH8 and BMMH6 for transfeering this data but didnt got Indicator field which I can set to automatic determining the check digit for EAN
    Please let me know how to pass indicator for finding the check digit automatically while creating materials using Direct Input method.
    Thanks in Advance...
    <i>-Harkamal</i>

    Hi,
    Thnaks for your reply, This is my requirement.
    Here my problem is i am trying to upload the data from flatfile which contain materil number, denominator, Actual UOM, Nominator field values.
    Which is the data i need to upload into MM02 and MM01, if material number is new then it has to create the material, if material is already existing it has to update the UOM values.
    here i am getting data into my internal table INP_DATA, from that i am trying to upload the data to database by using job name MRP_MATERIAL_MASTER_DATA_UPLOAD with direct input program RMDATIND.
    when i execute my program i am getting success message all the records writtin from flatfile to application server. and job started message.
    then if i go into sm37 screen there i execute the job it is also giving active message. if i refresh it it is showing job completed message.
    then i look at job log status. there i found that for existing material it is expecting material type, for new material it is giving some gravity error.
    So could u help me in this it will be gr8.
    Thanks & Regards,
    RamNV

  • Check Digit functionality

    Friends,
    Can someone explain to me the concept of the check digit functionality and how and why this can/should be used? I am working on an assignment for a Utility Company (Gas and Elec) implementing SAP IS-U and the customer is enquiring about using the check digit functionality.
    Thanks,
    Sameer Aroskar

    Check Digit Functionality:
    Business agreements are created at the time of move-in / transfer process. These accounts are uniquely identified by a number, the business agreement number. This number is generated by SAP CRM each time a business agreement is created using the internal number assignment. The SAP CRM Business Agreement Number is equivalent to the SAP IS-U Contract Account Number.
    A check digit is required to validate that the business agreement number is correct. Furthermore, when used as a payment reference number on the customeru2019s invoice, the check digit will minimize payment errors due to mis-keyed customer reference numbers.
    The format of this business agreement account number is 7 digits plus 1 check digit, totaling 8 digits. The CRM business agreement internal number assignment number range will provide the 7 digits and a check digit will be calculated based on this number. An 8 digit contract account number will be created by CRM.
    Let me know if you need any clarification.
    Regards,
    Shiva Kumar

  • Calculation of  container check digit

    Dearest All.
    i hv a requirement .. i hv to calculate check digit for Conatiners for Export and Import.
    i tried a lot  but failed.....
    the logic is as follow...
    Every container-number needs its own check digit. This check digit is the last figure of the container-number, that behind the -.
    Of course, you can calculate this check digit yourself.
    First start with the prefix.     Then there is the number itself.
    This is the simplest part of the calculation.     Last but not least the calculation:
    with an example: OOLU 708695.
    Each letter of the prefix has its own value:
    A     10     J     20     S     30
    B     12     K     21     T     31
    C     13     L     23     U     32
    D     14     M     24     V     34
    E     15     N     25     W     35
    F     16     O     26     X     36
    G     17     P     27     Y     37
    H     18     Q     28     Z     38
    I     19     R     29           
    Each figure of the number has its own value.
    1     1
    2     2
    3     3
    4     4
    5     5
    6     6
    7     7
    8     8
    9     9
    0     0
    We know that:     Now calculate:
    O     26     26 X 1 =     26
    O     26     26 X 2 =     52
    L     23     23 X 4 =     92
    U     32     32 X 8 =     256
    7     7     7 X 16 =     112
    0     0     0 X 32 =     0
    8     8     8 X 64 =     512
    6     6     6 X 128 =     768
    9     9     9 X 256 =     2304
    5     5     5 X 512 =     2560
         Total =     6682
    Of course we can understand if you don't want to calculate all these check digits by hand.
    Therefore we made you a little tool.
    Enter the container-number as followed: XXXX123456, just try it.
    Container-number:
         Check digit:     
         Calculate the check digit           Clear the form
    Now divide this total by 11:
    6682 / 11 = 607,4545
    and take the figures after the comma
    and multiply it by 11 to get the check digit.
    0,4545 X 11 = 5
    The complete container-number is:
    OOLU 708695-5

    HEY ,
    don't get panic
      you can do this 
      go step by step 
      if you are aware of Dialog programing  then you can do this
      OR  if you want to do in simple  basic report then also it is possible  just use your logic  .
    1)   create one  module pool  
    2)   create  one  screen   
       in screen give  one button  to get EVENT in  PAI 
      in PAI  you can write code 
      now for 
    albhabets and  there numbers you can ceate either one ztable  or you can create one internal table  with cloumn
    albhabet , value 
    A              20
    B              30
    etc
    also same for
    1 ,1
    2,2
    3,3
    etc
    when user will enter  this number  say  OOLT 78432
    use spilt function to split the entered string   into two string 
    check the length of BOTH string 
    using DESCRIBE  FUNCTION 
    NOW UP TO THAT LENGTH 
    IF LENGHT OF 1ST STRING IS  4
    AND LENGTH OF SECOND IS 5
    THEN
    for 1st character  check with  albhabet value 
    get 1st value  and multiply with 1
    get 2nd and multiply with  2 .
    get 3rd and multy with 4 .
    and so on  .
    same for  numbers 
    you can do and 
    use you logic for  other steps
    you can do that  .
    just go step by step how you have explained .
    Regards
    Deepak.
    Edited by: Deepak Dhamat on Oct 9, 2010 8:53 AM

  • FunctionModule to check EAN check digit

    HI SAP Guru,
    Is there a FM to query and validates the check digit of an input EAN number?

    But I cannot find the FM in SE37
    I am on Rel 4.7
    Can you assist?

  • F110- Check Sort Based on document number

    Hi All,
    We are using the program RFFOUS_C to print check when we are doing the payment run F110.
    Presently, checks are sorted as per vendor name (Name 1) while printing. We need to print check sorted based on document (Invoice) number, field BELNR. SO, that checks are printed in the same order as we have entered invoices.
    But the field BELNR field for sorting is not available in the application REGUH (Correspondence), which is a natural way to check print sorting. (In customizing FBZP, "Payment method in Company Code" form data, Sorting of corrpondence)
    Is there a way, we can sort check based on the invoice number (BELNR). .
    Thanks
    Ron
    Edited by: Ron on Jan 7, 2010 1:34 PM

    Hey Ron,
    In Free Selection tab on F110 tcode, Pick Field name as BKPF-BELNR (Document number). Now create the proposal and do the payment run.
    Thanks
    Raghuram

  • Checking the duplication of batch number

    hi expert
           I m using the Stored procedure (SP_TranscationNotification) for checking the duplication for Batch Number ie when a alreasy existing batch number is given an error message should be shown.
          declare @ItemCode nvarchar(64)
          declare @batchNumber nvarchar(64)
          if @transaction_type in ('U','A') and (@object_type='106')
             begin
                set @itemCode = LEFT(@list_of_cols_val_tab_del, CHARINDEX(CHAR(9),  @list_of_cols_val_tab_del,1)-1)
                   set @batchNumber=substring(@list_of_cols_val_tab_del,charindex(char(9),@item)+1,len(@list_of_cols_val_tab_del))
                 if exists(select @itemcode,@batchnum from OIBT where BatchNum=@batchNumber and ItemCode=@Item)
                    begin
                        select  @error = 1, @error_message ='batch number already exists'
                    end
            end
         Here in the above SP , i cant able to get the batch number,Please anyone give me the solution of getting batch number or suggest a method to get the value between first and second tab of a row.

    Please check this answered link. Your level of batch would be defined on plant, thats why you are getting duplicate batches. Batch definition at Client level has unique batch numbers.
    Change the Batch Level
    Edited by: Afshad Irani on May 22, 2010 10:54 AM

  • How do i check the serial and model number of my iphone 4s

    how do i check the serial and model number of my iphone 4s

    Check them for what, exactly?
    You can check the warranty status here: https://selfsolve.apple.com/agreementWarrantyDynamic.do
    If you don't know the model / serial number, you can find it in Settings>General>About.

  • HT4061 my phone is unable to power on and i dont have the packaging how can i check what is the serial number of the phone

    my phone is unable to power on and i dont have the packaging how can i check what is the serial number of the phone

    Apple (and no one else) can not assist (with serial number or iCloud) in finding a lost or stolen iPad.
    Report to police along with serial number. Change all your passwords.
    These links may be helpful.
    How to Track and Report Stolen iPad
    http://www.ipadastic.com/tutorials/how-to-track-and-report-stolen-ipad
    Reporting a lost or stolen Apple product
    http://support.apple.com/kb/ht2526
    What to do if your iOS device is lost or stolen
    http://support.apple.com/kb/HT5668
    iCloud: Locate your device on a map
    http://support.apple.com/kb/PH2698
    iCloud: Lost Mode - Lock and Trace
    http://support.apple.com/kb/PH2700
    iCloud: Remotely Erase your device
    http://support.apple.com/kb/PH2701
    Report Stolen iPad Tips and iPad Theft Prevention
    http://www.stolen-property.com/report-stolen-ipad.php
    How to recover a lost or stolen iPad
    http://ipadhelp.com/ipad-help/how-to-recover-a-lost-or-stolen-ipad/
    How to Find a Stolen iPad
    http://www.ehow.com/how_7586429_stolen-ipad.html
    What NOT to do if your iPhone or iPad is lost or stolen
    http://www.tomahaiku.com/what-not-to-do-if-your-iphone-or-ipad-lost-or-stolen/
    Apple Product Lost or Stolen
    http://sites.google.com/site/appleclubfhs/support/advice-and-articles/lost-or-st olen
    Oops! iForgot My New iPad On the Plane; Now What?
    http://online.wsj.com/article/SB10001424052702303459004577362194012634000.html
    If you don't know your lost/stolen iPad's serial number, use the instructions below. The S/N is also on the iPad's box.
    How to Find Your iPad Serial Number
    http://www.ipadastic.com/tutorials/how-to-find-your-ipad-serial-number
    iOS: How to find the serial number, IMEI, MEID, CDN, and ICCID number
    http://support.apple.com/kb/HT4061
     Cheers, Tom

  • HT3529 Hi, my friend was driving me on a e-bike as he was driving he sleeped and he fell and I checked my I pod touch screen and it was cracked so I was wondering if I can get a new one for free or fix it for free so my friend went to apple and told them

    Hi my friend was on e-bike he was driving he sliped on oil and we fell I checked my I pod touch 4th gen
    Everything works perfectly fine except my iPod touch screen was cracked. Ask one of my friends what to
    Do and he said give to apple they'll give you a brand new one or fix it for free just tell them what happened and where you
    Bought it I bought mine from source . And  one my friends got a new one with out showing receipt or anything
    So I was wondering would this work?

    The warranty is against manufacturing defect.  It is not insurance against accidents.  Apple sells Apple Care + (note the +) which does cover accidents, but it does not cover iPods.
    Out-of-warranty replacement is the most likely outcome.

  • I just purchased Adobe Lightroom 5 and can't activate it after installing it on my computer because the product box doesn't contain a 24 digit S/N serial number but an 8 digit PN number. Does anyone have a solution?

    I just purchased Adobe Lightroom 5 and can't activate it after installing it on my computer because the product box doesn't contain a 24 digit S/N serial number but an 8 digit PNB number. I contacted the vendor and they told me to seek help via the Adobe help lines. Does anyone have a solution?

    Unfortunately, the "find your serial number quickly" link does not work because I don't have any number on my Lightroom cdrom box with 24 digits... All I have is an 8 digit PN number... :-/

  • The check digit of the IBAN is outside of the valid range 02-98

    Dear Gurus,
    My user has to create some master data for intermediate bank processing OR bank chain setup.
    From previous colleagues' manual and some historical samples, no IBAN is needed to put.
    However, when I create a new one or change the old one, IBAN is required.
    T-code: FIBPU
    1. Put Vendor + Company Code
    2. Double click that vendor
    3. highlight the selection and go to bank chain assignment
    4. Choose Type(2 - intermediary bank) // Corr. Country(NL) // Corr. Bank Key // Bank Acc // IBAN
    While IBAN is originally BLANK, but once i press enter, an error msg comes up:
    The check digit of the IBAN is outside of the valid range 02-98
    Please let me know how it can be solved. Thank you very much.
    Nicholas

    Hi Amitash,
    I checked Table T005, there are only 12 countries with "bank data" checked.
    I also think the customization in OY17 is not related to my problem, as my problem is not related to particular countries.
    I have checked SAP note 1477691 as well, however, this sap note is to allow set IBAN as mandatory field.
    What I want is to set IBAN as an optional field.
    Thank you very much for your efforts!
    B.R.
    Nicholas

  • How to check the InDesign cs6 serial number on my office iMac? I am no the one who download it.

    Hi,
    How to check the InDesign cs6 serial number on my office iMac? I am no the one who download it.
    My InDesign cs6 keeps crashing, so my boss ask me to reinstall back. But the problem is, how do I check the serial number? Someone else has already installed it, and we cant track who.
    Please help.
    Regards,
    Cita

    >Someone else has already installed it, and we cant track who
    Not very good office/employee management... but if you DID know who, and you had his/her Adobe ID, you could go to https://www.adobe.com/account.html for a list of activated programs

  • How to Check ADI Version With Patch Number?

    how to Check ADI Version With Patch Number?

    Hi,
    To find-out the version of 'Web ADI' , there are two methods
    Method : 1
    +. Login to Oracle E-business Suite and using 'Web ADI' , create a Document.
    +. When Excel is launched with the created Document, a Menu is created on the Toolbar in Excel called Oracle (in between Data and Window).
    +. From the Oracle menu select "About". A pop up window is displayed with the version of 'Web ADI' (something like 8.x.x.x)
    Method : 2
    +. Login into E-business Suite as System Administrator
    +. Once the Home Page is up, paste the URL below into the same Browser window (replace hostname,domain and portnumber as applicable)
    BNE ADMIN Servlet for 11i
    http://hostname:portnumber/oa_servlets/oracle.apps.bne.framework.BneAdminServlet
    BNE ADMIN Servlet for 12
    http://hostname:portnumber/OA_HTML/BneAdminServlet
    Cheers
    Ajikumar G
    http://oracleajidba.blogspot.com/
    Edited by: Ajikumar G on May 11, 2010 2:19 PM

  • How can I check who changed a room number for an Asset?

    Hi people!
          I'm working as BASIS and in december we make a restore from production to another environment to make some test.. a user tell me that in transaction AS03 for an specific Asset number and company code the number of the room are diferent. For example he tell me that if he go to production and check the same asset for the same company code that he check in the test environment the room are diferents.. I think that maybe someone change it because 'is a restore'... I think that is imposible that this is caused by the restore.
    Someone knows how can I check in some transaction or table who change this room number?
    Thanks a lot for your help!!

    As stated by Eli, only where there is approval process involving workflow for any changes to the master, then it will be stored temporarily, till the approval process completes.
    If there is no approval process in the system (no workflow), them it immediate updates the database.
    Regards,
    Ravi

Maybe you are looking for

  • How do I change my iCloud email address? Do I need to create a whole new account?

    I have an icloud email address, it isn't very professional and I would like to change it to something more professional like my name @icloud.com

  • CALL FUNCTION STARTING NEW TASK  DESTINATION

    Hi All, I have tried to use CALL FUNCTION 'ZWHV_TEST' STARTING NEW TASK 'TEST' DESTINATION 'NONE' But it didnt work. Please explain me  to use above statement and detail me more about NEW TASK 'TEST'. How to declare TEST in new task ? Thanks , Vinay.

  • Output audio is dead meters are working

    Final Cut Express 4.0.1 on iMac 10.6.8.  I just turned on my mac and the FCE came up as usual.  Problem there is no sound.  When I go to iTunes sound is fine.  The meters are working but no sound.  How did I mess it up? Dale

  • Incomming messages -9 of 9 @ 0KB/s- every time I hit the get mail button

    This isn't the first time this has happened and it seems to come and go all by itself. In this case it's showing "receiving 9 of 9" but I've seen 2 of 2, 12 of 12, etc. I've tried repairing permissions, running virus software (NAV 11), and just about

  • HP drivers not working since update

    CM1415fnw: was working until HP driver update provided via Software Update. Now I'm not able to scan to computers or use printer Options & Supplies. None of the computer recognize the scanner now. Preview does not register that the printer on the new