Creating TP request to an object stored under $tmp

Hi , i created a program in $tmp .
now i how can i create transport request to that object.
can i do like this :
Going to attributes , and change the package .
plz clarify this .
Thanks & Regards
suresh

Hi
You can create new transport reuqest but 1st u have to change the package for change of package
follow this
Se38
Give ur program name
on the menu bar Goto-->Object Directory Entry --> Change then give ur package name starting with Z
Reward all helpfull answers
Regards
Pavan

Similar Messages

  • Creating transportation requests.

    Hi,
    how can I create transportation requests for all customizing objects created before setting in trx SCC4 "<b>Automatic recording of changes</b>"?
    Best Regards

    Hi,
    the problem is that before setting "Automatic recording of changes" there were being created customizing objects as company code, plant etc.etc. without transportation requests.
    Now what I need is creating transportation requests, for those objects without transportation requests for the above reason.
    To do this I found in SAP customizing implementation guide (SPRO) that in each customizing object from the menu is possible do that clicking Table view, Transport.
    Best regards

  • 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.

  • Is there any BAPI/FM to create a trasnport request and add objects into it?

    Hi Experts,
    Could anyone please assist me in finding a BAPI/FM to create a transport request and add objects to it.
    I could find a BAPI BAPI_REQUEST_CREATE, it creates trasnport request but doesn't have option to add objects.
    Thanks
    Yogesh Gupta

    Create a custom Function Module , in that write a BDC to create a transport request and add objects to it.
    Thats it.

  • I have created two tables for my new  report under one transport request.

    Unwanted table transported
    I have created two tables for my new  report under one transport request.
    But I only need one table and the second table I was supposed to delete.
    However by mistake, with out deleting the second tableu2026 the transport request is released and moved to quality system.
    how to handle this issue. 
    I am not sure any additional changes for this program.
    Could you please suggest me an idea.
    Thanks in adv

    >
    sam kumar wrote:
    > Unwanted table transported
    > I have created two tables for my new  report under one transport request.
    > But I only need one table and the second table I was supposed to delete.
    > However by mistake, with out deleting the second tableu2026 the transport request is released and moved to quality system.
    >
    > how to handle this issue. 
    >
    > I am not sure any additional changes for this program.
    > Could you please suggest me an idea.
    >
    > Thanks in adv
    Does one custom table more or less really matter?  If you really want delete it, delete the table in DEV which will put it into a new transport and get that transport moved to TEST.

  • ARQ: What is the authorization object to restrict system selection while creating a request???

    Hi All,
    I am trying to know how I can restrict a requester to select specific system only while creating a request.
    I could find aut. object GRAC_ROLEP in role "XXX_requester". There is field GRAC_SYSID in this object wherein
    I can specify the connector name. Initially, it was having "*" value and then I changed it to specific
    connector. I sychronized the roles/users data and tried to raise a request. However, I still find all the
    connectors defined including LDAP!
    May I know how I can show only "required" connectors while creating a request?
    Regards,
    Faisal

    Dear Faisal,
    use GRAC_SYS and restrict GRAC_SYSID to the systems you want to display.
    Regards,
    Alessandro

  • CREATING TRANSPORT REQUEST TO OBJECT

    Hi All,
           I created an object in a LOCAL OBJECT. Can I create Transport Request for that iobject. If so how ?
    Thanks & regards ,
    Mani.

    Hi Mani,
    Please check the thread,
    how to assign a request number to the local object
    Regards,
    Hema.
    Reward points if it is useful.

  • Problem in creating a request

    Hi Friends,
    I want to transport a table to the production, How can I create a request to that table, I am unable to create a request for that table.
    Thanx in advance,
    Line

    Hi,
    a) Is the table in a package and not a local object??
    b) check whether the table is already locked in a request-> thats the reason it may not be creating a request.
    In Se11 => open your table in change , display mode and under Utilities=>versions=>version management check under request whether it is local , or any other request has already been created.
    Regards,
    Narayani

  • Function Module BAPI_ABSENCE_CREATE for creating leave request.

    Hi Experts,
    I am using FM BAPI_ABSENCE_CREATE for creating leave request. I am passing all the data into this as import parameter. When i am executing this return table gives statement  EPG184Employee/applicant is not locked yet
    Please let me know what i have to follow.
    Thanks And Regards
    Ranjeet Singh

    Use the below function modules in sequence
    1) HR_EMPLOYEE_ENQUEUE'
    2) BAPI_ABSENCE_CREATE
    3) HR_EMPLOYEE_DEQUEUE
    Functionality
    Using this method, an Absences infotype record (2001) can be created.
    Notes
    Messages are returned in the RETURN parameter. The parameter documentation contains the return codes and their meanings.
    The key fields used by this method are described under the parameters.
    This method can only be used if the ENQUEUE method has already been called up for the business object EMPLOYEE. For more information on the ENQUEUE method, please see the documentation on the function module BAPI_EMPLOYEE_ENQUEUE.
    Note: Create absence
    Caution! This API method only writes the Absences infotype (2001). It should no longer be used as it can lead to inconsistent time data. Instead, please use the corresponding 'ManageCreation' API method for business object BUS7007.
    Regards,
    SaiRam

  • How to delete unreleased transport request where the objects are locked

    Hi Experts,
      I was created a transport request, but I am facing some probelms with taht request, now I want to delete transport request. I tried to delete them in SE10, I am getting message that the objects are locked. Please tell me how to delete unreleased transport requests where the objects belong to this transport request are locked.

    Hi,
    First go to transaction se03 Choose "Unlock Objects (Expert Tool)" option under "Requests/Tasks" and unlock your task,
    Than go to se10 and delete what you want.
    I hope it helps.
    Bulent

  • Create change request

    Hi,
    I have program which change data in tables by the user .
    when the user save his change i want a popup like in sm30 that will ask him to create change request.
    his there any fm that will do this or something else??
    Thanks.

    If an Object needs to be transported from one server to the other then we need a Workbench Request/Customising requests depending on the requirement ie configuration or ABAP related developments.
    If I am not wrong you intend to generate a number so that you can keep track of changes that were done and not to move from one server to another server.
    In such a case just explore if you can generate an external number range and generate one NUMBER each for every change in the table using some wraper program and storing it in a table.
    For generating a number you can use  
    CALL FUNCTION 'NUMBER_GET_NEXT.
    Just an idea,not sure how far it is feasible
    K.Kiran.

  • Unable to Create Transport request in more then one DEV client (in ChaRM)

    Hi,
    We are having 2 Landscapes,
    DV1 (100) --> QA1(100) --> PR1(100)
    DV1 (200)--> QA1(200) --> PR1(100)
    Both these landscapes are added in the ChaRM Project landscape. When we have created a correction and created a Workbench request, we were getting the option to choose the DEV system and we chose DV1(200). When we tried to create a TR for Customizing in DV1(100) it did not provide the pop up for DEV systems and directly created the customizing request also in DV1(200). We were unable to even create the TR in DV1 (100) - using the task 'Create Transport request' in the Task plan for the corretcion (It gave an Error that the DV1(200) is the Development system for this change).
    is this the standard behaviour? can't we have TRs from different client/ development systems under the same correction?
    Please clarify?
    Regards,
    Kathir

    Hi
    As i said earlier you will get option to choose system for creating Transport Request only in case of normal corr
    but in case of urg corr
    you need to give ibase for production of the cocerned landscape
    e.g if u have ecc and bi and want to create transport in ecc then giv ibase for prd of ecc only
    because you will not get pop up in urg corr
    Hop doubt clarified
    Regards
    prakhar
    Edited by: Prakhar Saxena on May 12, 2010 6:17 AM

  • Portal runtime error on creating Travel Request

    I have copied the standard ESS Role and created my own ESS Role. I then assigned this to my portal user.
    Then when I log into the portal as the user and click on "Create Travel Request" or "Create Expense Report" URLs, I get the following error:
    Portal runtime error.
    An exception occurred while processing your request. Send the exception ID to your portal administrator.
    Exception ID: 04:53_02/02/10_0021_23623650
    Refer to the log file for details about this exception.
    Is there any portal/IMG setup that is missing? Or any authorization missing?

    Thanks I made changes to Resources node in IMG.
    Before making these changes I was getting the following error:
    Portal Runtime error. An exception occured while processing your request... Exception ID:.... Refer to log for details....
    I just changed the URL of PCD page in the Resources node.
    Note:
    (1) In Portal I have made my own folder structure:
    -> Portant Content
    -->My Travel Setup
    --->Employee Self-Service
    >Roles
    >MyTravelESS (role copy of the original Portal ESS role, Delta link. i.e. ESS role under End User Content-->Employee Self-Service)
    (2) I have not copied the iviews, pages worksets etc. under my new folder structure.
    But Now I am getting another error:
    500 Internal Server Error...
    Root Cause
    The initial exception that caused the request to fail, was:
    com.sapportals.portal.prt.runtime.PortalRuntimeException: Failed in WD JNDI lookup. javax.naming.NameNotFoundException: No child found in WebDynproContext with name base

  • Creating a Request via OIM 11g API

    I'm trying to create a request in OIM using the API. I found this post ( OIM 11g - Setting Process Form Data through Request API ) which has the code to do it but I'm getting an error:
    Here is what I have
    OIMClient client = getOIMClient(url, username, password);
          long resKey = 0L;
          String str = null;
          String resourceKey = null;
          Map<String, String> searchMap = new HashMap<String, String>();
          tcResultSet resultSet = null;
          RequestData requestData = null;
          Beneficiary beneficiary = null;
          RequestBeneficiaryEntity entity = null;
          List<Beneficiary> beneficiaryList = new ArrayList<Beneficiary>();
          List<RequestBeneficiaryEntity> entityList = null;
          List<RequestBeneficiaryEntityAttribute> entityAttrList = null;
          String RESOURCE = "TESTRESOURCE_GTC";
          tcITResourceInstanceOperationsIntf operations = client.getService(tcITResourceInstanceOperationsIntf.class);
          Map<String, String> conditions = new HashMap<String, String>();
          conditions.put("IT Resources.Name", "TESTRESOURCE_GTC");
          resultSet = operations.findITResourceInstances(conditions);           
          resKey = resultSet.getLongValue("IT Resource.Key");
          resourceKey = Long.toString(resKey);
          RequestBeneficiaryEntityAttribute parantAttr = new RequestBeneficiaryEntityAttribute();
          parantAttr.setType(TYPE.String);
          parantAttr.setName("Title");
          parantAttr.setValue("Mr.");
          entityAttrList = new ArrayList<RequestBeneficiaryEntityAttribute>();
          entityAttrList.add(parantAttr);
          entity = new RequestBeneficiaryEntity();
          entity.setEntityKey(resourceKey);
          entity.setEntityType(RequestConstants.RESOURCE);
          entity.setEntitySubType(RESOURCE);
          entity.setEntityData(entityAttrList);
          entityList = new ArrayList<RequestBeneficiaryEntity>();
          entityList.add(entity);
          System.out.println("*********** USR KEY" + usrKey);
          beneficiary = new Beneficiary();
          beneficiary.setBeneficiaryType(Beneficiary.USER_BENEFICIARY);
          beneficiary.setBeneficiaryKey(usrKey);
          beneficiary.setTargetEntities(entityList);
          beneficiaryList.add(beneficiary);
          requestData = new RequestData();
          requestData.setRequestTemplateName("Self-Request Resource");
          requestData.setJustification("Test");
          requestData.setBeneficiaries(beneficiaryList);
          UnauthenticatedRequestService reqsrvc = client.getService(UnauthenticatedRequestService.class);
          str = reqsrvc.submitRequest(requestData);
          System.out.println("Value from submitRequest : '" + (str != null ? str : null) + "'");I'm getting
    <Feb 14, 2012 4:53:24 PM EST> <Error> <oracle.iam.request.impl> <IAM-2050128> <Invalid beneficiary key was specified for Self-Request. >
    oracle.iam.request.exception.InvalidRequestDataException: IAM-2050128:Invalid beneficiary key was specified for Self-Request.
    I can see that USER KEY is getting populated.
    Edited by: DJ on Feb 14, 2012 4:59 PM
    Edited by: DJ on Feb 14, 2012 5:00 PM

    While creating a request to provision iPlanet User one of the errors I was getting:
    oracle.iam.request.exception.RequestServiceException: IAM-2050061:Type mismatch for the attribute Server. The type passed is String, but the corresponding type in the data set is Long.:Server:String:Long
    So I replaced the value of the attribute Server to the IT Resource.Key which is 5. After making the changes, it goes through approvals with no problems, but when I approve all the work items, it errors out with an error:
    Error occurred while provisioning resource with key 45 to user 5
    User Key is 45 and Resource Key is 5. I'm not sure why it swapped it.
    Here is the code I'm using:
    public static void createRequest(String userLogin, String templateName, String resourceName, HashMap<String, Object> attrs, OIMClient client) {
        try {
          String usrKey = searchUserByLogin(userLogin, client).get(0).getId();
          long resKey = 0L;
          String str = null;
          String resourceKey = null;
          Map<String, String> searchMap = new HashMap<String, String>();
          tcResultSet resultSet = null;
          RequestData requestData = null;
          Beneficiary beneficiary = null;
          RequestBeneficiaryEntity entity = null;
          List<Beneficiary> beneficiaryList = new ArrayList<Beneficiary>();
          List<RequestBeneficiaryEntity> entityList = null;
          List<RequestBeneficiaryEntityAttribute> entityAttrList = new ArrayList<RequestBeneficiaryEntityAttribute>();
          tcITResourceInstanceOperationsIntf operations = client == null ? Platform.getService(tcITResourceInstanceOperationsIntf.class) : client.getService(tcITResourceInstanceOperationsIntf.class);
          Map<String, String> conditions = new HashMap<String, String>();
          conditions.put("IT Resources.Name", resourceName);
          resultSet = operations.findITResourceInstances(conditions);
          resKey = resultSet.getLongValue("IT Resource.Key");
          resourceKey = Long.toString(resKey);
          for (String attr : attrs.keySet()) {
            RequestBeneficiaryEntityAttribute parantAttr = new RequestBeneficiaryEntityAttribute();
            if (attrs.get(attr) instanceof String) {
              parantAttr.setType(TYPE.String);
              parantAttr.setName(attr);
              parantAttr.setValue(String.valueOf(attrs.get(attr)));
              entityAttrList.add(parantAttr);
            } else if (attrs.get(attr) instanceof Long) {
              parantAttr.setType(TYPE.Long);
              parantAttr.setName(attr);
              parantAttr.setValue(String.valueOf(attrs.get(attr)));
              entityAttrList.add(parantAttr);
            } else {
              // do nothing
          entity = new RequestBeneficiaryEntity();
          entity.setEntityKey(resourceKey);
          entity.setEntityType(RequestConstants.RESOURCE);
          entity.setEntitySubType(resourceName);
          entity.setEntityData(entityAttrList);
          entityList = new ArrayList<RequestBeneficiaryEntity>();
          entityList.add(entity);
          beneficiary = new Beneficiary();
          beneficiary.setBeneficiaryType(Beneficiary.USER_BENEFICIARY);
          beneficiary.setBeneficiaryKey(usrKey);
          beneficiary.setTargetEntities(entityList);
          beneficiaryList.add(beneficiary);
          requestData = new RequestData();
          requestData.setRequestTemplateName(templateName);
          requestData.setJustification("Test");
          requestData.setBeneficiaries(beneficiaryList);
          System.out.println("Resource Keys " + resKey + " " + resourceKey);
          System.out.println("User Key " + usrKey);
          RequestService reqsrvc = client == null ? Platform.getService(RequestService.class) : client.getService(RequestService.class);
          str = reqsrvc.submitRequest(requestData);
          System.out.println("Value from submitRequest : '" + (str != null ? str : null) + "'");
        } catch (Throwable t) {
          t.printStackTrace();
      }Edited by: DJ on Feb 16, 2012 5:01 PM

  • Creating a request in Transports? Step by step needed.

    Hi BW gurus,
    I would like to know the steps for creating a request with collection of necessary objects which needs to be transported.
    the necessary objects are: Multi provider, Info cube, Update rules.
    Collection mode is selected as manually.
    Grouping is selected as only necessary objects.
    The Infocube which needs to be transported is the new one created from a copy of existing cube.
    The Multiprovider is the existing one which has been modified by including the new cube created.
    The Update rules which needs to be transported are also the new ones created from the copy of existing ones.
    So, Please give me the step by step procedure for doing this.
    Note: Against Multiprovider, we have a check box for transport. When that can be checked. I hope it can be checked if we select the data flow before & afterwards only.
    Please clarrify.
    Points will be rewarded for sure for all helpful answers.
    So, please spare some time & write the answers.
    Thanks & Regards

    Hi,
    In Transport Connection Just select U r Multi provider select grouping  with Before
    then u 'ill get u r requirement after u can select witch objects u needs to transport.
    let me know further
    *******Asign Points If useful*******
    Cheers,
    Satya

Maybe you are looking for

  • Mail Missing From Restore

    Hello, We are having some issues with missing mail (mainly in Inbox, Sent and Trash) from a restore process. Several users' mail was inadvertently deleted on the mail server. We figured out who the users were and set about restoring their mail from o

  • I forgot my password for my Macbook Air!!

    Please help i have changed my usual password and i cant remember my new password for my mac!

  • Hiding Some DataBase Objects

    i want a way or a product that can hide packages body specific Tables ,function and procedure from being viewed,Altered  by /,System or sys i will give this privileges to other users temporary and i will back again , it is just a while   i hope you h

  • CDC and OWB 10g R2 installation error

    Hi, We are using CDC (Autolog) and OWB 10g R2 for the warehouse. We have CDC installed and up and running on the database. I then try to install the OWB 10g R2 repository using OMBPlus and it fails with this error message: OWB repository installtion

  • Verifying war file : Strange error

    Hi all! When i run javke 1.4.2 i receive a strange failed tests, that i can't understand. What it mean?      FAILED TESTS :      Test Name : tests.web.WebArchiveClassesLoadable      Test Assertion : All classes in this Web Archive are loadable. Pleas