Duplicate fields

Probable a very simple question but here I go
I have a 32page form that I import infor created in another form.  A number of fields are required to be shown in a number of pages eg "Job reference Number" appears on page 1 again on page 6 and page 12.  However when I import the info it appears in page 1 field but no other field.  When I created the field on page 1 I then copied and pasted the field on the other pages.  Any help would be great.

Hi,
You can achieve this quite simply (and without script).
If you name the Job Reference Number object to jobRefNum, then make sure the same object on the other pages have the same name. Then select one of them and go to the Object > Binding palette. There set the binding to Global.
Now when the user types data into the object on page 1, it will automatically appear on the other pages.
Hope that helps,
Niall

Similar Messages

  • I am getting PLS-00410 error - duplicate fields in RECORD, TABLE or argumen

    Here is what I am doing. I have a package header and a package body. The package header compiles successfully and the above error is displayed while compiling the package body only.
    Package Header :
    create or replace package pkg_pms_print is
    type c_ref_printer_list is REF CURSOR;
    PROCEDURE sp_get_printerlist
    p_team_id IN NUMBER,
    printer_list_refcur OUT pkg_pms_print.c_ref_printer_list
    end pkg_pms_print;
    Package Body:
    create or replace package body pkg_pms_print is
    PROCEDURE sp_get_printerlist (
    p_team_id IN NUMBER,
    printer_list_refcur OUT pkg_pms_print.c_ref_printer_list
    IS
    printer_list_refcur pkg_pms_print.c_ref_printer_list;
    v_printer_id pms_test_team_printer.printer_id%TYPE;
    v_printer_name pms_test_team_printer.printer_name%TYPE;
    v_default_printer pms_test_team_printer.default_printer%TYPE;
    BEGIN
    OPEN printer_list_refcur FOR SELECT printer_id, printer_name,default_printer FROM pms_test_team_printer WHERE team_id = p_team_id;
    --DBMS_OUTPUT.PUT_LINE('EMPNO    ENAME');
    DBMS_OUTPUT.PUT_LINE('--- -------');
    LOOP
    FETCH printer_list_refcur INTO v_printer_id, v_printer_name,v_default_printer;
    EXIT WHEN printer_list_refcur%NOTFOUND;
    DBMS_OUTPUT.PUT_LINE(v_printer_id || '|'|| v_printer_name ||'|'|| v_default_printer);
    END LOOP;
    CLOSE printer_list_refcur;
    END sp_get_printerlist;
    END pkg_pms_print;
    Apart from this error one error also shown as " PL/SQL: Item Ignored"
    The compile points to the 3rd line in the package body for errors with the above mentioned error. There is no duplicate field name or argument name as the oracle error message says. It's a simple straight forward code. Can somebody help me if I am overlooking something?
    Regards,
    AgrawalV

    this problem is solved but i am not getting output when i have tested this procedure in test window.
    Program Continues upto 2nd DBMS call, means i am getting output upto 2nd DBMS call.
    create or replace package body pkg_pms_print is
    PROCEDURE sp_get_printerlist (
    p_team_id IN NUMBER,
    printer_list_refcur OUT pkg_pms_print.c_ref_printer_list
    IS
    -- printer_list_refcur pkg_pms_print.c_ref_printer_list;
    v_printer_id pms_test_team_printer.printer_id%TYPE;
    v_printer_name pms_test_team_printer.printer_name%TYPE;
    v_default_printer pms_test_team_printer.default_printer%TYPE;
    BEGIN
    OPEN printer_list_refcur FOR SELECT printer_id, printer_name,default_printer FROM pms_test_team_printer WHERE team_id = p_team_id;
    DBMS_OUTPUT.PUT_LINE('Printer ID Printer Name Default Printer');
    DBMS_OUTPUT.PUT_LINE('----- ------- ------- ');
    LOOP
    FETCH printer_list_refcur INTO v_printer_id, v_printer_name,v_default_printer;
    EXIT WHEN printer_list_refcur%NOTFOUND;
    DBMS_OUTPUT.PUT_LINE(v_printer_id || v_printer_name || v_default_printer);
    END LOOP;
    CLOSE printer_list_refcur;
    END sp_get_printerlist;
    END pkg_pms_print;

  • Duplicate fields in class

    Hi,
    I used schemagen and reversemappingtool to generate clasees for my
    database. Some of the classes were created with duplicate fields. For
    example, one of the tables looks like:
    person_id (PK)
    height
    weight
    birth_date
    country_id (FK)
    The class generated contains a country1 and country2 fields and getters
    and setters for both. This is using Oracle 10g with Kodo 3.0.3. Is this
    a known issue?
    Thanks,
    Doug

    No. What version of Kodo are you using? Can you send us the schema.xml
    file generated in the schemagen process? If you don't want to send it
    publicly, please send it to [email protected]
    -Patrick
    Doug Emerald wrote:
    Hi,
    I used schemagen and reversemappingtool to generate clasees for my
    database. Some of the classes were created with duplicate fields. For
    example, one of the tables looks like:
    person_id (PK)
    height
    weight
    birth_date
    country_id (FK)
    The class generated contains a country1 and country2 fields and getters
    and setters for both. This is using Oracle 10g with Kodo 3.0.3. Is this
    a known issue?
    Thanks,
    Doug

  • SAP GRC 10.1 AMF No data selected when adding duplicate fields from separate tables for configurable data sources

    Hi There,
    In SAP GRC 10.0, our team had an issue where we could not add duplicate fields from separate table (see ERROR: Select Currency/UoM field for the selected analyzed fields). This was resolved by the SAP Note 1904313/ 1904314 (http://service.sap.com/sap/support/notes/1904313).
    We upgraded our system to SAP GRC 10.1 SP05 and could now add the duplicate fields from separate tables. SAP Note 1904313/ 1904314 was part of SAP GRC 10.1 SP03 so it makes sense that we, in a higher version (SP05), would be able to do this.
    The issue now is when we add the duplicate fields from different tables and run the Ad-hoc Query to test if the data source works correctly, the No Data Selected warning persists. This means that the data source provides no data for analysis, which is required to write our business rules.
    Below is an example:
    Basic data source with just one currency reference field EBAN-WAERS.
    When you run the Ad-Hoc Query you receive data.
    Basic data source with second currency reference field EKKO-WAERS.
    When you run the Ad-Hoc Query no data is found.
    Please also make reference to the following thread logged by my colleague (ERROR: Select Currency/UoM field for the selected analyzed fields)
    Any assistance to receive data with duplicate fields from separate tables will be highly appreciated.
    Thanking you in advance.
    Regards
    Gary Khan

    Hi
    following are the  error messages from dump
    hrtText
       There is already a line with the same key.
    hat happened?
       Error in ABAP application program.
       The current ABAP program "SAPLCKMS" had to be terminated because one of the
       statements could not be executed.
       This is probably due to an error in the ABAP program.
    rror analysis
       You wanted to add an entry to table "\FUNCTION-POOL=CKMS\DATA=T_DYN_CKMLCR",
        which you declared
       with a UNIQUE KEY. However, there was already an entry with the
       same key.
       This may have been in an INSERT or MOVE statement, or within a
       SELECT ... INTO statement.
       In particular, you cannot insert more than one initial line into a
       table with a unique key using the INSERT INITIAL LINE... statement.
    rigger Location of Runtime Error
       Program                                 SAPLCKMS
       Include                                 LCKMSF01
       Row                                     226
       Module type                             (FORM)
       Module Name                             DYNAMIC_PERIOD_CLOSING
    Source code where dump ocured
    222
    223           APPEND ht_ckmlpp TO t_add_ckmlpp.
    224           APPEND LINES OF ht_ckmlcr TO t_add_ckmlcr.
    225           INSERT ht_ckmlpp INTO TABLE t_dyn_ckmlpp.
    >>>>           INSERT LINES OF ht_ckmlcr INTO TABLE t_dyn_ckmlcr.
    227         ENDWHILE.
    Also I guess there is problem with material ledger in R/3 side
    I have never worked on material ledger before so dont hav idea of Tcode and tables in SAP R/3 for material ledger.
    Thanks
    Navneet

  • How to trap duplicate fields?

    hi,i am using oracle forms developer 6.0.i want a standard stored procedure to trap duplicate fields.i need to track data types number,char and date.i was not using primary keys and foreign keys.please help me anyone.must be a standard one.thanks in advance.

    05ce8847-63f6-462d-9c5b-c21076276bb4 wrote:
    hi,i am using oracle forms developer 6.0.i want a standard stored procedure to trap duplicate fields...
    By this, I assume you mean you want to check for duplicate values in a block.  There are several ways to do this and there are several examples of this in the Forum and on the Internet.  Many of the examples on the Internet are demonstrated in Forms versions greater than Forms 6.0, but they should still work in Forms.  You just won't be able to open the sample/demo forms included with the examples.
    i need to track data types number,char and date.i was not using primary keys and foreign keys.
    Why would you not want to enforce uniqueness on your table?  As I mentioned above, there are methods in Forms to check for uniqueness (duplicates) in Forms, this should always compliment what you enforce through your table - not replace what you enforce on your table.
    Craig...

  • How to Ignore records having duplicate field value

    Hi,
    I have a fixed length flat file having multiple records.
    Ex:
    1000423421A8090
    1000802421A8091
    1000454421B8092
    1000412421C8093
    The first 2 record has A. So I have to take only one out of first two record and ignore the second one. I mean if there is any duplicate field at 11th position then I have to select only one record.
    Can you please let me know how to handle this.
    Thanks
    Mukesh

    Mukesh,
    Use the following UDF to achieve the same.
    <u><b><i>getchar</i></b></u>
    char ret = Values.charAt(10);
    return ""ret"";
    <u><b><i>Maptarget</i></b></u>
       //write your code here
    int len = Values.length;
    String char_at="";
    String pos="";
    for(int j=0;j<len;j++)
    if(j==0){
    result.addValue(Values[j]);
    else
    char_at= ""+ Values[j-1].charAt(10);
    pos=""+Values[j].charAt(10);
    if(!char_at.equals(pos))
    result.addValue(Values[j]);
    <b><i><u>Mapping Logic</u></i></b>
    1. Use sort by key function
    in the first parameter map - Source -UDF(getchar)
    in the second parameter map -Source
    2.Map the output of sortbykey to UDF(Maptarget)
    3.Finally Map the o/p of UDF to target.
    I checked it, its working as per your reqmt.
    If you have any doubts reply me I'll help you out.
    Note: In UDF(MapTarget) use Queue
    Best Regards,
    Raj.

  • Preventing Duplicate fields in forms

    Hi,
    We have a requirement of preventing the user entering duplicate fields.
    For example
    The user enters vendor number XXXX in the first record
    and when he comes to second record or any subsequent record he should be prevented from entering XXXX.
    Thanks

    Hi there,
    If the user is entering a 'new' record for a vendor and if the vendor number has to be unique, you should consider making the field a primary key and have the system generate the number (through a Sequence) rather than user-entered. This would avoid the 'problem' that is in question.
    Regards,
    John

  • Sharepoint 2010 Content Deployemnt Job issue with duplicate fields in User information List

    Hi friends,
    I am facing below issue with the content deployment job.
    It was working earlier. But now since from couple of days all the content deployment jobs in production environment are failing with below error.
    Field name already exists. The name used for this field is already used by another field in the list. Select another name and try again.
    ObjectName="User Information List".
    When I check the fields in User information list in targeted site, I found couple of columns are dupicate like "ask me about",first name","Last name" etc.
    Do i Need to drop target site collection or recreate with fresh content deployment job.
    Please suggest.
    Please help .
    Regards
    Subrat

    Hi,
    According to your post, my understanding is that you got duplicate field error.
    Based on the error message, you can try to use the following code sample to remove duplicate records, and check whether it works:
    http://social.msdn.microsoft.com/Forums/en-US/sharepointgeneralprevious/thread/41ee04bd-91fb-4bf9-932a-bac42c56c357
    Here is a similar issue, you can also use the ‘RemoveDuplicateColumn64’ provided:
    http://sharepointsurfer.wordpress.com/2012/04/27/how-to-fix-publishing-site-content-deployment-error-duplicate-first-name-column/
    What’s more, as you had said, you can recreate a site with a fresh deployment job.
    Thanks & Regards,
    Jason
    Jason Guo
    TechNet Community Support

  • How to automatically rename duplicate field names?

    I'm trying to merge mutiple PDF files into one but some PDF files have duplicate field names. Is there a way that Acrobat can automatically rename those duplicate field names so that they remain unique during merging?

    Ok I found it :-) how to create a template thx ++
    I used that JS script with it (with my template name) :
    var expTplt = getTemplate("ajout_suivi_therap");
    expTplt.spawn(numPages,true,false);
    This works perfectly (new page under the last one, new names for fields) when I test it on my acrobat 8, but it doesn't work anymore on reader 9. Here is (in french !) the error message I have from the console :
    NotAllowedError: Les paramètres de protection interdisent l'accès à cette propriété ou à cette méthode.
    Template.spawn:2:Field Ajouter_page:Mouse Down
    If I try a translation of it :
    NotAllowedError : Security settings prohibit access to this property or method.
    Template.spawn :2:Field Ajouter_page:Mouse Down
    Do you have an idea ?
    Do I have to activate an option when saving the file ?
    Thx !!

  • If I use the function to align adjacent fields, or the function to match size, duplicate fields are created. How can I get this to stop?

    I have a form that consists of columns and rows of fillable fields. When I use the edit function to make the height of the fields the same, or make the widths of the different columns of fields the same, or align the fields vertically or horizontally, duplicate fields are created. If these fields have a box around them, all of the duplicate fields' boxes are shown. The field names have the same base name, but have a suffix that is sequentially numbered. If I delete the "lower" numbered suffix names (with the same base name), the resulting field does not appear on the form.
    What is going on with the alignment or size process. I do use the CTRL-Click function to select the group of fields I am trying to size or align. If using the selection of multiple fields should be done differently, how can it be done?

    No. That's not what's happening. The duplicate fields are ONLY created after I employ the alignment or sizing functions. Weird.
    I was hoping that this was the result of some kind of setting in Acrobat, or that the duplicate fields would disappear when saving the form, but that's not what happened.
    Thanks for your input, however.

  • Duplicate field in SOAP Header

    Hy Guys,
    I was migrating a set of applications from nw70 to nw74 and I got an error when a web dynpro model calls one PI web service.
    Analyzing the PI context we saw the message "Number of xml tag WSCorIDSOAPHeader is 2, expected number is 1" and the PI soap envelope that arrives at the channel really have two tags WSCorIDSOAPHeader.
    Someone else has seen it before??
    Thanks,

    Aries,
    Hello, My Apologies, I completely missed your response...
    Build Number is: 15.0.4535.1000  I tried to get the error I was seeing before show up in the ULS logs by trying to post on the Newsfeed, and I still get the error
    "We've hit a snag, Looks like the newsfeed was removed from the site, the site was deleted, or there's some temporary network problem. You can try again later or stop following the site from the sites page." 
    but nothing is showing up in the ULS logs.
    What it was saying when I did see it in ULS, was that there was an Invalid Field and the Corresponding ID was the same ID as the Duplicate HashTags Field.  I have also notided that in the Microfeed libraries where the Newsfeed IS working (Training, MySites)
    there is a HashTags field in the MicroFeed Library. In the sites where it is not working, no HashTags Column. I will keep trying to get it to throw a ULS entry and post the entry if I can get it to generate again.
    Thank you,
    Carl  
    Carl Frank Consultant - Solve It, Inc

  • Duplicate fields across a package

    I have combined 25 multipage files into a pdf package. Is there a way to duplicate a field across all the pages in the whole package ?
    I don't want to have to alter 25 separate files each time i distribute the package.

    If the layout is the same, you can have a master that you replace pages with the changing information and save to a new PDF file. You would still have to do this for each PDF, but the fields would remain. Since you have all the files created already, it is probably simpler to simply do a replace with each file. That keeps you from having to redo the form fields. I am assuming you are working with AcroForms and not Designer. If you are using Designer, then you need to ask in that forum.

  • Stop creation of duplicate fields

    How do I stop the creation of duplicate form fields when I edit several?

    Thank you, that is what I believe has happened, again thank you
    Richard

  • Duplicate field names in File content conversion

    Hi,
    I need some details for csv to xml file conversion.I have configured the file content conversion adapter for these conversions.In source CSV file we will receive below details in single line.
    0020000001000       0020000002000       0020000003000       0020000004000
    Now i can successfully generate
    <?xml version="1.0" encoding="utf-8" ?>
    - <ns:MT_GLMast_out xmlns:ns="http://sap.com/PI/GLMast">
    - <GLMasterData>
    - <GLMAST>
      <Customer1>0020000201000</Customer1>
      <Customer2>0020000200000</Customer2>
      <Customer3>0020000199000</Customer3>
      <Customer4>0020000198000</Customer4>
      </GLMAST>
      </GLMasterData>
      </ns:MT_GLMast_out>
    with following parameters
    GLMAST.fieldSeparator     ,
    GLMAST.fieldNames     Customer1,Customer2,Customer3,Customer4
    GLMAST.endSeparator     'nl'
    Now the issue is customer wants to send 3000 customer number in single file.How to maintain the parameter to duplicate filednames just customer instead of customer1,customer2,customer3 etc...
      <Customer>0020000201000</Customer>
      <Customer>0020000200000</Customer>
      <Customer>0020000199000</Customer>
      <Customer>0020000198000</Customer>
    This can be done if customer sends file like one customer number in one line.please help me how to process multiple customer number in single file separated with comma.
    Thanks,
    Vijay

    For this what you can do is, create the source and target data types as shown below
    Source Data Type
    <DTO_Customer>
    <Records> 0..unbounded
       <Customers> </Customers>0..1
    </Records>
    </DTO_Customer>
    Target Data Type
    <DTI_Customer>
    <Records> 0..1
       <Customer> </Customer> 0..unbounded
    </Records>
    </DTI_Customer>
    Now since your data will come in a single string therefore do the FCC in sender channel as shown below
    Records.fieldNames = Customers
    Records.fieldSeparator = 'nl'
    ignoreRecordsetName = true
    So by doing this you will get the data into XI mapping in as single string. Now you need to write an UDF which will split this string into individual customers based on your delimiter in the string.
    Now map the output of this UDF to <Customer> field.
    You may need to do some other small fixes accordingly.
    I hope this will solve your problem.

  • Help in SQL database remove duplicate fields

    I have different tables like Employee, mentor_offer, department and criteria.  Employee has all the employee details and department has the id and name of all the departments, Criteria has id and name of all the skills. Mentor_offer has the email
    id and the skill for that particular email id.
    The stored procedure that i am using is 
    SELECT distinct e.firstName + ' ' + e.lastName as name, e.email, e.geo,c.name as skill, d.name as department, e.addedDate, e.modifiedDate 
    from employee e 
    inner join mentor_offer m 
    on e.email=m.email
    inner join department d
    on e.department = d.id
    inner join criteria c 
    on m.criteria_id = c.id
    order by e.addedDate desc
    At present I get the result like this:
    Name|Email|Location|Department|Skill|addedDate|mod ifiedDate
    Arun Rao|[email protected]|NA| Marketing|Planning & Organizing| 3/17/2014 1:01:21 PM|3/20/2014 2:37:50 PM
    Arun Rao|[email protected]|NA| Marketing|Technical Skills| 3/17/2014 1:01:21 PM|3/20/2014 2:37:50 PM
    Binay|[email protected]|NA|Sales|Leadership|3/17/2014 1:01:21 PM|3/20/2014 2:37:50 PM
    Binay|[email protected]|NA|Sales|Technical Skills|3/17/2014 1:01:21 PM|3/20/2014 2:37:50 PM
    Expected Result:
     I would like to add the skills in a single row with comma separated and remove the duplicate entries of Name, Email ,Location, Department. 
    Name|Email|Location|Department|Skill|addedDate|mod ifiedDate
    Arun Rao|[email protected]|NA| Marketing|Planning & Organizing, Technical Skills|3/17/2014 1:01:21 PM|3/20/2014 2:37:50 PM
    Binay|[email protected]|NA|Sales|Leadership, Technical Skills|3/17/2014 1:01:21 PM|3/20/2014 2:37:50 PM
    Please help.

    Try this: 
    with CTE
    as (
    select distinct
    e.firstName + ' ' + e.lastName as name
    , e.email
    , e.geo as Location
    , c.name as skill
    , d.name as department
    , e.addedDate
    , e.modifiedDate
    from
    employee e inner join mentor_offer m
    on e.email = m.email
    inner join department d
    on e.department = d.id
    inner join criteria c
    on m.criteria_id = c.id
    select
    name
    , email
    , Location
    , department
    Skill = stuff((
    select
    ', ' + skill
    from cte b
    where
    c.name = b.name
    and c.email = b.email
    and c.Location = b.Location
    and c.department = b.department
    for
    xml path('')), 1, 2, '')
    max(addedDate) as addedDate
    max(modifiedDate) as modifiedDate
    from cte c
    group by
    name
    , email
    , Location
    , department
    order by
    addedDate desc;
    not tested/.
    Regards Harsh

  • Check for Duplicate Fields in Vendor Master

    Dear Gurus
    We have a requirement to configure checks for Duplication  in Vendor Master.
    regards
    MS

    Hi
    Pls check the path
    IMG > Financial Accounting> Accounts Receivable and Accounts Payable>Vendor Accounts> Master Data > Preprations for Creating Vendor Master Data > Change message control for Vendor Master Data
    Give message numbers 144 and 145
    How ever, I suggest that you do not put the message as "E". There could be a scenario, where in, the Business may have certain customers and vendors with the same name and other common fields.
    Thanks & Best Regards
    Sanil K Bhandari

Maybe you are looking for

  • Videos default to movies folder

    can any1 help when i put movies into my ipod 160 classic they all go to the movies folder i would like to have some go into music videos , some into tv shows and such is there a way to move this over to each selected folder

  • Avoiding XFS fragmentation

    (sorry if this is the wrong forum, I guess Multimedia would be appropriate as well) My /media disk is formatted with XFS, and houses mainly MythTV recordings, videos, music and photographs. Lately I had noticed that MythTV performance was getting aby

  • Trading Partner Config

    Hello everyone, I am looking for Trading Partner configuration Steps for intercompany clearing. I will appriciate if some one can share the important steps. Thanks in Advance Krishna

  • NW CE7.1 can't start,who can help me?

    CE7.1 Setup on Microsoft Visual PC2007, and allocate memery 2.5G. OS:windows2003 server SP1 SAP CE: SDN_Preview_SR_5_CE71 trc file: "E:\usr\sap\CE4\J00\work\dev_server0", trc file: "E:\usr\sap\CE4\J00\work\dev_server0", trc level: 1, release: "710" s

  • How to change from single Node to RAC for AIA

    Recently I have installed AIA 11.1.1.5, but during installation I selected single node. But now I would like to configure it to use RAC. How to do it? Reinstalling is not an option.