How to Add a Miscellaneous expenses On an Invoice With Match ?

hi,
I Want To Add a Miscellaneous expenses On an Invoice With Match By a Different currency ,
an example :- When Enter An Invoice With Match " 100$ " and Pay It Then I Want To Add a Miscellaneous expenses On This Invoice By Different currency " 100 eur "
How to Process This Case ??
Thanks,
Mohamed Gamal

one line is 100 us
the other is 100cu
is it ok ?

Similar Messages

  • How do add .mov files in Premiere Elements 11 with Windows 8? I get a generic error message.

    How do add .mov files in Premiere Elements 11 with Windows 8? I get a generic error message.

    Hi Steve,
    Thanks for your quick response. The original movies were taken on a Canon ES970 (1990's). I don't know the resolution but things were not as high tech back then.,.. I used a Roxio software to convert them on my MacBook Air. I didn't realize that I could use Adobe Premiere Elements to do that or I would have. However my old camera did not have a cable to attach it to a computer and the Roxio software came with it.
    I then saved the recordings on an external hard drive. I did not make movies from them using iMovie or edit them in any way. They are simply .MOV files and they can be played on my Mac. Upon realizing how much memory it takes to work on videos, I decided it might be easier to burn DVD's on my husband's  new Dell desktop that came with Windows 8. I downloaded Quicktime as suggested and still the movies can't be added to Premiere.

  • SRM POWL - How to add/update longtext (internal note) of invoice

    created powl for mass approval/rejection of invoice
    For Rejection 'm adding 'reason for rejection' & 'internal note' fields
    Which i need to update in invoice --> notes & attachment --> 'reason for rejection' & 'internal note'
    I am doing it as --
    TRY.
             CALL METHOD lo_pdo_notes->add_longtext
               EXPORTING
                 iv_p_guid          = i_guid
                 iv_tdid            = 'NOTE'
                 iv_tdspras         = sy-langu
                 iv_tdformat        = 'X'
                 iv_text_preview    = 'Internal Note'
               CHANGING
                 co_message_handler = lr_message.
           CATCH /sapsrm/cx_pdo_abort .
         ENDTRY.
    TRY.
             DATA text_id TYPE tdid VALUE 'RREJ'.
             CALL METHOD lo_pdo_notes->add_longtext
               EXPORTING
                 iv_p_guid          = i_guid
                 iv_tdid            = text_id
                 iv_tdspras         = sy-langu
                 iv_tdformat        = 'X'
                 iv_text_preview    = 'Price Difference' " drop down value
               CHANGING
                 co_message_handler = lr_message.
           CATCH /sapsrm/cx_pdo_abort INTO lx_abort  .
    *          mo_cll_message_handler->set_a1bort( io_pdo_abort_exception = lx_abort ).
         ENDTRY.
    But message handler is returning Initial value  - & 'm unable to update it in invoice...
    Can you help ??

    Thanks Pedro  & Pradeep. I understand now how to add fields to SRM. Appreciate all your support. I have another question. I have to add fields to the following structures. Some structures have include structures and some does not. How to add fields which does not have include structures. Do I have to create my own Z include structure or any other way?
    Table                                           include structure
    1) BBP_PDIGP                           CI_BBP_ITEM
    2) BBP_PDHGP                          CI_BBP_HDV
    3) BBP_PDHSB                          <NONE>
    4) CRMD_ORDERADM_H            INCL_EEW_ORDERADM_H
    5) CRMD_ORDERADM_I             INCL_EEW_ORDERADM_I
    6) BUT000                                  INCL_EEW_BUT000
    7) BBP_PDPSET                        <NONE>
    8) ADDR3_DATA                        <NONE>
    9) BBP_PDISS                           INCL_EEW_PD_ITEM_SSF
    Look forward to hear from you.
    Thanks,
    GS

  • How to add a payment means to an invoice using SDK

    Hi,
    Im trying to make an invoice + payment by using the SDK.
    This is the way im creating my invoice:
    public Boolean SalesInvoiceInternalSave(string buisnesspartnerCardCode, DateTime dueDate, double discountAmount, IList<InternalItem> items)
          int res = 0;
          SAPbobsCOM.Documents invoice_entry = (SAPbobsCOM.Documents)Company.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oInvoices);
          if (buisnesspartnerCardCode != "")
            invoice_entry.CardCode = buisnesspartnerCardCode;
          else
            invoice_entry.CardCode = SBOSystem.GetDefaultCustomerForSale();
          invoice_entry.DocDueDate = dueDate;
          invoice_entry.DiscountPercent = discountAmount;
          invoice_entry
          foreach (InternalItem item in items)
            invoice_entry.Lines.SerialNum = item.Egocode;
            invoice_entry.Lines.WarehouseCode = item.Shopid;
            invoice_entry.Lines.ItemCode = item.Code;
            invoice_entry.Lines.ItemDescription = item.Name;
            invoice_entry.Lines.Quantity = item.Quantity;
            invoice_entry.Lines.UnitPrice = item.Price;
            invoice_entry.Lines.Add();
          res = invoice_entry.Add();
          return res == 0;
    Now my problem is to connect a payment of f.ex. cash or creditcard to this invoice?
    And do anyone know how to add a amount discount instead of a percent discount?
    Any ideas?
    Regards,
    Torben
    Edited by: Torben Petersen on Feb 24, 2009 10:17 AM

    Hi Rahul,
    I am running some very similar code as listed in this posting, however, I get an error stating the Base Document Card does not match the Target Document Card.
    I am creating a Reserved Invoice...Invoice adds correctly, then I create a Payment for the Invoice and get the error.  I am setting the DocEntry. 
    All I want is to link the payment to the reserved invoice.  Is there something I am missing?
    Any ideas would be helpful.
    Thanks,
    Josh

  • How to add a field in standard tcode pa30 with info type 21.

    Hi Experts
    I need to add a field Child Allowance Entitlement in PA30 transaction where infotype is 21, this field is available in table P0021 but which is not active in standard transaction.
    I just check in SPRO Settings - > Personnel Management - > Personnel Administration -> Customizing user Interface -> Change screen modificaion -> in that i gave the module pool number as mp002100 and screen number as 2000. the field is not shown there. but in alternative screen 2005 that field is available how can i display that field in the standard transaction pa30 with infotype 21.
    Can anyone please suggest me to display the field in the standard transaction.
    Regards,
    Vijayan.R

    Hi Vijayan,
    to modify the infotype screen for your purposes, you have to maintain feature P0021 as mentioned above, in order to obtain your screen modifier.
    Usually this modifier is equal to your corresponding MOLGA.
    This modifier is then used in V_T588M, when you can assign alternate screen modification to your modifier.
    Let`s say :
    Modifier 06 - France -    Screen 2000
    Modifier 01 - Germany - Screen 2000 with some hidden fields.
    I hope it helps
    Best regards
    Ondrej
    Edited by: Ondrej Smutny on Aug 15, 2011 10:38 PM

  • How to add a column in Item Master form with chooselist

    Hi Experts
    I add a column in Item Master Form in Stock Data Tab. In this column I want to add Choose list. For this I use AfterFormLoad event. It gives Error "Matrix Line Exist" . My code is given below
    If pVal.FormType = "150" Then
                    form = B1Connections.theAppl.Forms.GetForm(150, pVal.FormTypeCount)
                    form.PaneLevel = 3
                    oItem = form.Items.Item("28")
                    oMatrix = oItem.Specific
                    Dim chooseObj As ChooseListClass
                    chooseObj = New ChooseListClass
                    chooseObj.AddChooseFromListBinCode(form.UniqueID)
                    oColumns = oMatrix.Columns
                    oColumn = oColumns.Add("BINCODE", BoFormItemTypes.it_EDIT)
                    oColumn.Width = 100
                    oColumn.DataBind.SetBound(True, "OITW", "U_BINCODE")
                    oColumn.TitleObject.Caption = "Def BinCode"
                    oColumn.Editable = True
                    oColumn.ChooseFromListUID = "CFL5"
                    oColumn.ChooseFromListAlias = "U_BinCode"
                    oColumn = oColumns.Item("U_BINCODE")
                    oColumn.Visible = False
                End If
    please give your suggestion
    Regards
    Jitender

    Hi Noor
    Thanks for reply
    I tried your suggestion but problem still there. I am using after form load event. Here matrix has 9 lines (all warehouse). If remove the line then how can I reload warehouse data. Can you suggest in more detail.
    my code is given below
    form = B1Connections.theAppl.Forms.GetForm(150, pVal.FormTypeCount)
                    form.PaneLevel = 3
                    oItem = form.Items.Item("28")
                    oMatrix = oItem.Specific
                    MsgBox(oMatrix.RowCount)
                    oMatrix.DeleteRow(1)
                    Dim chooseObj As ChooseListClass
                    chooseObj = New ChooseListClass
                    chooseObj.AddChooseFromListBinCode(form.UniqueID)
                    oColumns = oMatrix.Columns
                    oColumn = oColumns.Add("BINCODE", BoFormItemTypes.it_EDIT)
                    oColumn.Width = 100
                    oColumn.DataBind.SetBound(True, "OITW", "U_BINCODE")
                    oColumn.TitleObject.Caption = "Def BinCode"
                    oColumn.Editable = True
                    oColumn.ChooseFromListUID = "CFL5"
                    oColumn.ChooseFromListAlias = "U_BinCode"
                    oColumn = oColumns.Item("U_BINCODE")
                    oColumn.Visible = False
                    oMatrix.AddRow(1)
    Thanks
    Waiting for reply
    Regards
    Jitender

  • How to add text vertically into a Word margin with C# (using namespace: Microsoft.Office.Interop.Word)

    I need to add text vertically in a word document outside the margins.  How can I do this with Microsoft.Office.Interop.Word and C#?
    Leonard Swarczinski Software Developer Postal Center International

    Hi Leonard,
    According to your description, do you want to add text vertically into Page Header/Footer? I wrote a sample  for you.
    using Microsoft.Office.Core;
    using Microsoft.Office.Interop.Word;
    using System;
    using System.Collections.Generic;
    using System.Linq;
    using System.Text;
    using System.Threading.Tasks;
    namespace AddTextToWord
    class Program
    static void Main(string[] args)
    CreateNewDocument();
    Console.ReadLine();
    private static void CreateNewDocument()
    Object oMissing = System.Reflection.Missing.Value;
    Microsoft.Office.Interop.Word.Application oWord;
    Microsoft.Office.Interop.Word.Document oDoc;
    oWord = new Microsoft.Office.Interop.Word.Application();
    oWord.Visible = true;
    oDoc = oWord.Documents.Add(ref oMissing, ref oMissing, ref oMissing, ref oMissing);
    String HeaderText = "Hello everyone!";
    WdParagraphAlignment wdAlign = WdParagraphAlignment.wdAlignParagraphCenter;
    AddHeader1(oWord, HeaderText, wdAlign);
    private static void AddHeader1(Application WordApp, string HeaderText, WdParagraphAlignment wdAlign)
    Object oMissing = System.Reflection.Missing.Value;
    WordApp.ActiveWindow.View.Type = WdViewType.wdOutlineView;
    WordApp.ActiveWindow.View.SeekView = WdSeekView.wdSeekPrimaryHeader;
    Microsoft.Office.Interop.Word.Shape textBox = WordApp.ActiveDocument.Shapes.AddTextbox(MsoTextOrientation.msoTextOrientationVertical, 150, 10, 40, 40);
    textBox.TextFrame.TextRange.Text = HeaderText;
    WordApp.ActiveWindow.View.SeekView = WdSeekView.wdSeekMainDocument;
    If I misunderstood or anything wrong, please let me know and you can get more information from below articles.
    Office development in Visual Studio
    http://msdn.microsoft.com/en-us/office/hh133430.aspx
    Abhout: AddTextbox Method
    http://msdn.microsoft.com/en-us/library/office/aa171543(v=office.11).aspx
    How to: Programmatically Insert Text into Word Documents
    http://msdn.microsoft.com/en-us/library/vstudio/6b9478cs.aspx

  • How to add new rows in Advanced Table along with attribute value?

    Hi,
    I have one advanced table that contain one messageChoice and messageTextInput field.
    I want to add new rows in advanced table. I can able to add rows using the AddMoreRows button in the footer of the advanced table,
    but I want to add attribute value(contactId) each time when new row created.
    contactId I am getting from pageContext.getParameter("contactId")
    How to achive this? Please suggest.
    Thanks & Regards,
    Sunita

    Hi,
    There are two ways to do it.
    1. Use create method of entity object, create method fires whenever you creates new row.
    2. Handle the event raised by addanotherrow button and write logic there to initialize contactid as you are getting contactid from pageContext so I will suggest you to use this method.
    if (tableBean.getName().equals(pageContext.getParameter(SOURCE_PARAM)))
    && ADD_ROWS_EVENT.equals(pageContext.getParameter(EVENT_PARAM)))
    //write your logic here to default the contact id
    Hope this will help.
    Regards,
    Reetesh Sharma

  • How to add EP 7.0 system in SOLMAN with smsy

    Hi Gurus
    I have solman ehp1 SPS25, want to add the managed systems through TA :SMSY
    The Tabs are showing in the Landscape components are __>
    1. server   2. Databases   3.  Product systems (Product systems w/o product, SAP ERP, SAP SOLUTION MANAGER)
    4. Technical Systems ( JAVA,..)
    I want to add a EP 7.0 system in to SMSY, so  i added at (server, Databases). but in the Product systems i could not able to see the SAP NW ,....)
    kindly let me know how or where to add an EP system into SOlman.
    Thanks in advance
    Regards
    Balaji

    Hello Balaji
    1 i think i have to configure this in http://<solmanhost>/sld by giving the path of EP system and EP systems user J2ee_admin
    please correct me.
    --> You have to create the data supplier bridge in your http://<ep7host>:5<instance no>00/sld under administration --> data supplier and give the path of the Sol man system with user SLDDSUSER (normally or a user with sufficient authorization). J2EE_ADMIN probably has enough rights but I wouldn't recommend placing J2EE_ADMIN in such connection as the user-id can get locked if the password is incorrect or at same point of time the password is changed and you forget to also update the data supplier user/pass.
    A data supplier bridge will send updated data to the target defined in the data supplier. So after you trigger the update of your local EP7 SLD, the data supplier comes into action and you should also see the timestamp is updated in your Sol Man SLD (under technical systems search the SID of your EP7 SAP system).
    2 can it be done in Portal's VisualAdmin? please correct me.
    do i need to delete the existing portal system ( which configured manually) from solman smsy?
    Two times yes I would recommend you cleanup your manual entries (deleting them)
    Kind regards
    Tom

  • How to add itunes and iphone to new computer with out losing contents on iphone

    Im trying to add itunes to a new computer and when i go and update my iphone to the new computer it wants to wipe everything off it and start new cause i have it on an old computer how do i fix this

    Copy the entire /Music/iTunes/ folder from old computer to /Music/ on new computer.
    and also copy any other data you want from old computer to new computer.

  • How to add a form to a public site with sharepoint online 2013 (plan2)

    We need to add a form to a public site: in particular a form where candidates can apply submitting some info and sending a file (cv).
    What would you recommend to use?
    Thank you,
    ER

    No, our Sharepoint is not bundled in any of office 365 subscriptions.
    It's a simple SPO Plan 2 subscription.
    I don't know if it makes any difference though.

  • How to add a column to a list created with the Dynamic List Wizard to display the values of the fiel

    Hi,
    ADDT, Vista, WAMP5.0
    We have 2 tables: clients_cli (id_cli, name_cli, tel_cli, and several more fields) and cases_cas (id_cas, idcli_cas, court_cas, and a lot of other fields).
    Clients may have many cases, so table cases_cas have a foreign key named idcli_cas, just to determine which case belongs to which client.
    We designed the lists of the two tables with the Dynamic List Wizard and the corresponding forms with Dynamic Form Wizard.
    These two forms are linked with the Convert Dynamic List and Form Wizards, which added a button to clients list named "add case".
    We add a client and then the system returns to the clients list displaying all clients, we look for the new client just added and then press "add case", which opens the Dynamic Form for cases, enter all case details and everything processes ok.
    However, when we view the cases list it display all the details of the case, including the column and values for the foreign key idcli_cas. As you can image, it is quite difficult for a human to remember the clients ids.
    So, in the cases list we added a another column, named it Name, to display the names of the clients along with cases details. We also created another recordset rsCli, selected the clients_cli table, displaying all columns, set filter id_cli = Form Variable = idcli_cas then press the Test button and everything displays perfect. Press ok.
    Then, we position the cursor inside the corresponding cell of the new Name column, go to Bindings, click on name_cli and then click on insert. The dynamic field is inserted into the table cell as expected, Save the page, and test in browser.
    The browser call the cases list but fails to display the values of the Name column. The Name column is simply empty.
    This issue creates a huge problem that makes our application too difficult to use.
    What are we doing wrong?
    Please help.
    Charles

    1.     Start transaction PM01, Create Infotype, by entering the transaction code.
    You access the Create Infotype screen.
    2.     Choose List Screen.
    3.     In the Infotype no. field, enter the four-digit number of the infotype you want to create.
    When you specify the infotype number, please remember to enter any leading zeros.
    4.     In the Screen Number field, enter the screen number of the list screen you want to enhance.
    5.     Choose Create.
    The Dictionary: Initial screen appears:
    6.     Create the list screen structure.
    7.     Choose Activate.
    8.     Return to the Enhance List Screen in the Enhance Infotypes transaction (PM01).
    9.     Choose Create All.
    The additional fields are displayed on the list screen, however, they contain no data.
    The fields can be filled in the FORM routine FILL-LISTSTRUCT in the generated program ZPnnnn00. The FORM routine is called for each data record in the list.
    Structure ZPLIS is identified when it is generated with a TABLES statement in the program ZPnnnn00.
    The fields can be filled from the Pnnnn structure or by reading text tables.

  • How to add the distribution rule at AR Invoice in SAP 2007B PL10

    Hi All,
           I want to add the default distribution rules of each item at marketing documents via DI API when item's warehouse changed? Now, I'm using the SAP 2007B PL 10.
           Any ideas?
    Thanks and regards,
    Lei

    Hi,
                 When add the Itemcode, default warehouse and costing codes (Profit Center) are automatically asign by SAP.
    When change the warehouse for this Itemcode, the costing codes(Profit Center) are disappear. I don't want to disappear the costing codes, that's why I try to resign the default costing codes when the warehouse change.
                At SAP 2005, easily  access the screen matrix in the marketing document and add the required values in each costing codes columns. But SAP 2007, all costing codes are combined in 1 col and those have the other screen.
              Do you have any idea to control the costing codes?
    Thanks and regards,
    Lei Nandar Myint

  • How to add an Addressbook Entry to Messenger Express with bind needed

    Hallo,
    I wan't to add a User defined Directory Lookup to the Messenger Express as described in the
    "Messenger Express Customization Guide" on Page 60 and up.
    An Anonymouse Search over a LDAP-Server is no problem, but i need to bind first.
    In the documentation is a note:
    Code Example 3-21 will work only if anonymous reads are allowed
    on the DN ou=People,o=florizel.com. Otherwise to bind to the
    host florizel.com, you need to provide the values for binddn and
    bindpwd in the ldap.msc file.
    The mentioned file "ldap.msc" doesn't exists.
    (The installed Version is Sun ONE Messaging Server 6.0)
    Thanks for your Help

    Hmmm,
    ok. I try to explain.
    - I wan't to add an Addressbook in Messenger Express.
    (Addresses -> Search)
    - Search request can only be done when bind to that
    LDAP-Server. (No anonymous)
    - The Documentation gives a hint -> add binddn & bindpw
    to ldap.msc , but does not explain that ! (p.60 ff)
    Best Regards
    Axel Apitz

  • How to add Photoshop CC 2014 to the "Open With" dialog?

    Hi!
    As mentioned in my previous dialog. THe new Photoshop CC 2014 does not appear as programm in my Open With dialog, so I tried these steps:
    Double click on a NEF or PSD file
    Select a program from a list of installed programs
    Checked again "Other programs": No Adobe Photoshop CC 2014 at all
    Click on "Browse"
    Select "C:\Program Files\Adobe\Adobe Photoshop CC 2014\Photoshop.exe"
    But it is NOT added to the Other Porgrams list, so I'm still not able to open it with Adobe Photoshop CC 2014
    Sorry, but that is really annoying now.
    Has anybody any idea how I can solve this issue?
    I trust the volunteering users here more than Adobe itself. So far I've no good impression since the CC story. Before CC I was never forced to use this forum. Also I got only working solutions by other user almost never by Adobe itself. :-(
    Thanks!

    I found at least a workaround in Bridge:
    Open Bridge
    Edit -> Preferences -> File associations
    Select the file type you need
    Click on "Photoshop"
    Select "Search"
    Select "C:\Program Files\Adobe\Adobe Photoshop CC 2014\Photoshop.exe"
    Repeat the steps beginning with 3. for each file type you need
    But this only for Bridge itself. I'm still not able to open my file in File Explore. Also I've to do these steps for each file type manually.
    But at least it's working now in Bridge, but that is only a workaround, as I changed only some file associations manually. That must not be the solution.
    Any idea how to fix this issue?

Maybe you are looking for

  • FUTURE VERSIONS Legal Entity / Cross Operating Unit Direction

    Hello, I am aware that the Multi-Org Team is in the process of redesigning MO to allow a lot more Cross-Operating Unit (built into Legal Entity?) functionality over the next 18 months to allow users to work in a responsibility but across Operating Un

  • External Asset Acquisitions

    Dear FI/CO PROFESSIONALS In External Asset Acquisitions,  we  have Different methods to post purchase order  like  with  FI-AP/FI-MM  ,with integration ,with non intigraton  KINDLY EXPLAIN ME  whats these methods really? what is integration/non integ

  • Problem with Recovery Partition(After i got a Virus)

    Hi all,  I am using HP Envy 15 notebook with windows 7 home premium x64-bit installed.I didnt create the recovery disks since i got this notebook and what happened is that i got a virus from the internet but i almost repaired all system faults caused

  • Problem on sign in

    Hi, I tried to sign in oracle database,but its showing error like this.. ERROR ORA-01033:ORACLE initialization or shutdown in process How can i resolve that.kindly help me. Thanks Venkadesh

  • Thinkvantage toolbox not responding | T510 Windows 7 64 bit

    HI,           I am using Lenovo T510 with windows 7 ultimate 64 bit. The thinkvantage toolbox used to work (i.e, come up an display, scheduled tests of hard drive and other components etc). Recently, probably for last two weeks, whenever I try to lau