Table entry in transport request

Hi,
how to find out by which transport request a table entry was transported?
   Thanks and regards, Marina

Hi,
check this
1. Go to the table <b>E071K</b> in se16
2. give objectname as your table name
3. Get your table entry for which u want to get the transport request
4. get the combination of key fields contents for that entry
     For ex:  if the entry is like : 011,2119,48.5,EUR
                 if first 2 fields are key fields then get  <b>0112119</b>
5.entry this in the TABKEY field with * ( 0112119*)
6. then get the list...here  u will get the transport request for your entry
Please let me know if i am not clear
--Patil

Similar Messages

  • Include table entries into Transport Request manually @ SM31

    Hi All,
    I have an issues reg table maintenance at SM31.
    We have a Z Table and I can add entries at SM31 to that table. But:
    System has not asked Transport request while saving the data (after additions to the table)
    Option to include in Transport Request manually is not available @ menu -> Edit -> Transport -> Include in request. Include in Request is not highlighted to select here.
    Pls help me the process to add my table entries into a Transport Request.
    Thank you
    Chandu

    Hi,
    seems like your table is defined as Application table (master and transaction data).
    Check SE11 to be sure
    Database table: enter name > Display > Delivery & Maintenance
    Delivery Class > is this A?
    If so then there is no transport and it can be maintained in all systems.
    You could try if required to create manual transport via SE01.
    Programm ID: R3TR
    Object: TDAT 
    Objectname: your table name
    Regards
    Hein

  • Delete entry in Transport  request

    Hi all,
            I have created an Table in a package with a transport request number. I copied the table to other name and deleted the previous table. I am deleting the Emtry in the Transport Request. But it is showing error as   OBJECT ENTRY EXISTS MORE THAN ONCE. SORT AND COMPRESS FIRST.
    How to delete the Entry?
    Thanks & regards,
    Vishnu

    Hi Vishnu
    Place ur cursor on the req no, go to rquest/task->object list->sort and compress, u can delete the entries after this. When there are two requests of the same name , the transport organizer asks u to sort and compress.
    Hope it helps
    Rgds
    Sameer

  • Database table entires in transport request

    Hi,
    How can i transport the table entries .
    Thanks
    Kumar

    Check the below program :
    if you maintained table maintaince for table,then it would be very easy.
    select the standard radio button in table maintaince ,it will ask request for each record
    report ztest_xyz.
    Table diclaration
    tables: tvdir.
    Selection screento table View
    selection-screen skip 2.
    parameter p_tabnm(30) as listbox visible length 30 obligatory.
    selection-screen skip 1.
    selection-screen begin of block s1 with frame title text-001.
    parameter: p_radio1 radiobutton group g1,
    p_radio radiobutton group g1.
    selection-screen end of block s1.
    Add values to list box
    at selection-screen output.
    type-pools: vrm.
    data: name type vrm_id,
    list type vrm_values,
    value like line of list.
    name = 'P_TABNM'.
    refresh list.
    value-key = 'V_024'.
    value-text = text-002. "'V_024-Purchasing Groups'.
    append value to list.
    value-key = 'V_T024D'.
    value-text = text-003. "'V_T024D-MRP Controllers'.
    append value to list.
    value-key = 'ZT604'.
    value-text = text-004. "'T604-Commodity Codes'.
    append value to list.
    value-key = 'T179'.
    value-text = text-005. "'T179-Product Hierarchies'.
    append value to list.
    value-key = 'TVM1T'.
    value-text = text-006. "'TVM1T-Business Manager'.
    append value to list.
    value-key = 'TVM2T'.
    value-text = text-007. "'TVM2T-Division manager'.
    append value to list.
    value-key = 'TVM3T'.
    value-text = text-008. "'TVM3T-Director'.
    append value to list.
    value-key = 'V_TVV2'.
    value-text = text-009. "'V_TVV2-Customer Group 2'.
    append value to list.
    call function 'VRM_SET_VALUES'
    exporting
    id = name
    values = list.
    start-of-selection.
    Get flag of corresponding table view
    select single tabname flag from tvdir into tvdir
    where tabname = p_tabnm.
    Set flag of corresponding table view
    if p_radio1 eq 'X'.
    if tvdir-flag ne 'X'.
    update tvdir set: flag = 'X'
    where tabname = p_tabnm.
    endif.
    endif.
    if p_radio eq 'X'.
    if tvdir-flag eq 'X'.
    update tvdir set: flag = ''
    where tabname = p_tabnm.
    endif.
    endif.
    Execute View/Table
    call function 'VIEW_MAINTENANCE_CALL'
    exporting
    action = 'U'
    view_name = p_tabnm
    exceptions
    client_reference = 1
    foreign_lock = 2
    invalid_action = 3
    no_clientindependent_auth = 4
    no_database_function = 5
    no_editor_function = 6
    no_show_auth = 7
    no_tvdir_entry = 8
    no_upd_auth = 9
    only_show_allowed = 10
    system_failure = 11
    unknown_field_in_dba_sellist = 12
    view_not_found = 13
    others = 14.
    if sy-subrc <> 0.
    message id sy-msgid type sy-msgty number sy-msgno
    with sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
    endif.
    Reset flag of corresponding table view
    update tvdir set: flag = tvdir-flag
    where tabname = p_tabnm.
    Thanks
    Seshu

  • Table Maintenance View Transport Request

    Hello everybody,
    I need to use the table maintenance view for a customizing table without prompting for transport request is there a way to do this????, the customizing table is a Z table, the table was defined before like this because of the data in it, thanks in advance.
    Regards
    Julio Cesar

    Hi Julio,
    Sure: use SE11 for the Z-table, in menu Utilities->Table Maintenance generator and switch off the recording routine option.
    Regards,
    John.

  • Required tables which touch Transport Request details

    Could any one tell me which table we can get the following information
    1)Transport Request released by
    2)Transport Request Creation Date
    3)Transport Request released date
    4)Import to the  systems
    5)Imported to the systems on which dates
    I checked E070 and E071 and i did not found this details

    Hi,
    I think, you can find required information in below tables.
    E000
    E070
    E070A
    E070C
    E070CREATE
    E070DEP
    E070L
    E070M
    E070TAG
    E070TC
    E070USE
    E071
    E071C
    E071E
    E071K
    E071KF
    E071KFINI
    E071S
    E07T
    Regards,
    sai

  • How to add function group entry in Transport request...

    Hi
    I had a function group in which I had 4 function modules. I deleted one of the FM and hence in my Transport request, its entry was included. Along with that the function group was also included.
    I deleted that function group entry by mistake. Now I want to add back my function group into the transport. How do I do that ?
    thks

    Hi,
    Please follow below steps:
    1) Go to SE01
    2) Click on create New workbench request and give desc once popup appears, Click Ok
    3) Now open the trasport in edit mode
    4) Add
    Program ID - R3TR
    Object Type - FUGR
    Object name - Name of the Function group
    >note that if you tranport Function group all the latest Function modules in function group along
    >with screens will be included in the transport.
    Regards
    Shital
    Formatted by: Vijay Babu Dudla on Apr 25, 2009 5:08 AM

  • Tables in ChaRM- Transport Request & Tasks

    Hi,
    Need the table name which contains the Transport Request details & Tasks( In Transport Request) with statuses in solution manager and not in R/3.
    In which table we get the details.
    Regards
    PK

    Hi PK,
    as you have E071, E07a... in satellite systems you have the same in Solman for transport requests of ChaRM.
    All of them start with /TMWFLOW/REPExxx
    For example E071 become /TMWFLOW/REPE71O or /TMWFLOW/REPE71R
    I dont remember exactely whats the differeence between both. Does it refer to Open and Release. I ll let you confirm that cause i don t have ChaRM on my Solman here.
    One more thing; if it s for reporting matters; be aware that they are not always as up to date as the ones in satellite
    Threre is a job on your Solman that must be planned that updates them regularly. This job is something like cmssyscol2 if i remember well
    Hope this helps
    Regards
    Khalil

  • Update SAP table w/o transport request

    Hi
    We want to update entries in table (tcode: OPDA).
    There are a lot of updates every week, and we want to make the updates directly in the production system, but because of the delivery class of the table I need to transport changes from development to production.
    Can there be any good solution to solve this, so we can make the changes directly in prod?
    OPDA is the transaction to the view V_TCYTM (TCYTM, T001W, T006, T006A).
    br

    Hello,
    I have the same problem; we have a table that can be maintained in production and test environment without being asked to transport the changes (It's a customer spezific 'Z' table). But as soon as it comes to our development system, you have no chance to make any change without a transport. Which is a problem because we like to have this table records system specific.
    In SOBJ the table is set as 'Automatic transport'
    Object type is 'S'
    Category = APPL
    Adjustment = Automatically adjustable
    Client specific is ticked
    Translation relevant is ticked
    Contains addr is unticked
    in SE11 the table is set as 'A' application table and display/maintenance allowed.
    My plan was to set the table to no transport required in SOBJ, but it's automatically adjusted to 'Automatic transport' as soon as I try to do the switch. (same for any other available settings)
    The system returns me below message:
    The flag for the transport link was corrected
    Message no. OZ120
    Diagnosis
    The transport link flag does not agree with the extended view/table maintenance settings.
    System Response
    The flag is corrected.
    Would it really help if I tick the current settings and transport the SOBJ change through to our production system, because I have ticked it and tested in our development system but was still prompted to provide a transport ID, so I do not think this will solve my problem.
    Thank you
    Florian Wittmann

  • Direct V_T024B  (Tcode OB02) table maintenance without transport request

    One of our client would like to give the user access  to table V_T0244B (Credit Representative Groups) for regular maintenance (daily acitivity) without generating transport requests.
    Transaction code: OB02
    Menu path: Financial Accounting > Accounts Receivable and Accounts Payable > Credit Management > Credit Control Account > Define Credit Representative Groups
    Requirement is to allow end users maintain Credit Representative Group changes directly in Production without any transport request.

    Hello Seshathalpa
    The view V_T024B has the "Standard recording routine" and your client the option "Automatic recording of changes" defined. If you turn of the automatic recording (transaction SALE) you can customize without any request.
    However, if this client change is not appropriate or allowed you could create your own view for maintaining the data. This view should have no recording routine.
    Regards
       Uwe

  • Tables to find Transport Requested Released, Transported?

    Dear all
    I am using STMS and Se10 to check which of my Transport Requests have been transported from
    1. Golden Client go to 2. QAS, and then from 2. QAS goes to 3. Production.
    Please advise.
    Thanks

    Hello,
    You can use import histroty in the STMS or stms_import. It shows all the details.
    Regards,
    Gowrinadh

  • Table that stores Transport Request Details

    Hi SDN Gurus,
    Is there any table that stores all the details of all the transports in Import Queue (STMS). I am mainly interested in import time and method execution time of the transport. I need to write an ABAP program that for calculating the time for mass migrating all the transports in the queue.
    i looked at the tables E070, E071 and some others but din't get the required info.
    Any help will be rewarded with points.
    Thanks

    Here is some correction to what i said. i got some information like the transport number, owner of the transport, target system and the IMPORT time of the request from the table E070. i guess all i need now is to find the time at which the transport is completed (Method Execution time) so i can calculate the time it took for transport.
    Thanks

  • Transporting table entries present in standard SAP R/3 table u201CTMCEXCFZu201D.

    Hi All,
    We have a requirement where in we need to capture a table entry in transport request in R/3.
    The table "TMCEXCFZ" is a standard SAP R/3 table.
    The" transport entries" option under the "table entry" in menu bar is disabled in our case.
    Is there an alternative way to capture the table entries in the transport request?
    Thanks for your help in advance.
    Thanks and Regards
    Arun Ail

    Hi Arun
    Try to go to object changeability in the table....assign the table in a package.....then try to save this...it should ask for a transport...
    Hope this helps
    Cheers
    Chanda

  • Assigning table entries to a transport request

    Hi,
    How can I assign table entries to a request after I have created them?
    Regards,
    Vinod.

    1. Use SE09 to
       Either create a new workbench request
       or goto the old request  (Objects Tab)
    2. Press Edit button
    3. Enter the following in the row:
       Prog Id = R3TR
       Obj Type =  TABU
       Obj Name =  MyTableName
       Then Press ENTER
    4. A Key Button will come on the Right column.
        Press it. A New screen will come.
    5.  In table name enter : MyTableName
        In Table Keys enter : KeyFields*
        Save the request and transport.
    I hope it helps.

  • Creating Transport Request No for TVARVC Table Entries?

    Hi Guys,
              Can anybody tell me how to Create Transport Request  Number for Multiple TVARVC Table Entries?
    Thanks,
    Gopi.

    You can do it yourself, no need to waste any Basis time.
    Go to transaction STVARV -> Maintain mode. Before you create a new entry or change an existing entry tick the checkbox at the top of the screen labeled "Include changed entries in transport request". Then select the row which you want to transport and create/change the values, then hit 'Save'. You'll see the system will pop-up a change request dialog box where you can now save your entries.
    Hope this helps.
    Cheers,
    Sougata.

Maybe you are looking for

  • Can't log into my main user acct! How can I fix this? Help, I'm stumped!

    OK, here's the problem. While using my machine with VMware, I got the beachball of death. Nothing would respond and no keystrokes would bring up force quit. I finally had to press and hold start to shutdown. When I restarted my machine first the grey

  • How-to add Flash Player 9 to Flash Pro CC - (PC & MAC)

    Howdy - I wanted to compile all of the helpful information regarding lack of Flash 9 support in Adobe Flash Pro CC. As you know that Flash 9 is still required for a majority of flash adverts and the DFP platform is especially critical of the flash ve

  • USMT Migration Questions (Should I use two Config files?)

    I am currently running System Center Config Manager at my workplace. We have integrated MDT and are running a UDI on all of our PXE deployments. I have a ton of MDT Task Sequences that use the UDI and I have started looking into USMT. Currently we ar

  • Forms6: Execute program in remote machine?

    Hi, I'm trying to execute a program in a remote machine. For exemple: I can use the function 'host ('notepad')' and the notepad executes in the machine running the .fmx. How can I execute a command in a remote machine running Unix? Is there a functio

  • Adobe Mobile Packager 1.1

    Hi all, I'm looking for Adobe Mobile Packager v1.1 to wrap my swf file but the link to it on Adobe website is no longer available. Could someone share this software to me please? Thanks