Gl account tab needs to be editable mode in Miro hear level

Dear Team,
Please let m eknow how i will make the editable mode for the GL field in the MIRO hear level.Please let me know the implications by doing this.
Thanks for the consideration.
Regards,
Suma

Hi,
MIRO -Details Tab GL accounts is automatically adopted from the Vendor master record Reconcillation account. You cannot modify this GL while simulating Invoice for the POs.
Usually this GL account Credit to the amount of supplier when posted the invoice.
If you will edit this GL in invoice simulation,system through Error message of GL posting error.
I hope this will help your Issues.
Thanks,
Thiru
Edited by: thiru on May 26, 2010 1:22 PM

Similar Messages

  • VA01 Sales order - Header-- Accounting tab need to add a field

    Dear All,
    The requirement is,
    1. I need to add a field in Sales order.
    Path for the same is as follows:
    VA01> Goto> Header--> Accounting tab
    2. The field will be a date field that needs to calculate date on.
    a)create a new field. ex - zchdt (chq due date)
    b)when customers enters value in Assignment,
    i.e vbak-zuonr
    after that trigger logic is
    3.vabk-kunnr = knvv-kunnr
    a)sy-date + knvv-kvgr2 (exclude sundays)
    example - 14 sept + 30 days = 14th october
    should populate value - 14th october i.e. field (zchdt)
    4. This activity needs to be triggered before the sales order is saved.
    kindly know whether this is possible or not.
    if possible how & which exit & also with example code.
    if you could give me your contact(cell no).
    Regards,
    Nagendra D.S.
    Mobile - +91 9819899082

    Hi All,
    VA01 Sales order - Header--> Accounting tab need to add a field. field name - zchdt(cheque due date)
    when customer enters value in Assignment i.e zuonr & after that trigger logic is
       1.     vbak-kunnr = knvv-kunnr
       2.     sysdat + knvv-kvgr2 (exclude sundays)
    example - 16 sept + 30days = 16 oct
    in field zchdt value 16 oct as to populate
    Pls help me in the code.
    Regards
    Nagendra

  • Root user tab completion in vi editing mode

    When I su to the root user at the terminal I lose tab completion. Whenever I press TAB to complete a file or directory name I get an actual tab character.
    I've tried editing ~/.inputrc for root and this seems to work for emacs editing mode but if I switch to vi mode using 'set -o vi' I lose completions and get tabs.
    I don't have this problem with a normal user, just when I switch to root. Does anyone know what I'm doing wrong?

    I managed to solve it!  Add the following to ~root/.inputrc (or /etc/inputrc):
    "\t": complete
    This maps the TAB key to the 'complete' function.  Don't know why it isn't already for root when it is for other users.

  • How to bring the Tcode FI12 in Production System in EDITABLE mode

    Dear Sir/Madam,
    The  T code - FI12 is not in editable mode in Production System. Is it by default remains in NON Editable mode  ? Our FI consultant is saying that the users needed it in Editable mode for maintaining BSR Code.
    To bring it to Editable Mode, I have to open the Production Client. Is there any alternate exists to bring this Tcode ( FI12 ) in Edtable mode other than Opening the Client ?
    Thanks and Regards,
    Pranab

    Users needed in editable mode
    Is this a one time activity or a permanent?
    You can transport the changes from DEV to PRO without opeing a client.
    OR
    You can create a cusomize tcode with same functionality with secondary index to use the same entities in editable mode.
    Just work with your ABAPer and get it done.
    Regards,
    Nick Loy

  • New edit mode nodes

    Currently working with the nodes in Ai is embarrassing when I want a sharp change in the mild, mild in symmetrical or unsymmetrical try these changes lead to change in shape.
    I think it is perfectly solved in the blender. -
    Mark object - smite the TAB key and toggle the mode Edit nodes
    Now in this mode:
    - I am available keyboard shortcuts for quick changes in the type of node
    - the node type of change does not change shape if it allows a new node type
    - an expanded zone marking points of handles, it is easier to hit the point handles can also enter in this mode
    The ability to edit several obiects at once - in the end to add shortcuts to patchfinder The use of the Tab key to enter editing mode for me is very intuitive.
    What do you think?

    Then iPhoto has lost the connection between the thumbnails and the original files.
    Back up your iPhoto Library and rebuild it, see Old Toad's post here:
    Rebuild iPhoto Version 11

  • Report tabs disappear from Edit mode

    Hi,
    I am experiencing a seriously puzzling issue in BO XI R2 (Web Intelligence). A user claims that she lost half of the tabs in her report after it was migrated from staging to prod with Import Wizard.
    Indeed when I click on Modify, in the Edit Report view several report tabs are missing. It's not just a case of scrolling to the right unfortunately...
    I first thought that the user deleted the report tabs accidentally but when running the report, the missing tabs show up.
    There is no such thing as a hide functionality from what I hear I checked in the report map but the missing tabs are not visible there.
    Any idea?
    The BO version is 11.5.9.1076 which is SP3.
    A hotfix released with CHF20 (ADAPT00722944) is said to have resolved a similar issue where the last report tab of a multi tab web-I report would disappear when editing it This should be covered by SP3 though so I should be getting this issue.

    Oh Boy. I am now experiencing this behaviour in Webi. The webi is still in Dev. When I ran on info-view with 'view' mode, it has displayed all tabs in the report, but when I pressed 'Edit' button and did some variable changes, I lost all tabs, but for the first one. I hit the Save button without noticing this behaviour.
    I fortunately had a copy of this webi. I see the same behaviour there. View mode shows all tabs, but as soon as I press Edit mode, I lose all tabs except the first one. For now, I am not saving it and coming out. But I need to make changes to this webi.
    Strange!!
    Anyone else is facing this issue or any SAP solution. We are on BOBJ XI R 3.1 SP3 (We don't have FP3.2 yet)

  • Ctrl+tab is not working in editing mode

    I have JcheckBox and JTable in my JPanel. When user clicks or presses F2 to edit any cell value of the JTable a comboBox will appear with possible values. (This comboBox is coming from table CellEditor). When user presses ctrl+tab from the table focus should transfer to JComboBox all time. It is working only when the user presses ctrl+tab from the table cell which is not in editing mode. If the user presses ctrl+tab from the table cell which is in editing mode (i.e. focus is on the ComboBox of the cellEditor) it does not work. Please help me to find the solution.
    I give a sample code here for your reference.
    public class Frame1 extends JFrame {
    public Frame1()
    super();
    this.setLayout( null );
    this.setSize( new Dimension(400, 300) );
    JTextField ch = new JTextField();
    ch.setVisible(true);
    ch.setBounds(10, 10, 10, 10);
    this.add(ch, null);
    DefaultTableModel tmodel = new DefaultTableModel(3, 1);
    tmodel.setValueAt("0 0 1",0,0);
    tmodel.setValueAt("1 0 1",1,0);
    tmodel.setValueAt("2 0 1",2,0);
    JTable custLayersTable = new JTable(tmodel);
    custLayersTable.getColumnModel().getColumn(0).
    setCellEditor(new ComboEditor());
    custLayersTable.setBounds(new Rectangle(40, 40, 280, 145));
    custLayersTable.setSurrendersFocusOnKeystroke(true);
    this.add(custLayersTable, null);
    public static void main(String[] args)
    Frame1 a = new Frame1();
    a.setVisible(true);
    final class ComboEditor extends AbstractCellEditor
    implements TableCellEditor
    public Component getTableCellEditorComponent(JTable table,
    Object value,
    boolean isSelected,
    int row,
    int column)
    Vector<String> layerValSet = new Vector<String>();
    for(int i=0; i<3; i++)
    layerValSet.add(row+" "+column+" "+i);
    mComboModel = new DefaultComboBoxModel(layerValSet);
    mComboModel.setSelectedItem(value);
    mEditorComp = new JComboBox(mComboModel);
    return mEditorComp;
    public Object getCellEditorValue()
    return mEditorComp.getSelectedItem();
    private DefaultComboBoxModel mComboModel;
    private JComboBox mEditorComp;
    }

    Thanks a lot for your reply.
    Since the textField is in a different class i could not use the transferFocus API directly. I tried the following code in the keyreleased event of Combo Box but it was not working.
    KeyboardFocusManager.getCurrentKeyboardFocusManager().focusNextComponent(
    e.getComponent().getParent());
    I also tried the following code in stopCellEditing and is not working.
    KeyboardFocusManager.getCurrentKeyboardFocusManager().focusNextComponent();
    Is there any other way to achieve this?

  • Got a new mac today, I created my iCloud account (and therfore my Apple ID?) I tried to set up my iTunes and download updates, and it says i need to review my account, then I had to edit my Apple ID details, but said my email address was invalid???

    Got a new mac today, I created my iCloud account (and therfore my Apple ID?) I tried to set up my iTunes and download updates, and it says i need to review my account, then I had to edit my Apple ID details, but said my email address was invalid???

    From the information that you have provided, it sounds like your Apple ID has been disabled.  You can read this to see how you can troubleshoot that issue.
    Apple ID is Disabled - Apple Club - Google Sites
    You can try signing out of your ID on the iPad and sign in with his ID and see if that works.
    Settings>iTunes and App Stores>Apple ID. Tap your ID and sign out. Then sign in with your husband's newly created ID.

  • Need to send an attachment in an editable mode

    Hi,
    I need to send a workitem.When an user opens the work item in SBWP he/she should get an attachment in editable mode.Its an CRM object.We are using BO bus2000116.But we donot have any edit method.
    regards,
    Dev

    Hi
      Then  why donot you try to extend the BOR by developing a custom BOR and open the transaction by usingCALL TRANSACTION  the addition SKIP INITIAL SCREEN  and delegate the custom BOR to standard BOR .. and make use of the standard BOR then you can find the same custom BOR method name .
    Its just an Idea try it.
    Regards
    Pavan

  • How can I edit a page which uses jQuery Tabs that are hidden in edit mode?

    My client cannot update the html5 css3 jQuery tabs as they are not visible on the page in edit mode. Is there anyway that he can update with Contribute 6.5 or is there any other CMS which would allow him to update it?

    Hello ,
    To make scripts visible in edit mode follow the below mentioned steps.
    1) Administer the website.
    2) Select the role and click Edit role settings.
    3) Uncheck the option "Protect scripts, forms and spry widgets".
    4) Click OK to save and exit.
    Hope this solves your problem.
    Thanks and Regards
    Himanshu Satija

  • Need to customize close button in edit mode

    Dear Experts,
    I have a requirement where i have implemented separate close button to come back to normal mode from edit mode (ctrl+shift+E). So i just to remove the close button which comes by default for pageCustomizable . Is there any way to customize this button ?
    Jdev:11.1.1.6
    Thanks
    Sushanth

    Hey Daniel,
    That was the exact thing i was looking for thank you ! For folks who come across similar customization use case , here is what i did,
    For pe:pageCustomizable component in your page, goto property inspector --> Appearance tab --> toolbarLayout --> message stretch statusindicator newline menu addonpanels stretch help newline concurrencymessage
    Here is the complete list for toolbarLayout - message stretch statusindicator newline menu addonpanels  button stretch help newline concurrencymessage
    Thanks
    Sushanth

  • Need to Gray out (disable) 'Accounting' tab in ESO

    Hi Expert,
    I want to gray out 'Accounting' tab in master/sub agreement for non US countries in ESO. I am new to ESO and not getting idea how to do this. Kindly help me out to do this.
    Thanks much for your cooperation.
    Regards,
    Gurvi.

    Hi Gurvi,
    If I am correct then you want the Accounting tab visible but disabled.
    Well, AFAIK you cannot 'grey out' this tab.
    But you can try an alternative approach: You can lock all the fields in this particular tab. In this way, the tab is visible but the fields inside it are non-editable. You 'll have to use IapiDocumentLockManager APIs for this.
    Be aware that this is a resource intensive way. I would suggest you go by the approach suggested above and hide it.
    Thanks
    Devesh

  • I need to upate with no display for Infotype in edit mode.

    hi all,
    I need to update my custom infotype.
    I use the following Function
    CALL FUNCTION HR_INFOTYPE_OPERATION.
    i need to upate with no display for Infotype in edit mode.
    Update required to be done dynamically.
    BR,
    Ali

    Hi ,
    You can enter the data at databse level with the help of abap code...
    Normally the database table for infotype start with PA0000 for infotype 0 & PA0001 fornfotype 1.
    Check your database table name for custom infotype & edit the infotype at table level...
    Regards,
    Mahesh

  • Web rich client -- report tabs missing in edit mode

    Hello,
    A report was created in web Rich client and then  was exported in the BO repository. In view mode, we
    see all tabs, but in edit mode,only two tabs are displayed.
    any idea please?
    Thanks a lot.

    hi,
    I also faced the same issue.
    I could replicate the issue suceessfully on a consistent basis.
    STEPS to replicate the issue
    1.     Create a new webi report using Island Resorts Marketing Universe
    2.     Query Panel Objects
    a.     Country, Resort, Service, Number of guests
    3.     Run query  (Tab 1 is created automatically)
    a.     Report 1 u2013 Table containing above objects
    4.     Right Click Report 1 - >Insert Report -> rename it to u2018Crosstabu2019
    5.     Move the report tab to Left such that Crosstab appears as first tab
    6.     Drag Crosstab from Templates.
    a.     Pull Country and Resort objects as rows to Crosstab
    b.     Pull Service as Column to Crosstab
    c.     Pull Number of guests as measure to Crosstab
    7.     Select Country -> Insert Break
    8.     Select Resort -> Insert Break
    9.     Select Resort First and Country Second -> Click on Merge Cells button
    10.     Select No
    11.     Now again click on Merge Cells button
    12.     Select Yes this time.
    13.     Save the report.
    14.     View the report from Infoview. You will see both tabs
    15.     Edit the report. (You cannot edit the second tab - Report 1. Edit the first tab u2018Crosstabu2019)
    16.     only one tab is visible. Other tab u2018Report 1u2019 is missing.
    Observations:
    Report Footer appears as the top section in Map -> Structure
    So my conclusion is when a reverse merge is applied on Crosstab with breaks, this issue occurs.
    But i don't know how to recover the tabs in Edit mode.
    Please let me know how to recover the missed tabs in Edit Mode. Also let me know the other scenarios which might lead to the same issue.
    Regards,
    Vamsee

  • Help Needed---Opening Attachments/Templates of a BP in non-editable mode

    Hi...
    I am new to CRM...
    How do we open a document/Template attached to a BP in non-editable mode in web UI?
    Helpful Answers would be rewarded.
    Thanks
    Swapna

    Hi...
    I am new to CRM...
    How do we open a document/Template attached to a BP in non-editable mode in web UI?
    Helpful Answers would be rewarded.
    Thanks
    Swapna

Maybe you are looking for