Transport  Ztable data to other server

Hi,
Could anyone let me know how to transport the ztable entries from one server to the other.

Instead of Transporting the whole ztable you can access the ztable from other server.. you can do this below way...
U need to use Client Specified option,....
then u can use mandt field in where clause..
When u use it , in select staement u can use mandt field in where clause..
DELETE [FROM] (<name>) [CLIENT SPECIFIED] <lines>.
where the field <name> contains the name of a database table defined in the ABAP Dictionary.
You can use the CLIENT SPECIFIED addition to disable automatic client handling.
It enables us to process data form other than the current client also ..
Normally in database for spfli table the data will be stored for all the clients..
But when u want to select data from database for spfli generally onli the data under the current client will be retrieved... But table in database contains data for all the cllients.
Try executing these codes u will come to know & compare the results..
800 is my current client...
data t_spfli type standard table of spfli with header line.
select *
from spfli client specified
into table t_spfli
where mandt = '100'.
loop at t_spfli.
write : / t_spfli-carrid, t_spfli-connid.
endloop.
data t_spfli type standard table of spfli with header line.
select *
from spfli client specified
into table t_spfli
where mandt ne '800'.
loop at t_spfli.
write : / t_spfli-carrid, t_spfli-connid.
endloop.
reward if it helps u,,,
Regards,
Jayant

Similar Messages

  • Transport Master Data from one server to another server

    How can I transport the master data from one server to another server?
    Client copy will not be possible.
    Regards,
    Subhasish

    Hi,
    Look at the below link, you will understand
    http://help.sap.com/saphelp_45b/helpdata/en/cc/f22c7dd435d1118b3f0060b03ca329/content.htm
    Regards
    Sudheer

  • ZTABLE TRANSPORT WITH CONTENTS TO PRODUCTION SERVER

    Hi Friends,
    I had created a ztable in Developement server with 3 fields including MANDT field and added 15 records to that table.  (MANDT = 500).
    When I transport to QA Server, the data entered in the development server, are not visible.  Again I entered the data in the QA server with MANDT = 150.
    Later, I transported the table to Production server. Again here also no data found.  When I tried to add entries,  the system throws the following message :
       "The System Settings Do Not Allow Any Changes".
    Please let me know what step I have missed out.
    Also let me know the following :
    1. How to transport a ztable from Devlopment server to QA/Production server with all the data.
    2. How to add new entries in Productin server.
    Thanx in advance,
    A S VINCENT

    Hi again,
    1. Function group 
       (create an empty function group in
       new session thru se80 tcode,
       and mention it here)
    2. Authorization group
       Just check out using F4
       if some Z* or Y* is avaialble or not
       (If not , ask basis team to
       create on Z/Y authorisaton group,
      and mention it here)
    3. Choose radio button ONE STEP
    4. In overview screen text box
       , just enter 1000
    5. Just enter the above fields,
      and press CREATE.
    regards,
    amit m.

  • Transport table+data one server to another server

    Hi expert,
    i have 2 servers DEV1 & DEV 2 with ecc 6.0 oracle 10g.
    Both server have same patch level and same version of OS,DB & Patch.
    in DEV1 have a table which consist  54500 rows i want move to this table and data in DEV2 server.
    Please suggest How can i do this if i create a transport or copies request it move only structure not data.
    Regards,

    Hi,
    It is possible through SAP by creating transport request.
    See the below link for how to:
    Transporting Table entries from one server to another
    [http://****************/Tips/Basis/Transport/TableEntries.htm|http://****************/Tips/Basis/Transport/TableEntries.htm]
    Regards.
    Rajesh Narkhede

  • Move out Info Provider to other server without transport connection?

    Hi All,
    Could you share you thought ?
    Is there a possibility to move out the info provider design & info object to other server without transport connection ?
    The background is our project box will be decommissioned, and unfortunately it's not connected to development box. We've already found how to move out ABAP program, we generate it to XML, than upload it.
    How about for info provider itself / info Object ? Is there a possibility to have the same treatment ?
    Any thought from all of you ?
    If you have the way, appreciate if you can share it to me.
    Thanks a lot and have a good day,
    Best regards,
    Daniel N.

    Hi,
    From transport side, it is possible. You can create a dummy transport target system, then collect BI objects in request and release it. After release, the exported data is in dir_trans, you can manually copy it to realy target server, put them in dir_trans, and in STMS import Q, select from menu of import external request and import it.

  • Data transport encryption  between Database - Apps Server

    Hi
    We have 10g R2 database on Linux
    and would like to setup a basic encryption for data transport between Database and Apps Server.
    On searching, i found a couple of SQL ENCRYPTION parameters to be placed in SQLNET.ORA , which am not sure off.
    Could anyone suggest as how should i be doing this setup?
    Do i also need to be doing changes at the Apps Server side?

    Check the Advanced Security Guide, specifically
    http://download-east.oracle.com/docs/cd/B19306_01/network.102/b14268/asopart2.htm#sthref141
    Note that Advanced Security is a separate licensed option.

  • Problem in Transporting ZTABLE and SCRIPT

    Hi Experts,
    <b>  I am an ABAP Developer. We have developed a Custom Script ZSCRIPT which fetches data from a ZTABLE. The problem here is when I am trying to transport the Objects from Development Server to Quality the ZTABLE and ZSCRIPT are not getting transported, i.e the changes that we have made in Development are not taking effect in the Quality.
    Could anyone give me valuable solutions for the above stated problem.</b>
    Thanks
    AK

    Hai Kumar,
    first take the request number.
    goto se01->give request number
    you will get all two numbers:
    first release the sub-level, then release the top level.
    now it is relaesed from development and u can check it in quality.
    cheers,
    madhu

  • Transport a request from one server(quality) to another server(production)

    Hi All,
    I want to transport a request from one server(quality) to another server(production)
    Can we transport a request from quality to production programatically i.e. by using programing logic.
    Regards,
    Swarup

    Hi,
    It cannot be done programmatically. Although it can be automated by basis guys. They configure it in TMS (Transport Management System). You can check it using STMS. (if you are authorized to view it).
    Transport path are defined in TMS.
    For Automated Transport configuration is done in TMS.
    Generally automatic Transport are not setup between quality and production. Changes are first tested in Quality and then Transported by basis team either periodically / individually.
    In case of manual transport Transport Request can be imported in production using STMS_IMPORT transaction in production. (Basis guy will do it for approved Transports)
    If there is no direct connectivity - Basis people copy "data" file and "co" file and Transport it to target server (This is generally not the case in Quality - production as Transport path is always defined).
    Regards,
    Mohaiyuddin

  • TRANSPORT Z-TABLE TO PRODUCTION SERVER.

    HI,
    I'VE CREATED ONE Z-TABLE,EVEN THOUGH THE Z-TABLE CONTAIN NO DATA ,WHEN I'M TRANSPORTING THIS Z-TABLE FROM DEVELOPMENT SERVER TO PRODUCTION SERVER IT IS GIVING THE ERROR
    KAY MESSAGE TABLE ZPF_DETAIL 2002007011004
    ENTER NUMERIC VALUES ONLY
    HERE 200-DATA OF MANDT FIELD
              2007-YEAR
              01-MONTH
             1004-PERNR
    WHICH I'VE ENTERED PREVIOUSLY,BUT NOW THIS TABLE CONTAIN NO DATA.
    PLEASE SUGGEST ME WHAT TO DO TO TRANSPORT THE TABLE TO PRODUCTION SERVER.
    PLEASE HELP ME,IT'S URGENT.
    THANKS
    SUJATA
    Edited by: Sujata Swain on May 8, 2008 6:53 AM

    Hi,
    After creating the table first activate the table
    Check whether  Delivery and maintenace
    and  Technical attribute tabs are maintained.
    Once that is done transport that request to production.
    To maintain the table in production you will have to create a maintenance view for the same

  • Transport DI JOBS to Quality Server

    Hi Everyone,
    I have created one project with 2 Job, 2 DS, 2 ABAP Data flow. I have used SAP Development system as source and MSSQL as Target.
    Can any one tell me how can i transport this project to Quality Server in Source and MSSQL as target?
    Thanks in advance.
    Regards,
    Rishit

    confiration will be saved under one transaport request nymber.
    if you want to move this configuration to Quality
    SELECT THE TRANSACTION CODE  SE09
    SELECT ONLY  MODIFIABLE  .
    ALL  Transport request will appear.
    then select transport request number &click on the  "Release directly button"(which is in Lorry shape).
    then ask your BASIS PERSON TO MOVE TO QULITY SERVER(you give the transport request number to your Basis person.
    chandra
    chandra

  • Transportation error in BW Development Server

    HI BW Experts,
                         We have created one Infocube in BW Development server which is customized and we used PC Files (FLAT FILE) as Source System.
                        While we are trying to transport the Infocube from Development Server to BW Production Server the data source is not there in OBJECT TYPE.
                       I searched in 3x Data sources in Transport connection but i did not find my data source which i created in Development Server.
                     So i found only Infocube and Infosource. I didnot find Data source and Transfer rules in the Transport Connection which i have created.
                  And i checked in Production Server , we have source system mapping is there but names are different( I think its not a problem).
                 I got only Infocube and Infosource in Production Server but did not get Data source and Transfer Structure in the Production Server.
                 The main problem is , in development server we dont find the Particular data source and Transfer structure  which i have created in Development Server.
                  Kindly help for the further process.
    Thanks in advance
    Regards
    Anjali

    Hi,
    <i>We have created one Infocube in BW Development server which is customized and we used PC Files (FLAT FILE) as Source System.</i>
    <i>I checked in Source system. But there is no FLAT FILES. In place of FLAT FILES iam getting CRDCLNT300 ( This is our CRM Development Server Source System).</i>
    The both statements are mutually different to each other. If you have Flat file source system and if you have Transferrules from flat file to your cube, then create one more transport request by taking tick mark for Flat file source system in transport connector tool. And take TRules with data flow before in that request.
    With rgds,
    Anil Kumar Sharma .P

  • Could not retrieve transport type data for Receive Location

    can someone lend me a help to this error, i was encountering this error for days, and i haven't found solution till now, thanks in advance!\
    Could not retrieve transport type data for Receive Location 'Receive' from config store. Primary SSO Server 'server' failed. No credentials have been set for the mapping.
     (Microsoft.BizTalk.ExplorerOM)
    For help, click: http://go.microsoft.com/fwlink/?LinkId=47400&ProdName=Microsoft+BizTalk+Server+2010&ProdVer=3.9.469.0&EvtSrc=Microsoft.BizTalk.ExplorerOM.Resources&EvtID=IDS_ERR_RL_SSO_GETCONFIG

    After a long time of googling finally I got the problem resolved. The steps I followed are as follows:
    Go To SSO Adminnistration -> System -> Restore Secret and select the secret file.
    If you dont know the path of the secret file try once in the location "C:\Program Files\Common Files\Enterprise Single Sign-On".
    Select the file and provide the password. Once the master secret restores the error will not come.

  • Error while transporting a data type

    Hello all SAP PI Experts,
    I'm trying to transport a data type but I'm getting the below mentioned error.
    This is happening even when I gave the proper name of SWCV that contains this data type.
    Please suggest how this problem can be solved.
    Thanks,
    Ajeya G V

    Hi Ajeya,
         An easy trick is to open the DataType on your Enterprise Service Builder, and once it is opened,  (not edit, just open) go to Tools --Export Design Object
    The correct SC will be filled as default.

  • How can we update data in LDAP server using PL/SQL.

    Hi,
    How can we update data in LDAP server using PL/SQL program.
    Is there any sample code for refrence.
    Thanks,
    Tarun

    Hi Justin,
    Thanks for your help. You got my correct requirements.
    Tim's example returning all the attributes of current user which is admin user. Please correct me if I am wrong.
    I have the following information:
    the admin user and password,server info , port and ldap_base for admin.
    I have uid and password for regular user, I am trying find the ldap_base for regular user, which may be different from adminuser.
    Please help me.
    Thanks,
    Edited by: james. on Jan 12, 2009 5:39 PM

  • Delete data from archive server

    Hello,
    we have following question : How do you delete data from archive server which has passed the retention time and need to be removed from archive server.
    Have you any ideas?
    Thanks,
    Stefan

    Hi Planung,
    For deletion of data SARA transaction is used. Also deletion indicator is required to set for the documents which you are not using. Use the bapi BAPI_DOCUMENT_DELETE  for deleting the documents which are set with deletion indicator.
    I hope this will resolve the query.
    Regards,
    Ravindra

Maybe you are looking for

  • Key figure not exist in infoprovider

    Hi, in what situation can a keyfigure exist in a query designer but not belonging to an infoprovider? When i tried to launch a BEx query, i got system message about the above. There is aggregation level under which there is multiprovider under which

  • AD schema update & trusts between forests.

    I have a next structure: 1. Forest 1 - Domain 1 1. Forest 2 - Domain 2 1. Forest 3 - Domain 3 All Forests are connected by trust connection to each other. I've upgraded AD Schema version in Forest 1 - Domain 1 from 30 to 47 How it can affect to other

  • Looking for a Pro*C/C++ multithread sample for a W-XP machine

    I would like seeing some sample of a multithreaded Pro*C/C++ program on a W-XP machine. I have tried the sample on the reference (release 9.2.0), but my compiler (MSVC 6.0) seems not to have the thread.h include file (I suppose threads in windows mus

  • Upgraded iPad3 to iOS6.1 and cannot connect with Cell service.  Does anybody have a fix?

    I just upgraded my iPad3 to iOS6.1 and now I cannot connect with Cell service.  Says its "Searching".  Everything else appears to be working.  Does anybody have a fix?  Thx!!

  • Sony HC3 Sequence question

    So I just shot alittle with my HC3 in HD mode. I want to work with FCP and got the footage captured.... which was odd because it was 80% behind the realtime playback. What should my sequence settings be for editing? I used the preset for HDV1080 60 b