I want to upload om data through lsmw. how can i create transport request for lsmw data.

can anyone help me?

Hi Anand,
There are 2 ways for transporting LSMW data from a system to another.
1) Export/import this method gives you the opportunity to select the subprojects or objects you want to transfer. Hence you don't transfer the object a colleague might have created and that should stay in development system. LSMW -> Extras -> Export project  
2)Transport request with this method, you can transport a LSMW project in full (you cannot select the objects you want). With this method, the project will be transported as any other SAP object in a transport order. 
LSMW -> Extras -> Create change request 
For more information, refer below link Steps to copy LSMW from one client to another
Thanks
KH

Similar Messages

  • I want to do rpc programming through java how can i do it?

    i want to do rpc programming through java how can i do it? any classes for it? i am not goin to use rmi its an assignment for us in syllabe help is strongly needed

    So, you are in a class. You are a student, your job is to learn something. Unless your instructor has failed horribly in his/her duty, then you are failing in your duty as a student.
    Your lack of even trying hurts me personally as a life-long student, I find your post ill-advised.
    Please, do not post to these forums anymore. Thank you.

  • Transport Request for LSMW Object wise

    Hi,
    I have Created Project, Subproject and Objects in LSMW.
    Project Name      : COND_PROJECT
    Subproject Name : COND_SUBPROJ
    Object Name       : COND_OBJ1 -------->(Here i have created total 10 Objects)
                                COND_OBJ2
                                COND_OBJ10
    Now, i want to create transport request for COND_PROJECT,COND_SUBPROJ,COND_OBJ1 to COND_OBJ4.
    Another transport request for COND_PROJECT,COND_SUBPROJ,COND_OBJ5 to COND_OBJ8.
    Another transport request for COND_PROJECT,COND_SUBPROJ,COND_OBJ9 to COND_OBJ10.
    Is this Possible?..Or the request will be created for entire project?

    Hi,
    To transport the LSMW,
    Goto tocode : LSMW-> Menu->Extras->Generate Change request..
    On the screen enter the required Project-Sub Prj and Object names...
    Similarly repeat the step for the other sub proj and Objects in the LSMW project
    Regards
    Shiva

  • I have a large number of photos imported into iPhoto with the dates wrong.  How can I adjust multiple photos (with varying dates) to the same, correct, date?

    I have a large number of photos imported into iPhoto with the dates wrong.  How can I adjust multiple photos (with varying dates) to the same, correct, date?

    If I understand you correctly, when you enter a date in the Adjust Date and Time window, the picture does not update with the date you enter.  If that is the case then something is wrong with iPhoto or your perhaps your library.
    How large a date change are you putting in?  iPhoto currently has an issue with date changes beyond about 60 years at a time.  If the difference between the current date on the image and the date you are entering is beyond that range that may explain why this is not working.
    If that is not the case:
    Remove the following to the trash and restart the computer and try again:
    Home > Library > Caches > com.apple.iphoto
    Home > Library > Preferences > com.apple.iPhoto (There may be more than one. Remove them all.)
    ---NOTE: to get to the "home > library" hold down option on the keyboard and click on "Go" > "Library" while in the Finder.
    Let me know the results.

  • How can I create a VM in Brazilian Data Center

    I am working on a Proof of Concept to use Cloud Services in Latin America. What I am trying to do is setup an FTP Site in the Azure Brazilian Data Center. So how can
    I create a VM in the Brazilian Data Center… I do not see a way to do this through the Portal nor the Management tools. <o:p></o:p>
    This question has been posted before but none of the answers seem to be satisfactory. My management does not want to spend money on a support contract until I get a
    simple POC configured in this data center.  So the only support mechanism I have is through the forums. For this reason I am posting this question again in hopes I receive a better answer for it. 

    Hi,
    I guess, the Brazil Regions are available only to customers with billing addresses in Brazil.
    The restriction on subscription location and access is documented here at the bottom:
    http://azure.microsoft.com/en-us/regions/#services
    I suggest you could contact with azure support team using the below link to get more details:
    http://www.windowsazure.com/en-us/support/contact/
    Also, I suggest you could use azure
    powershell or
    mangemnet API to create VM and set the region as "Brazil South".
    Hope this helps.
    Girish Prajwal

  • Transport Request for LSMW

    Hi all,
    I need to save my LSMW in to a new transport Request (using Extras -> Generate Change Request).
    In my LSMW project there are n number of sub-projects and n number of objects.
    My requirement is to store a particular Sub-project and my particular object into a new transport request.  Can i use this (using Extras -> Generate Change Request) we i be able to copr my sub-project & object in a new Transport Request.
    Thanks in advance...

    hi,
    there is  no transport request no . frist u need export project and import the project in required system.
    process . go to LSMW tcode give ur project name, sub project name and object
                   go to menu option Extras and select exprot project u will get a smoll popup there u need to give project name and then it will show all the objects in the project so that u can select whatever subproject u want . and then select export there u need to give file name .
    hope it will help u.
    ~linganna

  • How can I create a template of a Data Flow Task in SSDT?

    The majority of the Data Flow Tasks that I build have the same five elements in them (OLE DB Source, Conditional Split, Derived Column, Data Conversion, and OLE DB Destination).  I'd love to have a template of a Data Flow Task which already contains
    these elements.  Is that possible for me to create, and how do I do it?
    I'm currently on SSDT 11.1, with Visual Studio Pro 2012.

    Hi Tim_Dorenkamp,
    If I understand correctly, you want to create a custom task, then add it as template of a Data Flow Task in SSIS Toolbox. So that you can use it in every packages.
    Just as Samir suggested, we can developing a Custom Task that create a class that inherits from the Task base class, apply the DtsTaskAttribute attribute to your new class, and override the important methods and properties of the base class, including the
    Execute method. The sample of create a custom task is for your reference:
    http://microsoft-ssis.blogspot.com/2013/06/create-your-own-custom-task.html
    Besides, as to your requirement, we can simply create a template package that including this Data Flow Task, then use this template to create new packages. If we want to use the Data Flow Task in an existing package, we can add a new package with the template,
    then copy the Data Flow Task from the new package and paste it to the existing package. For more details about create a template package in SSIS, please refer to the following thread:
    https://social.technet.microsoft.com/Forums/en-US/b0747467-daff-4fc8-9f81-20d68b38e5ee/change-default-for-package-protection-level?forum=sqlintegratio
    If there are any other questions, please feel free to ask.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • How can I create a diagram where equal data from different cells will be added to one sector?

    Hi,
    I'm a new Mac user, so I have a lot of problems and questions every day. Moving to Mac from PC is not an easy thing)
    Here is my problem:
    I need to create a few diagrams for my science work, but can't correct one mistake. Every time one data from one cell from the table takes its own place in the diagram. But I need to ceparate equal data to show it is one section.
    An example:
    Sex
    Age
    Female
    18
    Female
    18
    Female
    18
    Female
    25
    Female
    30
    We need to create a diagram to show that we have
    60% - 18 years
    20% - 25 years
    20% - 30 years
    But Numbers doesn't show it that way. Here how it does:
    So please help me. How can I do that?

    Hi ProCauda,
    Some example data of people and their age:
    The COUNTIF function will give the number of people of each age.
    In another table, B2 contains this formula (and Fill Down to the bottom of B)
    =COUNTIF(Table 1::B,"="&A2)
    In this example, 3 people are 18 years old, 0 people are 19 years old, and so on. Use this table to calculate each age as the % of the total, then use that as the data for your diagram (graph, chart).
    Regards,
    Ian.

  • How can I create an index on the date part of a timestamp field?

    is there a way I can create an index on the date part of a timestamp field?

    LONGENECKER wrote:
    Idea:
    If you find no direct command that allows you to create an index on JUST the date portion of a timestamp datatype column then I recommend you consider splitting date and time into two seperate columns.
    If date is column "A" and time is column "B" then you can concatenate them using a view or virtual column (in 11G) to re-assemble them at run time.
    In the solution I describe above you might trade ease of management for better performing queries.
    Additional Info:
    This thread may be of some value.
    Can we create INDEX on TIMESTAMP column???
    And what datatype do you propose for your columns A and B? The only proper datatypes would be DATE or TIMESTAMP. Both of these inherently carry both date and time components, so that would have to be dealt with anyway. The use of any character or number datatype to hold date and/or time should be treated with an application of Billy's lead pipe.
    Perhaps function based indexes would be a better solution.

  • How Can I create a dictionary file (dicionary.dat) in MIDP

    Hi All,
    I need your help.
    Let me explain clearly my problem so u can advise me what to do.
    In fact, I have a text file of words called (words.txt) and I would like to create a dictionary file (dict.dat)of those words and be able to load that dictionary so that I can read it.
    Can you help how I can do that in MIDP. I am using Wireless Toolkit 2.5.
    I need hint so I can do that.
    Thanks

    Hi All,
    I need your help.
    Let me explain clearly my problem so u can advise me
    what to do.
    In fact, I have a text file of words called
    (words.txt) and I would like to create a dictionary
    file (dict.dat)of those words and be able to load
    that dictionary so that I can read it.
    Can you help how I can do that in MIDP. I am using
    Wireless Toolkit 2.5.
    I need hint so I can do that.
    Thankshello theotime,
    did you find a way to do that?
    I've got a problem similar to your: a list of 3000 wines to filter in a reasonable fast time.
    how big is your dictionary?
    with a text file encoded in UTF-8 I take about 60 seconds on the emulator, maybe with a binary format the search can be done faster...
    before reading your post i've started this thread:
    http://forum.java.sun.com/thread.jspa?threadID=5184516
    ...not very helpfull...right now...
    please, let me know!!!
    thank-you in advance,
    daniele

  • How can I make tree view for hierarchical data from select with connect by?

    If we have selected hierachy with connect by clause, how can we make it to see in tree view?

    You can't do this using the ADF, Tree Binding used by JHeadstart.
    However, If you have a recursive relationship (for example managerid) you can get a tree what you want as follows:
    - create one root ViewObject that returns the top-level employees without a manager by setting the where clause to managerid=null
    - create a second ViewObject that simply queries all employees
    - Create a ViewLink between the two view objects, and create a nested VO usage in the app module for the second view object
    - Create corresponding nested group in the application definition file and set the layout style to "tree-form" on both groups.
    See Developers Guide, chapter 3, section recursive trees for more info.
    Steven Davelaar,
    JHeadstart Team.

  • Create T-code for LSMW

    Hello Experts,
    How can we create t-code for LSMW load?
    We load IT0170 with different amounts for bunch of employees every year. During implementation we have created a initial load. Our client is asking if there is any way we can create Z t-code for LSMW and use the sample spreadsheet and load it in subsequent years.
    Please help.
    Mayuresh

    Thank you both for your reply.
    Actually our security person is not ready to give LSMW access to end users since it is a technical tcode. They are recommending to create Z tcode for our recording and LSMW load.
    Let me know how can we achieve this?
    Mayuresh

  • How can I create a query with web service data control?

    I need to create a query with web service data control, in WSDL, it's query operation, there is a parameter message with the possible query criteria and a return message contains the results. I googled, but cannot find anything on the query with web service. I cannot find a "Named Criteria" in web service data control like normal data control. In Shay's blog, I saw the topics on update with web service data control. How can I create a query with web service data control? Thanks.

    Hi,
    This might help
    *054.     Search form using ADF WS Data Control and Complex input types*
    http://www.oracle.com/technetwork/developer-tools/adf/learnmore/index-101235.html

  • HT203128 iTunes 12.1.050 - Rollback: Updated from 12.01, now I cant't change track numbers and add additional data fields. How can I roll back to the previous version? @Apple, I want a $100 gift card for the inconvenience.

    iTunes 12.1.050 - Rollback: Updated from 12.01, now I cant't change track numbers and add additional data fields. How can I roll back to the previous version? @Apple, I want a $100 gift card for the inconvenience.
    - it's all said in the title. I can't understand why the developers turn things bad ... risking loosing Apples valuable customers.
    More examples needed? (check out the communities and the reviews)
    - OSX: Maverick to Yosemite = not recommended (check it out > http://roaringapps.com/apps)
    - iPad: older versions as iPad2 should not upgrade to iOS7/8 (it's not supporting its hardware accordingly, it's designed for the latest hardware)
    - iTunes (it's possible to rollback to 10.7 - 11.4, but you need to breech OSX system security framework)
    - Pages (was a real alternative for many of us, each update reduced features and created incompatibility to older work files)
    The list could easily extend to ...

    You can offer Apple feedback here: http://www.apple.com/feedback/
    as for "
      "@Apple, I want a $100 gift card for the inconvenience"
    dream on.

  • Using DW CS6; when uploading a site DW changes all dates to today; how can I upload without changing the file-dates?

    Using DW CS6; when uploading a site DW changes all dates to today;
    how can I upload the site whilst preserving existing file-dates?
    Thanks
    Paul

    How are you uploading?
    I do not see this behavior in DWCS4 or DWCC (I assume nothing changed in DWCS6 and then back for DWCC, but I could be wrong).
    However, when I upload, I only select the files I have modified after an initial "Upload Entire Site? Yes/No" prompt. If you aren't selecting specific files to upload, and you're overwriting the files on your server with new copies of your entire local site each time, the mod dates would show as the date/time of your upload.
    To select only the files that have changed since your last upload...
    1. Right click on your local root folder in the Files window under Local View
    2. Go to Select > Newer Local from the context menu
    3. Wait until DW is done talking to the server, it could take a while, when it's done, all of the files that have a newer mod date locally than their server counterparts will be selected
    4. Click the Put (up arrow) button
    For me, this process never changes the dates of files that aren't part of the upload.

Maybe you are looking for