Break by document no

Hi Expert
how can I break the report by document no by seeing the below codes .
*& T O P - O F - P A G E *
WRITE:/ 'UDATE:' ,SY-DATUM.
FORMAT COLOR 4 INTENSIFIED on.
Write: /35                           ' DOCUMENT CHANGES REPORT '.
WRITE: /5 'DOCUMENT-NO' NO-GAP.
WRITE: /5 'DATE',  20 'TIME', 40 'CHANGE-NO',55 'OLD-VALUE',70 'NEW-VALUE',90 'USER-NAME'.
uline.
LOOP AT IT_CDHDR INTO WA.
Move-corresponding it_cdhdr to wa.
Write: / wa-objectid UNDER'DOCUMENT-NO'. "color col_key .
write: / wa-udate dd/mm/yyyy under'DATE' NO-GAP,wa-utime under'TIME' NO-GAP,wa-changenr under 'CHANGE-NO',
wa-value_old under'OLD-VALUE' NO-GAP,
wa-value_new under'NEW-VALUE' NO-GAP ,wa-username under'USER-NAME' NO-GAP.
ENDLOOP.
ENDLOOP.

LOOP AT IT_CDHDR INTO WA.
<b>ON CHANGE OF wa-objectid
Write:/
Write:/
END ON.</b>
Move-corresponding it_cdhdr to wa.
Write: / wa-objectid UNDER'DOCUMENT-NO'. "color col_key .
write: / wa-udate dd/mm/yyyy under'DATE' NO-GAP,wa-utime under'TIME' NO-GAP,wa-changenr under 'CHANGE-NO',
wa-value_old under'OLD-VALUE' NO-GAP,
wa-value_new under'NEW-VALUE' NO-GAP ,wa-username under'USER-NAME' NO-GAP.
ENDLOOP.
ENDLOOP.
this code will display 2 blank lines at end of every Object ID
Before looping sort your itab based on object id value

Similar Messages

  • HP 5550 Deskjet - Unwanted page breaks in documents

    While printing a document, i get unwanted page breaks. It will print plain text ok but seems to have problems with Word 2007 documents. After several pages (the page amount varies), it will print 1/2 a page or so and then formfeed to the end page & continue the document on a new sheet of paper. It will keep placing pagebreaks in the middle of page through the rest of the document. The page breaks do not exist in the document.  Wish that I were able to explain it better, this is the best I can come up with.
    System Info:
    Hp 5550 w/ Driver v.7.1
    Windows XP Pro Sp3
    Printer Connected Via USB
    No Error Messages or LED Lights
    For all that take the time give this problem a passing thought or two, you have my thanks!
    For anyone who can acutally sovle the problem or can point me in the right direction, I'll be more than happy to buy you  a six-pack of whatever virtual brew that strikes your fancy!

    When you click to print, in the pane that pops up if you pick "layout" does it show anything out of the ordinary?

  • Inserting ordered/unordered list items breakes the document design

    Hi,
    I use JEditorPane to edit HTML document. When I insert ordered/unordered list items, it breakes the design of the document. For example, I have next peace of the document:
    <center>
    This text is centered.
    One more line...
    </center>
    after inserting list item between text lines, document looks like :
    <center>
    This text is centered.
    </center>
    <ol>
    <li>
    </li>
    </ol>
    <center>
    One more line...
    </center>
    Note, that center tag is closed before list item and opened after it.
    Is it possible that inserted list items will save the original design of text around ?
    Thanks.
    .Vlad.

    Change the Leading in the Character Pallet to a smaller number, and increase the Space After in the Paragraph Pallet.
    The space between lines in the same paragraph is the leading, the space between paragraphs is not leading, and trying to achieve it with the leading field always creates more problems than it solves.

  • RH7 doesn't break Word document into topics based on headings

    Hi,
    Have been working with RH7 and Word 2007 for some time and everything was OK.
    Yesterday tried to generate another Help by importing a Word document.
    RH just didn't generate topics based on the headings.
    The entire document was imported into a single topic - into a text box.
    Any idea what the problem could be?
    Thanks,
    Rakefet

    Sometimes the environment can mysteriously change so pagination was the place to start!
    The next thing to check is the headings in the specific document Word. I've seen quite a few posts where further investigation reveals that the "headings" were in fact styles the author had created that were not the heading styles that come with Word. Is this possible here, is it one of your documents or someone else's creation?
    Try creating a new project and importing a document that has imported correctly in the past. Does it still do so or does it too display this problem?
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • How to break the document line items in cross company code document

    Hi,
    Currently the cross company code posting is summing up all the line items and posting as a single line item as long as the line items are having the same tax code.
    The system will break the line items only if there are non-identical tax codes. How can i change this default behaviour to break the line items in all cases?
    http://wikisend.com/download/436966/2.zip

    It is the standard SAP behaviour to sum up all the identical tax code values.

  • Page break handeling when using table type field

    Hello everyone
    I've created an adobe form using tcode SFP.
    A table, "T1", is containing fields where one of it is a TABLE TYPE (Let give the following name "T1-FT1").
    So the structure can look like:
    T1-F1
    T1-F2
    T1-FT1-FTF1
    T1-FT1-FTF2
    basically the structure is like to have documents containing several items where those items have several serial number.
    I need to have page break per documents, per items and serial number where those one have specific header page different than the document itself.
    I need to have a page break per T1 records with specifc header.
    So for each new records of T1, I have to create a new page with it's specific header.
    The table T1-FT1 is starting on the current page, but if I have to many records to stay on the page I need to create another page with it's specific header that is different than the page 1.
    My problem is the page break handling.
    I can have the pagination tab at the Table1 and row1 level but I don't have the pagination tab at the T1-FT1 level.
    Here is what my hierarchy:
    _MasterPage
    __Page1
    __Page2
    _MainSubForm
    __Subform1
    ___Table1
    ____Row1
    _____Subform
    ______Table2
    ________Row2
    Example of Data:
    T1-F1 ___ T1-F2 __ T1-FT1-FTF1 __ T1-FT1_FTF2
    A _______ B _____  1 ___________  1
    A _______ B _____  1 ___________  2
    B _______ C _____  1 ___________  1
    B _______ D _____  1 ___________  2
    B _______ D _____  1 ___________  3
    The final page break layout should look like:
    Page1
    Header1
    A B
    ___ 1 1
    ___ 1 2
    Page2
    Header1
    B C
    ___ 1 1
    ___ 1 2
    Page 3
    Header2
    B C
    ___ 1 3
    Because there is not enough room on page 2 for the last record of the table T1-FT1, a new header is used on page 3.
    Actually several problems occurs. I cannot have the proper page break set to avoid empty pages as first or last page.
    The pagination tab stop to be available after the Row1. So we cannot set page break at the table2 and row2.
    The page break contidion doesn't work. "Well I didn't succeed to make it work".
    Any idea on how to handle those page break at table2 level?
    Is anyone had to create a PDF form where we have the date into several level of structure?
    Regards
    dstj
    Edited by: dstj on Feb 18, 2010 10:59 PM
    Edited by: dstj on Feb 18, 2010 11:00 PM

    I have the exact same issue. Could not find a solution. In my case, there are multiple subforms printed one below the other. If an expandable subform overflows into a new page, the last line overlaps with the text of next subform. I have added blank spaces between the subforms but, that does not solve the issue.
    Finally, I have managed to minimize the occurrence of the issue by doing the following. Only turn on the flag "Allow Page breaks within content" for subforms that can really spread over many pages. All other subforms, turn the flag off. This minimizes the possibility of overlapping.

  • Numbers missing from second half of printed document

    Here is a mystery for you. I have converted my rather large help project to a very large Word document and then PDF. The interesting behavior I am seeing is that about halfway through the document the numbers and bullets have disappeared. We have put the numbers and bullets in the same throughout the project but in the second half of the document they are missing. They are in place in the first half of the document.
    The project has been around since RoboHelp X.5 and is now in RoboHelp 8. The projects are intermixed with what release they were created in. The document is 2334 pages long and I lose numbering and bullets after page 1133.
    Any ideas would be greatly appreciated.
    Thanks,
    Nita

    Thank you Leon and Peter for your timely answers. The numbering and bullets do work when I break the document into smaller documents (it took three). The difficulty I am now facing is that if I try to combine those documents after generation, the numbers stop working again. The document has a TOC on the front so I wanted to combine them within Word to get the TOC accurate by updating - curses.
    The only solution I've come up with so far, which is kind of awkward is:
    Have RoboHelp generate the entire document in order to get the TOC
    Generate the next two documents wiht just the smaller sections.
    Delete the extra two sections from the first document.
    PDF all three and combine.
    This will break links that are between sections of the document and runs the risk of not the TOC not being accurate.
    Can you think of a better way?
    Thanks,
    Nita

  • Different margins in the same document

    So if I understand this right, the only way to have different margins in different parts of a document is to (a) set the document margins to the smallest ones needed, and then (b) break the document into sections and set the layout for each section to increase the margins to the desired point for that particular section. Right?

    Partially.
    There are two types of margin. The margin you set with the Document Inspector is global for the whole document. The Layout Margin that you set with the Layout Inspector is relative to that but can't be negative i.e. you can't make it smaller than the document margin as you said.
    The bit where you were slightly incorrect is that you can adjust the layout either after a Section Break or after a Layout Break. Layout Breaks don't start on new page like Section Breaks so can be useful sometimes.
    I hope that helps.

  • Document printing through SAP

    Hi Gurus,
    We are using DMS system for printing BMR & Inspection protocol. We are facing problem with printing of document. Before uploading document in DMS when we take printout, the document is printing properly. But when we upload the document to DMS & take printout system prints one extra page i.e. if my BMR is of 5 pages at the time of printing system prints 6 pages with some contents of page 5 on page 6. As the 5 page BMR is already approved by QA user cannot print BMR with 6 pages.
    Pls. help if anyone has faced similar situation before.
    Thanks & Regards
    Amit

    I'm going to take wild a** guess here.  First, you don't say if this is all documents or just one document.  You don't specify any printer settings you are using.  Does it print out the same on ALL SAP printers?  Or just certain types?
    Check the paper type setting you are using in the print parameters. The document might have been created and formatted using EU paper sizes but you are printing on US paper sizes.
    Check the fonts used.  Some printers can only interpret certain font sets.  Some printers will default to a system font if it doesn't recognize the embedded fonts set and that can wreck havoc with some formatting.  Make sure all the printers are updated with the most current fonts.
    I will guess that in the origianl document you have hard page breaks after each page except of course page 5.  When you are printing the document page 5 happens to exceed the paper setup size for the printer.  (Could be due to margin width, headers, footers,  To experiment with this, try printing it out onto a printer with legal size paper and see if you get just the 5 pages.  This should indicate then that you have 4 hard page breaks and page 5 shoud fully fit on page 5.  If you don't have hard page breaks, the document should print on less then 5  pages.
    I would also double check this document in the original software it was created in.  Turn on hidden characters so you cansee the hidden formatting characters.  You shoudl be able to see the hard page breaks.  Make sure you don't have any odd hidden characters that are confusing the SAP print out.  Look specifically at the area of the document that bleeds over to a page 6 in SAP.
    Not sure if any of those items are the solution, but my guess is if you check the things I've mentioned above, you'll stumble across the issue.
    FF

  • How can I get MasterSpreadList of a document?

    Here's my code:
        IActiveContext* context = GetExecutionContextSession()->GetActiveContext();
        ASSERT(context);
        if(context == nil){
          M5Utils::alert("active context was nil!"); break;
        IDocument* document = context->GetContextDocument();
        ASSERT(document);
        if(document == nil){
          M5Utils::alert("document was nil!"); break;
        InterfacePtr<IMasterSpreadList> masterSpreadList(document, UseDefaultIID());
        ASSERT(document);
        if(masterSpreadList == nil){
          M5Utils::alert("masterSpreadList was nil!"); break;
    When acquiring the masterspreadlist compiler says there's no matching function
         error: no matching function for call to 'InterfacePtr<IMasterSpreadList>::InterfacePtr(IDocument*&, UseDefaultIID)'
    What's the correct function then? Am I doing something wrong?
    Thx!

    Well yes, that was it.. and this wasn't the first time..

  • Trouble with CHM Search & Index after Importing Word Document

    Greetings,
    I have recently inherited all things RoboHelp at work, but the last person to work with our projects left 6 months ago.  I received a brief overview of how our CHM files were generated from the same word document in RH HTML 7. 
    Currently, I am using RoboHelp HTML 9, but am having trouble with the Index and Search functionality from an imported Word 2003 (.doc) file.  During my import, only a single topic is created and named after the source document.  I believe this may be the root of my problems, but haven't had much luck with a solution. 
    I have stumbled my way through setting after setting, but feel I am missing something obvious.  Any help would be appreciated.
    Thanks,
    Ken
    Background:
    Our source documents have a working TOC and Heading 1-3 structure.  When creating a new project and importing the document, the TOC is imported correctly.  The TOC navigations links seem to function correctly. 
    I have used the Smart Index Wizard to find new keywords from topic titles and topic text.  Unfortunately it seems the import only creates a single topic named after the source word document and therefore associates all keywords with the single topic.  when trying to navigate the index after the CHM is generated, all links simply reference the beginning of the document.
    When using the search feature in the CHM, only a single result is returned for any search words.  This result is always the single topic as described above.  The results link always returns you to the start of the document but does highlight the keyword throughout the document.

    When you import there is an Advanced button in one of the dialogs. Click that and you will be able to Paginate against chosen styles. That will break your document into topics.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • Scalability issues w/rt large documents

    I use the following abbreviations in my query.
    BDB = Berkeley DB
    BDBXML = Berkeley DB XML
    After reviewing the docs, I have two major gating issues about BDBXML's handling of large XML documents. By large, I mean documents that are can be between 2MB or several 10s of MB, particularly w/ frequent repetition of the keys.
    (A) XML documents tend be very verbose w/ the repetition of keys. RDBMSes avoid that verbosity by encoding the keys into table column names. We want to use an embedded DB to eliminate the dependency on an RDBMS. However, this verbosity of XML documents could kill us b/c our XML "documents" are going to be relatively large w/ a lot of repetition of keys. The key question here is, will our BDBXML documents use a correspondingly large amounts of storage? Or does BDBXML optimize storage utilization somehow via such a mechanism as internment of repeated keys' strings?
    (B) Depending on the answer to (A), this particular issue may not be a concern. The BDB docs strongly warns programmers to minimize overflow-page utilization; and gives detailed advice for setting the page-size to an appropriate value, starting w/ the block-size of the underlying filesystem then increasing the value to optimize etc., etc., the core idea being to minimize use 'overflow pages'. however, for documents on the order of megabytes, utilization of overflow pages is unavoidable w/o an encoding scheme that breaks the document into smaller parts. based on the BDBXML docs, it is not clear to me that BDBXML optimizes use of large XML documents. So - my question is, how does BDBXML handle large XML documents so as to avoid the performance degradation that accompanies overflow pages?
    -rlehr
    Software Architect
    Cadence Design Systems, Inc.

    George,
    Thank you very much for clarifying those aspects.
    RE (A) - Although query speed concerns me, the "bloated" database files currently concerns me more. "Bloated" databases have been a concern for us previously. We might be able to compensate for it in our app's current rev. however, that is still uncertain. the issues therefore remain.
    Speed also concerns since, after the index search, the data still needs to be loaded and decoded from string to native data. however, that is still uncertain. the issues therefore remain.
    If I understand correctly, BDB XML treats the XML documents as a hierarchical structure of nodes that are either
    * simple string/string key/value pairs - two categories for these, attributes and elements
    * string/node key/value pairs
    This reduces essentially to a hierarchical structure of string/string key/value pairs. IOW, a lot of string/string key/value pairs are being written to storage and indexed.
    Two aspects of this problem have me considering using bare BDB instead of BDB XML.
    (A) to eliminate the add'l overhead that accompanies
    [1] the add'l IO that accompanies plain-text vs native data
    [2] the add'l CPU ops for converting between string and native data
    (B) our application's data is pretty much well structured. we KNOW what we will be storing. so that aspect of the XML storage has little value for us. That being said, BDB XML offers a potential simplicity that would be valuable.
    In one sense, this is uninteresting for you. OTOH, that summarizes my concerns w/rt BDB XML vs BDB or another solution, to which you can respond with add'l insight, having worked w/ BDB XML much more extensively. I am interested in your perspective.
    Again, thanks. I look forward to your reply.
    -rlehr

  • Parse one element at a time

    I'm working on a project in maintenance which processes XML files via DOM. Now we want to process some very large XML files, and using DOM directly is causing an enormous memory overhead.
    On the one hand I'd like to use something like SAX to reduce the memory overhead, and on the other I'd really like to allow the rest of the application to keep it's DOM processing code.
    The application currently processes the file by creating a DOM for the whole document, and then breaking the document down into the elements directly under the root element. It then processes each of these "elements-just-one-level-under-the-root" as an isolated unit. Additionally - we know that, broken down in this way, the individual units are guaranteed to be small enough.
    I'd like to process these units as DOM.
    Looking through the JAXP APIs there doesn't seem to be any way to just parse part of a file, so I thought I'd be able to do it by writing my own DocumentHandler to check the parse position each time the startElement and endElement methods are called, then, once the whole file has been scanned in this way I could read it back in again but in chunks, creating little DOMs from the chunks. This method relies upon the parser updating the Locator object, but unfortuanately it only updates a line number. It's not possible to tell exactly where you are in the file this way.
    Does anyone have any ideas how I might acheive my desired result - lot's of small DOMS, each one representing a single element directly under the root, without having to read the whole file into memory at once?

    Thanks - that's exactly what I'm trying to do!
    It's step 2 that I'm having trouble with.
    I could replicate the job of something like (for example) JDOM by receiving all events under the root and creating JDOM elements from the contents, but I was hoping to be able to use some library that did this for me (for example: jdom's SAXBuilder class).
    The other side effect of this method is that you drive things from a SAX parser and let the document handler do the application work. Unfortuanately re-engineering the application to work from within a DocumentHandler is probably not an option.
    But thankyou anyway :)

  • Copying data from one field to another on a form

    Hi
    I have created a form called application which contains the following fields:
    Name
    Address1
    Address2
    Address3
    Address4
    Location1
    Location2
    Location3
    Location4
    When the user has entered his name and address I would like the data to then prefill into the location lines.
    I think you can do this sort of thing in java event handlers but I have no experience of this.
    Any one got any ideas how I can do this.
    Thanks
    Jayne

    hi Jayne,
    The following is an example of something just like what you want.
    In this form, get_add1Vals(); is called in the js-event handler for the field NEWFNAME1 which gets populated by the value selected or entered into FNAME1. The following code goes in the additional plsql code region (Before displaying the page).
    hope that certainly helps! please update it with your results.
    AMN
    BEGIN
    HTP.PRINT('<SCRIPT LANGUAGE="JavaScript1.1">
             function get_add1Vals{
                var  v_fname;
                for (i=0; i<document.forms[0].elements.length; i++)
                  if (document.forms[0].elements.name=="FORM_TBL_TEST_FORM_3.DEFAULT.FNAME.01")
    v_fname = document.forms[0].elements[i].value;
    break;
    if (document.forms[0].elements[i].name=="FORM_TBL_TEST_FORM_3.DEFAULT.NEWFNAME1.01")
    document.forms[0].elements[i].value = v_fname;
    break;
    void("");
    return true;
    </SCRIPT>');
    EXCEPTION
    When Others THEN
    null;
    END;

  • Error message when inserting table into JSP

    I am using JDEV 10.1.3.3 and am getting the following error message when I try to create a table in a form on a jsp:
    "Could not complete get pdusage from application because it would result in an invalid document".
    Here is the stack trace:
    oracle.bali.xml.model.XmlReadOnlyException: read-only on commit
         at oracle.bali.xml.model.XmlModel.__precommitTransaction(XmlModel.java:2676)
         at oracle.bali.xml.model.XmlContext.__precommitTransaction(XmlContext.java:1519)
         at oracle.bali.xml.model.XmlContext.__commitTransaction(XmlContext.java:1549)
         at oracle.bali.xml.model.XmlModel.__requestCommitTransaction(XmlModel.java:2717)
         at oracle.bali.xml.model.XmlModel.commitTransaction(XmlModel.java:575)
         at oracle.bali.xml.model.XmlModel.commitTransaction(XmlModel.java:555)
         at oracle.bali.xml.model.task.StandardTransactionTask.__commitWrapperTransaction(StandardTransactionTask.java:413)
         at oracle.bali.xml.model.task.StandardTransactionTask.runThrowingXCE(StandardTransactionTask.java:203)
         at oracle.bali.xml.model.task.StandardTransactionTask.run(StandardTransactionTask.java:98)
         at oracle.adfdt.jdev.transaction.JDevTransactionManager.fetchUnderTransaction(JDevTransactionManager.java:110)
         at oracle.adfdt.view.common.binding.provider.ADFBaseProvider.<init>(ADFBaseProvider.java:34)
         at oracle.adfdtinternal.view.faces.binding.provider.ADFIteratorModelProvider.<init>(ADFIteratorModelProvider.java:46)
         at oracle.adfdtinternal.view.faces.binding.provider.ADFCustomTableModelProviderFactory.createModelProvider(ADFCustomTableModelProviderFactory.java:64)
         at oracle.adfdtinternal.view.common.binding.datatransfer.ADFBindingsProviderInfo.getData(ADFBindingsProviderInfo.java:40)
         at oracle.adfdtinternal.view.common.binding.datatransfer.BaseADFDataInfo.getData(BaseADFDataInfo.java:35)
         at oracle.adfdt.view.common.binding.utils.ADFBindingUtils.getTransferData(ADFBindingUtils.java:1087)
         at oracle.adfdt.view.common.binding.utils.ADFBindingUtils.getTransferModelProvider(ADFBindingUtils.java:1111)
         at oracle.adfdtinternal.view.common.binding.datatransfer.ADFDocumentFragmentCreatorInfo.createDocumentFragment(ADFDocumentFragmentCreatorInfo.java:63)
         at oracle.adfdtinternal.view.common.binding.operation.CreateOperation.apply(CreateOperation.java:96)
         at oracle.bali.xml.model.datatransfer.operation.PerformOperationAction.actionPerformed(PerformOperationAction.java:39)
         at oracle.bali.xml.share.ActionProxy.actionPerformed(ActionProxy.java:47)
         at oracle.bali.xml.gui.swing.dnd.DropMenuInvoker$CleanupProxy.actionPerformed(DropMenuInvoker.java:235)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
         at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
         at javax.swing.AbstractButton.doClick(AbstractButton.java:302)
         at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1000)
         at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:1041)
         at java.awt.Component.processMouseEvent(Component.java:5488)
         at javax.swing.JComponent.processMouseEvent(JComponent.java:3126)
         at java.awt.Component.processEvent(Component.java:5253)
         at java.awt.Container.processEvent(Container.java:1966)
         at java.awt.Component.dispatchEventImpl(Component.java:3955)
         at java.awt.Container.dispatchEventImpl(Container.java:2024)
         at java.awt.Component.dispatchEvent(Component.java:3803)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
         at java.awt.Container.dispatchEventImpl(Container.java:2010)
         at java.awt.Window.dispatchEventImpl(Window.java:1774)
         at java.awt.Component.dispatchEvent(Component.java:3803)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)

    Hi,
    obviously you try to drag and drop a component to a place where it breaks the document. Make sure the table is added to the JSP body. Have a look at the page sources for existing syntax problems - e.g. missing close elemenents or misplaced elements
    Frank

Maybe you are looking for

  • Query to populate an alert message to avoid the duplication of Reference no

    Hi Experts, SUB:Query to populate an alert message to avoid the duplication of BP reference no. In A/R invoice, BP reference (numAtcard) is used to enter sales Order no as the reference number. As human error, double A/R invoice is created to that pa

  • Fail to deploy opensso.war on glassfish

    Hi I download glassfish-v3,opensso.war,opensso.jar .. install glassfish and start the server copy opensso.jar to glassfish\lib ( is it necessary?) I want to deploy opensso.war on glassfish,I use the command line: asadmin deploy --path c:\opensso\open

  • Can we load data in variable screen from flat file?

    Hello all, One of my user once asked me she needs to run a report for some employees, i said you can just type that in employee varaible input box. She said I need to run the report and I need it for 120 employees, she has the employee numbers in exc

  • Pricing procedure for Depot Sales(CIN Version)

    HI, Can anyone explain me TAXINJ and The Pricing procedure for Depot Sales(CIN Version) alongwith the Condition Types like JMOD,JECS,JECX etc. Points will be given Regrds, Binayak

  • Problem with Smartform output

    Hi All, We have purchase order output which prints as Smartform. This Smartform is collecting all data in using function module and finally converting it to PDF. Sometimes we face a strange issue that all the text get right aligned and windows which