How to edit a data merge field in a 'header'?

Hi All,
I'm trying to figure out how to edit the green bar so I can replace <<Expertise>>-<<Expertise>> with a different field from my excel data source. I want to replace it with the Category field in the Data Merge box but I cannot seem to edit that green bar.
Help! Thanks in advance,
Mark

Actually you were right, it was being inherited by the master page. And the 'live' page we were working on was unable to delete it. When I went to the master page, I deleted the << >> and it deleted it from the live page.
Now when I put in the <<category>> on the master page, it shows on the live page. For some reason my data rows are not displaying multiple records to a page now (shows only 1 per page so I've got 117 pages!), but ill try to figure out what happened.
Thanks!!

Similar Messages

  • How to edit Idoc data in inbound processing

    Moved to correct forum by moderator
    Hi All,
    How to edit idoc data in inbound processing ? We have a custom FM in inbound scenario and requirement is to update a value in idoc, this value comes after certain processing in custom FM.
    I tried editing it through
    EDI_DOCUMENT_OPEN_FOR_EDIT
    EDI_CHANGE_DATA_SEGMENTS
    EDI_DOCUMENT_CLOSE_EDIT
    but there is problem in this approach. By this procedure two idocs are created in system, one with original data and one with modified data. We want only one with modified data.
    We do not want any direct database table updates.
    Please provide appropriate solution.
    Note : We are not changing status record. Please do not post replies related to status change
    Edited by: Matt on Nov 19, 2008 2:24 PM

    Hi,
    You can edit the idoc by doing the following steps:-
    1. Goto WE02 transaction and give the IDOC number and execute
    2. Once the required IDOC gets retrieved then double on the text pad icon beside the segment which you wanted to change.
    3. Select the Data Record at the top and click Display <-> Change option, which will enable you to change the data in that segment.
    4. After doing the step 3 then click the save button to save your changes.
    5. Then system will generate a new idoc number to store the actual data and your current idoc will hold the new data and the idoc will be in 69 status.
    6. Execute the Program RC1_IDOC_SET_STATUS by giving your idoc number and status as 69 and new status 64 and remove the test flag
    7. Then the IDOC will be in 64 status and you can reprocess the idoc with the help of the program RBDAPP01 by giving the idoc number.
    The above is the entire process for editing the error idoc and reprocessing it again.
    I hope I am clear and you understood the entire flow of editing and reprocessing an idoc.
    Thanks,
    Mahesh.

  • Extracting an image data merge field using only an indesign file and not document.dataMergeProperties.dataMergeFields

    Hi,
    I have kind of a weird requirement but I hope you guys can help out.
    I need to extract all the custom fields used in an indesign file without referencing the dataMergeProperties of a document. Sorry if this is a weird request it is just what I've been told (our system needs to not crash when people upload a variety of in design documents to generate high resolution jpg preview documents).
    I can already get all the text custom fields by looking for "<<" and ">>" in the text frames of a document but I'm having a really hard time finding the image custom fields.
    I tried looking at the rectangles for a given page but that didn't seem to help (but maybe i'm missing some there). I also tried looking at the graphics and images collection of a document but this seemed to return only graphics that are hard coded on the in design document and not the custom image fields.
    Any help would be appreciated!

    Uggg....
    Found the answer after I realized I was looking at the wrong SDK (5.0 instead of 6.0)
    I'm using the doc.hyperlinkPageItemSources property to get these images. It also looks like you can get the image data merge fields from DataMergeImagePlaceholder (but rememeber I couldn't access this).

  • Linking Data Merge Field with JavaScript for PDF link

    Hello everyone,
    I am using the data merge in InDesign to generate a PDF with data from a data source file. The data merge will populate a Product Number field. I want to write a script that will modify the Product Number field to contain a JavaScript Link in the resulting PDF.
    For example, the product number [1234-567] will launch: app.launchURL("plsddr://localhost/1234-567|*", true); when the Product Number link is clicked on in the resulting PDF.
    Can anyone provide an example on how this could be done, or point me in the right direction? If there is a better way to go about this, please let me know.
    Thanks!

    What findText returns is a list of Text, but that's totally interchangeable with Word. It appears InDesign can switch at will between Characters, Words, Lines, Paragraphs, and Stories.
    Text can consist of one single SpecialCharacter (a column break, or a hard return, or any of the SpecialCharacters enumeration), or of a standard JavaScript "String" object -- a simple Unicode string.
    The property that 'holds' the text is "contents" -- so, adding all of this up, to 'get' the text that has been found, you'd typically use
    next = list.pop();
    alert ("The text contents of this one is '"+next.contents+"'");
    and you can build further on that -- using it as a HyperlinkDestination URL, or something like that. The Text item -- 'next' -- still points to the 'live' text it was found at, so be careful not to modify it. Doing something like
    next.contents = 'hey what happened';
    will change the actual text in your document. But it's also useful to add, for example, a hyperlink to the actual position this text was found on.
    (A tip regarding changes: if you are to change your document, the original items findText pointed to will be messed up after you changed the first one! To prevent that, work backwards from the last item found to the first. findText(true) will reverse the order of found items, from last to first -- see the JS Help on that.)
    As for
    (Also, how do you print the contents of a Word object?)
    that depends on what you mean with 'print' . To a printer?

  • How Do I get data merge to work without creating duplicate pages in a single page native file?

    I've called Adobe about this and they indicated it was some kind of setting that needed to be changed in InDesign, but wouldn't tell me how to do it unless I paid for an "incident pack" and talked with technical support.
    Problem: I have a single page document in InDesign CS5. It's a direct-mail postcard with large high-res images and complicated graphics on it. I want to merge a list of recipients names/addresses from Excel with this single-page design. Excel document has 2,000 names in it.
    I successfully create the merge using InDesign's data merge feature, but it creates a new InDesign document with 2,000 pages in it. Each page is a duplicate of my original file, but with different addresses on each page. Because of the multiple records and the high res images it has created 2,000 duplicates of - InDesign crashes. It also took about 4 hours to do the merge.
    There has got to be a better way to merge data w/o it created the same page over and over again.
    I can't make a pdf to solve this problem becasue I have to work with an in-house printer and they do a poor job of printing from pdf. So, I always send them native files. This printer does not have variable data software. However, if that is the fast and easy solution to this problem - I will force them to purchase it.
    Any advise or solution to this problem would be appreciated. Is there a setting in InDesign that needs to change so it doesn't repeat the single page design 2,000 times and cause InDesign to crash?
    Thank you.

    That's exactly how Data Merge works. If it's on the page, it gets duplicated. 2000 records is a lot, so I'm not sure if the images or the sheer number is what's slowing things down.
    One thing you can try is to moove everything EXCEPT the merge placeholders to a master page, then assign the [None] master to the page with the placeholder anbd do the merge. Change the master to the one with your static content after the merge. That might speed up the merge, but it won't do anything for the file being 2000 pages that each has to RIP for printing. The best way to deal with this is to find a printer who can do VDP printing and give him the template file and your data file, and let him do the merge in the print stream.

  • How can I use data merge, within a master, within a book?

    Hi all,
    I am producing an 84pp catalogue for multiple brands.
    I have it set up as:
    1x .indd document per spread
    Master styles within one .indd document for black text, white text etc.
    Book setup to contain all of the .indd files to make up the 84pp book
    Now, my problem is I have to change the footer text and references depending on the brand, so I can have the footers saying 'Call Brand A on 123 4567' or 'Call Brand B on 567 1234' and have various in-text references change from Brand A to Brand B and vice versa.
    I have a data merge on each of the masters in my .indd style source looking at a simple .csv of:
    Brand Name
    URL
    Phone Number
    Brand A
    www.branda.com
    0800 123 4567
    Brand B
    www.brandb.com
    0800 567 1234
    This works fine on the masters within the source .indd.
    But, when I close this master style source and go into another .indd document within the book (after synchronising) I see the <<Brand Name>> container but, when I export the documents it does not populate the book with the data - it keeps the containers.
    Obviously with a normal in-document Data Merge you'd click 'Create Merged Document' but I don't want to export each page, and I have PDF print presets / .joboptions file with settings for the book.
    Any advice on how to get this to work?
    Thanks!
    Andy

    I'm not really following the workflow here, but this seems like it might be better suited to Conditional Text than to Data Merge.

  • How to edit birth date of child in family sharing

    I've just added my daughter to my Family Sharing account and it doesnt have her birthdate correct, how can I edit the date to the correct birth date?

    I know its not a good idea to lie about children ages, but KIDS love iDevices, and as they are the Future how can we refuse them. Plus a lot of parents let they're KIDS use the Adults Apple ID. I have 2 daughters, and using Family sharing I can choose to accept or refuse Apps they try to download. I also lock down they're iDevices so they are not subjected to unsightly material.
    We are all in the incubation stage of the development of the handheld Devices, so some times you have to find a work around solution which works best for you. I am sure in the Future these small problems will have a solution. Plus my girls are teaching me more and more about the potential use of iDevices.
    After all, its all about Parents parenting they're KIDS. You teach them the "Green cross code' (how to cross a road safely), so it should be so that you Educate them to not to talk to strangers on the streets, or in the Virtual world. Teach them well and they will Learn.
    LOOKFACEHELP.

  • How to edit raw data?

    Is there a way to edit raw data in Oracle Sql Developer?
    For example, table has raw(3) column. How can I edit this column in grid?

    hi,
    You will have to delete the load entry from your data provider where it is getting loaded.If it is present in the Infoprivider it will not allow you to make changes.
    Delete the entry from the Infoprivider and then go ahead with the steps.
    hope it helps,
    regards,
    Parth.

  • Data Merge Field is out of position

    I am hoping someone can help me.  I have everything set to default but for some reason my Data Merge preview when turned on selects default as OFF the page (red boxes) and centered.
    Can someone help me figure out how to get them back to the page?
    Thanks.
    CJ

    OK here are my settings along with the template.  It is a label that is setup 6 up on a sheet.
    I did copy everything to a new template/file.

  • How to edit the date in an event

    Help please, I uploaded some pictures into iphoto (I'm new to it). However they were uploaded and dated in an event automatically as 2004 and they are supposed to be 2009. Does anyone know how to change the date for events manually? I cannot figure it out. Thanks!!!

    Check your camera set up - the dates iPhoto use come from it
    to correct dates select the photo(s) you want to correct and adjust the time and date - iphoto menu ==> adjust date and time
    You may find the iPhoto tutorials worth watching - http://www.apple.com/findouthow/photos/ - as simple and intuitive as iPhoto is there is a learning curve and there are lots of features to learn
    LN

  • How to edit line data in AL11 file

    Hi Friends,
    I am facing some problem for below requirement,
    we are uploading data into AL11 files into BW-ODS, but sometimes whiles loading they are facing with error data, now we are trying to edit the particular line, i am able to edit and am able to transferring into same file, but stil old line be there only,
    here how can we delete one line in AL11?
    we have one solution for this we can edit data in PSA first and later upload into target....but in PSA data is complete trucationg...
    That's why we are searching this type of solution..
    Please help me on this...
    I will appreciate your help...
    Regards,
    Sri

    Finally we got 1 solution, please find solution below:
    when we displaying output on screen we used write:/ ltext input on,,
    by with output will display in edit mode, after we change this data, we need to press save button( this save button will be created with PF STATUS), by at user command option, i used below lines if code to save what we edited on output screen.
      line_num = 1.  do a times.,   clear ltext2., READ LINE line_num FIELD VALUE ltext2., if sy-subrc eq 0.  condense ltext2.  concatenate  ltext1 ltext2 into ltext1.  line_num = line_num + 1.  clear ltext2. else.   exit.  endif. enddo.
    here why used 'a', usually in AL11 data line has more than 1000 chars, it is diffcult to display in reading manner on output screen,
    thats wht i splitted line data into some line, each line with 125 chars,
    suppose i have line with 400 chars, i splitted line into 4 lines, so we need to move DO with 4 times...
    after concatecated 4 lines into sinlge line again i transferred into AL11.
    ...This is the solution what we got,
    please share if other solutuon is there..
    And Thank you all of you who shared your thoughts ...
    Sri.
    Edited by: Sri on Nov 5, 2009 2:18 PM

  • How to edit copa data source or change delta method.Need t-code/procedure

    Hi gurus,
    I have a copa extractor in production.The copa extraction is costing based.
    I need to get an extra field from CE1**** table. when i go to KEB0 and display , i see my required field under the chracteristics from segment table. It is unchecked.
    I want to know the transaction where i can go and  edit the datasource to check that field and bring that data in.
    I tried going to T-code KEDV. But i couldnt figure out what to do there?
    I also tried deleting and recreating the datasource, then i am able to check that field. The problem is earlier existing data source used to say,
    Delta Method     Time Stamp Management in Profitability Analysis
    now it says
    Delta Method         Generic Delta.
    how do i change the delta method from generic delta to Time Stamp Management in Profitbility Analysis. During creation in KEB0 it doesnt give any option to change.
    and what exactly is the differnce between both delta methods?
    plz post your inputs.
    Thanks in advance,
    > Points will be assigned for inputs
    Message was edited by:
            ravi a
    Message was edited by:
            ravi a

    Hi Ravi,
    I would expect you are communicating to your users that you will need some downtime for you to change this.  To add characteristics to COPA you actually have to first the delete the datasource in KEB0 then re-create the datasource.  I would work with your CO-PA config team to get the T-Codes necessary to assign those objects to PA.
    Please reference OSS note 392635 for further reference on your CO-PA timestamp question.  This should answer your questions here.
    Pls. assign pts if this helps.
    Thanks,
    -Alex

  • How to pass the  data to field of  table.

    I want to pass the data to the fields of table. I want it with codes.

    Hi sindu,
    First of all Welcome to SCN.
    I hope you need to Read the [Rules of Engagement|https://www.sdn.sap.com/irj/sdn/wiki?path=/display/home/rulesofEngagement] before posting more.
    There are lots of resources available already here, so have a habit of searching before posting a question.
    Also while posting a question ensure that you include the following details;
    1) what is your requirement?
    2) How you are doing it?
    3) Where are you struck?
    4) What have you done to overcome the problem?
    5) The part of code that needs troubleshooting.
    Regards
    Karthik D

  • How to autofill a date/time field on a print event?

    I am trying to have a read only field auto populate the date and time when a form is printed.
    How do I set up a script to initiate on a prePrint event?  I am very new to trying to script my own events.
    Thank you for your help!
    S.

    that worked thanks a lot,
    the values are inserted into the database now but i still get an error
    SQLException: [Microsoft][ODBC Microsoft Access Driver] Data type mismatch in criteria expression.
    but the values are inserted....a bit confused about that any reason why that would happen?

  • Data merge field as hyperlinks?

    Hello,
    I'm working on a DPS project based on a csv file with some 50 records. Some of the fields contain hyperlinks, totalling to several hundreds.
    Has anybody any idea of how to place a placeholder for a datamerge field in the 'hyperlink' or button-'go to URL' boxes to avoid placing them by hand after merging the document?
    Thanks!
    Dio van Maaren

    OK here are my settings along with the template.  It is a label that is setup 6 up on a sheet.
    I did copy everything to a new template/file.

Maybe you are looking for

  • Blocking of Automatic PR creation by Sales Order

    Hi Gurus I need to block the automatic creation of PR from a Sales order and it should happend when an automatic block is created based on the pricing condition. My code in BADI creates the block but in background it creats the PR also and when later

  • Simple stub not compiling?

    I can't see anything wrong with this but I am getting errors. import mpt.*; import java.io.IOException; public class Program2 extends Thread public Program2() public void run() public void test() throws IOException Navigator nav = new BlockNavigator(

  • Need to add a new release of the segment and maintain that version

    Hi All, I want to add one field in the Z segment type using WE31.But i am getting the error message as 'Current segment definition <segment name> can no longer be changed and The current segment definition is already released.You can either add a new

  • Video Player Component using Flash Player 6

    I'm streaming video using Flash Player 6. The problem I am having is that the video will only play at a super small size, something like 180 x 60 (that's a guess). Is there a way to play the video at the 320 width that I redered it as? I'm using Flas

  • Mail 2.1 Crash When I click to open Inbox Mail

    Help !!! Here's my crash report. I don't know how to repair??? Date/Time: 2007-02-07 13:42:42.658 -0800 OS Version: 10.4.8 (Build 8L127) Report Version: 4 Command: Mail Path: /Applications/Mail.app/Contents/MacOS/Mail Parent: WindowServer [57] Versio