Changing Main window tet elements of MEDRUCK?

Hi all,
I am doing sap script to display PO . I copied MEDRUCK and created the form.
But it is giving only one line item details in the output. The mistake i did is , i totally commented the
code of standard form and written own code with out any standard text elements.
Is it possible to display all items in above procedure ? Else how to know where to modify the standard code.
Please explain clearly as i have no idea on this text elements of standard form.
Thanks,
Vamshi.

Purchasing/MEDRUCK is a bit complicated. Different conditions will trigger different text elements (stock items vs consignment, free vs cost, etc). Unless you change the print programs you can't have everything print from one element. I'd suggest only commenting out things you fully understand and know you do not need (don't comment out the text element itself, just the contents).

Similar Messages

  • How to change main window title of oracle ebs

    Hi all,
    Kindly tell me how can we change the main title of oracle ebs 11i.
    Thanks

    Hello Gloscott,
    Welcome to the Aperture discussion forum. Congratulations. You just hijacked a thread. That's bad form for 2 reasons. First, you added a message to a thread called "How to change main window view" which makes it look like you had information to add that thread, and you did not. Second, people who can help you are more likely to read a message that has your problem in the subject than they are to read this message. I.e., you won't get what you want if you ask for something else.
    That being said, when you repost your query in a new thread, you'll have to be more specific. A "Frame" is not in the regular Aperture terminology.
    nathan
    Message was edited by: Mr Endo

  • Open Browser Window Action changes main window also

    I am using the Open Browser Window action on an <a> tag (href) and not only does it open a new browser window, it also changes the content of my main window to the linked page. I can't figure out how to make it stop doing this! Any help? (fyi - I am an HTML rookie, so be gentle)
    Thanks!

    Without seeing the code it's more difficult to explain.  But basically if you look at the code just change the href to "#" instead of the linked page.  That should solve the issue.

  • Main window overflowing in SAPScript

    I have a Main window in SAPScript and i have displayed a box around it using the foll. command
    POSITION XORIGIN '-1' MM YORIGIN '+0' MM
    BOX FRAME 10 TW INTENSITY 1
    I also have horizontal and vertical lines for the rows & columns (like a table)
    When the data is more than 1 page it flows to the next page. But on the next page all the horizontal and vertical lines move to the top of the page whereas my data is displayed below. Also the box around my main window no longer appears.
    I think it is mainly becoz i have 2 other windows- Payee and Vendor address before the main window on the 1st page whereas they are not reqd. on the 2nd page. How do i solve the problem so tht the lines and box fit properly on the main window on every page?

    Hi
    You can define different condition for printing the box for Main window.
    And also you can define different Window sizes like Top margin, Window height etc for different pages differntly
    in the main window text elements say
    /: BOX FRAME 10 TW INTENSITY
    So that depending on the size of the MAIN window the Box is drawn.
    Regards
    Anji

  • How to display standard text element of main window in next page

    hi all
    In scripts we have standard script medruck for purchase order.
    i want to pull text elements ( terms and payment terms ) in to main window of next page.
    i have included main window in page windows of next page ,but im unable to print text elements of terms and payment terms in next page...
    any one give your valuable inputs.
    Thanks
    deepika.

    Hi deepika,
    First copy standard MEDRUCK to ZMEDRUCK and do the necessary changes.
    Then check in driver program when exactly Terma and condition text element is called. Generaly its after printing all items but just check once to confirm.
    If TERMS and condition element is called ate end just put a NEW-PAGE  command at end of the text element which is called before terms.
    Hope this will help You.
    Thanks
    Dhiraj.

  • Issue with printing of multiple text elements in main window

    Hi experts,
    I have developed a sales order form in SAP script.
    I hv got two text elements in the main window. n i m calling these two text elements by using two write form functions in d print program.
    The first text element is gettin called n d relevant fields in dat particular text element is being displyed. (Window - Main)
    My problem is dat the second text element for the same main window is not gettin called n its relevant fields r not gettin displayed.
    Plz help me to solve the querry.
    Its urgent.
    Thanks n Regards,
    Purva

    Hi,
    Are you testing that from in same client where you developed, else make sure that after each change you need to transport the form to testing client.
    second thing is check with code did you mention the same text element in window editor and in the program.
    Reward if useful,
    Thanks,
    Sreeram.

  • Text-element in main window

    Hello together,
    is it sorrect, that text-elements can only be used in the main window?
    Is there any chance to use text-elemnts in a new-created window?
    an example that does not work:
    new window: TABLE
    call in print-program:
    CALL FUNCTION 'WRITE_FORM'
            EXPORTING
              element = 'ITEM_GR'
              window  = 'TABLE'.
    Unfortunately i need a new window with a possibility to print several text-elements.
    Thanks a lot for help.

    Hi Marcel,
    In one of my developments, i've created text elements in the windows other than MAIN window. But it worked properly. I think there might be some other reasons for ur failure. Try to trace that.
    Or else u just try by changing the Window type as CONST.
    Try this out & let me know in case of any other concrens..
    Reward if useful.
    Pavan.

  • How to change the default window size display font size on Lync 2013 main window?

    Hi champs,
    Just a simple non-technical question: How to change the default window size display font size on Lync 2013 main window on Windows 7 desktop?
    Thanks,

    Hi,
    Did you mean change the Lync: Change the Default Font and Color of Instant Messages just as Edwin said above?
    If not, as I know, there is no natural way to change it.
    If yes, on the latest version of Lync 2013 client, there is a new option “IM” on Lync client “Options” list. And you need to change the default Font and Color of IM in the interface of “IM”.
    Best Regards,
    Eason Huang
    Eason Huang
    TechNet Community Support

  • Smartforms-Dynamic Change of Font Size in main window

    Hi Friends,
       How shall I be able to change dynamically the font size in main window of smartform. If the records are more in main window then the layout comes in 2 pages but if less in 1 page. So I want to decrease the font if the records are more to assign it in 1 page.
    Eg : I can print only 10 lines in 1 page of main window, but if the records exceed 10 lines it is going to next page, so I want to shrink the font size to maintain the layout in 1 page.
    Thanks & Regards,
    Somen
    Edited by: Das_SAP on Jun 23, 2009 7:59 AM

    Hi,
    SmartForms does not offer the option to set some characteristics at runtime. You must work with conditions in your form.
    First find out how many records you have in your table
    DESCRIBE TABLE mytable RECORDS sy-tfill.
    You create 2 texts nodes with the text to be output and assign the font and font size to them. Obviouly, one node will have a big font size and the other one a normal font size but both contain the same information and same variables.
    You can now work with an alternative. If the condition (there are many records for a secondpage) is true, assign text node with normal font size to option TRUE and the other text node to FALSE.
    Optionally, every text node has folder CONDITIONS, where you can say
    SY-TFILL >   10 lines  <-- for text node with normal font size
    SY-TFILL <= 10 lines  <-- for text node with big font size

  • The main window of third page will not display the text element

    Hey, smartform guru,
    I am working on the smartform to print PO data.
    The smartform has first page and next page as usual.
    I created a third page P_TERMS to print the terms and conditions for PO printout.
    I used commend node to assign the page P_TERMS as the "Go to new page" and it did go to the P_TERMS page but the text element will not print in the main window in P_TERMS page.
    The text element will print in the secondary window.Since the terams and conditions are 4 pages long, I expected it to print in the main window, so I do not have to define several extra pages to print them.
    Any idea?
    Thanks in advance!
    Fisher Li

    Hi Fisher,
    Unfortunately, In a smartform, only single main window is continued to all pages even though you can declare windows under each page as main window, but it actually acts as the same window for all pages. It just means that if text from 1st page is overflowed, it will continue to the next page with main window.
    Command line to go to next page will create an extra page but since text is not flowed in main window, it won't print the text element you have included in main window on third page.
    The solution to your problem as I see is that either you include your terms and conditions in the main window of your first page and just before your text element for T&Cs, use Command to go to third page.
    Hope it helps.
    Ravi

  • Portege R700 - fonts in main window of AuthenTec Truesuite has changed

    Hello,
    I have pre-installed on my Toshiba Portege R700 AuthenTec Truesuite version 3.0.1.149. After couple of days of good performance the font from the main window has changed becoming impossible to read. Probably I change some settings in Windows and also this font changed because for sure I did not change anything in your application. Having in mind that my OS is Windows XP Professional, SP3, pelse be so kind and help me with a solution to revert to standard fonts.
    I have deinstalled application, cleaned registries, reinstalled application from software package downloaded from Toshiba site,
    thank you,
    Best regards,
    Cristian

    Can you please tell me which language do you use?
    The whole story is somehow strange. I use Toshiba notebooks almost 10 years, have installed different stuff numerous times but I never saw something like this.

  • Two Elements in Main Window

    Hello,
    I am working on sapscript. MAIN window has two elements ( Order Info, Carrier Info. ) First page display only 1 - 10 records for each element in Main Window.
    ( In my scenario, it's possbile the either one of the element may have more then 10 record but 11th record should print in that section of Next Page )
    Next page should display starting with record 11 on subsequent elements. How can i accomplish this scenario.
    I apperciate your help.
    Thanks
    Hitesh

    Hi,
    in driver program, count the sy-tabix if it reaches '11', then call the FM 'CONTROL_FORM' and in the command give 'NEW-PAGE' and then call the WRITE_FORM of 2nd element.
    write code like below in ur driver program.
    eg:
    data : gv_tabix.
    LOOP AT itab.
    gv_tabix = sy-tabix.
      IF sy-tabix LE 10.
       call function 'WRITE_FORM'
        EXPORTING
          element = element1
        EXCEPTIONS
        ENDIF.
        IF gv_tabix GT 10.
           call function 'CONTROL_FORM'
             exporting
                command = 'NEW-PAGE'.
           clear gv_tabix.
        ENDIF.
        IF sy-tabix GT 10.
           call function 'WRITE_FORM'
        EXPORTING
          element = element2
        EXCEPTIONS
        ENDIF.
    ENDLOOP.
    dont forget to give NEXT PAGE for first page as 'FIRST PAGE' name.
    Hope it resolves
    Rgrds,
    Pavan

  • Smartforms-To change table display(in main window) dynamically

    Hi,
    In Smartforms - Main Window - Table
    I have to change the Record display dynamically,
    like Ex - I have sale order display at item level, First SO has three item, Second SO has ten item.
    So, at run time - I want First SO on First page & Second SO on Second page.
    (Similar like - PROTECT - ENDPROTECT in script)
    How can I do this in Smart forms?
    Regards,
    Ashlesha

    Hi Ashlesha,
                  The protect and endprotect command in sapscript doesn't work with smartforms.
                  The usage of protect and endprotect can be brought about in Smarrtforms is by using a folder node and checking the 'PROTECT' checkbox, everything in that folder will be page protected.
                   This is actually called 'Page Protection'.
    Best Regards,
    Shree Tejus.

  • Portege R700 - fonts in main Window has changed

    Hello,
    I have pre-installed on my Toshiba Portege R700 AuthenTec Truesuite version 3.0.1.149. After couple of days of good performance the font from the main window has changed becoming impossible to read. Probably I change some settings in Windows and also this font changed because for sure I did not change anything in your application. Having in mind that my OS is Windows XP Professional, SP3, pelse be so kind and help me with a solution to revert to standard fonts.
    thank you,
    Best regards,
    Cristian

    Hi
    I assume you are speaking about the fonts in the Internet Explorer window.
    Right?
    Please check the option View in the menubar. Zoom should be set to 100% and Textsize should be set to medium.
    Furthermore you can check the settings in control panel -> display -> Appearance tab
    There you will find option called Font size. In my case its set to Normal.
    Try it out.

  • SapScript  'MAIN' Window without 'Text Element'

    Why is it, if we run 'MAIN' Window without defining 'Text Element'(/E), it displays the contents twice.. The same doesn't happens with other 'Variable' windows..

    Hi Main window is different from Var window.
    Var window will call only once .
    But main window it will call many times, it will go to Driver program and come back to populate the data.
    for Clear info debug and see.
    regards
    vijay

Maybe you are looking for

  • How to set default permissions for files and folders

    We have mac and windows computers on a network where we use Mac OSX Server 10.4 to share files. When files are created on windows computer, no problem, all users can read/write these files. However on our 2 macs (1 10.3 and 1 10.4), other users are b

  • Seeded reports with landwide style not printing correctly

    Have are running into a problem where seeded reports with landwide as the style is printing with a blank line between each printed line.  We have tried changing the font from 8 to 7 for the print driver.  But that didn't resolve our issue either. We

  • IPhoto thubnails and pictures

    Hi hope someone can help I have at some stage had to recover my photos from a older iphoto back up , I simply imported al the pics from the back up but now on the main iPhoto page have the real file ( so when you double click on it it brings up the t

  • Help with .local domain fix

    Hi, I'm trying to inplement the fix that is decribed here http://support.apple.com/kb/ts4041 about creating reverse lookup zones and pointers. Although there is information there about it, it links to Microsoft's website with details about it but the

  • Using ipod 160g with mercedes universal media interface

    Hello I have an iPod classic 160G - when using it with the mercedes Universal Media Interface - I see all the functions but none of the songs are playing - I see the title, name, duration of the song but it does not play nor the cursor is moving. Can