Problem in tables of transport request !!!!

Hi all,
When i doing the Charm Process....nd during that when the developer generates the transport request....at that time that tp request appears in table /tmwflow/trordhc but it does not appear in /tmwflow/track .... nd after releasing the subtasks and then finally the whole transport request....at that point also it does not appear in /tmwflow/track ..... after this when the basis person pass that transport request to quality....then the /tmwflow/track shows 1 record for that transport request.....so finally after the whole flow /tmwflow/track will show 2 records for that transport request i.e 1 of quality and 1 of production....logically 'dev' record should also be there.....what i am noticing is after few hours like 2 or 3 hours that development record started appearing in table /tmwflow/track .... so is it a problem in configuration of solution manager or this sudden appearance of dev record is ok....coz ive to build a report in which it displays the tracking of tp requests....
Any suggestions would be helpful...
Regards,
Deadlocks

Hey deadlocks,
many ChaRM tables are updated as Fernando said when cmssyscol job finished.
I guess those 2/3 hours correspond to the time u waited before the job runned. The transaction solar_eval and a couple of others allow u updating data as well.
U have to know that this job may sometimes/quite often give unsupected/missing data; and also delayed. The best you can do is simply read the tr log using a function modul and interpretate info concerning the transport requests
    CALL FUNCTION 'TRINT_TDR_USER_COMMAND'
      EXPORTING
        iv_object  = lv_object
        iv_type    = ls_sel_node-type
        iv_command = lv_command
      IMPORTING
        ev_exit    = pv_exit.
LV_OBJECT                                             SLMK900004
LS_SEL_NODE-TYPE                                     REQU
LV_COMMAND                                             TAST
for example.
You can debug log reading in SE01 and put a watchpoint on instruction 'CALL FUNCTION'. It is the second one.
This will display log on screen
Good luck
Khalil

Similar Messages

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

  • Problem when creating a transport request

    Hello
    I copied productive BR3 to test BR1 system(it is a BW3.5 system). Test BR1 existed also before(only the main client was 003).
    Now main client is on both 001(I do not know if this matter). I replicated with transport controller and everything went fine.
    When I want to create a transport request I have problem "Extended transport contrl is not active . Cannot specify target client". when I wannt further explanation I get:
    "Extended transport control is not active: Cannot specify target client
    Msg.nr.TR067
    Diagnosis
    Extended transport control is not active. This means that you can only release transport requests for the following transport targets:
    Target group
    R/3 System without specifying a client
    Procedure
    Change the transport target of the request by removing the client (for example, "C11" instead of "C11.010").
    The simplest way of doing this is to use F4."
    When I use F4 for "Target" field I get "BR3.001" as only option. If I choose BR3.001 I get above message. If I use "BR3" I get "BR3 is not a consolidation target". For further explanation I get :
    "BR3 is not a consolidation target
    Msg.nr TK658
    Diagnosis
    Transport target BW3 is not configured as a consolidation target of this SAP System. If you do not stick to configured transport routes, you may cause inconsistencies between the SAP Systems in the system landscape.
    If you use extended transport control, you also need to specify a configured target client.
    If the configured consolidation target is a target group, you also need to specify the target group as the transport target, if the target group consists of a single target system, or a single target client.
    Procedure
    Choose a configured transport target, or change the transport route configuration in the Transport Management System.
    What to do?

    Hi Jan,
    Please check whether parameter CTC=1 has been set in Transport tool,If not set it.
    Also check whether your transport group is configured properly
    regards,
    Jai

  • How to include a table into transport request

    Hello,
    please, i want to export 2 tables into a request order, then i will import this order on an other system; is it possible?
    how please?
    Regards

    Hi,
    In that case it will help you
    http://searchsap.techtarget.com/tip/How-to-transport-table-entries
    Regards,

  • Table for Transport request

    Hi all,
    We have requirement like based on the object name need to fiind the latest transport request number(which creted newly after the changes).
    please if any one have idea, in which table it is getting stored please help me.
    thanks in advance.
    thanks & regards,
    Madhavi

    Hi,
    we have different tables meant to store different types of requests.
    E070 , E071 could be checked.
    Hope this helps you.
    Regards,
    Kiran

  • Table for transport request objects

    Hi,
    I need to copy the objects present in the transport request(Request/Modified) to any other transport request.
    Can any body tell me the table that stores the information regarding transport request.
    Pooja

    For your requirement you can do with menu bar options from the SE09 transaction,
    Don't go for suggested table level changes,
    Never in SAP system do any SAP table level change, you are invalidating your Service licence agreement in doing so. If any inconsistencies arise in production because of such recklessness then SAP will simply blame you. You can do as many changes in a Z table created by you but never in SAP tables.
    Hope you understand what I meant!
    --Naveen Inuganti

  • Table for transport request deleted.

    hi,
    Can anyone please tell me the table name where transport request which are deleted are stored.
    Sonali.

    Sonali,
    there is two table like *E070 and E071* and also you can search in SE03 also.
    Amit.

  • Need table for Transport Request component

    Hi,
    I need the name of the table that stores the TR name and all the Objects to be transported in them.
    Thnx in advance,
    Chirantan

    Check <b>E070</b>
    E070     Change & Transport System: Header of Requests/Tasks
    E070A     Change & Transport System: Attributes of a Request
    E070C     CTS: Source/Target Client of Requests/Tasks
    E070CREATE     Change & Transport System: Creation Date of Request
    E070DEP     Change & Transport System: Dependencies of Requests
    E070L     CTS: Index for Assigning Numbers to Requests/Tasks
    E070M     CTS: Target Development Class/Layer for Requests
    E070N     UNIX/SAP User Connection
    E070P     Path under which a C correction is created
    E070TC     Help Table for E070 for Client-Specific Imports
    E070USE     Use of Current Requests by Users
    E071     Change & Transport System: Object Entries of Requests/Tasks
    E071C     Change & Transport System: Client-Specific Lock Flag
    E071E     Lang. Transport: Positive List for Generic Object Selection
    E071K     Change & Transport System: Key Entries of Requests/Tasks
    E071KF     Change & Transport System: Nametab Information on Key Fields
    E071KFINI     Change & Transport System: Nametab Information on Key Fields
    E071L     Language Transport: Transport Information
    E07T     Change & Transport System: Short Texts for Requests/Tasks

  • Tables containing transport / request info

    When i click on a transporet request i get a tree with the objects in that transport.
    Does anybody know the tables that contains the information about certain transport resuest.

    Eric,
    PL check E071 table
    Good Luck,
    Suresh Datti

  • Problem while creating the Transport Request in BI Development.

    Dear Friends,
    We are trying to transport the objects from BW Development System to BW Production system. We are using the Path RSA1-> Modeling -> Transport Connection.
    In Transport Connection i selected grouping "Only necessary objects" and later i selected the ODS object into right side panel (Transport Area), by default it showed as $TMP package, to change the Package into our own package we clicked on Package pushutton. It popup a screen "Select Objects for Changing Package" here we selected all and clicked on OK button and it asked for the new Package name where we specified our own package name (ZBIW) and clicked on save button and it got save after changing the package name we selected all the objects and clicked on the Transport pushbutton but it did not asked for a request id and we got the following message.
    Error/Info Message:
    Edit objects separately since they belong to different original systems.
    Choose 'Display object' or 'Cancel'.
    Please give us your valuable input for our issues.
    Thanks in Advance.
    Regards,
    Akash.

    Hi,
    find the Objects for which the system is creating this error from the error messages.
    And then search for those objecs in the collected objects ,in right hand side screeb of Transport connector. you can find them two times ticked.And then remove tick mark for one .So that. you are making tick mark for only one time for those objects.
    with rgds,
    Anil Kumar Sharma .P

  • Problem while releasing a transport request to Quality for BADI

    Hi i have implemeted a BADI for ME21N User exit.
    I have transported the BADI to Quality.
    It is giving an syntax error.
    But iam not getting any error message in Development.

    Error in ABAP application program.
    The current ABAP program "CL_EXIT_MASTER================CP" had to be
      terminated because one of the
    statements could not be executed.
    This is probably due to an error in the ABAP program.
    In program "ZCL_IM__ITMETAL_ME21N=========CP ", the following syntax error
      occurred
    in the Include "ZCL_IM__ITMETAL_ME21N=========CP " in line 5:
    "INCLUDE report "ZCL_IM__ITMETAL_ME21N=========CL" not found."
    This is what the error iam getting .
    But iam not able to see this include anywhere in SAP.
    I

  • Problem in deleting the transport request number

    Hi All,
    I have created a TR for a program.When i made an attempt to delete the TR(not yet released) using the Tcode se10 its displaying a message saying that the request cant be deleted as it contains the locked objects.Could anybody guide me in this regard.
    Thanks & Regards,
    Kishore

    Hi,
    go to se01
    and click display
    see the object the request contains and delete the
    object it contains and try deleting it.
    Regards,
    V.Balaji
    Reward if Usefull...

  • Transport request problem with a ztable

    Hello,
    I have some problems releasing a customizing transport request. It contains "table contents" of a z table. This z table is marked as "customizing table" (option C).
    Error message is "task desk900213 belongs to a different category"
    Thanks.

    Hi Alberto,
    What type of request are you using. Also let me know the classification of task.
    I mean if you a workbench request is giving this error then try using a customising one and if a customising one is giving this error try using workbench transport.
    I guess this is related to the thread:
    Re: change object transport order
    Also I hope you have assigned a development class to the Z table.
    Please award points accordingly.
    Regards.
    Ruchit.
    Message was edited by:
            Ruchit Khushu

  • Problem during import of 121 transport requests to productive system

    Hello
    We have problem during import of transport requests to productive system. Import of 121 transport requests stopped very soon in phase "N" (in TRBAT I have only one entry and in  TRJOB  as well).
    In sm50 there is an BGD running under user DDIC in client 000 now for 14453 seconds (program SAPLSDB2). This should be import.
    In SM37 I can see it as  job "RDDGEN0L" with  repport"RDDGENBB". Based on some literature it should perform "Converting all structure changes generated by the import and recorded in table TBATG, other than the structure changes to matchcode objects." Very interesting  that TBATG has only four entries related to 2 indexes in table "DFKKOPK" , one in table "DFKKREP06" and one" ENQU" for EFKKEXC". (only this last one has not status error)
    For fist two indexes I know they are not present  as objects "LIMU""INDX" in any transport request beeing imported.
    Also on productive system there is no"VOL" and "ZOL"indexes for table "DFKKOPK"(instead they are created on test system ie. not transported from development to test system)
    Last command for that process is "CREATE INDEX "DFKKOPK~HKO" ON "DFKKOPK" ("MANDT", "HKONT", "OPBEL") PCTFREE 10 INITRANS 002 TABLESPACE PSA
    PTR3 STORAGE (INITIAL 0000000016 K NEXT 0000000016 K MINEXTENTS 0000000001 MAXEXTENTS UNLIMITED PCTINCREAS"
    There is enaught space on disk and in tablespaces (it is an oracle/HPux server).
    Does anyone knows workaroun to solve production

    are you importing these transport requests simultaneously into production?
    I would suggest you try doing in smaller groups of 5 or 10 and then see whether you are able to import the requests
    Rohit

  • Transport Request Tables

    In which tables the Transport Request is Stored User Wise.
    abhishek suppal

    Hi!
    Request information is stored in tables E070, E071 (and similiar).
    Regards,
    Christian

Maybe you are looking for