Transporting Programatically

Hi Guys/Dolls
I've written an update program that makes changes to the T510 table in one client but I need to transport it programmatically to another client.
Programmatically in the sense that the system automatically throws up the start of the transport dialog box.
Is there a way to do this within ABAP?
Any help would be appreciated preferably with some code snippet.

Hello,
  check these FMs:-
RS_INFOSYSTEM_CREATE_REQUEST
*CALL FUNCTION 'LXE_SE63_CREATE_TR_REQUEST'
EXPORTING
  TARGETLANG              = SY-LANGU
  AUTHORITY_CHECK         = 'X'
  DISPLAY_MODE_ONLY       = 'X'
HRMGE_CREATE_GL_ASSIGN_REQUEST
If not plz let me know.
I used this but don't remeber .I'll check if u r not able to get from the above.
Regards,
Deepu.K

Similar Messages

  • How to create the Transport of copies programatically

    Hello,
    I am using a BAPI - BAPI_CTREQUEST_CREATE to create a Transport Request, But it creates a Local Transport Request (without destination),
    While i want ot create a tranport of copies with destination, is there any way i can do that thr this bapi or any other way.
    Thanks
    Yogesh Gupta

    used FM TR_EXT_CREATE_REQUEST

  • How to delete the entries from the transport request

    i need to delete the entries programatically from the transport request for all the entries which is exists in the package for the tables e070 and e071.

    Hi,
    I think you need to have authorization for that thru auth group SA.
    One more thing is where ever its created like source client only you can do if u have authorization.
    Regds
    Sivaparvathi
    Please reward points if helpful...

  • Need to find out the list of objects under a Transport

    Hi ,
    My requriement is to programatically find the list of objects under the Transport.
    I tried using the table E071 but no luck is there any FM or table which gives me the list of objects assigned to the transport request
    Regards,
    kk

    TYPES: BEGIN OF ty_tasks,
            trkorr TYPE trkorr,
            trstatus TYPE trstatus,
            strkorr TYPE strkorr,
            as4user  TYPE tr_as4user,
           END OF ty_tasks,
           BEGIN OF ty_object,
            trkorr TYPE trkorr,
            as4pos TYPE ddposition,
            pgmid TYPE pgmid,
            object TYPE trobjtype,
            obj_name TYPE TROBJ_NAME,
            lang TYPE spras,
           END OF ty_object,
    SELECT-OPTIONS : so_trans FOR e070-trkorr
    *selection from table e070.
      SELECT trkorr
             trstatus
             strkorr
             as4user
             FROM e070 INTO TABLE it_tasks
             WHERE strkorr IN so_trans or
                   trkorr in so_trans.
    IF SY-SUBRC = 0.
    *selection from table e071 to get all the objects
    *under the respective task/request.
    data: g_trans type e070-trkorr,
          g_strkorr type e070-strkorr.
      SELECT trkorr
             as4pos
             pgmid
             object
             obj_name
             lang FROM e071 INTO TABLE it_object
             FOR ALL ENTRIES IN it_tasks
             WHERE trkorr = it_tasks-strkorr.
    hope it might be helpfull.
    regards ,
    aby

  • Create Organization Data programatically

    I am using ALBPM 5.7 Studio and trying to create Organization data programatically - OU, Participant, Role etc.
    I am able to fetch data but not able to create OU.
    For the following code
    DirOrganizationalUnit dirOrgUnit;
    dirOrganizationalUnit = dirOrgUnit.create(session : Fuego.Fdi.DirectorySession.currentEngineSession, name : "MT", description : "Michigan Transport");
    I get the following exception
    A component failed while executing activity '/CreateOrgData#Default-1.0/CreateOU' (BP-method CreateOU) over instance '/CreateOrgData#Default-1.0/5/0'.
    Details:
    The method 'CIL_createOU' from class 'OrgData.CreateOrgData.Default_1_0.Instance' could not be successfully executed.
    Caused by: java.lang.NullPointerException
    fuego.lang.ComponentExecutionException: The method 'CIL_createOU' from class 'OrgData.CreateOrgData.Default_1_0.Instance' could not be successfully executed.
         at fuego.component.ExecutionThreadContext.invokeMethod(ExecutionThreadContext.java:498)
         at fuego.component.ExecutionThreadContext.invokeMethod(ExecutionThreadContext.java:251)
         at fuego.fengine.FEEngineExecutionContext.invokeMethodAsCil(FEEngineExecutionContext.java:214)
         at fuego.server.execution.EngineExecutionContext.runCil(EngineExecutionContext.java:1063)
         at fuego.server.execution.TaskExecution.invoke(TaskExecution.java:391)
         at fuego.server.execution.TaskExecution.executeCIL(TaskExecution.java:483)
         at fuego.server.execution.TaskExecution.executeTask(TaskExecution.java:657)
         at fuego.server.execution.TaskExecution.executeTask(TaskExecution.java:618)
         at fuego.server.execution.TaskExecution.executeTask(TaskExecution.java:152)
         at fuego.server.execution.activities.XAutomatic.execute(XAutomatic.java:54)
         at fuego.metadata.Activity.execute(Activity.java:1022)
         at fuego.server.execution.ToDoItemAutomatic.execute(ToDoItemAutomatic.java:35)
         at fuego.server.execution.DefaultEngineExecution$AtomicExecutionTA.runTransaction(DefaultEngineExecution.java:291)
         at fuego.transaction.TransactionAction.startBaseTransaction(TransactionAction.java:462)
         at fuego.transaction.TransactionAction.startTransaction(TransactionAction.java:540)
         at fuego.transaction.TransactionAction.start(TransactionAction.java:213)
         at fuego.server.execution.DefaultEngineExecution.executeImmediate(DefaultEngineExecution.java:117)
         at fuego.server.execution.DefaultEngineExecution.executeAutomaticWork(DefaultEngineExecution.java:57)
         at fuego.server.execution.EngineExecution.executeAutomaticWork(EngineExecution.java:42)
         at fuego.server.execution.ToDoItem.executeAutomaticWork(ToDoItem.java:264)
         at fuego.server.execution.ToDoItem.run(ToDoItem.java:530)
         at fuego.component.ExecutionThread.processMessage(ExecutionThread.java:754)
         at fuego.component.ExecutionThread.processBatch(ExecutionThread.java:734)
         at fuego.component.ExecutionThread.doProcessBatch(ExecutionThread.java:140)
         at fuego.component.ExecutionThread.doProcessBatch(ExecutionThread.java:132)
         at fuego.fengine.ToDoQueueThread$PrincipalWrapper.processBatch(ToDoQueueThread.java:432)
         at fuego.component.ExecutionThread.work(ExecutionThread.java:818)
         at fuego.component.ExecutionThread.run(ExecutionThread.java:397)
    Caused by: java.lang.NullPointerException
         at OrgData.CreateOrgData.Default_1_0.Instance.CIL_createOU(Instance.java:229)
         at OrgData.CreateOrgData.Default_1_0.Instance.CIL_createOU(Instance.java:243)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at fuego.component.ExecutionThreadContext.invokeMethod(ExecutionThreadContext.java:491)
         ... 27 more

    Dont insert values directly in dB as you have to update multiple dependent tables in case you start doing that way. Check this thread for available api to create an organization
    Creating Organizations using API, OIM 11G
    Edited by: Durgaprasad on Jan 28, 2013 1:20 AM

  • Transport a request from one server(quality) to another server(production)

    Hi All,
    I want to transport a request from one server(quality) to another server(production)
    Can we transport a request from quality to production programatically i.e. by using programing logic.
    Regards,
    Swarup

    Hi,
    It cannot be done programmatically. Although it can be automated by basis guys. They configure it in TMS (Transport Management System). You can check it using STMS. (if you are authorized to view it).
    Transport path are defined in TMS.
    For Automated Transport configuration is done in TMS.
    Generally automatic Transport are not setup between quality and production. Changes are first tested in Quality and then Transported by basis team either periodically / individually.
    In case of manual transport Transport Request can be imported in production using STMS_IMPORT transaction in production. (Basis guy will do it for approved Transports)
    If there is no direct connectivity - Basis people copy "data" file and "co" file and Transport it to target server (This is generally not the case in Quality - production as Transport path is always defined).
    Regards,
    Mohaiyuddin

  • Changing of Means of Transport for deployment order

    Hi All,
    Is it possible to manually/ programatically change the means of transport of a deployment order ? for example once deployment has run, it has created a deployment order with means of transport, lets say, 0001 ( Truck). Now i want to change the means of Transport to 0003 ( Air). Is it possible using some BADI etc ?
    Pls note that i know that by assigning product speciic means of product of 0003, it is possible to directly create deployment order for 003 means of transport. Due to some requirement, we want to change it manually.
    Regards,
    Pawan.

    Hi Senthil,
    I tried that option already. Infact there is no need to delete existing deployment order, you can simply run deployment with replan all option. This will create deployment orders on the new means of transport. What i wanted is, without running deployment, is there some option possible wherein i can change the means of transport of an existing order, which is already created on another means of transport ?
    regards,
    Pawan.

  • Sending mail programatically

    hI GUYS
    This is sri, i need to have done an application to send mails programatically, below is the code, can any one fix the bug or give me the code which works fine?
    Any help will be appreciable!!!!!!
    Thanks & Regards,
    Sri.
    CODEimport java.util.*;
    import java.sql.*;
    import javax.mail.*;
    import javax.mail.internet.*;
    import java.io.*;
    import java.net.InetAddress;
    import java.util.Properties;
    import java.util.Date;
    public class Mail
    public static void main(String g[])
    String from="[email protected]";
    String[] to={"[email protected]","[email protected]"};
    Mail m=new Mail();
    m.sendMail(from,to,"test","Ignore this dear");
    public void sendMail(String from,String to[],String sub,String msg)
    try{
    String host = "smtp.gmail.com";     //String host = "smtp.gmail.com";
    //String from = "[email protected]";//String from = "[email protected]";
    //String to = "[email protected]";
    //String to = "[email protected]";
    //String to = "[email protected]";
    //String to = "[email protected]";
    String[] recipients=new String[to.length];
    for(int i=0;i<to.length;i++){
    recipients=to[i];
    // Get system properties
    Properties props = System.getProperties();
    // Setup mail server
    props.put("mail.smtp.host", host);
    props.put("mail.smtp.port", "465");
    props.put("mail.smtp.starttls.enable", "true");
    props.put("mail.smtp.auth", "true");
    // Get session
    Authenticator auth = new MyAuthenticator();
    Session session = Session.getDefaultInstance(props, auth);
    // Define message
    MimeMessage message = new MimeMessage(session);
    message.setFrom(new InternetAddress(from));
    message.setSubject(sub);
    message.setText(msg);
    for (int i = 0; i < to.length; i++) {
         message.addRecipient(Message.RecipientType.TO,
    new InternetAddress(to[i]));
    //msg.setRecipients(Message.RecipientType.TO, addressTo);
    // Send message
    //com.sun.mail.smtp.SMTPSSLTransport.send(message);
    Transport.send(message);
    }catch(Exception e){e.printStackTrace();}
    class MyAuthenticator extends Authenticator
    MyAuthenticator()
    super();
    //protected PasswordAuthentication getPasswordAuthentication()
    public PasswordAuthentication getPasswordAuthentication()
    return new PasswordAuthentication("[email protected]", "XXXXXXXX");
    } // sendmail changeme cms
    OUTPUTC:\ftp\r&d>CP
    C:\ftp\r&d>set classpath=C:\Program Files\IBM\WebSphere MQ\Java\lib\providerutil
    .jar;C:\Program Files\IBM\WebSphere MQ\Java\lib\com.ibm.mqjms.jar;C:\Program Fil
    es\IBM\WebSphere MQ\Java\lib\ldap.jar;C:\Program Files\IBM\WebSphere MQ\Java\lib
    \jta.jar;C:\Program Files\IBM\WebSphere MQ\Java\lib\jndi.jar;C:\Program Files\IB
    M\WebSphere MQ\Java\lib\jms.jar;C:\Program Files\IBM\WebSphere MQ\Java\lib\conne
    ctor.jar;C:\Program Files\IBM\WebSphere MQ\Java\lib\fscontext.jar;C:\Program Fil
    es\IBM\WebSphere MQ\Java\lib\com.ibm.mq.jar;c:\lib;C:\jdk1.5.0_06\lib;.;;C:\srin
    ivas\mail\web\WEB-INF\lib\activation.jar;C:\srinivas\mail\web\WEB-INF\lib\mail.j
    ar;;C:\srinivas\mail\web\WEB-INF\lib\activation.jar;C:\srinivas\mail\web\WEB-INF
    \lib\mail.jar;
    C:\ftp\r&d>javac Mail.java
    C:\ftp\r&d>java Mail
    javax.mail.MessagingException: Exception reading response;
    nested exception is:
    java.net.SocketException: Connection reset
    at com.sun.mail.smtp.SMTPTransport.readServerResponse(SMTPTransport.java
    :1462)
    at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:1260)
    at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:37
    0)
    at javax.mail.Service.connect(Service.java:297)
    at javax.mail.Service.connect(Service.java:156)
    at javax.mail.Service.connect(Service.java:105)
    at javax.mail.Transport.send0(Transport.java:168)
    at javax.mail.Transport.send(Transport.java:98)
    at Mail.sendMail(Mail.java:67)
    at Mail.main(Mail.java:21)
    Caused by: java.net.SocketException: Connection reset
    at java.net.SocketInputStream.read(SocketInputStream.java:168)
    at com.sun.mail.util.TraceInputStream.read(TraceInputStream.java:97)
    at java.io.BufferedInputStream.fill(BufferedInputStream.java:218)
    at java.io.BufferedInputStream.read(BufferedInputStream.java:235)
    at com.sun.mail.util.LineInputStream.readLine(LineInputStream.java:75)
    at com.sun.mail.smtp.SMTPTransport.readServerResponse(SMTPTransport.java
    :1440)
    ... 9 more
    C:\ftp\r&d>

    See the entry in the JavaMail FAQ about debugging connection problems.
    Most likely you have a firewall on your machine or network that is preventing
    you from connecting.

  • Accessing SOAP server programatically with a client

    Hi!
    I have found lots of documentation on how to send messages to a SOAP server when the xml is already specified. A lot less is written how this should be done programatically, and I can't find the solution to my problem. (I think doing it programatically is more pretty....)
    So, I got my web server up and running (JBoss 4.0.5GA), and the web service is deployed as it should (I've tested it using hard-coded ws request, which succeed).
    I also got a bunch of java files generated using wsdl2java, which I am using to create my request. The first thing I want to do is a simple login.
    The code (stripped a bit for convenience):
    public void run()
                   throws AxisFault, InterruptedException {
              // set up some initial stuff
              SOAPFactory factory = new SOAP12Factory();
              Options options = new Options();
              options.setTo(mTargerEPR);
              // log in to the system
              SOAPEnvelope payload = createLoginDocument(factory);
              // set the action to use for this call
              options.setAction("CAI3G#Login");
              // Non-Blocking Invocation
              ServiceClient sender = new ServiceClient();
              sender.setOptions(options);
              process(payload, sender);
    private SOAPEnvelope createLoginDocument(SOAPFactory factory) {
              LoginDocument loginDocument = LoginDocument.Factory.newInstance();
              LoginDocument.Login login = loginDocument.addNewLogin();
              login.setUserId("admin");
              login.setPwd("admin");
              return toEnvelope(factory, loginDocument);
    private SOAPEnvelope toEnvelope(SOAPFactory factory, XmlObject document) {
              SOAPEnvelope envelope = factory.createSOAPEnvelope();
              // create the header, which must contain sequence id and session id
              factory.createSOAPHeader(envelope);
              if (document != null) {
                   // create the body and include the document provided
                   SOAPBody body = factory.createSOAPBody(envelope);
                   body.addChild(toOM(document));
              return envelope;
    private static void process(SOAPEnvelope payload, ServiceClient sender)
                   throws AxisFault, InterruptedException {
              Callback callback = new Callback() {
                   // currently just print it to test
                   public void onComplete(AsyncResult result) {
                        System.out.println(result.getResponseEnvelope());
                   public void onError(Exception e) {
                        e.printStackTrace();
               sender.sendReceiveNonBlocking(payload, callback);
              // Wait until the callback receives the response.
              while (!callback.isComplete()) {
                   Thread.sleep(1000);
         }The error I receive looks like this:
    2007-05-29 15:30:03,644 [INFO] Axis2 Task - I/O exception (org.apache.axis2.AxisFault) caught when processing request: Can not output XML declaration, after other output has already been done.
    2007-05-29 15:30:03,644 [INFO] Axis2 Task - Retrying request
    2007-05-29 15:30:03,644 [INFO] Axis2 Task - I/O exception (org.apache.axis2.AxisFault) caught when processing request: Can not output XML declaration, after other output has already been done.
    2007-05-29 15:30:03,644 [INFO] Axis2 Task - Retrying request
    2007-05-29 15:30:03,644 [INFO] Axis2 Task - I/O exception (org.apache.axis2.AxisFault) caught when processing request: Can not output XML declaration, after other output has already been done.
    2007-05-29 15:30:03,644 [INFO] Axis2 Task - Retrying request
    org.apache.axis2.AxisFault: Can not output XML declaration, after other output has already been done.
         at org.apache.axis2.transport.http.CommonsHTTPTransportSender.invoke(CommonsHTTPTransportSender.java:221)
         at org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:452)
         at org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:330)
         at org.apache.axis2.description.OutInAxisOperationClient$NonBlockingInvocationWorker.run(OutInAxisOperation.java:405)
         at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:665)
         at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:690)
         at java.lang.Thread.run(Thread.java:619)
    Caused by: javax.xml.stream.XMLStreamException: Can not output XML declaration, after other output has already been done.
         at com.ctc.wstx.sw.BaseStreamWriter.throwOutputError(BaseStreamWriter.java:1473)
         at com.ctc.wstx.sw.BaseStreamWriter.reportNwfStructure(BaseStreamWriter.java:1502)
         at com.ctc.wstx.sw.BaseStreamWriter.doWriteStartDocument(BaseStreamWriter.java:699)
         at com.ctc.wstx.sw.BaseStreamWriter.writeStartDocument(BaseStreamWriter.java:687)
         at org.apache.axiom.soap.impl.llom.SOAPEnvelopeImpl.internalSerialize(SOAPEnvelopeImpl.java:190)
         at org.apache.axiom.om.impl.llom.OMElementImpl.internalSerializeAndConsume(OMElementImpl.java:808)
         at org.apache.axiom.om.impl.llom.OMElementImpl.internalSerialize(OMElementImpl.java:779)
         at org.apache.axiom.om.impl.llom.OMElementImpl.internalSerializeAndConsume(OMElementImpl.java:808)
         at org.apache.axiom.soap.impl.llom.SOAPEnvelopeImpl.serializeInternally(SOAPEnvelopeImpl.java:234)
         at org.apache.axiom.soap.impl.llom.SOAPEnvelopeImpl.internalSerialize(SOAPEnvelopeImpl.java:222)
         at org.apache.axiom.om.impl.llom.OMElementImpl.internalSerializeAndConsume(OMElementImpl.java:808)
         at org.apache.axiom.om.impl.llom.OMNodeImpl.serializeAndConsume(OMNodeImpl.java:418)
         at org.apache.axis2.transport.http.SOAPMessageFormatter.writeTo(SOAPMessageFormatter.java:55)
         ... 19 more
    In JBoss, I get this exception:
    15:30:04,285 ERROR [[localhost]] Exception Processing ErrorPage[errorCode=500, location=/axis2-web/Error/error500.jsp]
    org.apache.jasper.JasperException: getOutputStream() has already been called for this response
    Any idea/pointer, someone? All help is greatly appreciated!
    Best regards,
    Peter

    I thought it might be worth to give a printout of the generated xml and the hard-coded, working xml.
    The working one:
    <env:Envelope
         xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
         xmlns:xs="http://www.w3.org/1999/XMLSchema"
         xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance"
         xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
         env:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
         <env:Header />
         <env:Body>
                 <cai3g:Login xmlns:cai3g="http://schemas.ericsson.com/cai3g1.1/">
                      <cai3g:userId>admin</cai3g:userId>
                      <cai3g:pwd>admin</cai3g:pwd>
                 </cai3g:Login>
         </env:Body>
    </env:Envelope>The one I've generated, when doing a System.out.println() on the variable payload:
    <?xml version='1.0' encoding='utf-8'?>
    <soapenv:Envelope
         xmlns:xs="http://www.w3.org/1999/XMLSchema"
         xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope"
         xmlns:enc="http://schemas.xmlsoap.org/soap/encoding/"
         xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance">
         <soapenv:Body>
              <Login xmlns="http://schemas.ericsson.com/cai3g1.1/">
                   <userId>admin</userId>
                   <pwd>admin</pwd>
              </Login>
         </soapenv:Body>
    </soapenv:Envelope>

  • Error while transporting a Workbook

    Hi Pioneers
                  I got an Error while transporting a Workbook from Development to quality.The error is "logical transport object 432L not found in table RSTLOGOPROP".     
        Could u let me out with a possible solution....Plz...
    BR
    Sekhar.D.R

    Hi,
    You have to create a new request and transport it again before transporting ensure that you collect all the dependent objects manually in the "Transport Connection" in the collection options.
    Hope this helps
    Assign points if useful
    Regards,
    venkat

  • Unable to capture the Data Source into a Transport Request

    Hi All,
    We have a product hierarchy and we are using the data source :4R_PRODH_D_LGEN_HIER for the hierarchy.
    Now we need to transport this structure to the quality environment but we were not able to capture the datasource:4R_PRODH_D_LGEN_HIER into a transport request.
    When ever we activate the data source:4R_PRODH_D_LGEN_HIER it is asking for the Package and the Transport Request Number.If we give these details and save it, data source is not getting captured in the request, only the "bject Directory Entry" is getting captured.
    Can someone please guide me on how to capture the datasource under "Data Sources in BW" in a transport request.
    Regards,
    Sachin Dehey.

    Hi Sachin,
    Hierarachy datasource is not captured as Attributes and Text Datasource. So what ever you have done is correct.
    What ever is captured in Object Directory Entry is correct. So go ahead with your transports, once transport is done check the Hierarchy Infopackage with Available OLTP hierarchies and load the data.
    Most important thing first see that the all Master & Transactional Datasources are transported in R/3 Dev to QA to PRD
    In BW, datasources are not transported, only their replica is transported.
    Transportation of Datasource is done in R/3. Only their replica is transported in BW.
    So wht ever you have done till now is correct. So go ahead.
    While attaching Hierarchy Datasource it is captured only in "Object Directory Entry"
    Regards,
    Vishnu.

  • Error while assigning objects to Transport Request

    Hi All,
    while  assigning a Transfromation to a Treq i am getting an error saying
    Object '7KU37C7IG3T7AQ5NHSLEZVC91' (ROUT) of type 'Routine' is not available in version 'A'
    Message no. RSO252
    Diagnosis
    You wanted to generate an object with the name '7KU37C7IG3T7AQ5NHSLEZVC91' (in transport request ROUT) of type 'Routine' (TLOGO). This is, however, not available in the BW Repository database. It does not exist in the requested version A. If the version is 'D' then it is possible that an error arose during the delivery or installation. If the version is 'A' then the Object was either not created or not activated.
    System Response
    The object was not taken into account in the next stage of processing.
    Kindly advice how to rectify this error

    Hi,
    You see the which infoobejct contains that routine and first collect that infoobejct and transport it then transport Transfromation. I hope you are missing some Routines while collecting the Transformations into request.
    See OSS Notes:
    Note 613581 - Transfer structure does not exist in version 'D'
    Note 508921 - P11:Content transfer:RSO 252 or RSO 296:InfoObject
    Note 1157873 - BI7.0(SP18) Message RSO 252 using transport connection
    Thanks
    Reddy

  • Error while transporting a data type

    Hello all SAP PI Experts,
    I'm trying to transport a data type but I'm getting the below mentioned error.
    This is happening even when I gave the proper name of SWCV that contains this data type.
    Please suggest how this problem can be solved.
    Thanks,
    Ajeya G V

    Hi Ajeya,
         An easy trick is to open the DataType on your Enterprise Service Builder, and once it is opened,  (not edit, just open) go to Tools --Export Design Object
    The correct SC will be filled as default.

  • Error while transporting TP in production server in workflow

    Dear All,
    I have done some workflows . It is working fine in development in quality but in production while TP transporting it is showing error like '  Temporary log /usr/sap/trans/tmp/TP number not found'. why this error is coming ?
    Please guide m . Its urgent.
    Regards ,
    Shital

    Shital,
    Do you transporting those requests into PRD as Developer?
    I think it is basis related issue, did you had any word with SAP basis person.
    Any ways could you send long text when it is giving this error.
    May be some sequencing issue in PRD?
    Cheers
    Jai

  • Error while transporting the cube

    Hi all,
    While I was transporting my cube from Development box to Acceptance box, following error occured.
       Execution of programs after import (XPRA)
       Transport request   : GCDK905220
       System              : NCA
       tp path             : /usr/sap/NCA/DVEBMGS01/exe/tp
       Version and release: 372.04.10 700
       Post-import methods for change/transport request: GCDK905220
          on the application server: bdhp4684
       Post-import method RS_AFTER_IMPORT started for CUBE L, date and time: 20080802045222
       Program terminated (job: RDDEXECL, no.: 04522200)
          See job log
       Execution of programs after import (XPRA)
       End date and time : 20080802045237
       Ended with return code:  ===> 12 <===
    Actually transport failed but the cube was present in the Acceptance box in inactive state
    Please help me for the same.
    With thanks and regards
    Mukul Singhal

    Hi Mukul,
    This is an RC=12 issue.Contact the basis team or raise ticket basis team stating that your specified transport request is got terminated.Basis team will resolve the issue and then you can Import the transport into your acceptance system.
    I hope it will help you.
    Regards
    Suresh B.G.

Maybe you are looking for

  • Windows 7 - Adobe CS6 menu fonts missing

    The top menu bar and the panels are showing the wrong font in all of the applications. The submenus are fine. I needed to remove another application, and I'm guessing it took the required font(s) with it. Is there an easy fix to get those menu fonts

  • Logs --reorganize

    when system logs are full how reorganize them?which file contains all the logs at OS level?

  • Diacritic: unicode to ascii

    I'm looking for an algorithm to convert Unicode ro ASCII characters. The algorithm does not have to cover all unicode characters, but Latin1 and Latin 2 should be covered. If the character cannot be converted (no representation in ascii), then i can

  • Failed to install software on galaxy tabs 7.0

    I purchased my 2540 20 jan . Trying to install the software on a galaxy tab2 7.0 and failing. Is this printer compatible with my tablet and my broadband provider Virgin

  • Problem in Configuring Exchange in Nokia N8

    i am using N8. I am conguired my office mail in exchange but its reciving and sending any mails through this account. My contact are sync and its gone. Please anyone help me to get my contacts and work my mail. Karthikeyan