Different layout for PO, RFQ O/L Agreement

Hi!
In the PO main screen there is document overview, where we can see PR, PO, RFQ, SA, Contract. Is it possible to have
different layout for each purchase document Or we have a common layout for every document.
Regards,
Vaibhav

Different layouts is not possible. Only common layout is available.
PR, PO, RFQ, contact are referece documents. If you make po with these referece documents you can see the document no at item overview level at Right hand side

Similar Messages

  • Different layouts for different pages

    hi all,
    i have created a form in which there are 5 output pages but the print preview shows only the first page out of 5.i want to go to the next page.plz help how would i do that.and  i want different layouts for different pages.
    thnks n regards,
    mukesh.

    Hi Mukesh,
    Read these lines which has been given in help.sap.com and also go through the link given below.
    Main Window on Several Draft Pages :
    if you want the pages on which a table with items is printed to have different layouts. Height and position of the main window may differ on the different pages, but the width must remain the same throughout.
    [Main Window|http://help.sap.com/saphelp_nw70/helpdata/en/b1/243fdabeee11d4b633006094192fe3/content.htm]
    Regards,
    Sravanthi

  • Use different Layouts for Summary and Details in Drill down report

    Hi All,
    I have a 2 level drill down report in ALV.
    The summary report has certain fields and the Detail report has different fields. Now my problem is that when i use a default layout (with all fields of summary report) for the summary report, and drill down to the detail report i'm missing the fields on detail that are not in Summary. And if i save the default layout as default (with all fields of Detail) and go back to sumary, I'm missing the some other fields on summary (which are not on detail report).
    Is there a way to make different default layouts for each of those summary and detail reports:
    Also as the layouts are choosen by the user, i cannot hardcode any particular layout;
    So if the user chooses a layout for detail; it has to stay the same layout for the detail report if he goes to summary and then back to detail; unless the user changes the layout again.
    I'm using two different Layout types for each report. but i still cannot get the desired effect.
    Data:
          gt_layout_s             type slis_layout_alv,
          gt_layout_d             type slis_layout_alv,
      call function 'REUSE_ALV_GRID_DISPLAY'
        exporting
          i_callback_program       = g_repid
          is_layout                = <b>gt_layout_s</b>
          i_callback_top_of_page   = g_top_of_page
          i_callback_user_command  = g_user_command
          i_callback_pf_status_set = g_status
          i_save                   = g_save
          is_variant               = gs_variant
          it_fieldcat              = gt_fieldcat[]
          it_events                = gt_events[]
        importing
          es_exit_caused_by_user   = gs_exit_caused_by_user
        tables
          t_outtab                 = it_summary.
      call function 'REUSE_ALV_GRID_DISPLAY'
        exporting
          i_callback_program       = g_repid
          is_layout                = <b>gt_layout_d</b>
          i_callback_top_of_page   = g_top_of_page
          i_callback_user_command  = g_user_command
          i_callback_pf_status_set = g_status
          i_save                   = g_save
          is_variant               = gs_variant
          it_fieldcat              = gt_fieldcat[]
          it_events                = gt_events[]
        importing
          es_exit_caused_by_user   = gs_exit_caused_by_user
        tables
          t_outtab                 = it_detail_disp.

    Here is how you differentiate between the layout of two different grids. There is the parameter, IS_VARIANT in the function. You usually leave it empty or pass only the report name and username. <b>What you need to do is to pass unique string for each grids to the HANDLE field of the parameter IS_VARIANT.</b> You can probably hard code it as HEADER and DETAILS in your case. Once that is done, system identified that these two different layout for different grids.
    Regards,
    Ravi
    Note : Please mark all the helpful answers<u></u>

  • Different layout for different layers in a JLayeredPane

    Is it possible to set a different layout for different layers in a JLayeredPane?
    Say, I have a JFrame with two or more JInternalFrame.
    I set a JDesktopPane as the content pane for the frame.
    Is it possible to add the different JInternalFrames to different layers with different layout?? like, BorderLayout for one layer and FlowLayout for another and so on..

    But cant you add differnt components to diffrent layers. and each component can have a layoutmanager.. dont know if you can but maybe..
    David

  • [U8.1][Xaml] Different Layout for RSS Feed items.

    Hi everyone,
    I created a simple RSS Feed reader using App Studio, and now I`m modifying it to my needs on Visual Studio. Its awesome!
    Now I would like the items of my RSS Feed source to have a different layout from each other based on the Author or Date the feed item was fetched. I think that it could be done using some conditionals but I don't exactly know how.
    If anyone could help me with that, that would be awesome.
    Keep in mind that I have just started playing around with app development on Windows and try to be as clear as you can on your instructions.
    Kind Regards.

    What code do you have for the source items? I assume it is some type of ItemsControl (ListView, GridView, etc.) and you can set the
    ItemsTemplateSelector to choose between different layouts based on the bound object's Author and Date. See the
    DataTemplateSelector class documentation and the
    How to group items in a list or grid page: the ItemsTemplateSelector works essentially the same as the GroupTemplateSelector demonstrated in that article.
    If you want to know if and how this can be done within App Studio please check in the App Studio forum.

  • Different layouts for different catalogues?

    Hi there,
    Our current catalogue layout is where the items are displayed (2 across x 20 down) plus the catalogue description at the very bottom of the page.
    I'd like to make one of the catalogues have an image up the top, then a description, then the items (2x20).
    Does anyone know the best way to do this?
    I tried to create a new page and add modules of products and catalogues etc but I can't get the products to show like the small layout (the standard layouts).
    Any ideas?
    Thank you.

    Anyone?
    We decided to create a new template and listed the image up the top but now all the large product layout images have this top image and the amount the customer needs to scroll is too long.
    Any ideas on how to put an aimage up the top of the catalogue page and ONLY the catalogue page?
    Thank you

  • REUSE ALV - different layouts

    Hi Gurus,
    iam having an ALV report with an ALV display. Form this ALV on click of a button i will navigate to another ALV display.(both ALV's are called within the same program).
    Now my problem is with Layout functionalities:
    If a layout is saved in the first ALV, then if i go to second ALV and go for the Layout selection, all the layouts saved in the first ALV are coming in the second ALV.
    If the user selects a layout of the first alv, obvoiusly, no data will be displayed in the second ALV.
    So is there anywy i can go for fresh set of layout's for the two ALV's separately..
    (as per my knowledge, the layouts are stored based on the Program name in the database, so if i go to layout option in both the ALV,s... so the common alv's are coming in both displays's.)
    the above  issue is causing problems to the user...
    iam passing the below data for the ALV..
    CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
        EXPORTING
          i_callback_program       = sy-repid
          i_callback_pf_status_set = pfstatus
          i_callback_user_command  = c_usercomm1
          i_callback_top_of_page   = l_v_top
          i_grid_title             = text-064
          is_layout                = fp_wa_layout
          it_fieldcat              = fp_i_fieldcat1
          i_default                = c_x
          i_save                   = 'A'
        TABLES
          t_outtab                 = fp_i_item1
        EXCEPTIONS
          program_error            = 1
          OTHERS                   = 1.
    so can anyone of you give me a suggestion for different layouts for different ALV's.
    one more point: in the selection screen... iam using
    SELECTION-SCREEN ULINE.  
    which is displaying a black line between the select options.
    Now can this color of the black line be changes to grey or white.
    Also can a Line can be drawn between two selection fields without wasting the space between the fields(as there are many fields in the selection). the above command is consuming one row. i dont want to waste that space.. so can anyone give code for the same...
    Thanks & regards..
    Chaitanya..

    Hello,
    U can populate the below fields of the two layouts  variant structures;
    U can find GROUP and HANDLE fields , Just give different names so that u can have different layouts based on u r variants as the above field values distinguish between the alyuts.
    Check this link
    Re: Change layout button in ALV Grids
    Regards
    Edited by: shishupalreddy ramreddy on Jun 26, 2009 3:55 AM

  • Same Bank Cheque Different Layouts

    Hi,
    MY client wants to print continuous Axis Bank cheque printing for that i have modified the zscript and have done.
    Now he wants to print axis cheque single leaf. Even though both cheques belongs to same bank the layouts are different.
    Now they want to use single leaf for time being( they had just 200 copies of single leaf after that they are going to use continuous stationary).
    My Doubt is where/how do differentiate these two different layouts for single bank.
    I have one solution that attatch the layout for single leaf in fbzp for related company codes.
    when ever they are going to use continuous stationary then i will attach the respective script in fbzp.
    Is there any other solution....??     plze help me.

    Hello Henri,
    I hope I'm not going in against the rules by reviving this thread. But I have a similar problem as described by you above.
    We have the situation that for CoCd 1 we have the EBS up and running, using FF_5 to upload the EBS works just fine. Now I had to configure the EBS CoCd 2, it's the same bank and so also the same bank key as CoCd 1 uses. So I have made all the settings similar to CoCd 1. The bank account is present in OT55, the house bank exists. As far as I can tell, all the settings are similar.
    But I receive the same error as you describe above:
    Bank details  60xxxxxxxx0 not in table T028B
    Message no. FB759
    Diagnosis
    The bank detail with bank key  and bank account 60XXXXXXXX0 was not allocated to a transaction type.
    Procedure
    Proceed
    So the error message only gives me the bank account number and not the bank key. We use the following format: SWIFT MT940 - veld 86: structure recognized automatically.
    When I check the bank file I was given as example, the set-up looks the exact same for both CoCd's, so I cannot figure out why 1 works and the other one doesn't.
    I hope that you can help me.
    Best regards,
    Thijs

  • Different Layout within a webflow for one Portal Page

    Hi All,
    Can I set different layouts within one portal page journey depending on the hyperlink
    I click on one of the portal page with in a webflow.
    My requirements is such that if user clicks on one of the link on one of the portlet,
    I want to show them the next page with different content in a different layout
    with in same portal page journey.
    Can anyone post the sample code to achieve this.
    Thanks
    Nitin

    1 - you can not change the photo frame size if that is what you are asking
    2 - you can enlarge the photo within the frame by selecting it and using the slider above the frame
    3 - you can use a different page layout -- or even theme -- see Liz Castro's web site for examples of all available layouts for each theme -- http://www.lizcastro.com/iphotobookthemes/
    LN

  • SAME LAYOUT with different heading for invoice and service order invoice

    Hi,
    I need to use the same layout for printing both invoice and service order invoice. The layout should print the same data except the title should be changed accordingly ( invoice or service order invoice).
    Please help me with this
    Regards,
    Anik

    Hi,
    It is not clear to me if you are working with sapscript or smartforms.
    You have only to find a variable which identifies the kind of invoice
    I do not know that variable so i use an example variable
    for sapscript:
    /: IF &VBDKR-FKTYP& = '1'
    /  INVOICE
    /: ELSE
    /  SERVICE ORDER
    /: ENDIF.
    In a smartform you can also do something like that.
    but There you work with conditions (eq, BOOLEAN)
    You have only to find the right variable
    success,
    Gr., Frank

  • Print adobe form in ME9A giving different layout

    Hi all,
    In ME9A to print the Request for Quotation, I seems to get different layout when I click the following:
    Check the which form to print-> Output Message (a popup box asking to print) ->OK (still giving me old version from layout)
    Using another method,
    Check which form to print-> Display Message ( the form being previewed here) ->click print (give me the layout I wanted)
    What is wrong with clicking the Output Message to print? Any idea? Thanks in advance. (Note: Some users used this option to print so thats why I am asking here).

    Hi Siong,
    It sounds like your config is not correct. I would check the following:
    spro -> MM -> Purchasing -> Messages -> Forms (Layout Sets) for Messages -> Assign form and output program for RFQ.
    also check:
    spro -> MM -> Purchasing -> Messages -> Output Control -> Message Types -> Define Message Types for RFQ.
    Hope that helps.
    Glen.

  • How do I use different Layouts?

    I am trying to make a program that runs in a window like this:
    http://www.exyt-web.com/Window.gif
    The problem I'm having is with the layout.
    How do I have more than one layout ?
    For example - as you can see in the image (hyperlink above) I wish to have a border layout with a JFrame at the North position and then in the South position I want to have buttons laid out in a FlowLayout.
    Also with my radio buttons I want these in a GridLayout(3, 0) layout.
    I made up some example code to test using different layouts - but it seems one layout always overrides the other...
    import java.awt.*;
    import javax.swing.JFrame;
    import javax.swing.JLabel;
    public class LayoutTest extends JFrame
        public LayoutTest()
            setTitle("Hello World");
            Container contents = getContentPane();
            Container contents2 = getContentPane();
            contents.setLayout(new FlowLayout());
            contents.add(new JLabel("<FILTER [Type a th|    ]>"));
            contents.add(contents2);
            contents.add(new JLabel("< Filter Button >"));
            contents.add(new JLabel("<  Add Button   >"));
            contents2.setLayout(new GridLayout());
            contents2.add(new JLabel("< Button 1 >"));
            contents2.add(new JLabel("< Button 2 >"));
            contents2.add(new JLabel("< Button 3 >"));
            contents2.add(new JLabel("< Button 4 >"));
            setDefaultCloseOperation(EXIT_ON_CLOSE);
            pack();
        } // HelloWorld
        public static void main(String [] args)
            LayoutTest theLayoutTest = new LayoutTest();
            theLayoutTest.show();
        } // main
    } // class HelloWorldI know this obviously doesn't work but I hoped it would show what I was trying to do.
    I also tried creating a new 'contents2' and then adding it into 'contents'
    e.g. contents.add(contents2); My current code for the window I'm trying to create so far is:
    import java.awt.*;
    import javax.swing.*;
    public class Menus extends JFrame
        public static void Menus()
            // Creates a new JFrame, with the title specified in quotation marks.
            JFrame frame = new JFrame("Film Database");
            // Sets the default close operation of the frame.
            frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
            // Creates a new menu bar for the frame.
            JMenuBar menuBar = new JMenuBar();
            // Creates a new menu for the menu bar.
            JMenu menu = new JMenu("File");
            addFrameContents(frame, menuBar, menu);
            // Sets the new menu bar on the frame
            frame.setJMenuBar(menuBar);
            frame.pack();
            frame.setVisible(true);
        } // HelloWorld
        public static void addFrameContents(JFrame frame, JMenuBar menuBar, JMenu menu)
            // Adds the menu to the menu bar.
            menuBar.add(menu);
            // Creates a new item for the menu with a small icon.
            JMenuItem menuLoad = new JMenuItem("Load", new ImageIcon("C:/load.gif"));
            // Adds the new item to the menu.
            menu.add(menuLoad);
            JMenuItem menuSave = new JMenuItem("Save", new ImageIcon("C:/save.gif"));
            menu.add(menuSave);
            JMenuItem menuQuit = new JMenuItem("Quit", new ImageIcon("C:/quit.gif"));
            menu.add(menuQuit);
            // Creates a new container.
            Container contents = frame.getContentPane();
            // Sets a new layout for contents, in this case FlowLayout.
            contents.setLayout(new GridLayout(2, 0));
            // Adds new JLabels to the container.
            contents.add(new JLabel("< JLabel 1 >"));
            contents.add(new JLabel("< JLabel 2 >"));
            contents.add(new JLabel("< JLabel 3 >"));
            contents.add(new JLabel("< JLabel 4 >"));
            JLabel thisLabel = new JLabel("Hello");
            thisLabel.setLayout(new FlowLayout());
            JLabel thisLabel2 = new JLabel("Hello2");
            thisLabel2.setLayout(new FlowLayout());
            contents.add(thisLabel);
            contents.add(thisLabel2);
        public static void main(String [] args)
            Menus();
        } // main
    } // class HelloWorldAny help on how I can use two separate layouts in the same frame would be great!
    Regards,
    Tom

    doing this:
    Container contents = getContentPane();
    Container contents2 = getContentPane();
    does not create 2 different containers. It's just creating 2 variables that refer to the same container. There is only 1 content pane in a window/frame. A container can only have 1 layout.
    If you want to have 2 layouts, you create 2 panels with separate layouts and put what you want in each panel, and put both panels in the content page.

  • Dynamic Headers in ALV Based on Different layouts

    Hi Experts,
    I Have a requirement in an ALV Report wherein After the report run as the user chooses different layouts from saved ones the ALV header should change accordingly.
    I'm using Function modules to write the ALV.
    First of all , is it possible? and if yes how?
    Thanks,
    Sachin Soni

    hi rohit ,
    thanks for replying but i think ppl have not understood it clearly.
    I'm not asking about the variants which the user saves before calling the report but rather the layout which after the report run user creates based on what columns he wishes to see at that moment.
    thanks
    sachin soni

  • How to maintain different prices for same item in different organizations

    hi all,
    We have noticed that the list price of an item at Item Validation Org level is getting defaulted when creating requisitions. We want to maintain different prices for the item for different organizations, so that the prices will be properly defaulted to requsitions depending on supplier and receiving org.
    We found one way of doing this. Using contract purchase agreement and Advanced Pricing price lists. Can anyone please let us know if there is any other way of achieving this??
    Also, I have a question regarding Advanced pricing Price Lists. I performed following steps.
    1.Set the QP: Licensed for Product profile to Purchasing
    2.Create and approve a contract purchase agreement in Oracle Purchasing
    3.Define Price Lists and Price List Lines (optional)
    4.Define sourcing rules and ASLs to automatically default source information onto requisition lines. Associate Contract to ASL.
    5. This will enable Oracle Advanced Pricing integration in the following Oracle Purchasing functionality:
    Requisition pricing
    Purchase order pricing
    But when I create requisitions, the price from price list is not getting defaulted automatically. In requisitions form, if I go to source tab and select source as a Contract Purchase Agreement, then the price from price lists is getting defaulted. Is there any way where the source for the requisition can be automatically defaulted to Contract and the price can be picked from price lists??

    Can oyu not make it an organization level item and specify the proce there instead of keeping it a master level item?
    Regards,
    Utsav.

  • How can I associate 2 appleids with one account or use a different Appleid for imessage as described in another post?

    How can I associate 2 appleids with one account or use a different Appleid for imessage as described in another post?
    I have rejoined the iPhone community, not with one iPhone but with two. My wife agreed to move from the unenlightened!
    I have set up both under my apple account and want to keep it that way. But I do not want iMessages going to both phones. I would like separate message queues but share all apps and other purches from the store.
    I have created a separate AppleID for her but under Settings>Message>Receive At (it currently says 2 addresses) > ... will not allow me to change the current eMail address and when I add hers (her appleid) it errors out. The only thing I can do in the Apple ID field is to manage my account and not change it to hers.
    How can I have 2 iPhones (and my iPad) on the same account but have separate identies?
    Thanks,
    LpGrumpy

    1. Yes. Restart with the Option key held down as needed.
    2. No, it won't be a problem.
    (83373)

Maybe you are looking for

  • Running Vista on Macbook Pro

    Hello, Purchased a MacBook Pro 2 weeks ago. 2.5Ghz, 4Gb ram, 15". For a piece of software called DSLR Remote I need to upgrade from Windows XP to Vista. I ran the Vista upgrade advisor and it told me that Vista would not work with the NVDIA GeForce 8

  • Power supply specs

    there are so many power supply to choose from ranging to a cheap 30 dollars with high watts 480 to as much as 150 dollars with same watts, what makes them difference? will having high watt make computer boot up faster and run program faster? I need h

  • How to I locate and delete duplicate documents and files

    I am trying to clean up my macbook and want to find and delete duplicate documents and files.  How do I do this?

  • Convert BUDAT value (like 01/01/2006) to a YYYYMM (200601) NUMC 6 value?

    If some ABAP expert here give a sample code on how to convert a date type of BUDAT value (like 01/01/2006) to a YYYYMM (200601) NUMC 6 value, that would be great <REMOVED BY MODERATOR> Edited by: Alvaro Tejada Galindo on Apr 10, 2008 12:14 PM

  • Is it possible to set the stateof a command button

    I want to call a function when the user presses a command button (left click), then wait until he releases the mouse button, then call a second function. Here is the code for EVENT_LEFT_CLICK: CallFunction_1(...) GetRelativeMouseState(panel, control,