Request Numbers

Hi All,
Is any body having the ida about the requestnumber storage,
I mean i have a Project Name & enhancement name  based on enhancemnet i would like to know the request number.
Ex: In Cmod enter the projectname and click on components
then it will disply the list of components if i click on comonents i can get the include object name then in version managemnet i know the request number,
But i would like to develop the report based on project name it will display the components along with the requet number is there any link in database tables please let me know.
Thanks in advance..
Regards
Rao

I think you can display the requests for an object type - object , using Xn SE03 --> select Search for Objects in Trsanport Requests ( presss execute ).
Now searach for R3TR CMOD <Project Name>
Select Modifiable & release Tasks checkboxes...
It will give you list of transports ..
Thanks,
Ram

Similar Messages

  • Identical request numbers

    Hello, we have two sap system. One of the is the copy of other system. (We have done the migration)
    Now we have the problem with numbering of transport requests in the copied system. We have identical request numbers in both systems. But sometimes we need to transport requests between the system.
    The question:
    How to change number range for request numbering in the copied system to have the different number range from the source system?

    Hi,
    There is maybe a better way but we have been used for several years to set the next requestnumber at the database level when doing a database copy system refresh.
    We use something like :
    Insert into sapr3.e070 values ('<SID>K90xxxx','K','R','XYZ','SYST','<YOUR_USER>','<AAAAMMJJ>', '<HHMMSS>',' ');
    commit;
    Regards,
    Olivier

  • Change Request Numbers

    Hi Gurus,
    We change request numbers using Internal number range, but there are some numbers which are missed and are not traceable.
    Need help as clueless about the missing CR numbers?
    thanks Anand

    Crmd_order is a transaction so if you have selected the option of Early no assignment in spro->scenario specific....service desk...assign transaction type..
    For SLFN if you have this entry then..
    whenver any1 enter this transaction a no is generated....even if you dont save it...
    But if you uncheck it then
    Only when u save the transaction then no is generated.
    Regards
    Prakhar

  • Can we compress the cubes which are having same request numbers at a time?

    Hi all,
    Here is the situation. We have nine cubes which are all having the same request numbers...for some reason the compression has not taken place for all these cubes. Please note that we have design in process chain to compress all the data..but it has failed to do so. Please advise the possible reason....and how to rectify this in future. This is happenning for the last one week.
    Now, trying to do it manually..Can I start doing this manually to all cubes simultaneously or I need to do it one by one cube...
    Please advise.
    Thanks,
    LINDA

    Hi Roberto and Shreya,
    Thanks for your advise. We are observing for the last one week that the process chain is getting failed at compression level. We have checked at the cube level and found that all the data's were loaded successfully and all the aggregates were rolled up successfully.
    Means, for the cubes, in the manage tab,
    1.Roll up status is showing green
    2.Compression status of aggregate is showing green
    3. Request for reporting is available
    4. But, the compression status in infocube is not showing any status (Field is blank.No green tick mark!)
    When we checked the error message in the process chain,
    we have observed as below:
    SYSTEM ERROR:1
    RSCDS_BUILD_STORED_PROC
    BUILD_REPORT
    RSS_TEMPLATE_INSTANTIATE.
    The database view " /BIC/D100299T" is Write -Protecte.
    DIAGNOSIS:
    A SYSTEM ERROR WITH THE FOLLOWING PARAMETERS HAS OCCURED IN DATA MANAGER:
    PARAMETER 1 = &V1&
    PARAMETER 2 = &V2&
    PARAMETER 3 = &V3&
    PARAMETER 4 = &V4&
    SYSTEM ERROR:2
    ROLL UP TERMINATED: DATA TARGET XXXX, FROM OOOO565656 TO 0000565699
    So, we are trying to manually do the compression to all the cubes...
    Thanks for your advise and looking for more detailed expert advise /analysis from you.

  • Request numbers question

    Hi Friends,
    What r the steps involved in TRANSPORTING an object to another server?
    Why we get two request numbers for an object ( main req number & Sub req number)..what is the significance of those two?
    Regards,
    Ram.

    hi,
    Whenever a program is created in Z/Y packages/development class it will prompt for creating transport requests.
    Once created you can view form se09/se10 tcodes. These should be released while moving to quality system. Once released basis person will transport the request to quality system from STMS tcode.
    The same request will be moved to production once tested.
    the one you see as the main node is the transport request number and below as the sub nodes are the different objects or the task you can say.
    regards,
    pankaj singh
    reward points if helpful

  • Is seperate request numbers for all prerequisite & applied notes possible?

    Hi
    I understood that using SNOTE for Note execution, all of the changes done including those in the prerequisite notes are covered in one request number.
    The question is, is it possible (any options setting) to automatically generate different request number for each notes (prerequite notes) execution?

    Hi
    You can create a "Approved" notification to be sent out at the last stage of the path, and apply the custom messages to that notification per respective last stage/path.
    However, if you are planning to use the %PROVISIONING% or %PROVISIONING_WITHOUT_PASSWORD% variable within any of these custom notifications, it only seems to work in the notifications sent out at the end of the request/ AR Close set up in the Global section (screen 1 in MSMP).
    There is a note at the end of the SAP note that describes this limitation:
    Remark: Class CL_GRFN_MSMP_BADI_END_OF_PATH implements following logic:
    At end of each path of Access Request, workflow email will be sent to msmp agent GRAC_USER using template GRAC_AR_CLOSE
    Hope that helps.

  • Error adding BW object into a transport request

    Hi all, I'm modifying an OHD and when I'm trying to save into a new request I got the following error: "Attention!. The selected object is already locked by another transport request". And it shows me which is the TR that has the object locked, however, when I go to SE10 in order to check if the object its locked there, it is not!. Any ideas on how to solve this problem?
    Mauro

    Did you try unlocking from SE03 - enter that request which system warned and execute and try collecting the Object again in new request
    SE03 - Search for Objects in Requests/Tasks - enter IOBJ - Obj tech name - select Modifiable option and execute .. you will see the request numbers .. where this object is locked

  • How to find multiple transport requests for one object

    Hi all,
    Is there any function module which will fetches multiple transport requests ( if created ) for one object.I tried almost all the function modules , but i didn't got the solution.
    I need to develop a report ,   which will takes a single Task number as input and gets the Request number from table E070.
    Based on that Request Number i will fetch remaining Task numbers under it.
    Then for all the Tasks Numbers, i am fetching their  objects by using table E071.
    I need to list out  whether any of these objects are in multiple Transport Requests. Once i got all the Transport Request numbers i need to release the Request based on their Transport Request sequence.
    I tried the following FM's , but not able to get the solution.
    SVRS_DISPLAY_VERSION_LIST
    SVRS_GET_VERSION_DIRECTORY_46
    SVRS_GATHER_REQUEST_FRAGS
    Thanks..

    Hello
    I have tried with below code
    DATA list_tab TYPE TABLE OF abaplist.
    SUBMIT RSWBO040 USING SELECTION-SET 'TEST'
                    EXPORTING LIST TO MEMORY
                   AND RETURN.
    CALL FUNCTION 'LIST_FROM_MEMORY'
       TABLES
         listobject = list_tab
       EXCEPTIONS
         not_found  = 1
         OTHERS           = 2.
    IF sy-subrc = 0.
       CALL FUNCTION 'WRITE_LIST'
         TABLES
           listobject = list_tab.
    ENDIF.
    break-point.
    Submitting the program(RSWBO040) of SE03 transaction a will result in 'CNTL_ERROR' dump.
    Please try some other options
    Thanks

  • How to find the transport request which was released to Quality

    Hi Friends,
    Could anyone please let me know, how to find the transport request that was already released from Development to Quality?
    there was some change in customization took place. I could find the user (through change log) who made these changes, however I could not find the transport request number he has already released. I did give his user name in SE10 and checked the released checkbox and did click transports to see them, however I found nothing. A message got displayed on the screen: Cross-system information for user xxx. I can't ask the Basis people about it, as its not yet been trasnported to Productive.
    Is this the correct way to see the transport request number? Is there any other way to find the number. I can give the tentative dates when the change was released.
    This post might already posted before, I did some search, could not find the exact info what I am looking for.  Would appreaciate if anyone could give the step by step method to find it.
    Thanks in advance.
    BR,
    Sats.

    Ram,
    let me tell you the the situation in a better way.
    When I see se10 with my user id I could see all the transport requests that I have released. However, now when I enter my colleague user id who did these changes (he is on vacation, otherwise I could simply ask him the transport number), nothing is shown on the page. in simple words the page is completely blank. Initially I thought it is because of some authorizations, but I can get the transport request numbers that are released by another user.
    the info what I have right now are:
    1. I knew the user name who did these chages
    2. I knew the date when it was changed.
    I just need the Transport Request number I mean which starts with DEVXXXXXXX.
    As per your solution --> If you have any idea when the reques was relase you can select the request and click on goto-transport logs. This way you can find out the request. --> I knew the date when it was released, but didnt understand, the bold and underlined sentense in your answer.. select on which request? as I said, the page was blank after I enter his user id and activate it.. May be I did not understnd your solution properly. Could you please simplify it.
    Thanks a bunch in advance
    Sats.

  • Automatic Release of Transport Request: By ABAP Program

    Hi Experts,
    I have following scenario:
    I have created one custom table in which entries will be inserted/modifed through one report program by using alv grid list.
    I have one selection screen in which one text box which is used to display the entries from custom table and have one push button: "Transport Release".
    whenever user enters a entry in text box and click on push button, report should pop up and display the request numbers regarding the custom table and once user selects that request, the request automatically releases from that system to other systems.
    Please let me know is there any FMs for pop up the existing requests and release the requests automatically.
    Regards,
    Ramesh.

    [Check if this might help you.|http://logosworld.de/www3/cookbooks/tms/tms60_tips/docu.htm]
    on the push button hit you write code to modify the entry in the database table with a status to release... and hit star popup star in se37 for popup function module.

  • Transport Request counter

    Hi,
    We need to change the Transport Request counter, this is, we need transport request numbers begin on XXXK900100 instead of XXXK900000.
    Thanks very much.

    Dear Martin,
    More information on report 'RSWBO301' :
    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.                                                                               
    Requirements                                                               
    For customers the number range interval includes the follwing areas:   
    900000-999999 (just numerals)                      
    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.                        
    Regards,
    Naveen.

  • To change the Transport request nUmber

    Hi
    i have created some programs with diffrent request numbers
    and task numbers
    now i need to change the descriptions , requst numbers for the same programs
    how to change that
    Thanks in advance

    Hi Sri,
    if the request is not released just double click on the request and click on change button (pencil icon) click on Properties tab and you can change the description there, just save it and you are good to go.
    Hope it helps
    Gothrought the following links,
    Changing description of a Transport object
    Regards,
    Harish

  • Request process in SAP

    Hi,
    Can anybody explain me in detail how generated requests after customizing are transported from one client to other.
    And how SE09 and STMS tcodes used.

    Hi,
    In SE09, you have to release the requests ..
    you will see two requests one at Header and under which one Sub..
    you first seelct the sub & click the Truck button & Save
    then select Header request , click Truck button & Save..
    Then just mail the Request numbers to Basis Team, They will transport them to Another client..
    Thx
    Raju

  • Re: Info set and query transport under same request number

    Hi,
      I would like to know the details about info set and query transport from development to quality using SAP Query:  Trnasport tool.my quesion is,
    Can i create all info sets and related queries under same request number or will it be created in diffrent request numbers?Please respond any body to my question.
    Regards,
    Suresh Kumar.

    No it is possible as per SAP.
    Please read follwoing help-
    http://help.sap.com/saphelp_nw70/helpdata/en/e3/e60138fede083de10000009b38f8cf/frameset.htm
    It is talking abou the Special Features of InfoCubes in InfoSets.
    For queries based on an InfoSet with an InfoCube, the system decides at runtime whether aggregates can be used for the InfoCube. This is the case if all the required InfoObjects of the InfoCube exist in an aggregate. The following InfoObjects are required:
    The key figures of the InfoCube selected in the query
    The characteristics of the InfoCube selected in the query
    The characteristics required for a join with other InfoProviders in the InfoSet.
    Furthermore, as a prerequisite for using aggregates, all the data required by an InfoCube must be readable using logical access. For an InfoCube within an InfoSet with InfoCubes, it is no longer possible to read part of the data from one aggregate and part of the data from another aggregate or the InfoCube itself.

  • FM for checking Tranport Request.

    Hi gurus,
    Transport Request numbers are stored in Table E070,
    it also stores if Request is Customizing request/Correction Request.
    I want to know if there is any existing FM to get this
    information regarding a TR.
    As it is, i think accessing a Basis table directly from
    ABAP would be the last option.
    Thanks in Advance,
    Rohit.

    Dear,
            Your FM is CTS_API_READ_CHANGE_REQUEST.
    Points?
    Regards,
    VM

Maybe you are looking for