Not copying UDFs values from Payment voucher to JE UDF value

Hi
I created  UDF in outgoing payment and Journal Entry name Department , when i saved outgoing document the department udf value did not copy in JE. Is there any way to copy outgoing document udf values in JE udf.
Thanks

Hi,
You need an FMS query to copy the value.  UDF value will not be automatically copied for JE.
Thanks,
Gordon

Similar Messages

  • Accessing Selected Value from Payment Terms (Item 47) in AR Invoice Form

    Hi,
    Have just started working in SAP Business One and SDK adn would really appreciate any help I could receive.
    I'm trying to access the selected value from Payment Terms field(Item 47) in the AR Invoice Form.
    Have successfully managed to do this against Customer Code field using the following code-:
    Private Sub eventHandlerTest(ByVal FormUID As String, pVal As SAPbouiCOM.ItemEvent, BubbleEvent As Boolean)
        Dim frm As SAPbouiCOM.Form
        Dim itmCustomer As SAPbouiCOM.Item
        Dim edtCustomer As SAPbouiCOM.EditText
        Dim itmRemark As SAPbouiCOM.Item
        Dim edtRemark As SAPbouiCOM.EditText
        Dim FieldNo As String
        Set frm = SBO_Application.Forms(FormUID)
        Set itmCustomer = frm.Items(pVal.ItemUID)
        Set edtCustomer = itmCustomer.Specific
        If UCase(edtCustomer.Value) = "CALECH1" Then
            FieldNo = "16"
            Set itmRemark = frm.Items(FieldNo)
            Set edtRemark = itmRemark.Specific
            edtRemark.String = "E"
        End If
    End Sub
    However when doing the same thing for Payment Terms I get the error "Run-time error '13': type mismatch" on the line
    Set edtOrderType = itmOrderType.Specific
    Thanks

    Hi,
    On the new invoice's form item 47 is ComboBox and I guess it's stay in the same type when you open existing invoice. So try to work with this item like with ComboBox. But if you need only get some information about existing invoice, you don't need to fork with the screen objects - you can get all you need from the DI Document object. Open Document object with Invoice type, find invoice and check PaymentGroupCode property.
    Best regards,
    Mark

  • Itunes not copying all photos from an event on my iMac to iPad

    why is iTunes not copying all photos from an event on my iMac to iPad

    Not at this time. There is no connection between iPhoto on the Mac and on the iPad
    Maybe in a future release
    Suggest to Apple. IPhoto menu =>> provide iPhoto feedback
    LN

  • TS1402 I can not copy any files from the server & from the Finder. System MAC OS 10.7.5

    I can not copy any files from the server & from the Finder. System MAC OS 10.7.5
    <Email Edited by Host>

    Hi, what is the no boot directory found about???
    Can you give details step by step of what you're trying?

  • TS4147 i have been using an iPhone 4 till date and now migrated to a iPhone 4s.The contacts are not copied in total from the other phone what should i do

    i have been using an iPhone 4 till date and now migrated to a iPhone 4s.The contacts are not copied in total from the other phone what should i do

    Welcome to the Apple Community.
    Please try the following…
    First check that all your settings are correct, that contact syncing is checked on all devices (system preferences > iCloud on a mac and settings > iCloud on a iPhone, iPad or iPod).
    Make sure the contacts you are adding are added to your 'iCloud' group and not an 'On My Mac', 'On My Phone' or other non iCloud group (you can do this by checking in groups), non iCloud contacts will not sync.
    If you are sure that everything is set up correctly and your contacts are in the iCloud group, you might try unchecking contact syncing in the iCloud settings, restarting your device and then re-enabling contact syncing.

  • Can not copy a URL from the address bar/line

    Why is it proving so difficult for me to copy a URL from the address bar using Safari?  When I click on the link I want to copy, it does not highlight.  I have used Command L and Command C, and that works but there has to be a simpler way.  I also read that if I click the address bar once, then press the control key and click on it again that a menu would appear with cut, paste, copy.  That does happen, but all options are greyed out, and not selectable.  Another google search resulted in someone saying there was a button or arrow to click on and that this tool would copy the URL.
    The URL I am copying is very long, longer that the address bar window
    What Gives Here?

    Click the icon (favicon) to the left of the URL.
    That will select the entire URL.
    Command C will copy the URL.

  • Error while selecting NULL value from Popup Key LOV(numeric or value error)

    Hi,
    I have a item P1_DEPTNO with following properties.
    P1_DEPTNO - Popup Key LOV (Displays description, returns key value)
    LOV - P1_DEPT_LOV
    select deptname d, deptno r from deptP1_DEPTNO item properties
    List of Values
      Named LOV - P1_DEPT_LOV
      Display Null - Yes // changed to Yes, so that it can accept NULL values.
      Null display value - NULL
      Null return value -   (blank)PL\SQL Process -
    declare
    v1 number;
    begin
    if :P1_DEPTNO is null OR :P1_DEPTNO = '' then
        v1 := 0;
    else
        v1 := :P1_DEPTNO;
    end if;
    // rest of the PL\SQL process
    end;Now, when I run the page and select NULL value from Popup LOV and submit, I get the following error.
    ORA-06502: PL/SQL: numeric or value error: character to number conversion error.When, I select any other value other than NULL, then it's working perfectly fine.
    Only in case of NULL value, I am getting this error.
    ANY idea, why this error is coming??
    Thanks,
    Deepak

    Hi Varad,
    I did the following change
    Null display value - (blank) // by default it is displaying '%' in the select this
    Null return value - -1
    but when I select % (null value) from the popup list, it displays the return value -1 in the text field.
    My question is why it is displaying the return value -1 in the text field...*It should display the display value in the text field (i.e blank in this case)*
    then, I did the following change
    Null display value - (blank) // by default it is displaying '%' in the select this
    Null return value - // a single space, so that when I select %(null value) from the list, it should display blank in the text field...
    then I did the following change in the PL\SQL process.
    PL\SQL process
    declare
    v1 number;
    begin
    if :P1_DEPTNO = ' ' then // -- checking the value of single space ' ' when we select %(null) in the popup list, BUT even I select %(null), control is not coming here.
        v1 := 0;
    else
        v1 := :P1_DEPTNO;
    end if;
    // rest of the PL\SQL process
    end;Thanks,
    Deepak

  • How to load values from database into the f:selectItems value attribute

    Hi,
    I am trying to load the drop down menu value i.e f:selectItems from the database with a list of values from a column in the databse table. how can i do this? Should i use binding? or is there any other way.
    Note:i am able to load values into f:selectItems from the faces-config.xml file but they are static values. i want the values from the database
    Please reply with sample codes of faces jsp, bean file and config.xml file

    But this is working for me,
    JSF
         <h:selectOneMenu value="#{loadbean.grade}" >
              <f:selectItems value="#{loadbean.gradelist}" />
         </h:selectOneMenu>
    bean
    private String grade;
    private List<SelectItem> gradelist;
    public String getGrade() {
              return grade;
         public void setGrade(String grade) {
              this.grade = grade;
         public List<SelectItem> getGradelist() {
              return gradelist;
         public void setGradelist(List<String> items) {
              gradelist=new ArrayList<SelectItem>();
              gradelist.add(new SelectItem("daniel"));//this value can be from data base
              gradelist.add(new SelectItem("pspindia"));
              gradelist.add(new SelectItem("prelude sys"));
    faces-config.xml
    <managed-property>
              <property-name>gradelist</property-name>
              <null-value/>
    </managed-property>
    this working fine for me. So setter method also works to load value for the h:selectItems
    Thanks a lot.

  • Inserting sequence value from JDBC and getting the same value back

    Hi: Gurus I have a table whose primary key is a sequence. I wonder how to make sure I get the same sequence value back for current transaction so I update the other table whose foreign key is the sequence value from first table.
    E.g lets say I do this
    String query_insert = INSERT INTO table1 (column1, ....) VALUES (HIGHLIGHT_ID_SEQ.nextval, ...);
    pstmt = con.prepareStatement(query_insert);
    pstmt.executeUpdate();
    How I make sure no other transaction update the sequence value so I can read the last inserted sequence value and update the second table with this value
    String query_select = "SELECT HIGHLIGHT_ID_SEQ.currval FROM DUAL";
    pstmt = con.prepareStatement(query_select);
    Regards,
    Rashid.

    <rant>No version again. I wonder why people requiring help want to stay anonymous and never want to type their version, only 4 digits. In this case, jdbc, not only the version of the driver is important, but also it's type. Waving a magic wand again? </rant>
    Look up the returning into clause of the insert statement in the sql reference manual for your version.
    Sybrand Bakker
    Senior Oracle DBA

  • Find value from another workbook and input cell value

    I'm trying to add the cost of products from one workbook to match with another.  Both 'Product' numbers are in both workbooks.  I would like to match those product numbers and insert the cost from one workbook to the other.  Can anyone help?  I've searched and haven't been able to figure this out.  Here are some images:
    Image of workbook that I want to add the cost to:
    Image of workbook I am taking the cost from:

    wcousin,
    let's get the terminology consistent:
    a file contains a document and is stored on your hard drive.  You open a file which, when open, presents a document window.
    a document contains sheets.
    a sheet contains tables, text, media
    a table contains cells
    a cell contains text, dates, durations, numbers
    I cannot tell whether the screenshots you provided are from the same document (file) or not.  If they are from different documents then you cannot make references between them.  If they are in the same document then you can refer to on sheet from another by using the following...
    To refer to a cell in a different sheet and/or table use the format:
    <SHEET NAME>::<TABLE NAME>::<CELL RANGE>
    for example:
    If you have two sheets, each with two tables:
    Sheet 1:
    - Table 1
    - Table 2
    Sheet 2:
    - Table 1
    - Table 2
    then you can put a formula in Sheet 1 Table 1 cell A1 like this to get the value from Sheet 2 Table 2 cell A1
    Sheet 1 Table 1:
    A1=Sheet 2::Table 1::A1
    I will try to provide a specific formula for you with the following assumption... THE TWO TABLES ARE IN THE SAME DOCUMENT:
    For the table show in the top picture (sheet name "Sales by Class Detail", not sure what the table name is and not sure what cell this is.  In the image you posted it is the cell with the triangle in it in column J):
    =vlookup(G, Product Service List::<Table Name>::B:E, 3,0)
    you will need to fill in the <Table Name>
    you can fill this formula down by selecting the cell you just entered the formula in, then hover the cursor over the bottom edge and drag the yelllow fill handle down as needed

  • How can I convert (or switch) the RGB percent values from the LR histogram into RGB values which are shown e. g. in PS/CameraRAW?

    In LR 5.5 (same in previous versions) the RGB values in the histogram are shown in percent (relativ) values. I prefere to see the absolute values, but I can`t find any way to switch. Maybe this option is intentional disabled, because LR works in 16-Bit mode this would result in values up to 2^16. But as i compared the relativ values from LR with the absolute values from PS i run into a conversion problem. The following example shows the differences:
    CameraRAW : RGB, 128,0,0
    Lightroom: RGB, 43,8%, 19,0%, 6,2%
    CameraRAW: RGB, 0,128,0
    Lightroom: RGB, 29,8%, 47,5%, 17,5%
    Mainly i have two questions:
    1. Is there any possibility to change the percent RGB values in LR to absolut values?
    2. How can i convert CameraRAW values to LR values (see above)?

    TThe reason that a design decision was made from the beginning of LR to show only the percentage values was that RGB values are dependent on the color space and the LR histogram and numerical readout are derived from the Develop module's display space which is a hybrid color space with ProPhoto RGB primaries and the sRGB TRC. Thus the numerical values in the display would be different from the exported RGB image (in an orthodox space) and it was feared that this would be misleading. When soft proofing was introduced, because it involved converting the display to an orthodox space, it became possible to use the 0-255 scale in that mode.

  • Sale unit of measure is not copied into Delivery from MF60 staging

    Hello all,
    we are using MF60 for EWM staging. Component has base unit of measure as M2. For production purposes, issue unit of measure was set to KG.
    I managed to get KG in MF60 during staging, but Outbound delivery created contains however unit M2. This is unit of issue from sales org1 tab. I changed this to KG, but still M2 is coming.
    Please let me know if you know what is the problem.
    Thanks in advnace!
    Regards, Andrey.

    Hi Andrew,
    I think this issue is nothing to do with EWM. You can check with your SD consultant why sales UoM not getting copied into delivery. May be because of some delivery type or delivery item type settings.
    I had same issue for over delivery tolerance, which I raised with SAP and they advised to use the customized BAdi to get it done.
    Thanks,
    sandip

  • I can not copy and paste from My E-Bay adds. Please help

    I need to copy and paste add's from and to E-Bay. Firefox wont let me and says I need to go into profile directory. then user.js. ect ect. I can not figure out how to gt to Profile directory, much less user.js Please help me do this. Diana

    Hi lori2616,
    Thank you for your question. It sounds like there might be an issue with the clipboard, but I do not know exactly what might be preventing this. Did you make any recent changes to the Firefox configuration?
    If not please consider a Firefox Refresh. [[Recovering important data from an old profile]]
    The Refresh feature (called "Reset" in older Firefox versions) can fix many issues by restoring Firefox to its factory default state while saving your bookmarks, history, passwords, cookies, and other essential information.
    '''''Note:''' When you use this feature, you will lose any extensions, toolbar customizations, and some preferences.'' See the [[Refresh Firefox - reset add-ons and settings]] article for more information.
    To Refresh Firefox:
    # Open the Troubleshooting Information page using one of these methods:
    #*Click the menu button [[Image:New Fx Menu]], click help [[Image:Help-29]] and select ''Troubleshooting Information''. A new tab containing your troubleshooting information should open.
    #*If you're unable to access the Help menu, type '''about:support''' in your address bar to bring up the Troubleshooting Information page.
    #At the top right corner of the page, you should see a button that says "Refresh Firefox" ("Reset Firefox" in older Firefox versions). Click on it.
    #Firefox will close. After the refresh process is completed, Firefox will show a window with the information that is imported.
    #Click Finish and Firefox will reopen.
    Did this fix the problem? Please report back to us!
    Thank you.

  • Material PO text is not copied to PR from PS

    Dear team,
    when we create the manual PR, "material master - purchase order text" is automatically copy to "PR item text - Material PO text"
    When we create PR from PS, these text is not adopting into PR.
    Could you pl provide some suitable solution for the same
    Thanks & Regards
    R.Saravanan

    Hi Alex,
    We are in SAP ECC EHP3 and therefore no need for network enhancement.
    The problem is solved. It is due to the derivation rule in FMDERIVE. I have fixed by adding derivation.
    Thanks for your support
    regards
    Srinivasan Desingh

  • Copy express not copying print layouts from one database to another

    Hi,
    We are using SAP business one 8.8 PL 10 and we are not able to copy print layouts to another company database using copy express.
    We tick the necessary settings on the copy express and everything runs okay but when you login into the target company you cannot see the extra print layouts there.
    The copy express was working okay before the upgrade from SAP Business one 2007A to the current version.
    What might be the problem?
    Your help is most welcome.
    Regards,
    Simon

    Hi SImon.....
    Do it once again but this time select Replace All function and replace all the print layouts.
    Hope this will solve your problem........
    Regards,
    Rahul

Maybe you are looking for

  • WCV200 Camera using Adobe Flash Encoder

    Hi all, I have searched the forum for this topic and come up with no treads.  Is it possible to use the WCV200 camera with  Adobe Flash Encoder? I am hopeing to use this to feed the stream into the Flash Server so I can put it onto a website.  Thanks

  • How to check ports in Windows?

    I would like to know if a specific port (eg.PORT=1527) is free or in use. I am using Windows 2003 Server Enterprise edition x64 with SP2. Thanks

  • Catalog content management configurational error

    hai , i configured cat,cse in one client and ebp in other client.while calling search engine from shopping cart the system throws a page like  below one. your current session cookies session       id     sid:ANON :sapsrm4_qty_00:xbcs...... cookies   

  • Iweb movie files storage

    I create a page about a year ago that includes an uploaded video. I now realize I've lost the original file and want to use it elsewhere. Any clues on how I can get access to the file within the wonderful world of iWeb? Thanks

  • Apex Plugin custom attributes error when over 6 attributes

    I am getting a "ORA-06502 PL/SQL: numeric or value error: character string buffer too small " error when trying to create an item on a page for a plugin that I have created that has more than 6 attributes. Below are the attributes on for my plugin Sc