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

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

  • 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

  • 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

  • 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

  • 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

  • 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

  • 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

  • Item level or task level transport request table

    Hello Experts,
    I am developing a report which requires Main transport request and its task request aswell. Now i have got tables for Main transport request , those EO70,E071 . But i need tables for the task request . Can you please suggest .
    Thanks in advance.
    Swapnil

    You can see tasks in E070C.

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

  • Transport request table

    Hi all,
    can u please let me know which table holds the transport request descriptions and stuff.
    thanks,
    Kiran.

    Hi kiran,
    1. the following tales :
    <b>CTS : Header/Request Table     E070</b>
    CTS : Client Source/Target     E070C
    CTS : Last Number Of Request     E070L
    <b>CTS : Object Entries     E071</b>
    CTS : Texts     E07T
    2. The bold ones are the important tables.
    regards,
    amit m.

  • Settings required for including changes in data in a transport request.

    Hi All,
    I need the settings required for saving ths data changed in a database table into a customizing request.
    Kindly let me know the steps involved in the process.
    To elaborate:
    I have a maintenance screen for a DB table.
    Whenever a user creates/changes data to/from the DB table , using the maintenance screem, the data should be saved into a customizing TR.
    Regards-
    Harmeet Singh,

    Hi there,
    Any config change will be saved under a transport request TR. Also tables are of 2 types: Customizing table & application table.
    Changes / new entry in a customized table are transportable. You will gte a TR when the customized table values are changed / new entry.
    But application table entry / changes are non transportable. You willnot get a TR when saving the data.
    To know it, go to SE11 --> give the table name --> display --> attributes --> Delivery class. Delivery class A is application table, C is customizing table.
    Also some standard tables like MARA, VBAK are not allowed to maintain. If a table is allowed to be maintained, table maintaience allowed is checked in the above.
    Regards,
    Sivanand

  • Report - insert DDIC objects in a transport request

    Hello,
    I am trying to create a DDIC table with a report, and I am using the function modules DDIF_TABL_GET and DDIF_TABL_PUT. After creating the table, I want to insert the table in an transport request. Does anybody how to do it?
    Cheers and thanks in advance
    mar

    Priya wrote:Hi,
    first create a transport request in se01 ,give description,than double click and give parameter as
    R3TR TABL <your z-table name"<----Above FM is not for Z table only we can use it for standard one.
    save it
    No.

Maybe you are looking for