Possible to replicate new fields?

Hi, I am running Oracle 8i v8.1.7 std edtion server on Windows 2000 server and have handheld computers running Oracle 8i Lite. I've got replication working well, but I was wondering if there is a way to replicate newly added fields (added on the server database) down to the Oracle 8i Lite db.
Right now I'm dropping and recreating snapshots on the handhelds but with 20 mobile users that is a hassle having to do it on each machine individually.
Any suggestions or solutions?
Thanks in advance for your input.
Nicole

Thats the only way that I know how to do it. I could not figure how to run a script against an Oracle lite database.
--Stephen
null

Similar Messages

  • Possibility of adding new fields to migo transaction

    Is there a possiblity of adding new fields in migo transaction so that we can enter the base price of items in po.
    Also Can we send mail to relevant authorization if there is difference in price entered in the po and the value entered in GR

    Hi, You can use BADI 'MB_MIGO_BADI' for adding custom fields at item as well as header level .
    or Check SAP Note 339448 - MIGO: settings of table control
    2-You can not do any thing related to price in MIGO, since you cannot enter any manual values in MIGO, it will always pull from PO or MIRO (in case of Imports).

  • Is it possible to add new screen fields to the transaction /dsd/sl_cockpit

    HI experts,
          Would like to know if it is possible to add new screen fields to the cloned version of /dsd/sl_cockpit.
          I cloned the original transaction /dsd/sl_cockpit into a diff. name, now I want to know how I can include/ add those new fields to this transaction.  It looks like the screen is dynamically built using Standard ABAP classes. Need help.
    Thanks in advance

    it is not possible to add new fields via badi on /dsd/sl_cockpit.

  • Is it possible to add a new field in Block/Unblock vendor screen?

    Hi Experts,
    Kindly any one advise is it possible to add new field in xk05 screen as shown in the attached screen.If possibe,please advise the possible steps
    to add this new field.
    Thanks & Regards,
    Anusha

    Hi Pavan,
    Thank you for your reply.I have searched for user exits there is no screen exit of xk05 and I put a break point in CL_EXITHANDLER method and I found VENDOR_FIELDSTATUS BADI only for this screen.So,there is no BADI or user exit to add a new field to this screen.So,how to add
    a new comment field to this XK05 screen.
    Rgds,
    Anusha

  • Add new fields in F-36 ( Add customer item dynpro ) .

    Hi all.
    I want to add new fields in "Add Customer item" Dynpro of transaction F-36. It's possible ???. How I can do this ??
    In the "More Data" dynpro is possible to add new fields ????
    Thanks a lot
    Ismael

    Hi
    Sorry...I wanted to say I want to add a customer fields of table BSEG.
    Only I want to know if it's possible to add some fields in a f-36 trx.
    My users want to fill a new fields when they create new bill of exchange ( in dynpro "add customer item").
    thanks

  • Adding new field in output layout in transaction ME2N

    I would like to know if it is possible to add new fields in the output layout of transaction ME2N. For example field EKPO-AFNAM (Requisitioner) that in the standard layout is not used.
    Thanks a lot
    Melih

    Dear Melih,
    We can do.add some functions.In this way SAP provided some dynamic search strategeis.you can use other wise create through variant cofiguration.
    press SHIFT+F4 will apper dynamic selection tab there you can select some search strategeis.
    Hope this can helps you
    Prem.

  • MRBR - Include new field in the tcode

    Dear all ,
    Is it possible to include new field like DIVISON in the MRBR ?
    If yes in the std system , how we suppose to do that ?
    best regards,
    ale

    Not possible wihtout custom developement

  • BP new field update is not possible

    Hi Experts,
    I work in CRM 4.0 which is connected to R/3. I have created a new BP field with EEWB. I would like to replicate this field into a standard R/3 field.
    Without any enhancement the new field is replicated in "Insert" mode but in "Update" the replication does not work.
    I discovered two problems in R/3. The exchange structure does not contain the new field and the BP does not exist in R/3 BUT000 after creation.
    In "Update" mode the system searches for BP in R/3 BUT000.
    Finally I extended the exchange structure in R/3 and if I create a new BP it will be created in R/3 even in R/3 BUT000 and during "Update" the new field value will be updated.
    My only problem is that I have 100.000 BP's in the systems which were created without the enhanced R/3 structure and the update of the new field content is not possible. The R/3 BUT000 does not contains these 100.000 BP's.
    Do you have any idea how to solve this issue?
    Thanks in advance!
    Regards,
    Tom

    Hi Thomas,
    I would have liked to reply you back earlier on, but  I was able to see my points only today.
    1 How to manipulate Bapi to load it. Please select your Bapi which refer to the proper object in trx CODE Bapi. Then talk to your developper to create the right program to load the missing data, supposedly able to manage files (better a txt file).
    Next monday if you wish I may send you documentation concerning Bapi, if you give me your e-mail
    2. How to upload to your backend the changes of Bps. There is an envent you need to associate to your object Bupa in administration CONSOLE - DATA EXCHANGE. It is explained in the Best practise manual called Replication.
    Please refer to my attached thread to find out the manual in the Best Practise Crm for your version:
    Re: Download Conditions from R3
    Then, if this doesn't work, check if the function module in charge of uploading the changes is working, by putting a Breakpoint in the FM associate to your object Bupa in Business object in administration console.
    <b>Please reward with points if it helps.</b>
    AndreA

  • Structure S955 cannot be enhanced (creating new fields is not possible)

    If I try to append in table S950.I am getting error mess like this<b>."Structure S955 cannot be enhanced (creating new fields is not possible)"</b>I have to change any settings?

    Maybe this OSS note will help you : Note 527083 - Changes to info structures
    https://service.sap.com/sap/support/notes/527083
    Regards

  • Adding new field to sale order BDOC and replicate to R3

    Hi all,
    I'm trying to map the new customize field in CRM to field VBKD-VSART in R3.
    The reason behind this  was because my customer would like to have field shipping type appear in CRM order, but since this field is not provided by SAP, I've to create it. 
    What I did was:
    1) Create new field VSART via EEWB in CRM. This is done and working fine, the field appeared in 'customer fields' tab.
    2) Put this new field to BDOC in CRM.  I believe this is done when I created via EEWB. I think it use BADI CRM_BTX_EXTENSIONS , implementation CRM_GEN_OBJECTS for this part.
    3) Put BDOC into BAPI in CRM.  This is the part that I'm having a problem with.
    I found that I need to use BADI CRM_DATAEXCHG_BADI for that and I've checked example from implementation CRM_BTX_EEW_DATAEXCH. However, it only contain example to input field in VBAK, VBAP and VBEP.  Can anyone guide me on this part?
    4) Map BAPI to R3. I think that I need to use userexit MV45AFZZ form USEREXIT_MOVE_FIELD_TO_VBKD for that. But what is the incoming structure that I could use to map with VBKD.
    Any help would be appreciate, Thank you in advance.
    Gilbert

    Hello Gilbert,
    Please find if this helps,
    BDOC's to update the custom fields in R/3 from the CRM sales order
    Replication of new customer fields in order to R/3
    regards,
    Muralidhar Prasad Chatna.

  • Is it possible for the labels of new fields to not line up with already existing fields?

    I am attempting to create a form where some of the labels are longer than others. Unfortunately, it appears that all labels have to match up exactly with each other. So, when I create a new field and extend the length of the label, it extends the length of the labels on all other fields as well. Please tell me there's a way to fix this. It seems elementary that users would need lables of varying lengths at times.

    All fields on the first column share the same column width.
    If you have a field to the right of another first (making it not the first element on the row) then it can have it own label width.
    Gen

  • How to Add new fields to Shopping cart?.

    Hi SRM GURU'S,
    I am using SRM 5.5 and ECC 6.0 and Extended Classic scenario.
    As per business, I want to add New fields to Shopping cart. How can I add?. Please any one give me clear details about this
    I am planning to add 2 fields 1. Commitment Item and 2. Fund center. in Cost Assignment tab. Is it possible?. This data has pass to  follow on documents. Backend documents has this provision. Is this option available in Shopping cart?. If yes please give me the details.
    Kindly respond quickly. Thanks in Advance.
    Regards,
    John.
    Edited by: johnmiller465 on Sep 22, 2009 1:13 PM
    Edited by: johnmiller465 on Sep 22, 2009 1:18 PM

    Hi Deepti/Shital,
    Thank you so much for your reply. I have awarded points. One more question. While creating creating PO from Process Bid Invitation, PO is not replicating into ECC. Do you have any idea?. Please help me to findout.  Respond quicklly
    If it will not replicate, how to create backend PO refering with SRM PO.
    Regards,
    John.
    Edited by: johnmiller465 on Sep 23, 2009 11:53 AM
    Edited by: johnmiller465 on Sep 23, 2009 11:55 AM

  • Creation of new field

    Hi Alll,
    Can you give me some help in this area---
    Requirement is 5 decimals in amot which i cant go with std sap------(Ie. I cant go with chnages in global settings)
    I want chnage the field KONP-KBERT) as with 5 decimal
    if its not possible can we make one new field instead og KBERT like ZBERT with 5 decimal and we also should be ale to display only ZBERT not KBERT
    Regards
    ishikesh

    First you should ask why amount is required in 5 decimal places.  Anything is possible to do in ABAP but we need to see if it is worth doing it

  • How to populate the new field of R/3 in BW

    Hi,
    There was a requirement to modify the sap screen in the R/3.
    For the same a new field is created which populate the data via a table in R/3.
    Now I have to populate the same field in BW. I am working on 3.5 Version.
    In R/3 I have a data source and I am not able to see the same available in the data source
    The field is available in the extract structure but I am unable to populate the same in the data source.
    Kindly help.

    The Data Source is picked from the FM.
    Also,my requirement is to display the text values for the new field
    I am going to create a Generic Master Data which will fetch the data from the table which has fields (Code, Langu and the text) and replicate the same to BW.
    Now to populate the code in BW, I need to have the field in the data source and from there I can add the same code field in the bw comm/tran/etc...
    The code is available in the Extraction and not in the data source.
    At the reporting level I will extract the report based on key and text.
    I tried using ROOSFIELD to populate the field in the datasource, but I am not able to do the same.

  • Adding new field to Remote Cube

    Hello,
    We have an existing remote cube that we are trying to add a new field to in 7.0.  I've already added the field to the datasource, unhidden it, and tested it in RSA3.  Now i'm trying to bring it into BW and add it to the remote cube.  I right clicked on the source system under the data target and chose Replicate Metadata however the new field does not show up anywhere.  What am i doing wrong?  Does a remote cube work differently?  How do i get my new field over from R3?
    Regards,
    TMS

    That's the problem.  The R3 field does not show up in the datasource in BW so it can be moved over to the transfer structure.  As you know when you replicate metadata, the new datasource fields appear and can be mapped into the transfer structure.  That is not the case for this remote cube.  The new field is not there.

Maybe you are looking for

  • Report Painter - ERP Financials - Question on Value Variable useage

    I want to use a value variable that works in Report Writer (table GLPCT, field MSL [quantity] but cannot select MSL as a variable field in Report Painter to insert the same variable (it is not a selectable characteristic) using the same Library and T

  • T430s stuck in mini dock

    Hello, I have a series 3 mini dock with my lenovo T430s. Last night I docked my laptop as I usually do, and this morning when I went to undock it, I pressed the eject button but the laptop appears to be stuck in the dock. I can press the eject button

  • Vendor wise Quality inspection parameter for same material

    Hi, I am working in Quality Management for Material procurement quality check according to vendor, The Quality Inspection parameter same material procure deferent vendors have different parameter. Please help me for SAP configuration for above scenar

  • High amperage?

    Since last friday I have these two problems with my three months old latest edition 15 inch Powerbook (all updates on board, including the latest battery update). After loading the battery, I only have approximately 90 minutes battery life (the perce

  • Why my flash files dont run??

    Hi, im creating a very basic web page using Dreamweaver Cs3 and Flash Cs3. I created my flash files, inserted them on my html pages on Dreamweaver and tryed them locally, they work fine, but when i uploaded the files to the ftp server the flash files