Printing a filed existing in the lines to the header

hi !
i have an xml file consist of :header ,lines and footer.
i want to display a filed form the lines(order_number) in the header part without using for-each how to do that.
Thanks a lot.

first thanks for your reply ,i tried what u wrote but still not working
my xml is like this:
<LIST_G_DELIVERY_HEADER>
- <G_DELIVERY_HEADER>
<P_REMARKS_FOR_PL1 />
<DELIVERY_NUMBER>10011</DELIVERY_NUMBER>
<PRINTED_DATE>20-DEC-2005</PRINTED_DATE>
<CUSTOMER_NAME>"&#1506;&#1502;&#1497;&#1512; &#1513;&#1497;&#1493;&#1493;&#1511; &#1493;&#1492;&#1513;&#1511;&#1506;&#1493;&#1514; &#1489;&#1495;&#1511;&#1500;&#1488;&#1493;&#1514;</CUSTOMER_NAME>
<ADDRESS1>&#1488;.&#1514;. &#1506;&#1502;&#1511; &#1495;&#1508;&#1512;, &#1514;.&#1491;. 12115 &#1512;&#1495;' &#1510;&#1489;&#1497; &#1492;&#1504;&#1495;&#1500; &#1508;&#1497;&#1504;&#1514; &#1492;&#1512;&#1488;&#1513;&#1493;&#1504;&#1497;&#1501;</ADDRESS1>
<ADDRESS2>&#1506;&#1502;&#1497;&#1512; &#1506;&#1502;&#1511; &#1495;&#1508;&#1512;</ADDRESS2>
<ADDRESS3 />
<ADDRESS4 />
<CITY />
<COUNTRY>Israel</COUNTRY>
<TEL_COUNTRY_CODE />
<TEL_AREA_CODE />
<TEL_NUMBER>04-6120200</TEL_NUMBER>
<DESCRIPTION_OF_GOODS>Field Crops Seeds</DESCRIPTION_OF_GOODS>
<GROSS_WEIGHT>750</GROSS_WEIGHT>
<NET_WEIGHT>750</NET_WEIGHT>
<WEIGHT_UOM_CODE>KG</WEIGHT_UOM_CODE>
<BRUSSELS_CODE />
<ORGANIZATION_ID>97</ORGANIZATION_ID>
<DELIVERY_ID>10011</DELIVERY_ID>
<LIST_G_SUMMARIES_FOOTER />
- <LIST_G_DELIVERY_PARENTS>
- <G_DELIVERY_PARENTS>
<DELIVERY_ID>10011</DELIVERY_ID>
<DELIVERY_DETAIL_ID1>17068</DELIVERY_DETAIL_ID1>
- <LIST_G_DELIVERY_DETAILS>
- <G_DELIVERY_DETAILS>
<ORDER_NUMBER>500008</ORDER_NUMBER>
<LINE_NUMBER>2.1</LINE_NUMBER>
<ITEM>CHICKPEA~CHICKPEA~CHICKPEA YARDEN</ITEM>
<DELIVERY_DETAIL_ID>17068</DELIVERY_DETAIL_ID>
<NUMBER_OF_PACKAGES>14</NUMBER_OF_PACKAGES>
<PACK_TYPE>Polypropilene BAG</PACK_TYPE>
<PACK_CONTENT>25.000</PACK_CONTENT>
<SOURCE_PACKED_QTY>350</SOURCE_PACKED_QTY>
<SRC_REQUESTED_QUANTITY_UOM>KG</SRC_REQUESTED_QUANTITY_UOM>
<LOT_NUMBER>1117</LOT_NUMBER>
<OECD_CODE />
<PICKED_QUANTITY>350</PICKED_QUANTITY>
<REQUESTED_QUANTITY_UOM>KG</REQUESTED_QUANTITY_UOM>
<SEAL_CODE />
<CONTAINER_NAME />
<UNIT_LENGTH />
<UNIT_WIDTH />
<UNIT_HEIGHT />
<CONTAINER_NAME />
<DELIVERY_ID>10011</DELIVERY_ID>
<PARENT_DELIVERY_DETAIL_ID />
<LEVEL>1</LEVEL>
</G_DELIVERY_DETAILS>
</LIST_G_DELIVERY_DETAILS>
</G_DELIVERY_PARENTS>
- <G_DELIVERY_PARENTS>
<DELIVERY_ID>10011</DELIVERY_ID>
<DELIVERY_DETAIL_ID1>17067</DELIVERY_DETAIL_ID1>
- <LIST_G_DELIVERY_DETAILS>
- <G_DELIVERY_DETAILS>
<ORDER_NUMBER>500008</ORDER_NUMBER>
<LINE_NUMBER>3.1</LINE_NUMBER>
<ITEM>WHEAT~BREAD WHEAT~WHEAT DARIEL</ITEM>
<DELIVERY_DETAIL_ID>17067</DELIVERY_DETAIL_ID>
<NUMBER_OF_PACKAGES>16</NUMBER_OF_PACKAGES>
<PACK_TYPE>Polypropilene BAG</PACK_TYPE>
<PACK_CONTENT>25.000</PACK_CONTENT>
<SOURCE_PACKED_QTY>400</SOURCE_PACKED_QTY>
<SRC_REQUESTED_QUANTITY_UOM>KG</SRC_REQUESTED_QUANTITY_UOM>
<LOT_NUMBER>1152</LOT_NUMBER>
<OECD_CODE />
<PICKED_QUANTITY>400</PICKED_QUANTITY>
<REQUESTED_QUANTITY_UOM>KG</REQUESTED_QUANTITY_UOM>
<SEAL_CODE />
<CONTAINER_NAME />
<UNIT_LENGTH />
<UNIT_WIDTH />
<UNIT_HEIGHT />
<CONTAINER_NAME />
<DELIVERY_ID>10011</DELIVERY_ID>
<PARENT_DELIVERY_DETAIL_ID />
<LEVEL>1</LEVEL>
</G_DELIVERY_DETAILS>
</LIST_G_DELIVERY_DETAILS>
</G_DELIVERY_PARENTS>
</LIST_G_DELIVERY_PARENTS>
</G_DELIVERY_HEADER>
</LIST_G_DELIVERY_HEADER>
i want to display ORDER_NUMBER in the G_DELIVERY_HEADER level data
what path shoul i use

Similar Messages

  • How to print three different Barcodes in the same line

    I am trying to print Barcodes for three different fields in a single line, it is taking the combined one & printing only one barcode for  all those three fields.
       When I tested it by printing them in diff lines, it is working fine. But the requirement is to  print all fields in the same line

    Hi
    Look at this , may be useful
    To Create a Bar code prefix:
    1) Go to T-code - SPAD -> Full Administration -> Click on Device Type -> Double click the device for which you wish to create the print control -> Click on Print Control tab ->Click on change mode -> Click the plus sign to add a row or prefix say SBP99 (Prefix must start with SBP) -> save you changes , it will ask for request -> create request and save
    2) Now when you go to SE73 if you enter SBP00 for you device it will add the newly created Prefix
    Create a character format C1.Assign a barcode to the character format.Check the check box for the barcode.
    The place where you are using the field value use like this
    <C1> &itab-field& </C1>.
    You will get the field value in the form of barcode.
    Which barcode printer are you using ? Can you download this file and see.
    http://www.servopack.de/Files/HB/ZPLcommands.pdf.
    It will give an idea about barcode commands.
    Check this link:
    http://www.sap-img.com/abap/questions-about-bar-code-printing-in-sap.htm
    Check this link:
    http://help.sap.com/saphelp_nw04/helpdata/en/d9/4a94c851ea11d189570000e829fbbd/content.htm
    Hope this link ll be useful..
    http://help.sap.com/saphelp_nw04/helpdata/en/66/1b45c136639542a83663072a74a21c/content.htm
    go through these links and cose u r previous threads,
    http://www.sap-img.com/abap/questions-about-bar-code-printing-in-sap.htm
    smartform - barcode
    http://www.erpgenie.com/abap/smartforms.htm
    http://sap.ittoolbox.com/groups/technical-functional/sap-basis/print-barcode-with-smartform-634396
    http://sap.ittoolbox.com/groups/technical-functional/sap-dev/printing-barcode-733550
    Detailed information about SAP Barcodes
    A barcode solution consists of the following:
    - a barcode printer
    - a barcode reader
    - a mobile data collection application/program
    A barcode label is a special symbology to represent human readable information such as a material number or batch number
    in machine readable format.
    There are different symbologies for different applications and different industries. Luckily, you need not worry to much about that as the logistics supply chain has mostly standardized on 3 of 9 and 128 barcode symbologies - which all barcode readers support and which SAP support natively in it's printing protocols.
    You can print barcodes from SAP by modifying an existing output form.
    Behind every output form is a print program that collects all the data and then pass it to the form. The form contains the layout as well as the font, line and paragraph formats. These forms are designed using SAPScript (a very easy but frustratingly simplistic form format language) or SmartForms that is more of a graphical form design tool.
    Barcodes are nothing more than a font definition and is part of the style sheet associated with a particular SAPScript form. The most important aspect is to place a parameter in the line of the form that points to the data element that you want to represent as barcode on the form, i.e. material number. Next you need to set the font for that parameter value to one of the supported barcode symbologies.
    <b>Reward points for useful Answers</b>
    Regards
    Anji

  • I can't print wirelessly using Airport Express.  I have my HP printer connected to a USB hub, and the hub to the Airport Express, but when I select the HP from the printer list, my MacBook says the printer is "off-line" - even when it is not.

    I can't print wirelessly using Airport Express.  I have my HP printer connected to a USB hub, and the hub to the Airport Express, but when I select the HP from the printer list, my MacBook says the printer is "off-line" - even when it is not.  I've tried several USB connectors, and several different ports on my USB hub; same result.  I need to have the HP connected to the hub 'cause from there it's connected to our desktop Mac.

    Hi,
    I am currently replying to this as it shows in the iChat Community.
    I have asked the Hosts to move it to Snow Leopard  (you should not lose contact with it through any email links you get)
    I also don't do Wirelss printing so I can't actaully help either.
    10:01 PM      Friday; July 29, 2011
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb( 10.6.8)
     Mac OS X (10.6.8),
    "Limit the Logs to the Bits above Binary Images."  No, Seriously

  • How we can Print a field Value in last line of the layout

    Hello:
    I am doing Check printing report ... Accroding to that I am facing a problem to print a Field value in last line of the layout....Anyone Can help to this please.....

    Hello,
    Take a look to the example provided in the note :
    Note.253881.1 How to Create a Report With a Frame Only on the Last Page at a Fixed Position
    Regards

  • WHT - No unpaid tax lines exist for the given selection criteria

    Before going to execute Create remittance challan J!INCHLN ,
    i entered all the mentioned  parameters and  try to save but  i got error message  as follows
    No unpaid tax lines exist for the given selection criteria.
    Message no. 8I702
    Diagnosis
    The corresponding withholding tax line  &1& is not present in WITH_ITEM table.
    System Response
    For withholding tax recovered from the vendor, tax line is present in table BSIS, but the corresponding entry is missing in table WITH_ITEM , which is necessary for challan updating. Check the entries.
    Procedure
    Check entries in table WITH_ITEM for the open tax items chosen for clearing.

    Hi,
    Please check for
    1. Section code/ Business place updated even in the tax lines of the document and not just the vendor line item.
    2. Check if there is a buzei mismatch between with_item table entries and bseg entries for the documents that are being pulled during the challan creation. If there is a Buzei mismatch, then please run the program in the note :885213 and then rerun the challan .
    3. Please check the note :1465529 . This is the consulting note for j1inchln.
    Hope this helps.
    Thank You.
    Regards,
    Anushya

  • No unpaid tax lines exist for the given selection criteria while+J1inchln

    Hi All,
    While doing J1inchln I am getting following error.
    No unpaid tax lines exist for the given selection criteria.
    Message no. 8I702
    Diagnosis
    The corresponding withholding tax line &1& is not present in WITH_ITEM table.
    System Response
    For withholding tax recovered from the vendor, tax line is present in table BSIS, but the corresponding entry is missing in table WITH_ITEM , which is necessary for challan updation. Check the entries.
    Procedure
    check entries in table WITH_ITEM for the open tax items chosen for clearing.I have already updated Business Place and Section code while doing FB60.But still I am getting the same error.
    I have already updated Business Place and Section code in the entry while doing FB60 but error is coming. Please advise.
    Regards,
    Abhinav Sharma

    Hi ,
    Kindly go through the note no. 1465529 , which is a consulting note on J1INCHLN .
    It would resolve your query .
    Regards ,
    Dewang T

  • No unpaid tax lines exist for the given selection criteria.

    Hi
    at the time of remittance challan,getting following error:
    No unpaid tax lines exist for the given selection criteria.
    Message no. 8I702
    Diagnosis
    The corresponding withholding tax line  &1& is not present in WITH_ITEM table.
    System Response
    For withholding tax recovered from the vendor, tax line is present in table BSIS, but the corresponding entry is missing in table WITH_ITEM , which is necessary for challan updation. Check the entries.
    Procedure
    check entries in table WITH_ITEM for the open tax items chosen for clearing.

    Hi,
    It may cleared Manual posting at the time of posting.  If manual clear postings reverse and do through J1INCHLN only.
    and check the Date range for selection criteria.
    Regards,
    Kishore

  • When I print a Word document to a shared printer, print preview looks fine but the printed page has too much blank space at the top and doesn't print the bottom few lines.

    When I print a Word for Mac document to a shared printer (that is connected to my iMac) from my Macbook Pro, print preview looks fine but the printed page has too much blank space at the top and doesn't print the bottom few lines.  I have tried to adjust the margins and the page setup settings but to no avail.  It used to print fine until recently.  Is there a way to fix it so that the printer prints what print preview shows?

    I should add that when I e-mail this document to myself and print it directky from the iMac, it prints fine.

  • How to validate multiple lines which is exist in the form builder at the same session

    Hi All,
    we are working on oracle Forms personalization to trigger the message at the point of saving multiple lines rather than requiring each line to be save individually. Currently the oracle form is allowing to user to enter two distinct lines that have same resource and basis type in BOM.
    Currently the Oracle form is allowing to enter the duplicate combination and not giving any error message even we enter the same combination of data.
    As per the customer requirement, they don’t want to validate the data while creating the records but when they try to save the form, in that case it should validate all the records at a time then need to display the appropriate message.
    Customer don’t want to customize the Oracle standard form. Here we have only option to use form personalization or through custom.pll.
    Any idea on how to validate multiple lines which is exist in the form builder at the same session as before inserting the record itself need to perform the validations for all the records.
    Thanks for your help in this regard.
    Regards,
    Thirupathi

    you can write a post script which will do the necessary tasks.
    I mean, once you are done with inserting records into these tables, exeute another procedure which will insert these "extra" records, based on some logic.
    you may not be able use DB trigger as it may generate mutating error or if you don't write it carefully, it will go into recursive loops as you are refering to same tables.
    HTH

  • Print different text elements on the same line

    Hi all,
    1.
    Is it possible to print different text elements on the same line ? with multiple write_form
    CALL FUNCTION 'WRITE_FORM'
         EXPORTING
             element       = 'TITLE1'
             WINDOW        = 'INFO'
         EXCEPTIONS
              ELEMENT       = 1.
    CALL FUNCTION 'WRITE_FORM'
         EXPORTING
             element       = 'TITLE2'
             function      = 'APPEND'
             WINDOW        = 'INFO'
         EXCEPTIONS
              ELEMENT       = 1.
    How to print TITLE1 and TITLE2 on the same line ?
    TITLE2 in bold.
    2. How to print 2 text elements on the same line with include statement ?
    /: include test1 ...
    /: include test2
    Thanks
    Edited by: Moo Yac on Sep 22, 2008 8:23 AM

    To be more specific :
    I want to print the following
    Text_symbol1:$Var1$      Text_symbol:$Var2$
    on the same line.
    where Text_symbol1 and Text Symbol2 are defined in SO10 for different languages.
    Thanks.

  • Red CIrcle X becaue the printer does not exist

    I have been getting the "print - RED CIRCLE X" because the requested printer does not exist" since I installed CS5 when it first came out. I am using Windows VISTA Home Premium, Service Pack 2 - Photoshop CS5, 12.0.4 64 bit. My computer is an i-7, 920 @2.67GHz with 18GB RAM, 64 bit.
    I can print ONE print, the default size shown is STRANGE 1.083" x 3.5 inch, though default is LTR size.
    If I try to print another print from the same photo or another, I get the "does not exist" error.
    If I try to access the print properties after the first print, I get the "does not exist" error.
    My printers - EPSON R1800, R2000 with the latest drivers (6.7 for the R2000).
    From the size of the discussion and length - going back past 2010, I thing that Abode should have solved this problem by now. Adobe wants to keep stretching the horizon but can't seem to fix what's wrong with their products NOW. Fortunately, I do not use this version of Photoshop to do a lot of printing. I use another computer on WIndows XP and Photoshop CS3 and don't get this problem.
    PHOTOSHOP ENGINEERS, Please wake up and fix the problem. I think that your users have identified a problem that is not isolated to one brand of printer (not the printer's fault - it works with other programs), it is not one version of Windows, IT IS WITH PHOTOSHOP CS5. And don't tell me that it will be fixed in the next updated version. I'm not paying for a program that has this basic a fault - which yo guys can't fix after years of hearing us complain about it.

    What does the default printer box show?

  • Office jet L7580 colour printing has horizontal hit and miss line throughout the print

    I have changed all my cartridges with proper HP replacement parts and the lines keep happening. I have tried the head cleaning process untill I depleted cartridges and replaced again still the same problem. Any ideas before I buy a new printer from a competitor.

    Hello tlc4dna,
    Welcome to the HP Forums, I hope you enjoy your experience!
    I understand you are getting garbled text when you are printing. I would like to offer my assistance with getting this resolved. I am providing you with an HP Support document : Continuous Pages of Strange or Garbled Characters Print in Windows. Now this document was designed to address the exact issue you are talking about. I would suggest you review the document and follow the troubleshooting steps included to resolve your garbled text issue.
    I hope this is the answer you were looking for. Thank you for bringing this issue to the HP Forums. Have a great day!
    Please click the "Thumbs Up" on the bottom right of this post to say thank you if you appreciate the support I provide!
    Also be sure to mark my post as “Accept as Solution" if you feel my post solved your issue, it will help others who face the same challenge find the same solution.
    Dunidar
    I work on behalf of HP
    Find out a bit more about me by checking out my profile!
    "Customers don’t expect you to be perfect. They do expect you to fix things when they go wrong." ~ Donald Porter

  • Changing the Availability Check key in an existent Sales Order line

    Hello gurus.
    Is it possible to modify the Availability Check key (VBAP-MTVFP) of a material in an existent Sales Order line?
    I changed it in the material master, but since documents are not automatically updated, I wanted to modify this value in an existing sales order line. I am not even able to find the field in it.
    I had to delete the order line and create it again, but then I have troubles getting the exact same confirmed date that I had before.
    Any help? Thank you.

    You cant see at item level.  To see in sale order, click from top menu bar, Environment -- Availability.   Now you can see the availability check on top of the screen.
    Meanwhile, I dont think, this field will be in editable mode once partial delivery is made in which case, LSMW also wont help you.
    If your requirement is desperate to change the availability check, to me the available option is close the existing sale orders, create fresh orders after changing the availability check in material master.  On the other hand, if you want to change only in sale order, then the option is LSMW as you cant even succeeed in TCode MASS
    thanks
    G. Lakshmipathi

  • Am I seeing thin gray vertical lines on my 8X10 print because I am using the trial version?

    Am I seeing thin gray vertical lines on my 8X10 print because I am using the trial version?

    No. First check your ink levels and try printing something from another program to be sure you don't need to run a cleaning routine for your printer. Also, if you have an older printer occasionally you'll see those lines if your resolution in ppi isn't a whole number (in other words 347 ppi works, but 346.983 makes lines). That's not so common nowadays, though, so unless your printer is quite old it's unlikely to be the cause.

  • In MS64(Copy version), No schedule lines exist for the reference

    Hello, experts.
    I have some trouble using MS64.
    Source Version 00 (M)2010.01   AAA  100
    Target Version  M1 (M)2010.01  AAA 100
    Above action has no problem.
    But,
    Source Version 00 (W) 03.2010   AAA  100
    Target Version  M1 (W) 03.2010  AAA 100
    Above action is not possible now.
    The error message is "No schedule lines exist for the reference"
    Please, help me.

    >
    Jong-Moon Cho wrote:
    > Hello, experts.
    >
    > I have some trouble using MS64.
    >
    > Source Version 00 (M)2010.01   AAA  100
    > Target Version  M1 (M)2010.01  AAA 100
    >
    > Above action has no problem.
    >
    > But,
    > Source Version 00 (W) 03.2010   AAA  100
    > Target Version  M1 (W) 03.2010  AAA 100
    >
    > Above action is not possible now.
    >
    > The error message is "No schedule lines exist for the reference"
    >
    > Please, help me.
    Jong-Moon Cho ,
    Please check the selection dates you have used in the Intial screen of MS64, see that the to date should be greater than week 03.2010.
    Regards,
    Prasobh

Maybe you are looking for