Cross-referencing 2LIS_03_UM against 0FIGL_02

Hi,
As revaluations do not generate material Docs. we find a difference between the delta in stock amounts over two months and the net material movements.
We would like to check via 0FIGL_02 but therefore we need to know which FI doc types in FIGL_02 are relevant for the data extracted in 2LIS_03_UM.
One of them is FI doc. type PR but there must others.
We need to know the list of FI doc. types that are relevant for revaluations.
Regards,
Eric

Hi,
As revaluations do not generate material Docs. we find a difference between the delta in stock amounts over two months and the net material movements.
We would like to check via 0FIGL_02 but therefore we need to know which FI doc types in FIGL_02 are relevant for the data extracted in 2LIS_03_UM.
One of them is FI doc. type PR but there must others.
We need to know the list of FI doc. types that are relevant for revaluations.
Regards,
Eric

Similar Messages

  • CS3 (WIN) Cross referencing script

    Today I downloaded a cross-referencing script created by Teus do Jong, and I have found it to be of great use, but when it comes to using the script with linked and formatted copy (Word) and tables (Excel), it does not work (destinations are lost). Is there a work around for this situation besides typing copy directly into InDesign and setting up hyperlinks? It is essential that I'm able to update links, as my catalog production cycle nearly always requires it, and when pages are moved, deleted, etc., it takes a lot of time to update figure and page references in linked files.
    Thanks,
    Pat

    Teus has got me set up with a script that works great. With the script, I am able to type a reference to a destination created in InDesign, and when the script runs, it inputs and updates pages numbers for figures, etc. Now I can make as many references to anything I want to in InDesign via Word, and page numbers are input as necessary. If pages are added or removed, or if a figure (destination) is moved, all I have to do is run the script again and all is made current.
    I am not at liberty to redistribute the script per Teus' request, but I would like to refer anyone to Teus' web site when he can be reached (http://www.teusdejong.nl/).

  • Text File Cross Referencing

    Hi, i am fairly new to OO programming.
    I am having difficulty with creating a cross reference listing of a text file specified on the command line.
    An example of a program call is
    java -jar Xref.jar mytext.txt myxref(created file).txt
    The cross reference listing should ave the following output
    word in file (frequency word occurred) line numbers of occurences.
    If a word occurs multiple times on the same line, it increments the frequency, but the same word should not appear multiple times in the cross referenc listing.
    Words appear in lexicographic order (numbers at the time i believe). After this list is produced, the user needs to be able to query the cross reference listing to see if the words exist.
    eg. html anchor
    Line 33: lien output with word anchor and HTML in same line (if possible)
    Line x : ay line that contains any word from the query.
    The following classes are required.
    Xref class. --> the driver class. It holds the data structures that contain all the words, and methods to load words and output the coss reference listing
    TextLines: a container for lines of text that are read from the input file. Words are accessed by line number. Use a method called input() to read in the text.
    XrefList-> holds the cross reference list (input the text file, output the cross referenc listing to a file.
    Query--> Include a search and display method (using the XrefList object).
    I am having issues creating the cross format listing in teh format specified.
    I have modified a program from JAVA how to program, sixth ed to do what i want the program to do, except loading a text file.
    Here is the below code from the textbook (that i modified and made better)
    import java.util.StringTokenizer;
    import java.util.Map;
    import java.util.HashMap;
    import java.util.Set;
    import java.util.TreeSet;
    import java.util.Scanner;
    public class WordTypeCount
    private Map< String, Integer > map;
    private Scanner scanner;
    public WordTypeCount()
    map = new HashMap< String, Integer >(); // create HashMap
    scanner = new Scanner( System.in ); // create scanner
    createMap(); // create map based on user input
    displayMap(); // display map content
    } // end WordTypeCount constructor
    // create map from user input
    private void createMap()
    System.out.println( "Enter a string:" ); // prompt for user input
    String input = scanner.nextLine();
    // create StringTokenizer for input
    StringTokenizer tokenizer = new StringTokenizer( input, ",- (: ; . ! ? )"); // added actual StringTokenizer values
    // processing input text
    while ( tokenizer.hasMoreTokens() ) // while more input
    //the program is not case sensitive, therefore convert to one case.
    String word = tokenizer.nextToken().toLowerCase(); // get word
    // if the map contains the word
    if ( map.containsKey( word ) ) // is word in map
    int count = map.get( word ); // get current count
    map.put( word, count + 1 ); // increment count
    } // end if
    else
    map.put( word, 1 ); // add new word with a count of 1 to map
    } // end while
    } // end method createMap
    // display map content
    private void displayMap()
    Set< String > keys = map.keySet(); // get keys
    // sort keys
    TreeSet< String > sortedKeys = new TreeSet< String >( keys );
    System.out.println( "Cross Reference Listing" );
    // generate output for each key in map
    for ( String key : sortedKeys )
    System.out.printf( "%s (%s)\n", key, map.get( key ) );
    } // end method displayMap
    public static void main( String args[] )
    new WordTypeCount(); //call constructor
    } // end main
    } // end class WordTypeCount
    Could i please get some help first on converting that so that it can read text files, because this is a major part of what is required for this task.
    Thank you very much for any help in advance.

    I'm not going to give you a complete solution, but take a look at the java api documentation. See what you can find there. Look at the classes File, FileInputStream, Scanner, Map, HashMap. That should give you a start in the right direction.
    And maybe a good thing to do draw/write your design/algorithm before you start coding. I'm just a junior developer myself. And I only recently fully understood the importance of good design skills. Coding is not just writing up some code that does the trick. Good design not only usually produces better code, but usually also in shorter time.
    Good luck!

  • Substitution Variable in Cross Referencing dimensions

    Hi All,
    Can we use substitution variable for cross referencing dimensions.
    Example:
    "Region" = &currmth->&curryear->"New York";
    Thanks in Advance
    Bal.

    Hi John,
    If I use substition variable the answer/value for 'DOM' comes vague. If I hardcode the variables, the values for 'DOM' it comes perfect/accurate.
    Can you please help sir ?
    The Calc script is (Hardcoded value are Sep, FY09,Budget)
    //ESS_LOCALE English_UnitedStates.Latin1@Binary
    SET CACHE HIGH;
    SET LOCKBLOCK HIGH;
    SET AGGMISSG OFF;
    SET UPDATECALC ON;
    SET CREATEBLOCKONEQ ON;
    /* Material Expenses Allocation */
    FIX(&xscenario,&xyear,&xmonth,"NoLocation","NoModel",&xversion,@LEVMBRS("KD PARTS TOTAL",0),@LEVMBRS("VEHICLES",0))
    "DOM" = ("Sep"->"FY09"->"Budget"->"NoRegion"->"InputVersion") * ("Indigenous component cost-Domestic-%"->"REGION"->"ENTITY"->"Budget"->"Sep"->"LOCATION"->"MODEL"->"FY09"->"InputVersion")/100;
    ENDFIX
    Many Many thanks in advance.
    Bal

  • Problem With Cross Referencing On Iphone

    I have 2 Christina Aguilera songs checked in my itunes account, but only one shows up on my phone under Christina Aguilera.  They are both on my phone, and if I look under the song titles, they show up, but if I look under artists, only one shows up.  Many other examples of the same.  P!nk songs do not show up under artist at all.  I even changed the name to Pink, and still nothing shows up under Pink.  This really is terrible.  The first time I noticed it I was looking for a song from Pink's greatest hits, and I actually said to myself, "Oh, I guess I never uploaded the CD to itunes."  So I stuck the CD in my computer and it said, "These songs already exist..."  I mentioned it to a genius one time (when I was there for a completely different issue and did not really want to spend that much more time there).  I said, "Oh, by the way, if you look under Artist on my phone, nothing shows up under Pink, or P!nk."  She said, "Well that is probably because you do not have any Pink songs on your phone."  I showed her the entire album and she was like, oh whatever.  At the time I thought, well maybe since the exclamation point is there and all, so I let it go.  But just now I was looking for a Christina song, and only one showed up.  But if I look under the song title, it is there.  The problem is that a lot of times I can't remember what a particular song TITLE is, but I know I want to hear a song from an ARTIST.  If these 2 are not cross-referenced properly, who knows how many others are like that. 
    Does anyone have any suggestions?

    I should have mentioned that I did delete the Exchange email address, and then recreated it.
    There was no change. I am still not able to send, receive, or delete emails from that account on the iPhone.
    I'm wondering if the Exchange email service provider has tried to limit access from mobile devices??
    I'll follow-up with another post tomorrow when I hear back from them. Any other ideas?

  • Bold in Character Tag doesn't work in cross-referenced text

    Hi there,
    I'm using cross references to insert sections of text that are repeated in two chapters. The referenced text includes bold text that is defined in a Character Tag. The chapter where I'm inserting a reference to the text has the exact same Character Tag in its Character Catalog (I imported the character formats to be sure). But the bolding goes away in the cross-referenced text. Any ideas on how to make the bolding show up?
    Thanks,
    Tami

    > The Xref appears to have honored only the Superscript and the Small Caps ...
    I did another test, and the following are honored in Cross-References:
    Family
    Small Caps, Lowercase, Uppercase
    Spread
    Stretch
    Superscript, Subscript
    This works between files, in which case the local file can have different definition for the Character Format named.
    It wasn't clear if these were honored: Pair Kern, Language
    No other Character Format options were honored.
    No source Paragraph Designer attributes were honored.
    No local overrides were honored (well, actually, I saw a font come in on insertion, but it vanished on Update).
    The above was using a simple <$paratext> Xref format. If your Xref format includes a Character Format that conflicts with the Character Format at the source, the source prevails.
    If the Xref format was, say, <Symbol><$paratext>, the format's Symbol font changed all the incoming text that used a default font, but did NOT override a Character Format:Family [Albertus] at the source. Interesting.

  • Difficulty cross-referencing PDF created from MS Word Mail Merge

    Hello!
    I'm using MS Word Mail Merge to create PDF documents with Adobe Acrobat 9 (Merge to Adobe PDF ribbon). Adobe allows me to specify the file name to use, which Adobe uses for the first portion of the file name, but the remaining is up to Adobe and varies depending on the total number of documents.
    The help shows as: "The PDF will be named using this text plus a series of numbers. For example, if you type JulyLetter in the Specify PDF File Name box, the mail-merged PDFs might appear as JulyLetter_0000123, JulyLetter_0000124, July Letter_0000125, and so forth."
    If the numbering was sequential, there wouldn't be a problem. However, if the number of records exceeds 50 documents, the convention changes at intervals of 50 and it makes it difficult to cross-reference without opening the document.
    As an example, if there are a total of 67 documents, you get the following results:
    Record 15 is named JulyLetter_15015.pdf. (meaning range 1-50, record 15)
    Record 20 is named JulyLetter_15020.pdf (meaning range 1-50, record 20)
    Record 56 is named JulyLetter_51676.pdf (meaning range 51-67, record 6)
    Record 66 is named JulyLetter_516716.pdf (meaning range 51-67, record 16)
    The breaks are at intervals of 50 records, meaning that if there were 230 records to print, record 143 would be JulyLetter_10115043.pdf, record 180 would be JulyLetter_15120030.pdf.
    Does anyone know where the naming or breaks are controlled within Adobe to just keep it sequential or if there is possibly a cross reference file created that may assist with cataloging?
    Thanks

    In each of the successive versions of Acrobat to the version you have, improvements have been made in converting a PDF to Word format. Acrobat X and the version about to come out, Acrobat XI, do the best job. I can't guarantee that the results would be an improvement in your case, but I have a hunch they would.

  • Cross referencing in books

    Cross references in books has gone from bad in CS5 to unacceptable in CS5.5. The screen update when typing was extremely slow in CS5, but could be acceptable by opening all book sections. This does not seem to work in CS5.5 where the speed remains poor.
    Does anybody have a fix for this?
    Aud Eli

    Aud Eli wrote:
    I have a book with 24 sections/separate files, and I need to cross reference between the different sections. It works ok, except for the page number that is missing. When I hover the cursor over the links panel it shows the page number, but the cross reference in the document miss the page number.
    No error messages, and the cross reference seems to be ok. It is more likely that I do something wrong than that this is a limitation in InDesign. Any suggestions?
    Thanks.
    AE
    Some folks find that InDesign's cross-references are unreliable, especially when the go between files in books. While this might possibly be the problem, if the page number is missing in all your cross-references, it's more likely that the cross-reference format definition is missing the page-number building block.
    Search Google for terms like "InDesign cross-reference format free online tutorial," "InDesign cross-reference format," and similar phrases without quotes, to find good resources on this topic.
    HTH
    Regards,
    Peter
    Peter Gold
    KnowHow ProServices

  • Cross-referencing keywords in Bridge

    Can you cross reference keywords?  I have an album with photos tagged as 'sweden' but then there are a few in that folder with the tag 'sweden' AND 'airport'... When I select filter by keywords I'd like to click 'sweden' and 'airport' and have it only show the photos where both are tagged...not all photos with either of the tags.
    Thanks!
    Jonathan

    You have to use Find, add a condition for each keyword, and change the match criteria to "All" instead of "Any".

  • Help Required on Cross Referencing with Oracle Stored Procedure

    Hi Experts,
       I have a requirement which is having the requirements as follow,
    Web Application initially sends a request number to SAP ECC to fetch the response details through SAP PI (HTTP to RFC u2013 Synchronous). While fetching the response from SAP ECC system, SAP PI has to invoke a Oracle Stored Procedure based on some parameter from SAP ECC System and then composited data has to send back to Web Application by SAP PI.
    Request you to kindly suggest how to achieve the above.  JDBC lookup is not much extended to call stored procedure. It would be helpful if it will be a step by step as I am novice to SAP PI.
    Regards
    Archana

    you might very well have to use a BPM.
    open a sync/async bridge ->
    do a sync call to RFC ->
    Do a sync call to DB (use SP here) ->
    do a transformation from the response message of RFC and Response of DB (N:1) to for your response to original caller (http)
    Close the sync async bridge using the response message

  • Query involving count and cross-referencing tables

    Hi I have the 3 tables listed below, i need to total the days worked per job for every staff member for a certain month then list them in ascending order, any help would be appreciated!
    staff - first, last, IDnum
    jobs - ticketnum, date_closed
    assignment - ticketnum, IDnum, date_assigned, status
    notes - only if status is 'closed' should i calculate the days worked on the job
    i know the nested queries are a bit nasty, but ive been at this for hours and cant seem to figure out calculating total days worked from the dates and totaling them

    deleted

  • Cross reference in Mapping

    Hi SAP XI Experts,
                      Is there any kind of mapping solution for cross referencing the fields in SAP XI Mapping types.
            for ex: If u have a structure as follows:
                                    Source                                                 Target
                            Country = UK or United Kingdom -
    > Nation/Country =                                                                               
    England.
                                            or England
    Is it possible to map by giving the cross referencing the fields....
    Thanks in Advance,
    Sunil Shetty

    Hi,
    You can achieve this by using value mapping concept of XI.
    You can use standard functions of type conversions and then select Fix Values.
    In this table give entry;
    eg: For country input value UK then give Nation value as England.
    Enter input entries for as much values as u want and then use this Fix Value function in ur message mapping.
    You can also use Value Mapping function of conversions.
    This has to be filled up in ID.
    thanks.

  • Cross-reference to chapter in book

    I have an eighteen-chapter book, where all the figure numbers, table numbers, and the first- and second-level numbered headings are prefixed with the chapter number.  It would be a nightmare if (as is possible) the chapters were to be reordered later in the day.  So I put each chapter in a separate ID document, put all the documents in a book, and made liberal use of the 'Chapter number' text variable.
    My question is: what do I do with cross-references like 'See Chapter 9'?  How can I treat these so that they will automagically update if Chapter 9 gets moved to become Chapter 13?  As far as I can tell, using the cross-referencing feature doesn't work with text variables, so I can't just point it at the chapter number at the beginning of the relevant chapter (which is, once again, the 'Chapter number' text variable).
    Any ideas?
    Also, slightly irrelevantly, I notice that InDesign is prone to crashing if I try and cut text containing a text variable.  Is there a known bug?

    I have an eighteen-chapter book, where all the figure numbers, table numbers, and the first- and second-level numbered headings are prefixed with the chapter number.  It would be a nightmare if (as is possible) the chapters were to be reordered later in the day.  So I put each chapter in a separate ID document, put all the documents in a book, and made liberal use of the 'Chapter number' text variable.
    My question is: what do I do with cross-references like 'See Chapter 9'?  How can I treat these so that they will automagically update if Chapter 9 gets moved to become Chapter 13?  As far as I can tell, using the cross-referencing feature doesn't work with text variables, so I can't just point it at the chapter number at the beginning of the relevant chapter (which is, once again, the 'Chapter number' text variable).
    Any ideas?
    Also, slightly irrelevantly, I notice that InDesign is prone to crashing if I try and cut text containing a text variable.  Is there a known bug?

  • Cross Reference paragraphs from Word to imbedded Visio document

    I have a word document with about 200 steps included which are cross referenced throughout Word.  I have a Visio flowchart that serves as a visual picture of these steps, but requires manual input and adjustment when we adjust the steps in Word. 
    I don't want to use the hyperlink, I'd rather have a cross reference that will auto update the step number only to match the Word paragraph number.  If I could incorporate cross references from the text in the Visio file objects to the paragraph numbers
    in Word, this would save many hours at my organization.  Additionally, this is Visio Professional 2007 as I couldn't find a forum for 2007, only 2010.  I've searched many forums, but haven't come across any successful answer.  PLEASE HELP MICROSOFT!

    When I've used hyperlinks, I've always tied them to bookmarks in the word document. I haven't heard of a cross-reference between the two products.
    al
    Al Edlund Visio MVP

  • Cross reference + GREP + excluding text

    I would like to know if anyone has a solution to the following problem.
    I have a paragraph style which I use to label tables within my document. In the paragraph style I have set up numbering (under Bullets and Numbering) so that each heading appears as "Table 1.1 School Children in HK" or "Table 1.2 School Children in China" the code I have entered in the 'number' field of the paragraph style appears below:
    Table ^H.^#^/
    I have inserted the word 'Table' prior to the rest of the code so that the label is correct.
    When I create cross references I select 'Cross Reference Format' to be 'paragraph number' the problem is, however,  that the word 'Table' is picked up as part of the 'paragraph number' because of the settings in the Paragraph Style. The end result looking like this:
    The result is fine if you are cross referencing a single table per sentence, however, if you are dealing with multiple tables in plural this is a problem. What I would like to achieve is this:
    Does anyone know if there is a way to achieve this by editing the 'Cross Reference Format' so that the word 'Table' disappears when the cross reference is generated? Perhaps with GREP?
    I would really appreciate your help.

    Hi Tom,
    Im following standard English conventions (UK, if you will)  and the format at the moment is a wee bit clunky when you have to write something like 'Table 7.1, Table 7.2, Table 7.3, Table 7.4 and Table 7.5.....' as will be the case later in the document. The other arrangment of 'Tables 7.1, 7.2, 7.3, 7.4 and 7.5.....' is much shorter and easier to read - brevity is essential in this document because of limited word count.

Maybe you are looking for