Adding areport to a request

hi all,
how do I add a report to a transport request.
i accidentally added two different reports the same request and so deleted them.
but now i dont how to create a request for them.
thanks
goldie

Go to Program in change mode.
Put some space after any line.
Save it. System will ask you the Transport request to save it.
You need to do it for the Text elements and PF status (if any).
Regards,
Naimesh Patel

Similar Messages

  • When is the entire function group added to the transport request

    When you modify a functionmodule in a function group, only the object of the functionmodule( LIMU FUNC) is added to the transport request.
    When you modify an include of the function group, the reportsource of that include (LIMU REPS) is added to the transport request.
    But under some circumstances the entire function group is added to the transport request (R3TR FUGR).
    Can somebody clarify under what circumstances the entire Function Group is added to the transport request?

    I was actually looking for the reason why I would find R3TR FUGR objects in requests for existing function groups.
    What I found out is that R3TR FUGR is added to the request when :
    - the function group is created
    - a function is renamed
    - the function group is deleted
    - you choose : Write Transport Entry, in the context menu of the Function group.
    The <b>actual problem </b> was that in our upgraded system (<b>ERP2005</b>) we had a transport containing the function group (R3TR FUGR) and <b>we thought</b> none of these actions had been taken.  After talking to the developer in question, I found out he did rename a function module, so I have my solution.
    But thanks everybody for the insight.
    Message was edited by: Dries Horions

  • Problems adding object to Transport request via FM TR_REQUEST_CHOICE.

    Hi.
    Iu2019m having some problems with a function module to a table entries to a transport request.
    I want to put all table entries of a specified table (ZTRANSPORT_TEST) into a transport request by calling a function module.
    Iu2019m filling the structures e071 with programId u201CR3TRu201D and ObjectType u201CTABUu201D but I get the following error:
    Object R3TR, referred to by the object key, does not exist
    Message no. TR600
    Diagnosis
    The object keys of the request/task cannot be edited because the object (R3TR) which is referenced by the object key is not in the request, nor is it going to be added to the request.
    What am I doing wrong?
    Here the source code:
    REPORT  z_test_add_to_request.
    PARAMETERS: p_req TYPE trkorr. "W22K900273
    DATA: it_e071     TYPE tr_objects,
          it_e071k    TYPE tr_keys,
          wa_e071     TYPE e071,
          wa_e071k    TYPE e071k.
    * Create Object entry.
    wa_e071-trkorr    = p_req.
    wa_e071-pgmid     = 'R3TR'.
    wa_e071-object    = 'TABU'.
    wa_e071-obj_name  = 'ZTRANSPORT_TEST'.
    * Create Key entry.
    wa_e071k-trkorr   = p_req.
    wa_e071k-pgmid    = 'R3TR'.
    wa_e071k-object   = 'TABU'.
    wa_e071k-objname = 'ZTRANSPORT_TEST'.
    wa_e071k-tabkey   = '*'.
    * Fill tables.
    APPEND wa_e071  TO it_e071.
    APPEND wa_e071k TO it_e071k.
    * Add table entries to the transport.
    CALL FUNCTION 'TR_REQUEST_CHOICE'
      EXPORTING
        iv_suppress_dialog   = 'X'
        iv_request_types     = '*'
        iv_request           = p_req
        it_e071              = it_e071
        it_e071k             = it_e071k
        iv_lock_objects      = ' '
        iv_with_error_log    = 'X'
        iv_no_owner_check    = 'X'
      EXCEPTIONS
        invalid_request      = 1
        invalid_request_type = 2
        user_not_owner       = 3
        no_objects_appended  = 4
        enqueue_error        = 5
        cancelled_by_user    = 6
        recursive_call       = 7
        OTHERS               = 8.
    IF sy-subrc <> 0.
      MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
              WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
    ENDIF.
    Regards Michael

    Hi.
    Found the problem. I missed to fill the entries:
    wa_e071-objfunc     = 'K'.
    wa_e071k-mastertype = wa_e071-object.
    wa_e071k-mastername = wa_e071-obj_name.
    Regards Michael.

  • Adding objects to transport request

    Hi all,
    I need to add a generated SAP object into a transport request.
    How can i do this without making changes to the object?
    Thanks.

    Hi,
    You need to create a Workbench TR request in SE09. Go to the detailed screen of the transport. Go to change mode. In the objects tab, you can see a table for the object details. click on the ADD button. Give the Program ID as R3TR. Object ID depends on the object type. You can find the list of values in F4. In the object name, give your object name. Select that entry and click on the LOCK button.
    The object will be locked under the TR.
    Reward points if helpful!
    Thanks and Regards,
    Lakshmi.

  • How do I delete a Dependant Activity that was accidentally added to a Service Request?

    It does not let me "delete" the activity, any other I add I can delete. Also I tried to "Cancel" the Service Request, and it gave me an error, shown below.
    Any Suggestions? This is the second time I have had this issue, but before I was able to cancel the Service Request for the User. This specific Request has already been worked, and they are just trying to close it, and that is where they saw that the dependant
    activity was used instead of Manual Activity, and they can not close it.
    FYI, we do NOT have change management turned on yet, we are fairly new to SCSM.

    Was the activity already in-progress or pending? Once an activity has a status, it can no longer be deleted. This is based partly on ITIL principles as well as Service Manager's design. Once an activity "exists", it should only be pending, on hold,
    in progress, completed, or skipped (or canceled/failed when things go wrong).
    In my opinion, if you accidentally add an activity, you should simply set it to "Skip" and it won't interfere with your work item any longer.
    You're free to delete activities that have no status (indicated by the yellow "star" icon on the activity). Typically activity templates will not have a status so you can easily add/remove them from a work item template. However, once you submit
    a new activity to an existing work item, SCSM's workflow engine will set that activity's status which will prevent you from deleting it.
    So, basically, if you see the star icon, you can delete the activity..otherwise, just set it to skipped.
    If you want to get technical, you can use powershell or the SDK to really delete any activity, but there are pitfalls to watch out for. For example, if you delete an activity, make sure you adjust all the other activity's SequenceId values or the activities
    probably won't run through their lifecycle properly.
    As for the error you got when you tried to cancel it the first time, I'm not sure what caused that.

  • Problem adding HTTP header to request

    Hi all,
    My company is wanting to access our Adobe Connect through our
    SAP portal without requiring the user to stop and enter their Adobe
    Connect password.
    The documentation available says that this should be possible
    using a combination of SAPSSOEXT (to interrogate the SAP ticket and
    authenticate the user coming from the SAP portal) and HTTP header
    authentication within Adobe Connect (by inserting the authenticated
    username into a custom HTTP header).
    However the problem is that I'm intending to use Java, but I
    can't find any Java functionality that will allow me to add a
    header into an HTTP request.
    Has anyone done anything like this before? Any ideas on how
    to go about it?
    Thanks in advance,
    David

    In 10.1.3.5, there were several examples or samples in the Oracle BPEL folder. I think there were ones called HTTPGetService and HTTPPostService. You might check to see if they are still around.

  • Objects did not added to the transport request

    Hi team
    Pls advise, I've been trying to create a transport for some workschedules in client DDD.
    But although I've created a transport and saved it, when I look at the transport or task, there's no objects saved in it. For the other clients BBB, CCC, when I do the same process, I would see the table T552a in the transport task and the list of entries generated.  But in client DDD, it is always blank.
    Can you please tell me how to investigate this issue.
    Regards
    Bhaskar
    Edited by: bhaskar1818 on Dec 10, 2008 10:04 AM

    You can manually add the object into that transport request number. Login into client DDD and go to SE01 -- Select the request-- go to Request/Task- object list - include objects- freely select object.
    The reason could be behind this that transport request has been not allowed for the client DDD, if i understand correctly the problem
    Regards
    Subhash

  • Object not added to the Transport Request

    Hi,
    We have a z-tcode thats a replica of SPAD for creating printers.
    Once the printer is created, a prompt asks for creating a new Transport request(TR in short) and once the TR gets created, the printer finally gets attached to this TR.
    This tcode works fine in 4.6 version. But not in ECC6.0 version.
    In ECC6.0, the TR gets created and the printer too is created but its not attached to the TR.
    I checked the codes in both the versions but could not find any difference between them.
    One thing I noticed that the statement CALL transaction... within one of the sub routines(that adds the printer to the TR) has a parameter for message and it doesnot get populated with any entries,
    while it does in 4.6 version.
    Please suggest.
    Regards,
    Binay.

    Hi,
    In debug mode try passing the same message & check whether it works.
    if yes, then you may hardcode the same.
    Best regards,
    Prashant

  • Adding User attributes in Request details

    Hi,
    I want to add user details like Manager Name in addition to default attributes to approval request for a user.
    Can you please tell me how can I do this.
    Thanks In Advance

    Hi Charan,
    You can create a resource object form and ask user to fill details what ever you want to show before manager while he approve the request.
    When user submits the request after giving the details manager will assign a task and when manager click on request id he will able to view the resource object form and their he can view all the details given the user.
    Let me know if you have any other doubts.
    Regards
    Alabhya Goel

  • Adding objects in transport request

    Hi sdn,
    by mistake I didn't include some infoobjects in the transport request, how i can add this missing infoobjects in my transport request
    rubane

    Hi Kamaljeet
    thx for ur reply i had included two infoobjects one comes under object list of request and another comes under request itself by using transport connect what is the difference between these two.
    rubane

  • Automatically adding objects to Trasport Request

    Hi All,
    I want to add few objects (DDIC domains, to be specific) to an exisiting transport request. I want to add this through a program. Please let us know how I can do the same.
    Please let me know what FM's or Report programs available to do this.
    Thanks in advance.
    Regards,
    Surendra

    I want to add few objects (DDIC domains, to be specific) to an exisiting transport request.
    I want to add this through a program. Please let us know how I can do the same.
    I don't understand why you want a program to add a few objects.
    Simply add them to the task
    R3TR DOMA <domainname>
    R3TR DTEL <data element>
    R3TR TABL <table definition>
    R3TR PROG <abap program including docu, screens etc>
    Writing a program to perform this takes much longer then just enter them manually.

  • AddRequestObject has been deprecated while adding a resouce to a request

    Hi Friends,
    I have created a schedule task to create a request and to add users to it and also to provision a resource to the user. It is creating a request and adding a user successfully.
    But while adding resource to the request by using the correct request key and object key, I am getting a compilation error.
    This is the statment I am giving "requestIntf.addRequestObject(reqkey,objkey);"
    I am getting the compilation error as "addRequestObkect(reqkey, objkey) in Thor.API.Operations.tcRequestOperationsIntf has been deprecated"
    Did research in google but did not find anything. Can you please let me know what I am doing wrong.

    Using API : - you can use tcFormInstanceOperationsIntf api method setProcessFormData
    setProcessFormData
    public void setProcessFormData(long plProcessInstanceKey,
    java.util.Map phAttributeList)
    throws Thor.API.Exceptions.tcAPIException,
    Thor.API.Exceptions.tcInvalidValueException,
    Thor.API.Exceptions.tcNotAtomicProcessException,
    Thor.API.Exceptions.tcFormNotFoundException,
    Thor.API.Exceptions.tcRequiredDataMissingException,
    Thor.API.Exceptions.tcProcessNotFoundException,
    tcAPIException
    Sets the process data associated with an instance of a process in the system. If the process data already exists, then it updates the data with the specified values. In the case of a first-time save, all the required data must be provided. In the case of subsequent saves, only data being updated need be provided.
    Parameters:
    plProcessInstanceKey - The key of the process instance in the system.
    phAttributeList - An array of tcMapping objects, each used to specify the attribute name-value pairs to be used to save data to the form
    Throws:
    tcAPIException - an error code of DOBJ.USR_PASSWORD_DOES_NOT_MATCH_POLICY might be set within this exception. If that's the case, one or many password policy rules were not met for password field in the form.
    tcInvalidValueException
    tcNotAtomicProcessException
    tcFormNotFoundException
    tcRequiredDataMissingException
    tcProcessNotFoundException

  • Adding a object to the next request

    Hi all,
    Suppose your in a JSP section at the top of your page, and later there is an html button, that will submit the form. I know you can write code such as:
        request.setAttribute("name", object);However, that attribute is set to the previous request. (Which seems mostly useless.) However, suppose I wanted the object to be added to the next request. The request when the user click the button.
    I know about hidden inputs, but I want to add actually objects to the request, not just strings. Besides, it is kind of a pain, to add a different hidden input every time you want to add an object to the next request.
    I like how session works, with session.getAttribute(name) and session.setAttribute(name, value).
    What advice do you guys have?
    Grae
    PS: See http://forums.sun.com/thread.jspa?threadID=5442963&tstart=0 for more details. I am still looking for more answers.

    It turns out hiddenInput is only for strings, not objects. I am not using tomahawk or a4j, so I can't use either of them. Do you have any other ideas?
    I was thinking of using a session scope Map, and adding the object to the map, and passing the key to the next page as hidden input. However, I am having a little trouble telling when and how to add it to the map.
    I want the object to accept input from the gui, and then be saved. Basically, I think I need to grab the object at a phase after the data is added to the object, but before the object it deleted. I don't know a lot of the phase listeners, so I am not sure how to do what I want to do.
    Do you have any ideas how I would do that, or a better way to do the same thing?
    Grae

  • Null value in Session vars and request.getParameter

    We're migrating our application from iPlanet.
              Under iPlanet, when we looped through a resultset and set the values to
              session variables - it worked fine, even when a resultset value was null,
              but in WebLogic, I get the following error:
              java.lang.IllegalArgumentException: key/value is null
              Is there anyway to "turn this off" so it behaves like iPlanet?
              My second question is that we have many JSP's that check to see if a
              parameter is null in javascript:
              Here's the code:
              function onLoad() {
              document.form.elements[0].focus();
              // Check to see if the user is coming from a shortcut
              var imageName = "<%=request.getParameter("imageName")%>";
              if (imageName == "null") {
              selectTop("<%=select_image%>");
              } else {
              selectTop(imageName);
              <% if (tableIndex == 2) { %>
              loadShortcutIcon(13,100);
              <% } %>
              in iPlanet, when the parameter "imageName" is not in the URL, the javascript
              variable gets set to "null" - but in WebLogic, it is set to a blank string -
              "". Is there anyway to make this return null like iPlanet?
              Thanks,
              Matt
              

    Hi,
    the URL parameter is added just for the request to the page. When you press the command button then you issue a new request that does not have a URL parameter added. To work around this, you can use a PhaseListener that stores the URL request parameter in the session for later use
    Frank

  • Authorisation request for this document was cancelled

    Forum,
    I have an approval stage and template configured in SAP when a sales order is raised it prompts the user for authorisation. Whilst this is ok'd the order is placed in a 'Draft' status. Upon trying to add one particular order, i get the following message:
    The authorisation request for this document was cancelled. The document cannot be added inless the authorisation request is restored.
    As he needed to get the order processed. I advised he duplicate the order and re-add it this time ensuring the correct authorisation procedure is carried out.
    Why would this occur?
    Regards,
    Juan

    HI Juan
    The question u have asked is nor very much clear the first scenario is that once the approval is rejected the document saves in draft well if thats the concern than this is the way the approval procedure is defined that without approval the document should not have any affect on the system whereas rightly said by fellow geniuses u can have multiple person to approve if one is not present other can approve it this would save time and effort for you
    The second scenario is that the approval procedure u have assigned gives u the message with one particular document and its fine with rest if thats the case then i would request you please check the query if there is any associated with the approval procedure
    Regards,
    Manish

Maybe you are looking for

  • How to add multiple databases for a single frontend

    We have a project based on distributed databases and we have to workout on .Net framework.I want to know some information of connecting multiple databases for a single frontend and how can we access them. If so we have connected 2 databases for a sin

  • How to share the same QUERY among report, chart on the same page? and more

    Dear HTMLDB experts, I am absolute rookie to this tool, so I have some questions need you all's help. (1) When I build a page with a spread sheet and a chart on the same page, they all use the same query to get the data. However, I have to type in th

  • Multiple Digital Signatures in one Form

    Hello I have an Interactive Forms that requires the digital signing of 6 different users. There is a control under the Web Dynpro Native named : Signature : Sign and Lock which allows multiple signatures but I am not able to use it correctly. I need

  • Need to have iPad Safari browser support

    OK I know this is hard to do, but I have a site that is redering badly only on the iPad Safari Browser.  It works perfectly in all other browsers on all other platforms.  Any way to get this support?

  • FXTrans Script does not clear previously translated currencies

    Good morning Experts! On Page 4 of the Document named "How to Configure Limited Currency Translation" that was provided to me by SAP Support, with regards to the FXTrans Script, it states "The translation process first determines what rates and curre