Transport Request Number range

Hi All
I've created a new dev system for an upgrade project, but would like to start the Transport Requests off with a distinct number range.
Can anyone remind which table has the "Next Transport Request" number that I'll be able to set?
Ken

Hi..
You can try to make program with this code.
data : wa_E070L type E070L.
wa_e070l-lastnum = 'TRKORR'.
WA_E070L-TRKORR = 'DEVK9xxxxx'. 
MODIFY E070L FROM WA_E070L.
Where DEVK9xxxxx is number range.
Thanks
Ashwani

Similar Messages

  • To change the Transport Request Number Range.

    <b>Hi Experts,</b>
    My customer needs a typical solution.
    He wants SAP to create the Future Transport Requests starting from 10000. ( Ten thousand)
    now the sequential order is 321
    that is <SID><K9>00321. From now on the new transport request should start from 10000
    i.e.
    <SID><K9>100000
    <SID><K9>100001
    <SID><K9>100002
    etc.
    Is it possible. ?
    Thanks for your help.
    Best Regards,
    Raghunahth L

    Hi
    Check the report RSWBO301 and check its documentation..
    Press "I" button in the selection screen to get the documentation..
    I believe this might solve your problem...
    Program documentation
    Short text                                                                               
    Number Assignment for Requests: Find Free Interval                                                                               
    Description                                                                               
    This report program searches for a free interval for numbering requests.
        If the search is successful, you can save the interval. The request    
        numbers are then taken from this interval.                                                                               
    Requirement                                                                               
    For customers the number range interval includes the follwing areas:                                                                               
    o   900000-999999 (just numerals)                                                                               
    o   9A0000-9ZZZZZ for ASCII character set or                           
            9AAAAA-9Z9999 for EBSDIC character set.                                                                               
    You only need to execute this program if you have come to the end of the
         number range interval, but there are still large gaps in the range that
         you want to use up.                                                                               
    Example                                                               
             Why you might get into this situation:                            
             The customer has the R/3 System C11. The last number assigned is  
             C11K900115. The customer now imports transport request C11K9ZZZZA 
             from an external R/3 System C11 into the customer system C11. The 
             next request created in this system will have the number C11K9ZZZZB
                                                                                    Procedure                                                                               
    Proceed as follows:                                                                               
    1.  Execute this program in transaction SE38.                                                                               
    2.  Enter the interval limit, for example 5000. You can change this   
             limit at any time.                                                                               
    3.  Choose Execute.                                                   
             If you entered an interval limit of 5000, the report searches for a
             free interval with a size of 5000.                                                                               
    4.  If the search was successful, you can save this interval. If not,
              repeat the search with a smaller interval.                      
    Thanks,
    Naren
    Thanks,
    Naren

  • Transport request number in LO extraction

    What we have to mention in transport request number  field  while doing LO extraction ? where to find it ??

    Hi
    Trnasport request number is system generated. you can foloow the below steps to activate and transport the LO data source.
    1) activate the data source in RSA5
    2) goto LBWE, you will find the DS in yellow color.
    3) click on activate, now system will promt for transport number. note down this transport number and click on continue
    4) you can check this transport in SE01/SE09 and release the same request.
    5) based on your system transportation settings, you can see this transport in next system in STMS
    check out the below article
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/2050db8b-9d90-2c10-2980-b13a4b0938f6?QuickLink=index&overridelayout=true
    Regards,
    Venkatesh

  • How to get the transport request number of ABAP query.

    I want to find out last Transport Request  number used of a transporting changes Abap query from development to quality system.
    Also is it possible to do some comparison on version existing in development and quality for abap query.

    goto SE03 ..
    In Object Directory -> Double click on
       Change Object Directory Entries
    Enter AQQU(This is for ABAP Query) in the modifiable box ..
    press enter ...
    Check this check box ... Enter the ABAP query and press F8.
    Double click on the Query and in the popup click on the
    Lock Overview ...
    U'll find the request number ...
    Edited by: Srinivas Gurram Reddy on Apr 2, 2008 6:53 PM

  • How to track the transport request number for the Role/Composit Role

    Hi,
    How to track the transport request number for the Role/Composit Role.
    Thanks,
    Ravi

    Use transaction SE03 Transport Organizer Tools
    Execute "Search for Objects in Requests/Tasks" with objects of types:
    R3TR     ACGR     Role
    R3TR     ACGT     Role - User assignment
    Regards

  • Picking request Number Range Assignment

    I am looking for picking request number range assignment? 
    In Logistics execution we can define the number range, for pciking request but where to assign it?            
    I request all the SD Guru's to have a look. I find it pretty challenging.
    Please reply to the subject asked.
    Best Regards,
    Bashir
    Edited by: Bashir on Jan 12, 2010 11:18 AM

    Dear Friend
    I feel the picking request number is automatically generated by the system ( If it is not a transfer order that is not warehouse managed )
    The logic is system takes the picking date
    Today if we pick that is 12.01.2010
    The picking number is 20100112 (yyyy/mm/dd)
    No matter how many delivery documents we create today the picking number will be 20100112
    If the picking date is 11.01.2010 then
    picking number is 20100111 (yyyy/mm/dd)
    If the picking date is 21.12.2009 then
    picking number is 20091221 (yyyy/mm/dd)
    Regards
    Raja

  • Find transport request number

    Hi Gurus,
    I have an object that already transported about a month ago,
    now I want to find this transport request number contains that object.
    What should I do?
    Regards,
    Steph

    Thanks for quick reply Swati, but I want to search the number related this object.
    I forgot when the transport date and really frustating opening the request one by one.
    Regards,
    Steph

  • Regarding transport request number

    is it possible to assign an object to a released transport request number.
    Just help me out .

    Hi kasturi,
    assigning an object to an already released transport request number is not possible, you need to generate a new one and assign the object to it.
    <b>Saying thanks in SDN is by Rewarding points,</b>
    Kiran

  • Regarding FM that copies Transport Request Number Data

    Hello All,
    I need to find out a function module that copies the object and its details from one transport request number(previously created) to another new transport request number which that FM creates and copies the previous Transport Request number object to new tr number.
    Kindly help
    Regrds
    Mansi

    Look at those Fm
    - [TR_INSERT_REQUEST_WITH_TASKS|https://www.sdn.sap.com/irj/scn/advancedsearch?query=tr_insert_request_with_tasks&cat=sdn_all] or [TRINT_INSERT_NEW_COMM|https://www.sdn.sap.com/irj/scn/advancedsearch?cat=sdn_all&query=trint_insert_new_comm&adv=false&sortby=cm_rnd_rankvalue]
    - [TRINT_MERGE_COMMS|https://www.sdn.sap.com/irj/scn/advancedsearch?cat=sdn_all&query=trint_merge_comms&adv=false&sortby=cm_rnd_rankvalue] or [TRINT_COPY_COMM|https://www.sdn.sap.com/irj/scn/advancedsearch?query=trint_copy_comm&cat=sdn_all]
    Regards

  • Transport request number of a Sap Script

    Hi,
    How to know the transport request number of a Sap Script., is there any table where it stores or what else.
    regards,

    Hi Prince,
    Go to SE03.
    Under OBJECTS IN REQUESTS, double click Search For Objects in Requests / Tasks.
    In Object Selection:
    Write FORM in the first blank column below DTEL.
    check the checkbox in front of FORM and write your form name in the blank space given.
    Now in REquest / Tast Selection part,
    Select for Modifiable or Released.
    And Execute it.
    You will get corresponding request number for the form.
    Regards,
    Nitin.

  • How to create a transport request number in SM36

    Hello SAP gurus,
    Can someone please let me know, how to create a transport request number while schedule a new job in SAP.
    Can we create a new transport request number in SM36?
    Thanks
    Sha

    Hi Sha
    Doesn't make sense to create Transport number in SM36, where it meant for scheduling the batch jobs.
    I would rather suggest you to create in SE09 -> Creaet  (F6) or
    while doing the config ->save the config-> create new req
    Please voice out if you really have other requirement to have this.
    regards
    RG

  • Assigning the object to a Different transport request number.

    Hi all,
    I have assigned a object to a different transport request  number and i now i want to assign it to a new one..can any one tell me some procedure to change it.
    Tnx,
    Joe.

    Hi Joe
    In SE09 tcode click on display icon and enter the transport number in which the object was already assigned and click on display.
    Now delete the object from the task of the main request number.
    Now its ready to lock in some other transport request. Just goto the workbench object, try to save or activate, it will automatically ask for transport request afresh. You can now assign the request at this step.
    Rgds,
    Sripal

  • Transport request number in smartforms

    hi,
           in normal se38 program we can find the request number going to utilities -->version -->version management and there we have request number.
           how can i find the request number for a smartform???

    GOTO -> OBJECT DIRECTORY ENTRY.
    Then click on LOCK OVERVIEW, to get the transport request number.
    Regards,
    Pavan

  • Locationg source system object  transport request number in target system .

    Hi,
    After the object is pushed from source system to target using SCC1 for cross clients but same systems or STMS for cross-systems, if we want to see the object's source system's transport request number in the target system, how can we see that ?
    Regards,
    Rajesh.

    Hi Rajesh
    If my understanding is correct you want to know the source server in the target system( i.e where we have transported).
    For cross-system objects, as you know we use STMS to transport them...
    In the target system:
    1. SE10
    2. Click on Transports button.
    3. Select the required request and expand the node.
    4. You will have the first one which has log only for Export.
    The node with only Export log is the source system...
    Hope this helps...
    Kind Regards
    Eswar

  • To find program name with transport request number

    Hi friends,
    I have a senario
    i have a transport request number, by using that how can i find the program name ie : to which object that transport request number corresponds to.
    Example :
        AD1K970456
    i know this request number now how can i find out to which object it coresponds to .
    Can any one tell how should i approach for it.
    Regards
    Priyanka.

    Hi,
    If this transport request is created by you or u know the respective user then go to the tcode SE09 and enter the user name and click on display you will get the list.then go on expanding u will get the program name.
    Thanks,
    Jayshree

Maybe you are looking for

  • Same material can exist on multiple line items for the same order.

    Hi Is there any specific customising setting or web shop setting through which we can restrict user to add same material on multiple line items for the same order ? Regards

  • Mod-JK compilation on Sun Solaris 10 (SPARC)

    HI, Can any one help me for sucessful compilation of tomcat-connector-1.2.26-src i.e mod-jk on sun solaris platform 10 sparc server. I followed below steps ./configure --with-apxs=/usr/apache2/bin/apxs make in make this gives following error: Making

  • Opening GarageBand project in Logic Express 9.

    Just loaded Logic Express 9. Trying to open GarageBand project I get "Sorry, can't load this project because it is created by a newer Logic Express version. Please update Logic Express." I was under the impression that any GB project could be opened

  • Formla problem in Bex

    Hi All i created one formula in Bex(7.0). that is related to percentage calculation. the result it is giving is 70,80,20..... But i want to display it like 70%,80%,20%.......... is it possible to display the result like this? if yes, please tell me h

  • Time Series algorithm problem

    Hi, problem-In Time Series Algorithm predication  is wrong if Sales value is negative i  have data for more than  3 years  , sample data like Year/Month Zone-1 Sales 201001 -5467.66 201002 2345.88 201003 -7895.33 201004 2345.65 201005 120.2333 Due to