Scripts-window is not printing repetedly

Hi all am working on scripts.(Goods receipt note).
I have four line items in main window from  mseg table.
I have to display text related to that line items which is stored in mseg-sgtxt in seperate widow.(eg: remarks)
But am getting the last line item's text only.
I have called the remarks window  in the same loop in which main window is calling.
How to capture the first three line items text.
( I used select query before calling the element.in debugging its displaying all the values. )
Why the remarks window is not repeated for printing like main window?
First time am working on  scripts.
Please help me regarding this issue.
Thanks in advance,
Murthy.

Hi Sasi,
Thanks for ur quick reply.
I called the window next to main window only in the loop.
I have tried by giving seperate loop also but its not displaying first three line items text.
only last items text is displaying.
Is there any method to capture sgtxt field for all line items in the mseg table( mblnr is same ) ?
please help me regarding this issue.
Regards,
Murthy.

Similar Messages

  • Smartforms main window is not printing

    Hi,
    I would like to ask what to do with this problem.
    The smartform main window is not printing in all the pages.  All the other windows, even the window with the total data is printing.  The only problem is the contents of the main window is not printing.
    Also, the problem only happens when the I've changed printer.
    When I use LOCL as printer, the smartform is OK but when I change the printer, the problem is encountered.
    This also happens when I change environment from development server to production server.  In production server, even the LOCL printer is encountering the problem.
    thanks.

    Hi Mike,
    Have you checked the device type in transaction SPAD? Try to click on Full Admininstration from application toolbar and select device types.
    Hope the above helps.
    Cheers,
    Patrick

  • DVDSP 4 - Script window does not appear!

    Hi,
    since the upgrade from DVDSP3 to DVDSP4 a script can only be created but not be edited: the "Script" window (where one once was able to define a script line) keeps empty. Doubleclick on the standart command "nop" does not have any effect!
    DVDSP4 came with the latest Final Cut Studio HD package and is version 4.1.0
    The same problem occures on different G5s.
    Can anybody help?
    thx!!

    Since the upgrade from DVDSP3 to DVDSP4 a script can only be created but not be edited: the "Script" window (where one once was able to define a script line) keeps empty. Doubleclick on the standart command "nop" does not have any effect!
    See if this works
    Press F3 Key (to make sure we are on the same screen layout)
    Highlight the script in the outline
    On the bottom where the track, story script taabs are, click on script tab
    The script should have an NOP by default.
    Click on the NOP to highlight
    In Inspector (to the right) you should be able to use the pulldowns to change the NOPs
    Does this work?

  • Windows 8 not printing color files cp1525nw

    I had no problems printing until today.  B/W files print no problem.  A color MS publisher file stalls when printing.  Indicator on the printer says "printing document"  but the file does not print.  The file is approx 468kb saved, but when I select to print it, the file print status indicates that it tops out at 1.06/1.75 mb.  
    Again, b/w word documents print with no problem.  Is there a publisher plug in that i'm missing?   
    System: Windows 8 Pro, wireless network.

    Ok, thank you.
    I am assuming that this printer shows up correctly on the Printer tab in the AirPort Utility ... correct?
    Have you updated the Windows 8 version of the printer drivers from the manufacturer's support site yet? If not, please do. If, per chance, HP does not have Windows 8-specific drivers for this printer may be an indication that it is not supported, especially when connected to an AirPort router.
    Finally, have you installed Bonjour for Windows on your laptop? If not, please do.

  • Data in Var window is not printed.

    Hello Gurus,
    I am printing some Information common to all scnearios in a window. The informatino is printed for one scenario but not printed for another scenario. The data to be displayed in both the scnearios is same.
    I checked with the work area to be displayed. In both the cases, it is filled. But not printed in all cases.
    Can somebody suggest what could be wrong?
    Thanks,
    RSS.

    Hello All,
    My issue is solved. I have logged out and logged in again. Soved the problem. 
    Thanks,
    RSS.

  • HP Deskjet 9650 with Photoshop Elements 7 and Windows 7 not printing

    I have a new Windows 7 computer and installed Photoshop Elements 7.0 on it, which works fine, except I cannot print.  I did the installation instructions to use the alternate driver 9800 and can print 8 1/2 X 11 Word documents, but I cannot print a 12X12 scrapbook page to save my soul.  The resume print button keeps blinking and it spits it out blank.  Any help?
    I hope I do not have to get a new large format printer.

    I just accomplished this without any real problems and am now running with my same license on the newly rebuilt PC.  Here is what I did ...
    Originally my PSE7 configuration was set up last year on new Intel I7-based PC running Vista 64 bit version with a retail copy of the PSE7 software, i.e. not the upgrade version.  Once that was setup I imported my catalog from the older Adobe Photoshop Album on my previous system.  That put me at the place you are now, i.e. PSE7 on Windows Vista.
    For this upgrade I puchased the upgrade version of Windows 7 and an additional second disk drive.  I installed Windows 7 onto the clean drive, giving me a dual-boot system for either OS.  While booted on the Vista drive, I used the easy-transfer method to write a backup of my Vista files to an external disk drive.  I then rebooted into the Windows 7 drive and used the Easy-transfer tool to reload the files from the external drive. (note; this easy-transfer included >200GB of music/video/image files so it ran for several hours for each phase of the transfer)
    Once I verified the directory structure on the new Windows 7 setup, only then did I do the installation of PSE7.  That wnet flawlessly and relicensed without any problems.  Next I was able to open up my catalog in organizer and all of the images were intact.  Since then I have had no issues with the configuration.
    So bottom line is you should be fine doing the upgrade regardless of whether you do the upgrade like I did to a new drive or an in-place upgrade overlaying your vista environment.  For the in-place upgrade I would strongly recommend you still do a backup of all of your images and their associated catalog(s) to an external drive.  Win7 is a vast improvement over Vista so I'm sure you won't regret the upgrade but I don't trust any vendor's software upgrade procedure, especially Microsoft so please do the backup first.

  • SAP SCRIPT: Header text not printing - Custom Purchase Order.

    Hello Experts,
    I have used the standard MEDRUCK and copied to ZMEDRUCK. I want the PO header text to print in my form.
    I have used subroutine-pool and called it in the form.
    Here is my subroutine
    FORM fetch_table_data TABLES in_tab STRUCTURE itcsy
                                 out_tab STRUCTURE itcsy.
      TABLES EKKO.
      DATA: BEGIN OF header OCCURS 0,
              ld_txt1(163),
              ld_txt2(163),
              ld_txt3(163),
            END OF header.
      DATA: li_lines LIKE STANDARD TABLE OF tline WITH HEADER LINE,
            ID like THEAD-TDID,
            TNAME LIKE THEAD-TDNAME,
            TDOBJECT like THEAD-TDOBJECT.
      DATA  HTEXT LIKE EKKO-EBELN.
    *  HTEXT = EKKO-EBELN.
      READ TABLE in_tab WITH KEY EKKO-EBELN.
      if sy-subrc = 0.
      TNAME = in_tab-value.
      ENDIF.
    TNAME = EKKO-EBELN.
    *CONCATENATE EKPO-ebeln EKPO-ebelp INTO v_item_text.
    *MOVE v_head_text to HNAME.
    CALL FUNCTION 'READ_TEXT'
      EXPORTING
    *   CLIENT                        = SY-MANDT
        id                            = 'F01'
        language                      = 'E'
        name                          = TNAME
        object                        = 'EKKO'
    *   ARCHIVE_HANDLE                = 0
    *   LOCAL_CAT                     = ' '
    * IMPORTING
    *   HEADER                        = TNAME
      tables
        lines                         = li_lines
    EXCEPTIONS
       ID                            = 1
       LANGUAGE                      = 2
       NAME                          = 3
       NOT_FOUND                     = 4
       OBJECT                        = 5
       REFERENCE_CHECK               = 6
    *   WRONG_ACCESS_TO_ARCHIVE       = 7
    *   OTHERS                        = 8
    IF sy-subrc <> 0.
    * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    CLEAR out_tab.
    out_tab-VALUE = TNAME.
    CONDENSE out_tab-VALUE.
    MODIFY out_tab TRANSPORTING VALUE WHERE NAME = 'TNAME'.
    ENDFORM.
    And my script in the form is
    PERFORM FETCH_TABLE_DATA IN PROGRAM ZMEDRUCK_SUBP2
    USING &EKKO-EBELN&
    CHANGING &TNAME&
    ENDPERFORMpar RECEIVED FROM M/S     &TNAME&
    The header text is still not flowing in my form.
    What mistake i'm I doing here ?
    How can I resolve this ?
    Pls help !

    Hi,
    Data is li_lines internal table. 1st you have to read the text form the internal table line by sy-tabix.
    At last you have to concatenate these variable into the out tab value.
    you can use the following code
    ORM fetch_table_data TABLES in_tab STRUCTURE itcsy
                                 out_tab STRUCTURE itcsy.
      TABLES EKKO.
      DATA: BEGIN OF header OCCURS 0,
              ld_txt1(163),
              ld_txt2(163),
              ld_txt3(163),
            END OF header.
      DATA: li_lines LIKE STANDARD TABLE OF tline WITH HEADER LINE,
            ID like THEAD-TDID,
            TNAME LIKE THEAD-TDNAME,
            TDOBJECT like THEAD-TDOBJECT.
      DATA  HTEXT LIKE EKKO-EBELN.
    READ TABLE in_tab WITH KEY EKKO-EBELN.
      if sy-subrc = 0.
      TNAME = in_tab-value.
      ENDIF.
    ALL FUNCTION 'READ_TEXT'
      EXPORTING
      CLIENT                        = SY-MANDT
        id                            = 'F01'
        language                      = 'E'
        name                          = TNAME
        object                        = 'EKKO'
      ARCHIVE_HANDLE                = 0
      LOCAL_CAT                     = ' '
    IMPORTING
      HEADER                        =
      tables
        lines                         = li_lines
    EXCEPTIONS
       ID                            = 1
       LANGUAGE                      = 2
       NAME                          = 3
       NOT_FOUND                     = 4
       OBJECT                        = 5
       REFERENCE_CHECK               = 6
      WRONG_ACCESS_TO_ARCHIVE       = 7
      OTHERS                        = 8
    IF sy-subrc  0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    data : f_lines TYPE i,
    DESCRIBE TABLE li_lines LINES f_lines.
    data: lstr type String,
          lstr1 type string,
          lstr2 type string,
          lstr3 type string,
          lstr4 type string.
    read table li_lines index 1.
    lstr = li_lines
    condense lstr.
    clear li_lines
    read table li_lines index 2.
    lstr1 = li_lines
    condense lstr.
    clear li_lines
    read table li_lines index 3.
    lstr2 = li_lines
    condense lstr.
    clear li_lines
    if f_lines GT 3.
    ead table li_lines index 4.
    lstr3 = li_lines
    condense lstr.
    clear li_lines
    ead table li_lines index 5.
    lstr4 = li_lines
    condense lstr.
    clear li_lines
    endif.
    data : v_text type text.
    concatenate  lstr1 lstr2 lstr3 lstr4 into v_text separate by ' '.
    CLEAR out_tab.
    READ TABLE out_tab WITH KEY name = 'TNAME'.
    out_tab-value = v_text
    MODIFY out_tab INDEX sy-tabix.
    Regards
    Nayan Kumar

  • Header window tiotle not printing on next page

    Hi !
    I have aa form in which I have a header table created inside the main window to print the titles of the line items, unit , unti price , Qty and totals. The next page has the similar format with the headerr table inside the main window, but unfortunately the header titles from the header title prints on the first page and when there are more items and the items are carried over to next page the titles dosent print on next page. Could nayone please tell me why the titles wouldnt be printing on the next page when the format is the same on teh next page also and it does have the texts to print there . Only the items are printing and not its titles.
    Thanks,

    Hi!
    Thanks for your reply. We are anyways getting the header in the first page its that I am not getting the header titles on second page and folowing pages only. I do have a next page in my smartforms and as per teh design both the pages has the header wondow but still it dosent print on second page but prints on first page. What I ahve done is created an extra window on my next page and created temp[late under that with the header titles and this prints it oin the second page now.
    Thanks

  • Windows 8 not printing on Airport Time Capsule

    Windows 8 will not connect with a printer through the Airport Time Capsule.

    Ok, thank you.
    I am assuming that this printer shows up correctly on the Printer tab in the AirPort Utility ... correct?
    Have you updated the Windows 8 version of the printer drivers from the manufacturer's support site yet? If not, please do. If, per chance, HP does not have Windows 8-specific drivers for this printer may be an indication that it is not supported, especially when connected to an AirPort router.
    Finally, have you installed Bonjour for Windows on your laptop? If not, please do.

  • Action Script window will not open

    I am unable to figure out how to maximize this window so that
    I can use the feature! It used to work before which is what is
    really strange about it, but now it is permanently minimized at the
    bottom of the screen, and clicking on it does nothing.
    Has anyone had this problem?
    Thanks.

    lol - it's hard to say ;) when you drag the window bar to the
    bottom, are you docking it 'within' the properties panel group? in
    this case the 'bar' of that group should tint blue as you hover,
    however if you drag slightly up, there should be a blue 'line' that
    shows up, this will dock the panel in it's own group - if you then
    click the 'bar' it should open, and you should be able to adjust
    the window size as needed.
    another solution is to 'reset' the panels to there default
    positions by using the menu command: window>workspace>default
    EDIT: LMAO - sorry David - guess what, not thinking forth
    dimensionally again Doc!

  • Acrobat 5.0.5, Windows XP, not printing to scale

    I use an admitedly odd CADD program (Visual CADD 4.0) to make drawings. Until today, I was able to create a document from CADD to Acrobat that would then print to scale on any laser or ink jet printer. This morning I emailed a drawing to someone who reported that the drawing was smaller than scale. I printed one myself and verified that this is the case. I have tried various settings to correct the problem to no avail. Any ideas on what might have changed and / or how to fix it?
    Thanks,
    Ken

    In the print menu there are selections for shrink and expand to page. Turn that off. There is an outside chance you had it on when you created the PDF.

  • SAP Script LVSTALISTE not printing VEKP fields

    Hi all,
    The SAP script LVSTALISTE does not print out any field in the packaging section. All the fields in this section come from the table VEKP.
    Is there some special config that needs to be done to activate the printing of the fields from this section? Because as it is now all the data from the VEKP table is not printed in the form.
    Any suggestions would be greatly appreciated.

    Hi,
    Check the CONFIG
    You can trigger Picking list print automatically based on Config settings(SPRO) for movements .
    Logistics Execution->Warehouse Management->Tools->Develop Forms->Assign Forms->Assign Forms for Stock Movements
    Or you can use LX21 along with print idicators for printing picking list seperately.
    Logistics Execution->Warehouse Management->Tools->Develop Forms->Assign Forms->Assign Forms for Print Indicators
    or else debug the the SCRIPT and check if the values are populated inside.

  • SAPScript graphic not printing

    Hi Folks
    I have a problem in a 3.1i system (yes that's right 3.1i - ah those were the days...I remember when..etc).
    I have changed a SAPScript layout (just the contents of a text element in the main window) and this works fine. However something is now causing the logo in the header window to not print at all (neither print preview nor hard copy). The standard text is there but I can not get this to print out from SO10 either.
    I don't think I have changed anything that could have caused this and it may be coincidence, but does anyone have an idea of what could be causing it?
    During testing of this problem, I have created a new layout and included the same logo and other graphics all with no result. I have checked that all graphic are created from Tif files (version 6 no compression).
    Now I have run out of ideas...
    Thanks in advance.
    Nick

    Fixed it by uploading the image again. Don't know why it didn't work before but it does now.

  • Print Checks, select "Not Printed", and print again... without trace!?

    Hello all:
    I have already sent this to Product Support, but they requested me to open a thread in this forum. So here's the issue:
    In SAP Business One it is possible to print a cheque, in the confirmation window select "Not printed", and then print the cheque again with another number (on unnumbered check stock paper). This creates a hole in the cheque numbering series, that is not explainable to auditors, and creates the possibility of fraud (hey, print two checks instead of one, but have one outgoing payment only). Of course in one way or another it has to be possible to print a cheque again, but my problem is that SAP B1 creates no trace of it whatsoever. The ACHO (cheque history) table is completely empty, the CHO2 table also doesn't have the "Not printed" cheques, and in OCHO only the last cheque number is stored.
    I also can't block the "Not printed" option, because the SBO_SP_TransactionNotification is not executed when you print cheques or confirm cheque numbers.
    As a workaround for audit requirements I have thought of setting up a trigger to log all updates to OCHO so I could create reports from this, but creating Triggers is not allowed either, so I'm kind of stuck.
    Am I the only consultant being confronted with this situation, or how are your clients dealing with this issue? I definitely need a solution for this...
    Thanks and best regards,
    Joerg.
    PS: Using the following query I am identifying the skipped numbers:
    SELECT
         T0.AcctNum,
         'Missing from' = (SELECT MAX(CheckNum) FROM OCHO WHERE CheckNum < T0.CheckNum AND AcctNum = T0.AcctNum) + 1,
         'Missing to' = CASE WHEN (SELECT MAX(CheckNum) FROM OCHO WHERE CheckNum < T0.CheckNum AND AcctNum = T0.AcctNum) + 1 <> T0.CheckNum - 1 THEN T0.CheckNum - 1 ELSE 0 END,
         'Qty. missing' = T0.CheckNum - (SELECT MAX(CheckNum) FROM OCHO WHERE CheckNum < T0.CheckNum AND AcctNum = T0.AcctNum) - 1
    FROM
         OCHO T0
    WHERE
         (T0.CheckNum - (SELECT MAX(CheckNum) FROM OCHO WHERE CheckNum < T0.CheckNum AND AcctNum = T0.AcctNum) <> 1
         AND (SELECT MAX(CheckNum) FROM OCHO WHERE CheckNum < T0.CheckNum AND AcctNum = T0.AcctNum) <> 0
         OR (SELECT MAX(CheckNum) FROM OCHO WHERE CheckNum < T0.CheckNum AND AcctNum = T0.AcctNum) IS NULL)
         AND T0.PmntDate > '20090901'
         AND T0.Canceled = 'N'
         AND T0.Printed = 'Y'
    ORDER BY
         T0.AcctNum,
         T0.CheckNum

    1) I tried Print Therapy and after I had repaired Permissions the problem was solved (some permission problems were found) until the next restart.
    2) Then I tried to stop and start again the cupsd process and again the problem was solved until the next restart of the computer.
    3) Then I replaced the cupsd.conf file with a new one but the app asked to restart the computer and after this the problem was back.
    4) Print Therapy does not find any problems neither in the properties of the root user nor in the current user or any other group.
    5) Also the verification of the temporary files find no problems.
    In conclusion I think that the problem lies in the cupsd process because when stopped and restarted (we can forget that by Repairing Permissions actually we restart cupsd) I have no problem until the next restart of the computer.

  • Box in main  window of script is not printing

    Helllo Friends
    Box in main window of script is not printing but the same is available in print preview. I have use the following commands.
    Please help me.
    /:           BOX WIDTH '23.40' CM FRAME 20 TW
    /:           BOX XPOS '0.00' CM YPOS '1.40' CM WIDTH '23.40' CM FRAME 25 TW
    /:           BOX XPOS '0.00' CM YPOS '8.10' CM WIDTH '23.40' CM FRAME 25 TW
    /:           BOX XPOS '0.00' CM YPOS '9.00' CM WIDTH '23.40' CM FRAME 25 TW
    /:           SIZE  WIDTH '0.00' CM HEIGHT '8.10' CM
    /:           BOX XPOS '0.00' CM  FRAME 25 TW
    /:           BOX XPOS '0.50' CM  FRAME 10 TW
    Thanks In Advance
    Regards
    SUNITHA

    Try changing X postion to not equal to zero something else for example.
    /:           POSITION WINDOW
    /:           POSITION XORIGIN '-0.1' CH YORIGIN '+0.4' LN
    /:           SIZE WIDTH +0.7 CH HEIGHT +5.0 LN
    /:           BOX FRAME 7 TW
    /:           BOX HEIGHT '1.1' LN INTENSITY 15
    Nabheet

Maybe you are looking for

  • PDF document not loading

    I am trying to figure this issue out. I have an updated version 11 Internet Explorer that will not properly display Adobe PDF documents. I have included a screen shot to show what it looks like whenever I try to load a pdf doc. I have tried to load t

  • Can't control the icon iweb generates on iweb gallery album and movie page

    Okay - here's the problem. I make a great imovie - share it to the .mac web gallery and imovie sets the icon and I don't seem to have any control over the image it displays. It seems to take part of a screen shot of the first few seconds of the movie

  • Untangling Mavericks from iCloud

    I recently updated our Macs from Snow Leopard (10.6.8) to Mavericks (10.9.x). We had skipped Lion and Mountain Lion due to their heavy iCloud entanglement. iCloud syncing is a handy tool for on-the-go metropolitans with high bandwidth, symmetrical in

  • Display report information in Report Writer?

    Dear All, I checked a report history in GR33 by History... button. It gives me a last changed date and user. I have also got a detail information list including change history, layout information and other information of the report. But I forgot wher

  • Pages has no auto save or document recovery? seriously?what century is this?

    pages has no auto save or document recovery? seriously?