How an SSCC number gets generated

Hi Gurus,
I am now learning HUM. Actually I dont have access to client system. I am working on sandbox and I want to know how an SSCC number gets generated. I checked Number range object LE_SSCC. I did not not understand the relevence because in LE_SSCC, current number is 290 and the Internal HU number is 1500. Number range object HU_VEKP is working fine with internal HU Number. The SSCC numbers are incremented some times with 7 and some times with 17. No where I could see the source settings for this.
I hope that SSCC Number is copied from the box sent by vendor through bar code readear. If that is the case it should be randomly changing. There should not be any fixed increment. What is the guarentee that it is not repeated?
Please throw some light on SSCC Number generation.

Hi Nagesh,
You define the number range in t-code SNRO. You can define an external number range there for you vendor received SSCC numbers. The skipping in the number range can occur baseed upon what is in the number range buffer in SAP. When you log in you are assigned numbers from the number range and when someon else signs in they are assigned numbers from the range. These numbers may not be sequential.
Regards,
Steve

Similar Messages

  • How a document number is Generated.

    Hi,
    When I park a document using FV60, how the document number is generated?
    I want to know the program name and function(subroutine) which will generate this number.
    If any one knows please let me know.
    It will be very helpful.
    Thank you in advance,
    With Regards,
    Vimal

    Hi Vimal,
    Try below logic!!!!!!
    Create your number range through transaction (SNRO / SNUM). Over there in the domain level pass the variable (say vbeln) and give your interval.
    Now in your report where you want to generate a new document number, use the FM NUMBER_GET_NEXT .
    DATA: l_no  TYPE inri-nrrangenr,
                l_obj TYPE inri-object    VALUE 'ZSDIDA'.
       CALL FUNCTION 'NUMBER_GET_NEXT'
         EXPORTING
           nr_range_nr             = l_no
           object                  = l_obj
         IMPORTING
           number                  = g_number
         EXCEPTIONS
           interval_not_found      = 1
           number_range_not_intern = 2
           object_not_found        = 3
           quantity_is_0           = 4
           quantity_is_not_1       = 5
           interval_overflow       = 6
           buffer_overflow         = 7
           OTHERS                  = 8.
       IF sy-subrc <> 0.
         MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                 WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
       ENDIF.
    Over here l_no is the range sl no. & l_obj is the name of range which is created through transaction SNRO/SNUM.
    Hope this will help you to resolve the issue & close the thread.
    BR,
    Vinit

  • How Preventive Maintenance Order Gets Generated Automatically

    Dear Sir,
    We have defined an equipment requiring Preventive Maintenance  every month  . We want that Preventive Maintenance Orders for this Equipment should get generated automatically for next  comming 3 months . 
    Kindly guide us as what steps need to be followed  so that Orders are generated automatically .
    With Thanks & Rgds
    Sonia

    Hi for this please refer below link as u want call object in monthly basis kindly use single cycle plan for this.
    [Please see|http://help.sap.com/saphelp_erp60_sp/helpdata/en/3c/abbcf6413911d1893d0000e8323c4f/frameset.htm]
    Revert for any queries.
    Rip

  • PO number getting generated but PO doesnt get save in the system

    Hi,
    System creating a PO number, and soon after a terminate message comes and no PO found in the system. What will be the reason, can any one please help?
    Regards,
    Sattuj

    Hi,
    Goto the Transaction code SM13 and check the ERROR message for the UPDATE TERMINATION.
    There you will get detail  information
    regards,
    santosh

  • How is the component ID gets generated?

    Hi,
    How is the ID gets generated for ADF components. Is it generated at runtime? Do we have an algorithm which decides the ID?
    Thanks
    Shubha

    Hi,
    We are writing a wrapper on Selenium . Wrapper takes an input file with a set of "wrapper defined commands" in it. Idea is to use this script across builds.
    Command generally looks like this
         Click OK, clickButton, OK
    Here,
         CickOK --> User's description
         clickButton --> Wrapper command // which internally calls selenium commands
         OK     --> text on the button
    But there are cases in Application where one or more components will have the same text on them in different regions. We want to identify the components uniquely. One way is to go with IDs.
    We have seen few cases where IDs do not remain constant for components but we would still want to identify components with the same name is uniquely identified.
    Thanks
    Edited by: user610636 on Jul 9, 2009 9:29 AM

  • How SOA composite Application Instance ID gets generated

    Hi,
    While I was working with one of my minor SOA project, I noticed one thing that the SOA composite application instance IDs are not generated in a particular sequence. The numbers specified as Instance ID are random. Sometimes there is a difference of hundreds, sometimes of thousands and other times of difference reaches in lakhs. I am unable to understand the Procedure how these Instance IDs get generated when we deploy our project.
    Thanks & Regards
    Parul Nagpal

    Instance Id's (CIKEY) are generated from ID_RANGE table, every call to this table returns a different range of sequences. Instance Ids will not collide across different Managed servers. Instance ID gets refreshed with each server restarts and is not equal across nodes or after restart.
    Information to configure this range can be found in 12.2.9 InstanceKeyBlockSize in the Oracle BPEL Process Manager Performance Tuning Guide.  
    Reference : http://docs.oracle.com/cd/E14571_01/core.1111/e10108/bpel.htm  
    Reference :CIKEY or Instance ID generation for composites in SOA Suite 11.1.1.4 (Doc ID 1312037.1)
    Regards,
    Anshul

  • _dynSessConf - How to tweak logic to generate the random number.

    Hi,
    Can someone please let me know how we can tweak the logic when the random session confirmation number is generated and added as _dynSessConf.
    We have a requirement where this random number needs to be a bit longer than the currently generated default value.
    Regards,
    Saurav

    The session confirmation number used for _dynSessConf is already a randomly generated cryptographic number of long type which is hard to guess. Anyways, if you want to further modify it here is one of the approach that I can suggest.
    You can probably start with the component /atg/dynamo/servlet/sessiontracking/SessionIdGenerator in the component browser. In its details you will find it has a uniqueIdGenerator property which points to /atg/dynamo/servlet/sessiontracking/UniqueIdGenerator. Following on further it would eventually lead you to the components /atg/dynamo/service/random/SecureRandom and /atg/dynamo/service/random/SecureRandomConfiguration. Look at the service configurations of these components and see if you can get something which you can change or customize to meet your requirements.

  • How to count number of sales orders generated in a month in SAP SD

    Hi SD Gurus,
    I have a very strange query from client. I have to count the number of sales order created in a month for a z report. For example 30 in Jan, 25 in Feb etc. Could anyone suggest me How to count number of sales orders generated in a month in SAP SD.
    Regards
    Vinod Kumar

    Hi,
    Goto the T.Code "SE16" or "SE16n" or "SE11".
    Enter the table name as VBAK
    Enter the created on date as the starting date of the period and to date as the end date.
    Enter.
    Click on "Number of Entries".It will tell you the number of entries created in a particular period.
    If you want a report,goto the T.Code "VA05n".
    Regards,
    Krishna.

  • How and when does a dimension table gets generated

    Hi Gurus,
                     I am new into BI and I will be put into a project within 2 months. I have learned that dimension table contains the sid's of all the charateristics in the dimension table. My conclusions are like
    1. Dimension table contains the dim id as the primary key.
    2. Dimension table contains sid's of the characteristics.
    3. Though sid's in the dimension table are primary keys in thier 'S' table they are not key in the dimension table.
    My question is
    1. Is there any chance to generate new dim id's for the same combination of sid's because sid's are not part of the key?
    2. I got confused when and how does the dimension table gets generated ?
    I have searched in the forum and google but still my doubts didnt get clarified. If anyone could throw some light on this topic I would really appreciate it.

    HI,
    All your conclusions are correct.
    Now for your questions the answers are in line:
    1. Is there any chance to generate new dim id's for the same combination of sid's because sid's are not part of the key?
        No new dim id's will be generated, dim Id is unique for the same combination of sid's .
    2. I got confused when and how does the dimension table gets generated ?
        They get generated when you activate the info provider.
    Hope this helps.
    thanks,
    Rahul

  • Billing Type Number range (  Accounting doc not getting generated )

    Hi All,
    I have created some billing types and for them I have assigned some internal number ranges. Now when I create a billing document it is getting saved with the proper number range but no accounting document is getting generated.
    Also when I try to release the invoice I am getting an error which says " *Incorrect doc.no.: 10000009. Select document number between 0090000000 and 0099999999* "
    K I N D L Y suggest as U R G E N T.
    Regards,
    Danny.

    Hi
    Check with t-code VOFA. Select the Billing document type, and Pick Detail Button.
    Here you can see one field as Posting Block, check whether it is checkedup. If it is Checked you need to release the document manually.  It Indicates whether the system blocks automatic transfer of the billing document to accounting.
    Also check for the AcctDetermProc.
    Hope it may work.
    Award if useful to you.

  • How to disable a workflow from getting generated inside a workflow

    Hi,
    Background : I am using a sequential list workflow (VS 2010) in a SP 2010 site collection.
    Problem : the work flow gets generated when an item is created. Now the workflow code is also to create another few items in the same list, so again it will generate workflow, so in short workflows are getting generated inside a master workflow. I need only
    master workflow, how this can be achieved.
    Shameej

    check the below post on how you can silently update items 
    http://stackoverflow.com/questions/2466533/sharepoint-workflow-how-to-update-the-item-without-triggering-the-workflow-agai
    or you can simply create a Boolean hidden flag in the list you can set as true and check for it in you workflow 
    Hope that helps|Amr Fouad|MCTS,MCPD sharePoint 2010

  • If i buy a serial number how long to i get photoshop CC

    If i buy a serial number how long to i get photoshop CC

    Never.
    You don't "buy a serial number" for Photoshop CC.  You subscribe via your Adobe ID.  No serial number is provided, though subscription can be handled via a redemption code.  Ultimately the software has you "log in" with your Adobe ID then verifies your subscription online.
    I have heard people say it can take some time for the subscription activation to occur after the transaction is complete.  I believe when I redeemed my redemption code it worked right away, but that was a couple of years ago.
    You do, of course, have the ability to download and run the software for 30 days for free, without subscribing to anything, so if you haven't completely used up your free trial period that gives you some flexibility.
    -Noel

  • How to restrict Intercompany Invoice getting generated for receive only trn

    Hi All,
    I have a businesss scenario, where there are two operating units (A and B) Intercompany shipping relationship is set between these two OU's
    Operating Unit: A and Inventory Org: ZZ
    Operating Unit: B and Inventory Org: DEF
    1. If I have Sales order from A and shipped from B OU Inv org(DEF Inv org) , IC AR and IC AP gets generated and also End customer Invoice in A OU gets create
    assume the above order was for 10 Qty shipment
    at Inventory Logical transactions will be created in ZZ Inv org for 10 Qty shipment
    now if the customer comes backs and says you have shipped 12 Qty and returns the 2 Qty, here we dont send any credit Invoice to customer so RMA Order line type is Receive only when you raise RMA order in OU A aganist DEF Inv org (OU B) and you receive the goods in DEF, system creates logical transactions in ZZ inv org which is in OU A and forcing to create IC AR and IC AP in both the OU's, how to restrict the same
    Ideally its extra shipment done from DEF ware house and they are receiving back
    Thanks in advance
    Regards
    Krishna

    Hi All,
    I have a businesss scenario, where there are two operating units (A and B) Intercompany shipping relationship is set between these two OU's
    Operating Unit: A and Inventory Org: ZZ
    Operating Unit: B and Inventory Org: DEF
    1. If I have Sales order from A and shipped from B OU Inv org(DEF Inv org) , IC AR and IC AP gets generated and also End customer Invoice in A OU gets create
    assume the above order was for 10 Qty shipment
    at Inventory Logical transactions will be created in ZZ Inv org for 10 Qty shipment
    now if the customer comes backs and says you have shipped 12 Qty and returns the 2 Qty, here we dont send any credit Invoice to customer so RMA Order line type is Receive only when you raise RMA order in OU A aganist DEF Inv org (OU B) and you receive the goods in DEF, system creates logical transactions in ZZ inv org which is in OU A and forcing to create IC AR and IC AP in both the OU's, how to restrict the same
    Ideally its extra shipment done from DEF ware house and they are receiving back
    Thanks in advance
    Regards
    Krishna

  • HT1267 I have the serial number of iPhone, how do I then get the IMEI when I've lost the phone!?

    I have the serial number of iPhone, how do I then get the IMEI when I've lost the phone?!
    I have spent 3 hours on Apple website & there is nowhere to email & ask this!!!!
    Getting very frustrated

    Well I did it!  After over 3hours of frustration on the website logging here & there to find someone to ASK  a question I eventually called a phone number & a lovely Apple lady answered.  With the Serial Number YES they can look up the IMEI number for your (after I answered all the security questions correctly to ensure it was my phone) they emailed it to my registered email with the apple account.
    I couldn't look it up as everyone suggested as had lost the phone & didn't have laptop with me that had iTunes (everyone's other suggestion).

  • In a numbered list, how can I italicize the text without the number getting italicized?

    Text is set to regular in the style, but if I italicize the first word of the list item, the number gets italicized, too, which is decidedly uncool.
    Thanks.
    ~Valerie
    (CS6, Windows 8.1)

    Assigning character styles to entire paragraphs is bad practice.
    Basically the numbering will play follow the leader.
    If it's
    1. Regular Text
    2. Bold Text
    3. Italic
    The numeral usually takes on the format of the paragraph style.
    What is the best thing to do?
    Go into the Bullets and Numbering
    In that dialog section of the Paragraph Style
    There's a section to assign a Character Style to the numbering.
    Create a new style from this drop down menu.
    And choose Regular/Roman or whatver version of that font  you want the numbering to be.
    The numbers will always be Roman (or whatever you set)

Maybe you are looking for