How to create a request in Development server?

Hi BW Experts, good afternoon.
   Please can anyone tell me, how to create a request in Development server.
     Thanks in advance
   Regards
  Anjali

Hi Oscar ,
  Thanks for the reply.
My question is.
0BATCH is a field in both R/3 and BW.
so it allows only UPPER CASE letters.
  Unfortunately some records are in LOWER CASE.
  So i got a error in BW side when loading data from R/3 to BW.
so i want to change that field properties .
I have to create one request on 0BATCH field and send it to BASIS team.
  Give me reply .
     Thanks
              Anjali

Similar Messages

  • How to create own request

    Hi
    pls tell me how to create customizaton request at development client n how to transport it

    Hi Rohan,
    When you do any changes in IMG (SPRO) then you have to create the transport request for moving the changes from your one client to another (Testing > Development> Prodution)
    So when you do any change and save it then a pop screen will come through which one TR number generate. You have to save it with discription.
    Then for transporting the request from one client to another, you hav to go in T-code SE01 --> Choose display --> you can see your request number there --> you have to open it --> then release the child request first and then parent request.
    By Release I mean put your cursor on the request number and then press Lorry icon.
    After releasing you need to talk to your Basis team for moving it to required system.
    Regards,
    MT
    Edited by: M T on Feb 21, 2010 11:20 PM

  • How to retrieve the Sapscript layout changes for a particular Transport request in development server after this Transport request so many requests created  ?

    Dear Abapers,
    I request the Abapers kindly reply for this blog
    I want to retrieve the sapscript layout changes for a particular transport request in development server after that many transport request created and moved to quality ? 
    I checked in SE03 transaction the transport request was there.  But I want to retrieve the existing transport request which is not moved to Quality?
    Is it possible to retrieve the existing transport request in development which is not moved to quality ?
    Like how we retrieving the programs using versions in development server,  In the same way I want to retrieve the sapscript layout in development server ?
    Thanks & Regards
    Muzeebur Rahiman.S

    Hi,
    There is no version management for SapScript or Smartforms .
    When you write "transport request in development which is not moved to quality" - was the transport ever released and exported from the development system? If yes, and if the "Transport files" are still available in "Transport directory" (or if the transport files were backed up and could be retrieved), the transport could be imported again. If the TR was not exported, you are out of luck, I believe...
    I would not recommend you do it on your own even if you happen to have enough authorizations (consult with Basis and/or Transport Admin, if you have one in your organization). I would not recommend that it's imported on a development system or QA system, even if the transport contains no other objects - only the SapScript form in question. Import it on a "sand-box" that gets overwritten by system copy from time to time... Once the transport is imported, you should have the old version of SapScript in that system and could analyse the changes and perform manual merge.
    cheers
    Jānis

  • How to create transport request in object transport

    How to create transport request in object transport from server to server
    thanks in advance
    arya

    hi,
    when ever u r creating any object in devlopment and saving it will ask for request.create request and release in se09.
    put mail to basis people to transport ,thy will transport using STMS transaction.

  • How can i copy ztable from development server to ides server?

    how can i copy ztable from development server to ides server?

    Hello Suresh
    The simplest way is to use a transport request.
    Another possibility is to check for SAPLINK plugins which allow to download table definitions (including data elements and domains) into a flat file. Upload on IDES again via [SAPLINK|https://wiki.sdn.sap.com/wiki/display/ABAP/SAPlink].
    Regards
      Uwe

  • How to create change request

    HI,
    how to create change request for a program and how to compare versions ? how to release the task ? where we create change request ? how to transport it ? who will transport ?
    In real time who creates change request ? developer  or Team leader or Basis mainly in supporting project ?

    The Change Request is that request when you do changes or create a program or configuration in the system. The system will automatically popu with the change request pop box , when you can give request name as defined by the system or can give your own request name with heading of what changes you have made while customization. The system will generate a request number and you save it. (e.g.:- SEDE-2785467) SEDE- means the Clients System name then followed by the system generated request number. 
    Now when you want to release the request you have to use the <b>T-code SE10</b> where you can see the requests under the heading modifiable or released. Go to the modifiable option. Each request will have again an internal request number. First you have to release the internal request and then release the external request number. This will in turn released by the basis guys thru the <b>T-code SM64</b> in a group when all the requests are pooled from different users.
    The task  is nothing but the what task you have performed while customizing the client system and the heading name which have given it for that task and generated a request for that task.
    regarding your last question, change request is usually created by the developers or team leader. But the transporting is mostly done by basis.
    regards
    vivek
    <b>please reward points if this helps</b>

  • Open transport request in Development server which is not moved to Producti

    HI All,
    I am doing upgrade from ECC5.0 to ECC6. EHP4.
    We have some open Transport request in development server which are not moved to PRD.
    Now client wants to stabilize their both the systems, want to compare each trasport in PRD.
    My question is, if they dont want that request to move to PRD, what we have to do?
    We have to delete the tranport and select the active version of tranport which is there in PRD or how.
    Please suggest me how to proceed for this scenario. we have lot of transports. ( Tables,programs,classes,methods,etc.,)
    Regards,
    sarath

    Hello Sarath,
    1st question: did you already finish your upgrade? If not, at which phase is it at?
    2nd: did you upgrade your DEV system already to the same level as PRD?
    3rd: were these transports generated in an old version (like ECC 5.0)? If yes, and now you have an ECC 6.0 system, you must not import them on this system, as they have different versions. If you do it, you'll make your system inconsistent.
    Please clarify on these points so we can help you.
    Best regards,
    Tomas Black

  • Transporting requests from development server to production server

    Hi gurus,
    can anyone tell me how to transport requests from development server to production server.

    You can use SAPGUI now instead of calling tp at OS level.
    Serious: Totally wrong forum!

  • How to create the folder in presentation server through pop-up(

    Hi Experts,
    Can u give me the solution , how to create the folder in presentation server through pop-up(means dynamically, after executing the program , pop-up has to come to create the folderand path)
    regards
    ram.

    Use the methods -> DIRECTORY_BROWSE & DIRECTORY_CREATE of the class CL_GUI_FRONTEND_SERVICES
    DATA: path TYPE string,
          rc TYPE i,
    dir_name TYPE string value 'HI'.
      CALL METHOD CL_GUI_FRONTEND_SERVICES=>DIRECTORY_BROWSE
        CHANGING
          SELECTED_FOLDER      = path
      IF SY-SUBRC <> 0.
    *   MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *              WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
    concatenate path '\' dir_name into path.
      CALL METHOD CL_GUI_FRONTEND_SERVICES=>DIRECTORY_CREATE
        EXPORTING
          DIRECTORY                = path
        CHANGING
          RC                       = rc
      IF SY-SUBRC <> 0.
    *   MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *              WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
    Edited by: Kartik Tarla on Sep 23, 2009 5:54 PM

  • Error while Releasing Requests in Development Server

    Dear all,
                 While I am releasing request in development server, i m getting following error message, so i could not able to release request.
    Message : Test Call of transport control program (tp) ended with return code 0208.
               pls , give any good suggestion.
    Thanks & Regards,
    Sandip Sonar.

    Hi,
    This is purely basis issue, you have nothing to do with it.
    Forward the same screen shot to your basis people,they will take care.
    This happens when some problem in transport layer between servers.

  • How to create a file in the server?

    Hi,
    I'm making a webservice that has to generate a XML file, sign it using another webservice and return this XML. The problem is that i don't know how to create the file in the server throught webservice.
    I use this code in the webservice to generate the XML and after I return the XML to client in a byte[]
         static void outputDocumentToFile(Document myDocument, String path) {
            //setup this like outputDocument
              try {
                   // XMLOutputter outputter = new XMLOutputter("  ", true);
                   XMLOutputter outputter = new XMLOutputter();
                   //output to a file
                   FileWriter writer = new FileWriter(path);
                   outputter.output(myDocument, writer);
                   writer.close();
              } catch(java.io.IOException e) {
                   e.printStackTrace();
        }But the file is generated in the client-side, how can I generate the file in the server-side?
    Thanks very much.

    Well the File object doesn't create a file it's simply an abstract representation of file and directory pathnames.
    You can try something like this:
    <%
    try
    // get the path to the web server root
    // I read somewhere not to use 'getRealPath' for some reason which I
    // can't seem to remember :S Hopefull someone can enlighten us :)
    String path = application.getRealPath("/project/jsp/demo.txt");
    File file = new File(path);
    PrintWriter writer = new PrintWriter(new BufferedWriter(new FileWriter(file)));
    writer.println("Hello World!");
    writer.close();
    catch (Exception e)
    System.err.println(e.getMessage());
    %>
    Hope this helps :)

  • How to create a directory in application server

    Hi all,
    How to create a directory in application server through Progaram??
    eg:\tmp - is already existing
    I want to create \tmp\fi 
    Within \tmp\fi - i should able to store my file,,,
    Kindly help me urgent...

    Hello San,
    Either contact Basis guys at ur end for the same or u can do it dynamically via a piece of ABAP code, i hope it wll help u.
    call function 'GUI_CREATE_DIRECTORY'
         exporting
    dirname = '//<ip_address>/qfilesvr400/<host>/usr/sap/TST/SYS/Folder1'
         exceptions
              failed  = 1
              others  = 2.
    Reward If Helpful.
    Regards
    Sasidhar Reddy Matli.

  • How to create a database in Sql server management studio

    how to create a database in Sql server management studio

    One method is to run the SQL statement below from a SSMS query window:
    CREATE DATABASE MyDatabase;
    You can also right-click on the Databases node in SSMS Object explorer and select New Database.
    Dan Guzman, SQL Server MVP, http://www.dbdelta.com

  • How to create restore point in windows server 2008 service pack1

    hi i am bhaskar ... how to create restore point in windows server 2008 service pack1 and how to restore system from a restore point in windows server 2008 service pack1.. is this option available or not ? what is the difference between shadow copies and
    restore point ? instead of restore point we have this shadow copies option in windows server 2008 ?Bhaskar

    AFIK, Restore Points doesn’t exist in Windows 2008.
    Volume Shadow Copy option can be used to achieve:
    Creating consistent backups of open files and applications
    Creating shadow copies for shared folders
    Creating transportable shadow copies using a hardware provider — for backup, testing and data mining scenarios
    Quickly recovering and restoring files and data
    It is more like a file, data, application backup. 
    Santhosh Sivarajan | MCTS, MCSE (W2K3/W2K/NT4), MCSA (W2K3/W2K/MSG), CCNA, Network+ Houston, TX
    Blogs - http://blogs.sivarajan.com/
    Articles - http://www.sivarajan.com/publications.html
    Twitter: @santhosh_sivara - http://twitter.com/santhosh_sivara
    This posting is provided AS IS with no warranties, and confers no rights.

  • How to create value request for screen field text box tt1

    How to create value request for screen field text box tt1
    i have a text box name tt1,
    i want f4 help for that .
    remember i am asking for screen i.e done from screen layout not selectio-screen.
    Thank you,
    Regards,
    Jagrut Bharatkumar Shukla,

    Hi,
    Create one Search Help in the SE11 for the particular Field that u want to display. In the Screen(Transaction SE51),For that Text Box in the Attributes,in Dict Tab ->Search Help Field give that Search Help Name.
    For Eg,
    If u want Purchase Order Numbers in that F4 Help.Create one <b>Search Help</b> by giving Table Name as <b>EKKO</b> & <b>Search Help Parameter</b> as <b>EBELN</b> with Lpos & Rpos as 0 & 1.Save & Activate it.
    Give this Search Help Name in Dict Tab ->Search Help Field of that Screen Attributes.
    Regards,
    Padmam.

Maybe you are looking for

  • How can I update my 6750M driver in windows 7 64-bit?

    Hey I have no idea why apple doesn't update its bootcamp driver after all this time. I need to update my imac graphic drivers update in windows due to adobe flash player crashing my graphics driver whenever Im browsing a flash heavy website. ADM webs

  • SCCM 2012 How to gerenrate reports Microsoft Office 2003, 2007, 2010

    I need an sql query to generate a report that includes Microsoft Office 2010, 2007 and 2003 only.

  • Order By Alphanumierc with a union

    hi, Question i have a bunch of course numbers i am querying out i.e. (01, 01A, 9, 9A, 101, 101B) and so forth, How its ordering them now is 01 01A 101 101B 9 9A What i need is 01 01A 9 9A 101 101B I have found many answers that work on a single query

  • How do i print to acrobat distiller from illustrator

    i just installed acrobat so that i can print my illustrator, etc files to PDF instead of "Save as PDF" so that they will be small, email-able files. All installed fine, but when I go to the print menu in Illustrator there is no Acrobat Distiller opti

  • Non-free apps in the iOS Free-Topcharts

    Hey, since a couple of days I often see apps in the iOS Appstore's topcharts "free"-section, which are not free?! Today there is a 4,49€ at the 1.place of the "free-charts". See screenshot... How could that be? If I decide to download one of these ap