Can we add extra row in colorpicker?

Hi all,
I want to add one extra row below all colors in color picker. If you have seen word color picker, it shows you recently used colors.
Is it possible to add extra row in color picker?
Thanks,
-Chandu

Hi,
SAP has given user defined fileds in CEKKO communication structure which you can use by using user exits to fill in CEKKO.
These fileds you can use as characteristics for release strategy.
Details of user exit:
M06E0004 Changes to communication structure for release purch. doc.
EXIT_SAPLEBND_002, Changes to Communication Structure for Release of Purchasing Documents
Description: User exit that control the values in CEKKO for the Release Strategy.
Regards,
Shailesh Mackwan

Similar Messages

  • HT1752 I am working on a chart in paged with 7 columns. Problem has occurred with amount of row. I have completed 999 rows and it won't allow me to continue. As I need to do approx 3000+ rows, can anyone explain to me how to add extra rows. Thanks Jane

    I am working on a chart in pages with 7 columns.
    Problem has occurred with amount of rows. I have completed 999 rows and it won't allow me to continue. As I need to do approx 3000+ rows, can anyone explain to me how to add extra rows. Thanks Jane

    Try posting in the Pages forum
    https://discussions.apple.com/community/iwork/pages

  • How can I add a row into a JTable with JButton

    Hi all. I have the following code:
    package gui;
    import db.*;
    import javax.swing.table.AbstractTableModel;
    import java.util.ArrayList;
    public class FoundersTable extends AbstractTableModel{
        private static final int COLUMNS = 8;
        private String columnNames[] = {"��� ����", "���", "�������", "�������", "���������", "��������",
                "����� �� ����������", "������ �� ����, �����"};
        private ArrayList data;
        public FoundersTable(){
            data = new ArrayList();
        public int getRowCount() {
            return data.size();
        public int getColumnCount() {
            return columnNames.length;
        public String getColumnName(int colIndex) {
            return columnNames[colIndex];
        public Object getValueAt(int rowIndex, int columnIndex) {
            return ((ArrayList)data.get(rowIndex)).get(columnIndex);
        public void setValueAt(Object value, int rowIndex, int columnIndex) {
            ((ArrayList)data.get(rowIndex)).set(columnIndex, value);
            fireTableCellUpdated(rowIndex, columnIndex);
        public void addRow(ArrayList neueZeile) {
            data.add(neueZeile);
            int index = data.size() - 1;
            fireTableRowsInserted(index, index);
        public void removeRow(int index) {
            data.remove(index);
            fireTableRowsDeleted(index, index);
        public void removeAllRows() {
            data.clear();
            fireTableRowsDeleted(0, 0);
        public boolean isCellEditable(int rowIndex, int columnIndex) {
            return true;
    }Now in my MainJFrame class I have one button for additing and one button for removing a selected row. How can I add/remove rows with this two buttons.
    Thanks

    No my question is how can I add and remove rows WITH buttons My point was the code is the same. You use the addRow(...) method. Why did you write an addRow(...) method if you aren't going to use it?
    I don't understand your problem. Do you not know how to write an ActionListener?

  • How can I add new row/column into existing jTable?

    Hi add!
    Can you help me how can I add new row/column into existing jTable?
    Tnx in adv!

    e.g
    Create two buttons inside the Table ( "Add New Row" ) and ("Add new Column")
    their handlers are:
    add new row:
    //i supose u already have
    DefaultTabelModel tablemodel = new DefaultTableModel(rowdata, columnNames);
    //and   
       JTabel jtable = new JTable(tablemodel);
    // Handler (row)
    jbtAddRow.addActionListener(new ActionListener(){
       public void actionPerformed(ActionEvent e) {
          if(jtable.getSelectedRow() >= 0 )
              tablemodel.insertRow(jtable.getSelectedRow(), new java.util.Vector());  
           else  
                tablemodel.addRow(new java.util.Vector());
        });to add new columns its the same but inside actionPerformed method:
    ask for e.g "Whats the name for the new column"
    then,
       tablemodel.addColumn(nameOfColumn, new java.util.Vector());   Joao
    Message was edited by:
    Java__Estudante

  • Can I add extra information into logon ticket

    hi everyone:
    When I logon sap portal, the CreateTicketLogon Module will generate logon tickets.there are serveral information in the logon ticket MYSAPSSO2 cookie including SID,UserId,Login timestamp.
    My question is how can I add extra information into logon tickets. for example, I want to add more user's information like email address into logon ticket and pass to the SSO system.
    Thanks
    Elliott

    Hi,
    As far as I know there is no way of adding extra attributes to the SAP logon ticket. The logon ticket allows you to have two user names in it , so maybe if you setup a reference system and store the emailaddress as the username you can use this as a workaround.
    If you need to get the logon ticket form EP you can either
    1. Read the cookie MYSAPSSO2 from the IPortalComponentRequest
    2. Get the user from IPortalComponentRequest and call getTransientAttribute("MYSAPSSO2_STRING") (not 100% certain of the last one , will have to look it up. Of course not a public api)
    Dagfinn

  • How can I add extra external storage to my 32 Go Ipad mini

    hello all,
    I'm going on a long vacation and I'd like to store extra movies and series. I won't be able to access the cloud.
    How can I add extra storage (like 100 Go) on my 32 Go Ipad mini ?
    Thank you for tips

    SanDisk makes the iXpand flash drive which is compatible with the mini running iOS 8.x.  There is a free companion app in the App Store. 

  • How do I add extra rows to fillable form I'm completing?

    I am filling in the fields in a PDF I downloaded.  However, I need more rows in some of the tables than the creator of the PDF provided. How can I add in more rows? I'm using Adobe Reader 9.

    Not really practical. In many cases this would change the form in small ways and that would make it unacceptable. In fact, adding more boxes may also be unacceptable, especially on an official form. I'd advise you to contact the maker of the form and ask them what to do.

  • How can I add extra pages to newsletter templates.

    I know you can add extra pages by adding a section. But this is just a blank page, whereas I'd like to continue the design without having to reconstruct it myself every time. Is this no longer possible?

    Apple has removed the Captured Pages feature that was in previous versions of Pages (along with well over a hundred other features).
    Templates no longer have the internal master pages that made adding the extra designs possible. So all you can do is a clumsy duplication of pages from the original template, which entails opening a new version if you have already altered the one you opened previously.
    It makes a mockery of good UI design.
    If you want real functionality use Pages '09.
    Peter

  • Can we add extra field in  drag and drop reports

    Can we add some extra field in sales A/R drag and drop report

    Hi
    My understanding about the drag and
    related function is:
    Since Drag and Relate is a query based system, you can
    recreate the Drag and Relate query/result in the Query generator. From
    here you can save the query and access it through the Tools -> User
    Queries. You can also create your own reports through Tools -> User
    Reports.
    If you get a 'no matching records found' error whene using D&R,
    it means the user has created a wrong relation.
    i.e. use the BP code instead of the BP description etc.
    Note! Users with a full authorization to the Drag & Relate function
    can view any data in the system, similarly to a case where a full
    authorization is given to regular queries. Therefore, it is recommended
    not to assign regular users with a full authorization to the Drag &
    Relate function.
    Please have a careful read of the documentation to apply the
    functionality to your needs.
    Furthermore, we could do the following testing:
    e.g. create a UDF on sales order
    and create two sales orders with the
    same UDF value, e.g. ABC
    then we drag the UDF ABC to the sales order , we could get the list of
    these two sales orders.
    Could you also let me know your detailed requirement for this functionality?
    Best Regards
    Helen Sun

  • How can I add a row at the bottom of the table ?

    Hi,
    I have an application table and I want to make sure that whenever user tries to add a row to the table, the row should be added at the bottom.
    Does anyone know how to implement it or point me in the right direction ?
    Thanks,
    Akshay

    Hi,
    have a button with actionListener as following
        private void insertBlankRecordForViewObject(ViewObject vo) {
            Row lastRow = vo.last();
            Row newRow = vo.createRow();
            newRow.setNewRowState(Row.STATUS_NEW);
            if (lastRow != null) {
                int indx = vo.getRangeIndexOf(lastRow) + 1;
                vo.insertRowAtRangeIndex(indx, newRow);
            } else {
                vo.insertRow(newRow);
            logger.info("inserted blank record for vo : " + vo.getName());
        public static DCIteratorBinding findIterator(String iteratorName) {
            if (iteratorName == null) {
               // LOGGER.warning(String.format("iteratorName cannot be null", iteratorName));
                return null;
            if (iteratorName.isEmpty()) {
                //LOGGER.warning(String.format("iteratorName cannot be empty", iteratorName));
                return null;
            DCIteratorBinding itrBinding = getDCBindingContainer().findIteratorBinding(iteratorName);
            if (itrBinding == null) {
               // LOGGER.warning(String.format("DCIteratorBinding [%s] not found", iteratorName));
                return null;
            return itrBinding;
        public static DCBindingContainer getDCBindingContainer() {
            return (DCBindingContainer)getBindingContainer();
        public static BindingContainer getBindingContainer() {
            return getBindingContext().getCurrentBindingsEntry();
             public static BindingContainer getBindingContainer() {
            return getBindingContext().getCurrentBindingsEntry();
        public static DCBindingContainer getDCBindingContainer() {
            return (DCBindingContainer)getBindingContainer();
        public void onAddRowAtLast(ActionEvent actionEvent) {
            insertBlankRecordForViewObject(findIterator("MyVOIterator").getViewObject());//iter from page binding to which table is binded
        }Regards,

  • Can't add extras in Premiere Elements 10

    I just bought and installed Premiere Elements 10 for Mac. I went to Adobes site and downloaded the whole package of extras. However when I double click the exe file, it opens up a text edit box with weird copy.
    Does anyone know how I can install the extra effects, etc so I can use them in Premiere Elements?
    Thanks for any help.

    I'm using Mac OS 10.4.2
    I'm pretty sure I DL the Mac version, but I will try it again just to make sure. Come to think of it, the MAC version probably shouldn't have the exe extension, right?
    I'll try again when I get off of work. Thanks for your help. Seems like there are a lot of fun extras to play with!
    Julie

  • How can I add extra footage to a burned project?

    I burned an imovie project through idvd and deleted the project on my hard drive. I figured since I had it on a dvd I could load it back on my computer and add stuff in the future. When I loaded it back all I saw was two folders, audio ts and video ts. How can I get my imovie project loaded back up so I can add more stuff, and burn a new copy. I am going to be making lots of projects in the future and I dont want to have to store everything on my hard drive. What do I do?
    Thanks,
    Doug

    Yes you can. (1) Go to the file menu while in Imovie. (2) select share, (3) select video camera, (4) use the interface to add seconds of black tape before and after your film as desired, (5) as the warning says be sure to have blank tape and your camera in VTR code. (6) press share and voila your camera should record your movie. Now you can store it and even add others if you have room. If your going to add others I suggest you add 8 seconds or more of black to the end. So, when you record your next movie you won't overlap and ruin your master. Enjoy.

  • Can you add extra margins to a PDF?

    Hi,
    I am curently in the process of printing my PhD thesis, which includes a range of published manuscripts in PDF format. To bind the thesis, each page needs a 2.5cm left margin. I was wondering if there is a way to add a 2.5cm margin to each page of my PDF documents? I also tried exporting them to a tifff file then copying and pasting to word and changing to the correct margins there, however I lose a lot of resolution doing that which affects the quality of the images. So I'd prefer to print the PDF directly with the altered margins if possble.
    Any help is greatly apreciated.
    Thanks!

    You can by setting a custom page size. You'd do this by opening the Crop dialog and setting a custom page size in the Change Page Size area. Deselect the Center cehck box and set the XOffset to 2.5 cm. Set the width to the current width + 2.5 cm and set the height to the current height.

  • How can i add a row in a table

    Hi experts,
    i have a problem where i can´t find any answer. Maybe one of you have one.
    I have a scenario which is very similar to a MAM-Szenario. I'm using MI 7.1 and developing wit the newest NWDS in WebDynpro for Laptops.
    I download Notification headers and as a dependend table the notification tasks. Now the user should be able to add a new task in the client if it not exists on the database.
    Can anyone tell me how it is possible to dump a new entry to the database if the query, which should extract the right task is not available?
    Thanks for a fast answer.
    Mathias

    Hi Mathias,
    If you are developing applications using MI 7.1 , then Bapi wrappers are required to communicate with the backend system.If you want to create anything in the client and if you want it to be reflected in the backend system , then a create bapi wrapper is a must .
    Please use this link to know more about different kinds of bapi wrappers :
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/c0baafd6-52fa-2910-c6a8-fbb9399cb4ab
    After you are done with creating the bapi wrapper , just do a <model instance>.commit in your client.
    Regards,
    Madhu.

  • Can I add extra RAM on a mini?

    This may be a stupid question, but here it goes...
    my iBook G3 recently past away (a sad, sad day, I might add), so to save a little money, I decided to replace it with a Mac Mini until I can invest in a new iBook. While I eagerly await its arrival, I was wondering...
    Can I install the 128 MB RAM card (that came with my iBook) in the Mac Mini? Not a huge deal if I can't, but I figured since it got erased before the entire hard drive fried, maybe I could still make use of it. Thanks!
    iBook G3   Mac OS X (10.3.9)  

    No. Your Mac mini only has one RAM slot. It will come with 512MB of RAM installed. If you want more, you will need to remove the 512MB module and replace it with a 1GB module. That is the maximum amount of RAM you can install. Here is some info on memory.
    How To Determine Your Memory Needs >>
    -Bmer
    Mac Owners Support Group
    Join Us @ MacOSG.com
     An Apple User Group 
    New: MacOSG Podcast
    Disclaimer required by Apple Discussions Terms of Use: MacOSG - a non-profit Apple User Group - may receive some form of compensation, financial or otherwise, from my recommendation or link.

Maybe you are looking for