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

Similar Messages

  • T-Code to update condition table for delivery & transport scheduling to SCM

    Hello,
    Could you tell the T-code to update condition table for delivery & transport scheduling to SCM system
    These are the some SAP fileds
    /SAPCN1/KOTABNR (Condition Table)
    /SAPCND/KAPPL(Application)
    /SAPCND/KSCHL(Condition type)
    /SAPCND/KOLNR(Access sequence)
    Thanks in Advance
    RK
    Edited by: RK on Jun 9, 2009 5:58 PM

    HI
    The TCODE for this is /SAPAPO/ATP_GCM.
    Regards
    Anurag.

  • Updating SAP  Table using JCO

    Dear All
                      How to update SAP Table (Any single or multiple tables) through Java code using JCO. Can any body provide sample code regarding this...
    Thanks&Regards
    mgreddy

    Hi,
    I think for that anyway you will have to use JCO as the middleware to connect to SAP R/3.
    So what you can to do is to write three RFCs and call them through JCO from your JAVA application.
    1. First BAPI for reading the dictionary information about an SAP table.
    2. Second to read data from the table.
    3. And, third to write data to that table.
    But if you want to edit any table (and not a specific table) then your program will become even more complex since then you will have to pass the table name and information dynamically to the BAPIs.
    Best regards,
    Guru.

  • 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

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

  • 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

  • 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

  • Update sap table using a function module call by php code

    Hello,
    I m trying to update the table VBAP using a function module ZZ_SET_DISTANCE  call by a php code.
    But I have this problem:
    the saprfc seems to work well but when I look to the table VBAP the fields have not been update.
    I tried the function module in debug mode and it work good. The fields are update.
    I also handle the saprfc call function and the return SAPRFC_OK
    This are the function module ZZ_SET_DISTANCE, and the php code
    //PHP CODE
    $fce = saprfc_function_discover($sap,"ZZ_SET_DISTANCE");
                  if (! $fce ) {echo "Echec d'ouverture du module fonction "; exit;}
                   saprfc_import ($fce,"COMMANDE", '0000001998');
                   saprfc_table_init($fce,"TBLE_CMDE");
                        $val=array();
                        $val['NUM_POST']='000030';
                        $val['HN_EXP']='';
                        $val['ST_EXP']='';
                        $val['PC_EXP']='';
                        $val['CI_EXP']='';
                        $val['CO_EXP']='';
                        $val['HN_REC']='';
                        $val['ST_REC']='';
                        $val['PC_REC']='';
                        $val['CI_REC']='';
                        $val['CO_REC']='';
                        $val['DIST']='popo';
                        saprfc_table_append ($fce,"TBLE_CMDE", $val);
                 $rfc_rc = saprfc_call_and_receive ($fce);
                 echo "\n".$rfc_rc;
                 if ($rfc_rc != SAPRFC_OK) { if ($sap == SAPRFC_EXCEPTION ) echo ("Exception raised: ".saprfc_exception($fce)); else echo (saprfc_error($fce)); }else{echo '/execution de la function ;}
                 saprfc_function_free($fce);
    //FUNCTION MODULE ZZ_SET_DISTANCE
    FUNCTION ZZ_SET_DISTANCE.
    ""Local Interface:
    *"  IMPORTING
    *"     VALUE(COMMANDE) TYPE  VBELN
    *"  TABLES
    *"      TBLE_CMDE STRUCTURE  ZADD_COM_LOXAN
    DATA : NUMC TYPE VBELN.
    NUMC = COMMANDE .
    WHILE STRLEN( NUMC ) < 10 .
      CONCATENATE '0' NUMC INTO NUMC .
    ENDWHILE .
    DATA tble_addrcomm LIKE LINE OF TBLE_CMDE .
    LOOP AT  TBLE_CMDE INTO  tble_addrcomm.
      DATA : NUMP TYPE POSNR.
      NUMP = tble_addrcomm-NUM_POST.
      WHILE STRLEN( NUMP ) < 6 .
      CONCATENATE '0' NUMP INTO NUMP .
      ENDWHILE .
      UPDATE VBAP SET ARKTX = tble_addrcomm-DIST
      WHERE VBELN EQ COMMANDE
      AND POSNR EQ NUMP.
    ENDLOOP.
    ENDFUNCTION.
    Is anybody can help me?
    thank.

    Marie, create a Blog please, about more details for dummies....
    1) how to connect to sap system?
    2) you run the php code where? in a webserver or where?
    3) wich is the url for run the FM: ZZ_SET_DISTANCE
    4) you placed some dlls files on the web server?
    please is interesting this...
    Thanks

  • Update SAP table from BSP

    Hello,
    A simple question: how do I update and SAP table (that I have created) from my BSP?  Maybe there are tuorials out there, but I haven't found it ...
    Thanks,
    Timothy

    Hi,
    if you have the table in your BSP as an internal table (example: wt_mytable), and the ABAP table is called mytable, you can use this code:
    modify mytable from wt_mytable.
    This will add new entries and modify existing ones, based on the contents of your internal table wt_mytable.
    Trond

  • 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

  • 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

  • Updating SAP table field directly?

    Hi all,
    The client is using SAP for 2-3 years and this will be replaced by new SAP system ( same version - 4.6c) in few months.
    So as to get data from old system we are doiong conversion right now. In this client, PO creator name is very important and it drives so many things. When we will do conversion and convert old PO into the PO in the new system, the username ( created by) will be "batch user".
    Client somehow want to retain the username, the original username of old POs.
    For this, they are asking to update the EKKO-ERNAM field directly once the new POs are created ( we will have old PO - new PO mapping and user name).
    In my view, it is not advisable to update the SAP standard table directly. But i want the opinion from you guys that what are the implications of updating field directly. Is it advisable? Is there any other way to meet this requirement?
    Thanks,
    Pratik

    Hi palaniappan,
    1. Good question and good concern !
    2. Your concern is absolytely correct.
    3. Sap does not advise to
       update SAP standard tables directly
       thru any z program
      (It may stop support in future)
    4. But for your requirement,
       it the po user will be "batch user",
       then
       thru some Z program,
       u may do so.
    5. BUT
       Please take care that
       a) u have signed specifications of this logic
          and concern from the FUNCTIONAL CONSULTANT !
         (only after that one should do)
    regards,
    amit m.

  • 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

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

Maybe you are looking for

  • Finder not starting in OS X 10.4.9 on eMac

    last week, installed 10.4.9 update on eMac and had lots of problems. The only thing left that is not working is that after login the Apple toolbar at top, only the clock comes up. (rest doesn't show)Nothing shows on desktop, no HD icon, shortcuts. I'

  • MIDI CONTROLLERS WHICH ONE WOULD YOU CHOSE AND WHY?

    Between M-Audio 8v2 , M-Audio 02 , M-AUDIO 49E and M-Audio axiom 25. Which one of these would you choose and why?

  • X-Fi install clears System32 files!!!!!!!!!!!!!!!!!!!!!!!!!!!!

    Ok I bought a SB X-Fi extreme music in Feb and installed on my PC which had been running fine for some months. I recently had to re-format and reinstall XP. I updated Windows first and then put the X-Fi software on. I did this FIVE times, each time a

  • Problem in netweaver2004 installation

    hi all while installing sap netweaver2004 i am getting following error "Output of C:\usr\sap\DPI\SYS\exe\uc\NTI386\R3load.exe -testconnect is written to the logfile R3load.exe.log. WARNING 2007-12-19 13:44:03 Execution of the command "C:\usr\sap\DPI\

  • Quality of digital zoom in N-82

    Currently I use N-93i with optical zoom. Can anyone say how good is the quality of digital zoom especially when shooting videos. I use my N-93i for lot of video shooting and the feedback on the topic help me take a decision. Conversely should I wait