Transport Basics: Can you explain this to me?

Hello Experts,
In Transport Organizer: Requests (se09), I double clicked on a Transport request and I could see a display of the Transport Request number (Request/Task: BWIK…..) and 3 tabs (Properties, Objects, Documentation).
1. Under Objects tab I see InfoArea, InfoObject, info Catalogue –Are these the referring to object grouped in the transportable package?
The Status of each of them was “Object Locked”, what is the significance of this status?
2. On double clicking the InfoObject, (ZCO_AREAS) from this list, I see a long list of infoobjects consisting of Table Names, Tale Keys, and A or A*. Can you help me interpret this information?
3. On double clicking on the first (table name: RSDATRNAV) from the list, it gives
the “Display Key for Table RSDATRNAV”
Med. Field label        |   Field Name  |  T..    |  Length  |  Key Value
Characteristic            |…………………………………………….
Version                      |……………………………………………
Attribute                    |……………………………………………
If these are field names in the table RSDATRNAV, why is it listing e.g. Attribute? 
When I double click on Characteristic from this screen, it brings another screen and it kept going.
Can you help me interpret the above screen and what is going on?
4. On the other hand, if I double click on the Transport Request number (Request/Task: BWIK…..) I get “Display key for Table” with this info:
Med. Field label        |   Field Name  |  T..    |  Length  |  Key Value
………………          |…DIMID …   |  I       |    4          |  
………………          |…TCO45 …   |  C      |    5          |  
………………          |…TCO46 …   |  C      |    3          |  
And when I click on e.g. TCO45, it brings a screen and it continues even much longer until a point when I get “No next object exists with keys”
I will appreciate if you could help me to understand what is taking place. Please in your explanation touch on the tables and keys.

Amanda,
Its the contents of your transport requests, the name and properties of objects which you were trying to transport to next level.The objects will be on lock to break this lock then you have to go to SE03 click unlock object then mention your transport request then go with unlock.If you want to delete any object in your transport then first you have to unlock the request then you will be able to delete the object.
BWIK is nothing but your transport name, its start with that name.
Everything which you mentioned as question is properties.
Once you release the request then it will display you the status.Is the transport moved to quality or to production all the details.
Hope its help.
Please let me know if you need anything more.
Thanks
Ram
"BW is Everywhere"

Similar Messages

  • Can you explain this for me?

    Hi Guys,
    I'm a novice at best here, and get great satisfaction
    tinkering and figuring things out with web sites. I have a question
    about how to program a flash page that has a main navigation menu
    on the left side of the page that stays constant while the right
    side of the screen switches pages when you click a button.
    I lifted the code from one of the navigation buttons and it
    reads as follows:
    on (rollOver) {
    gotoAndPlay("s1");
    on (releaseOutside, rollOut) {
    gotoAndPlay("s2");
    on (release) {
    if (_root.b<>2 and _root.m<>1) {
    _root.cont1.gotoAndPlay("start");
    _root.b = 2;
    I know the "on realease" command will call a separate page on
    to the screen but in order to acheive this, what do I have to do to
    fly in the separate page? What's the connection?
    Can you explain to a true novice what is happening here or
    give me a resurce to learn more about this technique?
    I really appreciate your time and knowledge.
    Thanx again

    OK your code isn't quite there. First of all look up
    'Buttons' in the Flash Help guide and learn more about them.
    'on(release)' is a 'handler' that respondes to a mouse click, it
    doesn't do anything else, other than what you tell it to. it is the
    same for 'on(rollOver)', 'on(rollOut)', and others.
    'gotoAndPlay(frame OR label)' tells the playhead to move to a
    new place in the timeline your calling, where you have placed new
    content. You can keep the 'navbar' showing by placing it on a layer
    that doesn't change throughout the timeline, and on different
    'layers' you can place keyframes and put new content in them to
    create a 'page' so to speak.
    HERE is a very
    basic example of the principle, however in this example I have
    placed the button handlers on the main timeline and you call them a
    little differently this way you say:
    my_btn.onRelease = function() {
    //...do something
    but the basic system is the same. it's generally a good idea
    to put your code on an actions layer in the timeline, instead of
    attaching it to buttons or clips, it makes it easier to reference,
    and debug.

  • Daemon Threads: Can you explain this behaviour

    Hey All,
    Please refer to code segment given below. As per the defination of Daemon threads it should terminate when all other user threads die. In this case it should terminate when main thread ends as thread2 has not been initiated yet.
    The result is not consistent. We get the expected output sometimes, whereas sometimes program goes in to an infinite loop and other times excutes a few lines of thread2 and then quits.
    Can someone explain this?
    Thank you
    Vidur Gupta
    class simpleThread extends Thread
         public void run()
              System.out.println("Thread 1 daemon starts");
              babyThread thread2 = new babyThread(); //Thread2 created
              thread2.setDaemon(false); //Thread2 daemon=false
              thread2.start();          
              System.out.println("Thread 1 daemon status= "+ this.isDaemon());
              System.out.println("Thread 1 ends"); //thread1 ends
    class babyThread extends Thread
         public void run()
              System.out.println("Thread 2 starts");
              while(true) //Thread2 goes in to an infinite loop
              System.out.println("Thread 2 daemon status= "+ this.isDaemon());
    public class daemon
         public static void main(String[] args) //Main
              int i=0;
              simpleThread thread1= new simpleThread(); //Create thread1
              thread1.setDaemon(true); //Set Thread1 as Daemon
              thread1.start();
              while(i<1000000)
                   i++;
              System.out.println("Thread Main ends"); //Main ends
    }

    It's not clear what behavior you expect, or what behavior you're observing, but here's what I would expect to happen:
    thread1.start() is called.
    After that, either of two things could happen:
    1) the main thread could go into your very short spinlock counting up to 1000000
    OR
    2) thread1 starts running
    You can't predict or control which one of those happens, and it may be that on successive runs of your program, one happens sometimes and the other one happens other times.
    At some point, you'll get to where the main thread dies. If the only other thread that has been started is thread1, then, since it's a deamon, the program will die.
    However, it may be that sometimes that happens, and other times, thread1 gets enough CPU time to call thread2.start(). You may not see any output from thread2 or see the ""Thread 1 daemon status" output that comes right after t2.start() before main ends, but if t2 has been started, then you've got another non-deamon.
    Bottom line: Whether or not there's an additional non-deamon besides main depends on how the scheduler happens to schedule your threads, and you should not expect that to be consistent or predictable.

  • My daughter's stolen iPhone is CCing her eMail.  Can you explain this?

    My daughter had her brand-new (2 days old) iPhone stolen in Baltimore, MD last summer at a concert.  Recently, she has started recieving email  (on a gmail account that must have been entered/configured somehow) from the phone. Since this is Verizon CDMA phone (no removable SIM  - true?)  we believe the thief is using the phone more or less as an iPod Touch - using it on WiFi - they are sending all kinds of email bearing photo attachments and etc. to their family members.... and my daughter is getting a copy of all the messages on her Gmail account.   The thief apparently does not realize  there is a copy of their
    e-mails being forwarded somewhere.
    Can somebody explain what may be going on here  and what was configured  that is causing the phone to now send a copy of every email to a gmail acct?   I can post the header information from one such message if that would be helpful. 
    We got the phone disabled (I thought)  and replaced  soon after the incident - but I would still like to send the police to retreive the stolen phone - just to teach them a lesson.     Any ideas how this might be occurring and/or how I  miight be able to take advantage of the situation?    The header info has the IP address of the sender (presumably a router IP address... we'd have to get that provider to give up who the IP was leased to at that point in time, etc. ) 
    Any ideas on this bizarre  'iPhone back from the dead'  situation ?
    Thanks in advance.

    Did she have the Passcode lock enabled on her iPhone?
    If not, was she accessing her Gmail account with the iPhone's Mail app?
    If she was accessing her Gmail account with the iPhone's Mail app and she did not have the Passcode lock enabled on her iPhone, did she change the password for her Gmail account after her iPhone was stolen?

  • Can You Explain This SQL Query - Inline View Included

    The query is taken from "Oracle Database 10g: SQL Fundamentals II" page 3-7 (chapter 3)
    I do not fully understand the following query:
    SELECT a.last_name, a.salary, a.department_id, b.salavg
    FROM   employees a, (SELECT   department_id,
    AVG(salary) salavg
    FROM     employees
    GROUP BY department_id) b
    WHERE  a.department_id = b.department_id
    AND    a.salary > b.salavg;
    The inline view can return several records. Can you please tell me in step by step how does this work. I understand the concept of join tables and aliases, etc. I just need to know the mechanism of this code.
    Thanks

    user11164565 wrote:
    The query is taken from "Oracle Database 10g: SQL Fundamentals II" page 3-7 (chapter 3)
    I do not fully understand the following query:
    SELECT a.last_name, a.salary, a.department_id, b.salavg
    FROM   employees a, (SELECT   department_id,
    AVG(salary) salavg
    FROM     employees
    GROUP BY department_id) b
    WHERE  a.department_id = b.department_id
    AND    a.salary > b.salavg;
    The inline view can return several records. Can you please tell me in step by step how does this work. I understand the concept of join tables and aliases, etc. I just need to know the mechanism of this code.
    The query is returning the last name, salary , department and average salary of all the departments where salary is greater than the average salary.
    HTH
    Aman....

  • Can you explain this? Export sizes are way smaller than I want!

    I shoot RAW files and I have a bunch of images from my recent vacation that are huge files like 16 - 20mp per image. I just exported a bunch of photos and now they are showing up as 64kb when I exported them to my desktop then I dragged them back into a new folder in Aperture 3 and those same files are showing up as 0.4mp! What is causing my files to get super small. I knew something was wrong when i looked at my images on my Apple TV and they looked horrible! I use my own presets I have been using since day one. Aperture is just acting real strange today. I don't know if I just need to reboot my system.
    When I export my RAW files, they are being exported as JPEG files. I don't need them to be 16-20mp after the export. I always make the images smaller for social networking sites, etc. This has never been an issue. I just can't figure out if I take one of my RAW files that when double clicked, it fills up my entire computer screen pretty much then export it out of Aperture and then check the file size after export. Its really really small like 0.4 or 64kb.

    What are the "Export Settings" that you are using when you export your images?
    To get the best jpeg quality, set the "Export Preset" for your Versions to "Jpeg Original Size". Then set the Preset to "Edit" and check, if the options are still correct: The "Size To" selector should be set "Original Size" and the "Quality" slider at least to "10".
    Regards
    Léonie

  • Can you explain this topics

    1.fixed value mapping 
    when we have to use and how?
    2. what are the objects will be transferd from ECC 6.0 to XI system.
    3. mapping template when and we have to use?
    4. i sent file from source directory but at target side i didnt have that target directory name where that file is stored and how can i view that file.

    Hi,
    1.fixed value mapping  when we have to use and how?
    If we have very less values to map like for Gender we have only 2 value Male and female then we will go for it. If we have more value we will go for value mapping
    In Message Mapping you will have functions there u will find Conversions in that fixValues will be there double click on it and speciy the vales.
    2. what are the objects will be transferd from ECC 6.0 to XI system.
    Didnt Get u Completely, Can u be more clear.
    IDOCs we can transfer.
    3. mapping template when and we have to use?
    If we want to save the part of mapping for further use we will go for Mapping Template.
    4. i sent file from source directory but at target side i didnt have that target directory name where that file is stored and how can i view that file.
    You can see in Pay Load and Receiver CC in RWB.
    Thanks.

  • After I download the new version of firefox, it flashes that it cannot finish because I do not have privilages to certain things in the new version. Can you explain this?

    I get all through the downloading process and move it to my applications. It then ask me if I want to replace the old version with the new one. When I click on replace, a new window comes up with the fact that my computer does have privileges for some of the operations so I cannot complete the process. What really gets me though, is that it still pops up saying I need to download the new version. I do not know what to do.

    If there are problems with updating or with the permissions then easiest is to download the full version and trash the currently installed version to do a clean install of the new version.
    Download a new copy of the Firefox program and save the disk image (dmg) file to the desktop
    *Firefox 7.0.x: http://www.mozilla.com/en-US/firefox/all.html
    *Trash the current Firefox application to do a clean (re-)install
    *Install the new version that you have downloaded
    Your profile data is stored elsewhere in the Firefox Profile Folder, so you won't lose your bookmarks and other personal data if you uninstall and (re)install Firefox.
    *http://kb.mozillazine.org/Profile_folder_-_Firefox

  • Can You Explain This One? :-)

    Okay, so I installed a sound blaster xtreme gamer onto my computer.
    After manually installing the latest drivers for it from the creative website, I restarted the computer and
    creative audio control panel still could not detect the card. I checked in device manager though and sure enough it was there, ali've and ticking.
    I then proceed to Control Panel to set the creative as my primary device ( my other is onboard realtec)
    Here's the funny thing though. I set it as the default and nothing happens, no sound.
    I then set the default to the
    Speakers Creative SB XF and whoolah, sound is now working fine. Have to say, it sounds a step up from that realtec crap. But isn't it ironic that I don't have to set the default to the actual device but to the speakers? For the record I use the Logitech Z2300 2. setup
    Still can't get creative audio control panel to detect the card but hey, is it worth the pissing about with?

    ! Hell yes, been playing Half Life Episode 2 and I feel like jumping out of my skin!!
    I don't know why many people rave on about how onboard is almost as good as a dedicated good sound card because it really isn't. So glad I made the upgrade and it wasn't expensi've.
    I have disabled the realtec and still no update detecting the card.. Its not a big deal though, I can just check manually for drivers/software in the future.

  • Can you explain this error message with MERGE statement

    Here is the code that gives me headache.
    I give you the description of the two tables involved and the error message I get when I run a simple MERGE statement
    SQL> desc employees
    Name Null? Type
    EMPLOYEE_ID NOT NULL NUMBER(6)
    FIRST_NAME VARCHAR2(20)
    LAST_NAME NOT NULL VARCHAR2(25)
    EMAIL NOT NULL VARCHAR2(25)
    PHONE_NUMBER VARCHAR2(20)
    HIRE_DATE NOT NULL DATE
    JOB_ID NOT NULL VARCHAR2(10)
    SALARY NUMBER(8,2)
    COMMISSION_PCT NUMBER(2,2)
    MANAGER_ID NUMBER(6)
    DEPARTMENT_ID NUMBER(4)
    SQL> desc emp2
    Name Null? Type
    EMPLOYEE_ID NOT NULL NUMBER(6)
    FIRST_NAME VARCHAR2(20)
    LAST_NAME VARCHAR2(25)
    1 MERGE INTO emp2 e2
    2 USING employees e
    3 ON (e2.employee_id = e.employee_id)
    4 WHEN MATCHED THEN
    5 UPDATE SET
    6 e2.employee_id = e.employee_id,
    7 e2.last_name = e.last_name,
    8 e2.first_name = e.first_name
    9 WHEN NOT MATCHED THEN
    10 INSERT VALUES
    11 (e.employee_id,
    12 e.last_name,
    13* e.first_name)
    14 /
    ON (e2.employee_id = e.employee_id)
    ERROR at line 3:
    ORA-00904: "E2"."EMPLOYEE_ID": invalid identifier
    Any responce much appreciated

    Hi,
    Columns going to be updated should not be in 'ON clause' , try to delete the line 6 of your query. By the way, there isno sense to update e2.employee_id = e.employee_id when matched, the equality is already verified.
    Nicolas.

  • Can you explain when using keywords and addding them to various clips pressing ctrl and a number eg. 1 or 2 it simply closes down FCPX.  Just to the dock as would th yellow -sign. As you gather I am new to this program having only used Final Cut Express 4

    Can you explain when using keywords and addding them to various clips pressing ctrl and a number eg. 1 or 2 it simply closes down FCPX.  Just to the dock as would the yellow -sign.  I am new to this program having only used Final Cut Express 4 previously.
    iMac (early 2009) 24in 2.93GHz 4GB 1066MHz DDR3 SDRAM (To be upgraded ot 8GB in the nextfew days) os x 10.7.2 Lion
    Re: Why don't my arrows on the time line operate and allow me to move to the start and end of the timeline. Iam using the trial version 

    Check System Preferences. I think Control-1 is used by something in the OS now. Switch it off. It's a major p[ain the way the OS is taking over more and more of the keyboard, allowing less options for application use.

  • When i go to my music and play a song it sounds like my headphones are blown but when i play songs on youtube they sound fine, can anyone explain this to me? please and thank you

    when i go to my music and play a song it sounds like my headphones are blown but when i play songs on youtube they sound fine, can anyone explain this to me? please and thank you

    Try:
    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Unsync all music and resync
    - Reset all settings      
    Go to Settings > General > Reset and tap Reset All Settings.
    All your preferences and settings are reset. Information (such as contacts and calendars) and media (such as songs and videos) aren’t affected.
    - Restore from backup. See:                                 
    iOS: How to back up                                                                
    - Restore to factory settings/new iOS device.      

  • Can you explain detail what is Open PR's, PO's ?

    hi,dear all,
    Can you explain detail what is Open PR's, PO's ?
    Thank you!

    Hi,
    Purchase Orders created and yet to received the Materials from the Vendors, and or yet to do the Invoice Verfication or quality Inspection for the received goods from Vendor in all such cases you call them Open Purchase orders.
    During SAP Go-live date, we decide Cut-off dates for PR's, POs,  Prod Orders, etc
    which ever order Opened but yet to complete or in execution stage.
    <b>Basically this is Status of the Order.</b>
    Regards
    Rehman
    Reward Your Points If Useful

  • Can you explain steps in the Async and Sync scenarios JDBC to RFC.

    Hi,
    Can you explain some basic steps in the Async and Sync scenarios for sending data from JDBC to RFC.
    Like,
    The data is picked up from the  database table through JDBC adapter.
    It is passed on to SAP  by calling the RFC. RFC gets executed         
    successfully. The status is returned by the RFC. The status needs to be
    updated back into the SQL database table.
    Is this a sync case or async case.
    What si the diffrences in the sync and async scenarios in the above JDBC to RFC scenarios.
    Soorya

    hi check the below link
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/5474f19e-0701-0010-4eaa-97c4f78dbf9b
    JDBC Synchronous call using BPM  
    Data Types -
    1) File Input
    2) JDBC Req
    3) JDBC Response
    4) File Response of similar type of JDBC Response.. ( This you can avoid also..let it be for first time)
    Message Types
    4 for each data type
    Message Interfaces
    1) Async, Outbound, Interface, to receieve the file
    2) Async, Inbound , Interface to send the file from XI
    3) Async, Absract , Interface of type File message type to recieve the message in the BPM
    4) Sync, Abstract Interface with Req message type as File Request, and Response Message type as a file Response
    5) Sync , Inbound interface for JDBC with Input message type as a JDBC Request and Output Message type as a JDBC Response
    Message Mapping:
    1)Mapping between File Req to the JDBC req
    2) JDBC Response to File Response
    Interface mapping:
    1) Sender Interface as a Sync,Abstract Interface created for the file type and target interface as Synchrnous JDBC interface.
    Use corresponding mapping for Req and Resp..
    note:reward points if solution found helpfull.....
    regards
    chandrakanth.k

  • Please can you explain how to add adobe flash player when using Mozilla ?

    I cannot view videos without them constantly stopping.
    I have been told that I need to use adobe flash player.
    When I try to load this, though, the download will not work.
    A message apprears to say I must turn Mozilla Firefox off.
    Please can you explain how I can get around this ?
    Please note, I am not very good with computers, so it would be good if you can make the instructions as basic as possible.
    Many thanks !
    Trev Stafford
    <sub>edit: removed your mail address from public display, since the only thing it will attract are spam bots. you will be notified per mail once somebody replies to the thread. (philipp)</sub>

    Download the non-IE version of Adobe Flash for your system here:
    https://support.mozilla.org/en-US/kb/keep-flash-up-to-date-and-troubleshoot-problems
    Close the browser, and temporarily disable your anti-virus
    Install the non-IE version of Adobe Flash
    Re-enable anti-virus
    See that you have the current version here
    http://www.adobe.com/software/flash/about/
    replaced unofficial third-party download site link.

Maybe you are looking for

  • How to Print Text in WAD 7.0

    hi i have created a web template using WEB APPLICATION DESIGNER now i have added few custom texts in it like Report name,Cost centers ,Plant Names now if i use Export to command to create print , it is not printing this custom texts it is only printi

  • Help with OS 10.4.7 on Beige G3

    Here's the problem: I upgraded Panther (10.3.9) on my G3 box (Rev A, XLR8 G4 upgrade CPU, Sonnet tempo trio usb/fw/ata133, 640M RAM) to Tiger 10.4 with the help of Xpostfacto 4.0. Upgraded great and ran 10.4.0 just fine. Software update ran and insta

  • Lua Alchemy v0.1a Released

    Lua Alchemy is a port of the Lua programming language for ActionScript using Alchemy. Using v0.1a inside Flash/Flex you can create any ActionScript class available at runtime, call functions, get/set properties on ActionScript objects and use Lua fun

  • OSStatus error -50

    I just had to rebuild my hard drive after it blew up recently. Fortunately, I had used Time Machine and had files, apps, etc. all backed up. In restoring all my files, there appears to be an issue with iPhoto and movies. When I try to open movies, I

  • Lost my sub on a SBS 2.1 350

    Title pretty much says it all. I have an Abit KV8 pro motherboard. My sub was working for about 2-3 days, and it has since stopped working all together. It's very frustrating. Any advice would be a huge help. It does produce MINOR output when I unplu