How to choose request in transport connection?

Hi all,
I need your help. How can I to choose in which request I will include objects in transport connection?
Thanks,

We have two types of requests for BW objects..
1. Customizing Request
2. Workbench Request
and another One for Bex objects
Depends on the object type the corresponding requests are assigned.
ie During activation on prompting screen when you click creation buttion or assignment only corresponding request type will be created/displayed depends on object type.
In other way if you do it from RSA1-> Transport connection, it will allow you to assign only in the right request type with respect to object type else system through you a error with analogous message.
You can create request by different way.
Type 1. During object creation/activation, in prompt you can create a new request else you can assign in existing request.
If you are not getting the prompt during activation then reason is two..
a) Object is in $TMP development class where transport is not possible.
Here go to menupath Extras->Object directory entry->select object..(Assign in appropriate package/development class)
b) Object is already in the request, from se09 you can find the request where object is locked
Type 2. Creation of request from SEO9.
Go to SE09, Select appropriate request type radio button and click ok.
You can directly add the object inside the request if you know the object type and other required details.
Even here you can move the objects from particular request to another request by clicking on option"Include object"
Type 3. Creation and assignment of object from RSA1
From RSA1-> Go to tab Transport connection.
Collect all your required object similar to business content installation.
Click on truck button you will get a prompt where depends on the situation you have to create/assigne development class and create/assign requests.

Similar Messages

  • Use an existing request in transport connection

    Hello
    I want to add objects into an existing transport request with transport connection.
    How can i do?
    Can i create a new one from transport connection but not transport it automatically? only insert objects inside it.
    Thanks.

    Dear Fernando Ariel Gonzalez ,
    I think we can..
    Please go through the steps below,
    1. Go to rsa1 -> business content
    2. Choose 'grouping' as "in dataflow afterwards"
    3. choose 'collection mode' as "collect automatically"
    4. choose 'infoproviders by infoareas' - choose appropriate infoprovider and 'insert objects for collection'
    5. Select your query / queries
    6.choose 'create transport request for BEx' and select appropriate development class
    To Release a request....
    se09/se10, 'modifiable' is marked, and 'display', cursor on you request and click truck button (release),
    if request has 'child' request, need to release it first.
    To delete or remove request
    Goto SE03
    Requets/Tasks > Unlock Objects
    Give the Request num & Execute
    Now Delete the Request on SE09
    It is possible to rmove before transportataion from SE03. Well if you want to remove from after transportation it can happen in a case like this. While you delete the obect in dev, it should ask for a request and when that request is transported the object will get deleted in the target sys too.
    For more information....
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/3010ba90-0201-0010-2896-e58547c6757e
    /message/1257362#1257362 [original link is broken]
    Re: How to collect & transport new cube & new update rules
    Re: Transport to BWQ issue?
    Re: Transport a query from BWQ to BWP
    Hope it helps you,Revert me back if you have any queries
    Regards
    Bala

  • HT1695 how to choose which app to connect?

    Hello,
    While using cellular data, I don't want all apps that sync online to automatically sync... what shall I do?
    Regards

    I would keep the larger as long as storage space wasn't an issue and if it was I'd look at increasing storage before deleting the larger file.
    Think of it this way the larger files contains more data, more data means not only a better image (even if you cannot see a difference on the monitor) but also more options when you go to edit the image.
    Cropping is just one obvious example.  A larger file will give you more options when it comes to cropping the image. 
    You can always create the smaller from the larger, you can;t go the other way. Once you delete the larger file the data is lost for good.

  • How to find out the transport request that a report is locked to?

    Hello Experts,
    I have to transport a report to production system.
    The report has already been assigned to a transport request.
    How do I find as to which transport request is the particular report assigned to.
    Any place where I can check for the locks on a report ?
    Any advice is very much helpful...

    Hello Venkat,
    Thanks for the prompt reply.
    Actually i had tried it. but unfortunately, NO request number is shown. The Only nessage i'm getting is
    " Source systems can not be transported."
    The report is opening in RRMX in change mode.
    This implies 2 things,
    1. The report is already assigned to a transport request. OR
    2. Its assigned to $temp.
    But if the report is stored as $temp, while tranporting in transport connection, it should ask for a transport request and also ask for the development class. Which is not happening
    Any other places to look for ?????

  • How the Requests are Transported  -Pls give the info in Detail

    Hi,
      Anybody pls let me know how the requests are transported from Development to
    Quality.I have a problem.My one request contains the Tasks of my other request.
    Pls let me know how to include mismatched task in the actual Request.I got assigned the task to transport tehse requests.Pls let me know

    Hi Sunny,
    you have to assign the neccessary objects need to be transported to Quality using Transport Connection in RSA1
    while assigning an object if you find it is already assigned to some other request then first release the existing request and then go ahead with new request.
    Always first release the Tasks and thn release the request in SE09/10
    To check whether if one object is assigned to multiple requests
    Go to Se03 >Objects in Requests> Search for Objects in Requests/Tasks --> Object selection --> select the respective object like cubes, ods,infoobjects > enter the technical name> and start searching
    Thanks ,
    Sudhakar.

  • How to set attributes in new connection url request

    Hi, I'm an italian programer and I'm sorry for my english. Using the follow java code, I include an jsp page in to other jsp page. I use struts framework too. The problem is that the page includes do not has on the request object the same attributes of the calling page. for example the page authentication.jsp page has on self request object the attributes "org.apache.struts.message", but the page includes drop this attribute on the request object. In other words the page includes does not inherit the request attributes of the calling page.
    How to do to resolve this problem.
    Many thanks to your availability to my problem.
    By
    Antonio (Italy)
    String urlString = null;
    URL url = null;
    ServletContext sctx = null;
    HttpServletRequest request = (HttpServletRequest) pageContext.getRequest();
    try {
    if(strContextRoot==null) strContextRoot = "";
    // Set up a URLConnection to read the requested resource
    Map params = request.getParameterMap();
    params = updateParametersMap(newParam,params);
    if (!strContextRoot.equals(""))
    sctx = pageContext.getServletContext().getContext(strContextRoot);
    else
    sctx = pageContext.getServletContext();
    urlString = NewcomputeURL_old(strContextRoot,pageContext, forward, href, page, params, anchor, false);
    url = new URL(RequestUtils.requestURL(request), urlString);
    } catch (MalformedURLException e) {
    RequestUtils.saveException(pageContext, e);
    throw new JspException(messages.getMessage("ServletInclude: include.url", e.toString()));
    URLConnection conn = null;
    try {
    // Set up the basic connection
    conn = url.openConnection();
    //pageContext.
    conn.setUseCaches(true);
    conn.setRequestProperty("method","POST");
    conn.setAllowUserInteraction(true);
    conn.setDoInput(true);
    conn.setDoOutput(true);
    if ((conn instanceof HttpURLConnection)
    && urlString.startsWith(strContextRoot)
    && (request.getRequestedSessionId() != null)
    && request.isRequestedSessionIdFromCookie()) {
    StringBuffer sb = new StringBuffer("JSESSIONID=");
    sb.append(request.getRequestedSessionId());
    conn.setRequestProperty("Cookie", sb.toString());
    // Connect to the requested resource
    conn.connect();
    } catch (Exception e) {
    RequestUtils.saveException(pageContext, e);
    throw new JspException(
    messages.getMessage("ServletInclude: include.open", url.toString(), e.toString()));
    // Copy the contents of this URL
    StringBuffer sb = new StringBuffer();
    try {
    BufferedInputStream is = new BufferedInputStream(conn.getInputStream());
    InputStreamReader in = new InputStreamReader(is); // FIXME - encoding
    char buffer[] = new char[BUFFER_SIZE];
    int n = 0;
    while (true) {
    n = in.read(buffer);
    if (n < 1) break;
    sb.append(buffer, 0, n);
    in.close();
    out.write(sb.toString());
    } catch (Exception e) {
    RequestUtils.saveException(pageContext, e);
    throw new JspException(
    messages.getMessage("ServletInclude: include.read", url.toString(), e.toString()));

    Please have a look at this.
    What you are doing is creating a new http request using a url connection!! That's why the request attributes does not show up, it's not the same request!
    If you want to include the response of another resource, use a request dispatcher to include it. Eg.
    // in servlet
    request.getRequestDispatcher("/index.jsp").include(request, response);
    // or in jsp
    <jsp:include page="/index.jsp" />

  • How to restore the appearance of this message? "Requested an encrypted connection to a page [...] Probability of read data [...] [Optional] Always warn me before [...]" Is disabled by default and now I have it shut off permanently.

    Hello!
    I have a problem, because when the message appeared:
    (original)
    "Zabezpieczenia
    Zażądano połączenia szyfrowanego ze stroną, która zawiera elementy niezaszyfrowane.
    Prawdopodobieństwo odczytania przesyłanych danych przez osoby trzecie jest duże.
    [Opcja] Zawsze ostrzegaj przed nawiazaniem połączenia szyfrowanego ze stroną zawierającą elementy niezaszyfrowane."
    (in translation)
    "Security
    Requested an encrypted connection to a page that contains the elements unencrypted.
    Probability of read data transmitted by third parties is large.
    [Optional] Always warn me before you make an encrypted connection to the page containing the unencrypted parts."
    option "Always warn ..." is disabled by default and by chance it shut off permanently.
    How to restore the appearance of this message?
    Sincerely,
    Jadwiga Zabagło

    Hello!
    I have a problem, because when the message appeared:
    (original)
    "Zabezpieczenia
    Zażądano połączenia szyfrowanego ze stroną, która zawiera elementy niezaszyfrowane.
    Prawdopodobieństwo odczytania przesyłanych danych przez osoby trzecie jest duże.
    [Opcja] Zawsze ostrzegaj przed nawiazaniem połączenia szyfrowanego ze stroną zawierającą elementy niezaszyfrowane."
    (in translation)
    "Security
    Requested an encrypted connection to a page that contains the elements unencrypted.
    Probability of read data transmitted by third parties is large.
    [Optional] Always warn me before you make an encrypted connection to the page containing the unencrypted parts."
    option "Always warn ..." is disabled by default and by chance it shut off permanently.
    How to restore the appearance of this message?
    Sincerely,
    Jadwiga Zabagło

  • Why the "Change Package" in Transport Connection shows "Request/Tasks"?

    We want to transport our custom InfoCubes from Developement environment to Test environment:
    RSA1 -> Transport Connection, select an InfoCube we created and drag it over to the right frame, group it by "In Dataflow Before and Afterwards". The Package column shows it's attached to $TMP that we would have to change it to a custom package that it can be transported over. We click the Package picture icon with a pencil trying to change the package attached from $TMP to a custom one, but can't find any custom package we created with SE80 from here and instead, in this window, the first column is "Request/Task" and the values under this column are all checkboxes. The last column is "Object Name". I wonder if the "Change Package" picture icon only lists all the request/task for the selected transport objects selected other than the packages we expect? Weird!
    Thanks

    hi Kevin,
    the 'normal' way has been explained by Roberto and Siggi.
    if you still want change package screen in transport connection, it will go to package change/object directory entry screen after you mark the 'request/task' and click 'V'
    Re: Why created package with SE80 can't be found in Transport Connection?

  • How to delete items in transport request

    How to delete items in transport request.  I have quite a lot data to be deleted.
    I click on TR5001. Then click to drill down to Table contents
       C001 
                Data A1
                Data A2
                Data B1
                Data B2
    Placed my cursor on Data A1 and tried deleting Data A1 by clicking on the item and right click then select delete but not able to delete with message "Message no. TK705, A request, task or object could not be deleted because the cursor was not positioned correctly".  . 
    Any clue to the error and any recommded solution?
    I just need to transport Data A2, Data B1 & Data B2. 
    Regards
    PSK

    Hi There,
    I dont have access to SAP as of now, Can you please reffer to these links and give feedback,
    [cursor Page|http://books.google.co.in/books?id=ASekwAiAXdMC&pg=PA250&lpg=PA250&dq=Positionthecursoronarequest,task,orobjectSAPtransport&source=bl&ots=BS7c1uNH0z&sig=dQZNp7UuXvqyHT9-otTbip8iF8U&hl=en&ei=_NBESr7CDsmGkAXX8MmsDw&sa=X&oi=book_result&ct=result&resnum=1]
    [SAP help|http://help.sap.com/saphelp_sm32/helpdata/EN/b6/b40613a44411d1846d0000e8a57770/content.htm]
    Thanks,
    Raja

  • How to Transport the Business content objects using Transport connections

    Hi BI Guru's,
    I have installed the BW statistics cubes in BW Devlopment and i want to Transport the same things to Quality using Transprot connection. Please send steps and tips for Transporting the BW statistics collected objects.

    Hi ,
    While installing have you given any package and created request for this activation? If yes go to SE 09 and release your task and then request. And receive this in STMS in BWQ.
    If you do not have created request and saved it in $tmp while activation then you have to go to RSA1 > transport connections> select your cube > grouping> only necessary objects> collect automatically> and press transport button this will give you request no > and then release this request> then go to BWQ> stms> select source system> select your request> and press import request button(white truck sign)> do necessary settings > and say OK. Once your request status is green then its successfully received in BWQ.
    Hope this helps.

  • Urgent: Transport Connection Conversion: Wrong Setting : How to correct

    Hi Friends In our BI Ssystem somebody have wrongly put the Settings in Transport Connect -- "Conversion Button" The entry as DS4CLNT200 (Development BI System ---QS4CLNT200 (Quality BI System))
    Which should never be the case . It should always be DE4CLNT200 Development ECC System - QE4CLNT200 Quality ECC System.
    Please help me how to resolve this I just want to delete it but when i try deleting it gives error that entry not found in DE4CLNT200 . I guess it is already assigned now.
    please help me , will really appreciate it .how to delete this.
    Thanks
    Poonam

    Hi Poonam,
    Please take a look at this OSS note - 524554 (Storing destination in the BW environment), 325525 (Copying and renaming system in a BW environment).
    Hope this helps,
    Bye...

  • How to choose NIC that connect to Internet

    Hello,
    I am developing VoIP application using Jain-SIP. it works nice in WinXP but when I try it on Ubuntu i got an exception :
    "javax.Sip.SipException InvalidArgumentException"
    after searching it on google, it tells that ubuntu return "127.0.1.1" when I execute InetAddress.getLocalhost().getHostAddress();
    it was lead me to a forum that told a way how to get all interfaces physical and logical address, here is the code :
       for (Enumeration ifaces = NetworkInterface.getNetworkInterfaces(); ifaces.hasMoreElements();) {
                    iface = (NetworkInterface) ifaces.nextElement();
                    System.out.println("Interface :"+ iface.getDisplayName() );
                InetAddress ia = null;
                for(Enumeration ips = iface.getInetAddresses();ips.hasMoreElements();)
                    ia = (InetAddress)ips.nextElement();
                    System.out.println(ia.getCanonicalHostName()+":"+ia.getHostAddress());
                }it works beautifully. but....
    my problem is, if one computer has 2 NIC, let say 1 Wireless connection and 1 ethernet connection, how can i choose one of those connection that connected to the internet ?
    thanks.

    banderaz wrote:
    in case when an application start to run, or being installed, we need to configure "hosts" file in etc directory which need a super user priveleged, how can we do that ? Your app cannot solve all possible problems. At some point you must require that a system has certain things and make no guarantees if the system doesn't have it. One path you could take is to add a step to your installation instructions and require that the user verifies that the setup is correct.

  • How to assign a new  transport request for  a program saved in $tmp mode

    Hi  all,
    How to assign a new  transport request for  a program saved in $tmp mode?

    Hi,
    delete the object fro the package $tmp.
    go to change mode, save it.
    while saving it will ask for teransport id.
    thanks
    vinod

  • How to Recover the Deleted Transport Request

    Hi,
    How to Recover the Deleted Transport Request (Customizing and Workbench).

    Hi Manoj,
    those thins will be done by BASIS people.
    for more info  chekc
    How to recover the deleted Request / task...
    hope it helps you.
    Thanks!

  • How to generate request id

    hi all,
    thanks,
    we was devloping one programm now problem is what how to this programm transported on quality and  production server
    can we tell me how to load this pogram using stms please guide me how? step by step........
    please guide me
    thanks,

    HI,
    1. In transaction RSOR by choosing the pushbutton in the left navigation window or by choosing the menu option Goto Transport Connection.
    You can display or hide the left navigation window in the Data Warehousing Workbench by choosing Navigation Window On/Off.
    2. Collect objects that you want to transport and check the settings.
    More information: Collecting Objects
    Objects Being Transported for the First Time (Package $TMP)
    3. To transport the selected objects, choose Transport Objects. The Change Object Directory Entry dialog box appears.
    4. Under Attributes, in the Package field, enter a transportable customer package (beginning with Y or Z).
    This prompt only appears once for all collected objects. If you want to transport objects in different packages, you must collect the objects more than once.
    You can subsequently change the assignment for a package.
    More information: Changing Package Assignments
    5. Save your entries. A dialog box appears asking for a transport request.
    6. In the Request field, enter a transportable request, or create a new request first.
    7. Choose Continue.
    8. Select CTO Transport Organizer: Overview. The Workbench Organizer: Requests screen appears.
    9. First release the individual tasks and then the complete request.
    Ensure that you release any requests with locked objects beforehand.
    In the Collected Objects screen area, the system displays the corresponding information for individual objects in the following columns:
    &#9679; Last Changed On
    &#9679; Last Changed By
    &#9679; Transport Request
    &#9679; Transport Request Holder
    &#9679; Package
    10. In the log display in the lower screen area of Collected Objects, check the status of the transport.
    Objects That Have Already Been Transported
    From this point on, BI objects are subject to automatic change recording since they were assigned to a transportable package when transported for the first time. This means that all changed objects are written automatically to a request, and can be transported.
    There you can create a request.
    Assign Points if it helps
    Thanks & Regards,
    RKC

Maybe you are looking for

  • 3 Dots in Corner Of Day Box in Month View

    When in the month view of iCal several days of every month have 3 periods/dots in the upper left hand corner of the day box that can't be deleted. Ever see this and can they be erased. Thanks

  • Ipod resets during sync

    I can't get a good sync with my 5g 30gb. while syncing, it will automatically reset itself. I've tried a repair with copy trans doctor and it does the same thing, so the operation will not finish.

  • Error handling for SAP dumps

    In my custom funstion module some where the code is written like below for marc table read   CALL FUNCTION 'MARC_SINGLE_READ'        EXPORTING             matnr = matnr             werks = werks        IMPORTING             wmarc = lv_marc What I nee

  • Please Why These Marks ("???????" ) in My List Box ?

    hi all ; Please Tell me : when i want to add some records in arabic language in list box item as fixed ,, the result of the arabic record is as a question marks "???" , but the english is not ... can you tell me why this and how to solve it .... Best

  • HOW TO DOCUMENTATION

    I have an Oracle Forms application and a brand new requirement to implement some sort of reduced/single sign on - specifically making use of an existing Microsoft based Active Directory Service. I have reviewed http://www.oracle.com/technology/produc