COPA Derivation Rules are not assigning the correct values

COPA Derivation Rules are not assigning the correct values when we process billing documents in batch.  We currently have derivation rules defined to take the ship to country and refer to custom tables were we identify custom geographic groups (INT/DOM and EAM, AP, etc.).  The derivation rules work accurately when the billing documents are created individually, and more than 75% of them are accurate when generated in batch, but in some circumstances, it populates the derived values with the wrong field and we can not identify where or why that's happening.  It looks like it may have something to do when the ship to customer number account group is different, but that's not consistent..  Does anyone know how or where these values get populated, or have any ideas why incorrect values are appearing sporadically throughout the billing run?  Thanks!!!

Leigh,
Apparently the function module is changing the values for some billing docs. Check one of the following user exits, if it gets triggered and the values are changed:
COPA0001  Enhancement for derivation in Profitability Analysis (CO-PA)
Function Module: EXIT_SAPLKEDRCOPA_001
COPA0002  Enhancement for valuation in Profitability Analysis (CO-PA)
Function Module: EXIT_SAPLKEAB_001
COPA0003  Enhancement for assignment to profitability segment (CO-PA)
Function Module: EXIT_SAPLKEAK_001
COPA0005  Enhancement for actual data update (CO-PA)
Function Module: EXIT_SAPLKEII_001
Function Module: EXIT_SAPLKEII_002
Award suitable points if the above helps. You can also reach me at [email protected]
Thanks
Ajay

Similar Messages

  • I have just updated to ISO 8 and my app icons are not displaying the correct icon but just a generic icon. Anyone had a similar problem?

    I have just updated to ISO 8 and my app icons are not displaying the correct icon but just a generic icon. Anyone had a similar problem?

    That happened to me for a short period of time after I updated. It didn't do it with all apps, but it did it with a few here and there. Try a few basic standard troubleshooting steps. Close all apps and reset the iPad.
    In order to close apps, you have to drag the app up from the multitasking display. Double tap the home button and you will see apps lined up going left to right across the screen. Swipe to get to the app that you want to close and then swipe "up" on the app preview thumbnail to close it.
    Reset the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider if it appears on the screen - let go of the buttons. Let the iPad start up.
    You can also try resetting all settings. You will not lose any data, but most of the device settings will have to be entered in the settings app again. Settings>General>Reset>Reset all Settings.
    Hopefully it will be something simple, but don't rule out restoring the iOS software, if nothing else works, but start with this easy stuff first.

  • 'You Are Not Using The Correct Type of Phone Cord' Error

    Having a issue with my fax on my HP Officejet Pro 8500 wireless.  Tried to send a fax, it  received a send error.  I ran fax test and it came back with "You are not using the correct type of phone cord".  Nothing has changed since I last fax'd but I check the lines and connection, everything appears ok.  Phone jack is connected to 1-line and Officejet '2-ext' is connected to the phone.  I use a dedicated phone # and the Officejet is set to auto answer.   I can call out and receive calls on the phone connect to the Officejet.  My assumption is that since I can use the phone without issue there is nothing wrong with the phone line.  Any ideas?
    This question was solved.
    View Solution.

    I was having the same problem.  I'm using a the 2 wire phone cord provided with the printer and still getting this error.  Turns out that it related to have a phone extension plugged into the printer.  If I unplug the telephone form the extension jack on the back of the printer, then the fax test passes.   I was even using a 2 wire cord on the phone extension but it seems that simply having a telephone plugged into the extension jack will cause this error. 
    Run the test without a telephone plugged into the printer's extension jack and you should be fine.
    Worked for me!

  • My Airdrop Photos are not showing the correct date when I receive them from my Family.

    When I recieve photos via Airdrop or Shared Photo Stream they are not in the correct order in my Camera roll. The Dates are off. What is happening here?

    You don't need to delete photos from your camera roll to save on backup sizes, you can turn individual items on and off for back up in your iCloud back up settings.
    Apple States that the last 3 back ups are accessible, which means the photos from your back up may not be removed immediately.
    Being able to back up to the cloud can be very useful, especially if you don't have access to a computer or have infrequent access to one, however unless you specifically need to use iCloud for back up, you will find backing up to iTunes significantly more convenient and possibly more reliable.
    More about iCloud v iTunes Back Up

  • My new ipad photos are not in the correct albums

    Ok so I got the new iPad, and transferred everything including my photos from my iPad 2 backup. I have about 600 pictures divided into 7 folders. After syncing, I looked at the photos and saw that the pictures are on my iPad but not in the correct folders.
    For example, say I've got a Pets folder, Wallpapers folder and Personal folder. Those folders are on my iPad.  On my computer, the Pets folder only has pictures of my dog, the wallpaper folder only has some background images, etc. on my iPad the pictures are all jumbled up. When I click on the Pets folder, there will be a few pet pictures, a few wallpapers and a few personal photos. Same for the other folders.
    I tried resyncing from the backup and resyncing not from the backup. All with the same result. I also checked the folder I'm syncing from on the computer, and the photos are all in the right place there.
    Kind of frustrating. Ever heard of this before and is there a solution?

    Well I fixed it, accidentally on my own. My pictures were still jumbled up. I had to save another picture from the Internet onto my camera roll, BAM, suddenly all of my photos shifted into their correct folders.
    Somehow Saving another picture fixed whatever the error was. In any case, thanks for the help everyone. If anyone else has this issue, try saving another photo to your camera roll.

  • Control not outputting the correct value

    Hello,
    I have a producer consumer architecture with a queue to pass values. I want to push a new value onto the array using "Insert into Array" when a button is pressed, but when I do the previous value is being read the first time and the correct value on the second press.
    I'm self taught and it's my first time using the queue so maybe something I'm not seeing/thinking about there?
    Version 8 VI Attached.
    Do this to see the problem:
    1. Run
    2. Click "Master Read"
    3. Change "Value"
    4. Click "Master Read"
    5. Click "Master Read"
    Any help is appreciated including block diagram critique.
    Thanks!
    Solved!
    Go to Solution.
    Attachments:
    Untitled 1.vi ‏16 KB

    It all depends on how you change the value of "Value". If you use the increment and decrement buttons it works as you expected.
    If however, you type in a new value and click the button without clicking somewhere else first, it doesn't work - and here's why:
    When you type in a value that modified value doesn't show up in the code untill the control loses "key focus". The problem is that clicking the button does cause the numeric input to lose key focus but only after the code has responded to the mouse up event.
    To fix the problem put a property node in the mouse down event to set the numeric's KeyFocus property to false before the value is enqueued.
    Mike...
    Certified Professional Instructor
    Certified LabVIEW Architect
    LabVIEW Champion
    "... after all, He's not a tame lion..."
    Be thinking ahead and mark your dance card for NI Week 2015 now: TS 6139 - Object Oriented First Steps

  • My photos in a folder are not in the correct order. How can I move them around?

    I  Am making an album of the life of an aunt. My photos are all in the wrong order. How can I move them around in the folder?

    lets use the correct words so we do not mis-communicate
    are you using iPhoto or the finder?  Never touch your photos using the finder if you use iPhoto!
    In iPhoto folders can not hold photos - folders hold only other folders or albums - albums hold photos  --  within an album you can manually arrange photos as you wish

  • Photos synced from PC to iPad are not in the correct orientation or the correct order.

    Photos shot in portrait orientation are rotated on PC, but when synced return to original. Also, photos do not appear in the correct order.

    They will be in date modified order, with the Photos app you can't change the field that they are sorted by - you will need to adjust their date modified fields on your computer to be in the same order as date taken.
    Try deleting the photo cache from your computer and re-try syncing them and see if they are correctly oriented : iTunes: Understanding the iPod Photo Cache folder

  • Graphs:  columns are not reaching the correct axis data.

    I am so frustrated with Illustrator's graphs and charts!
    I've watched the Lynda.com videos and created several graphs.  But in particular is not working correctly.  I've entered the data correctly but the column are not reaching correct Value Axis.  For example: one value is 11%, instead of the column reaching just above the 10% tick mark it is below it.  This is happening for all the data in the chart. 
    I have created a column design with the %00 code to display the values above the columns and it seems to be including the height of the text in the column height.
    Any suggestions to fix this?
    HELP! 

    Have you already read this: http://help.adobe.com/en_US/illustrator/cs/using/WS3f28b00cc50711d9fc86fa8133b3ce158e-8000 .html#WS714a382cdf7d304e7e07d0100196cbc5f-61a3a
    "Create a sliding column design"
    The text will be part of the design no matter where the invisible rectangle is located.

  • Vector did not retrun the correct values.

    in my class the vector use BigDecimal not bigInteger. but my problem now is that my vector retruns the first value stored in vector until the loop completed.
    the following is print statment while I add to the vector:
    while (rs.next())
         CustNum=rs.getBigDecimal("CustNum");
         CType = rs.getString("TYPE");
         row.addElement(CustNum);
         row.addElement(CType);
         ret.addElement(row);
         System.out.println(CustNum);
    ***********1119
    ***********2220
    ***********3331
    but in my JSP:
    Vector v = new getNumber().getCustNumber();
    Iterator i = v.iterator();
    while (i.hasNext()) {
    Vector row = (Vector)i.next();
    Object CustNum = row.get(0);
    Object name = row.get(1);
    system.out.println(CustNum);
    that retrun the wrong result:
    ***********1119
    ***********1119
    ***********1119

    As warnerja said, you apparently only have multiple references to the same 'row' in your 'ret' Vector.
    If your code in your post is exactly your actual code, then you are adding the same Vector to 'ret' multiple times. That Vector will have two values (CustNum and CType) for each row.
    So, your 'ret' will have three elements, each with six elements (I separated the elements with commas):
    ret.get(0):   ******1119, Type1, ******2220, Type2, ******3331, Type1
    ret.get(1):   ******1119, Type1, ******2220, Type2, ******3331, Type1
    ret.get(2):   ******1119, Type1, ******2220, Type2, ******3331, Type1Each element of 'ret' is identical--you have three copies of the same Vector.
    In your loop to populate 'ret', initialize 'row' to a new Vector at the beginning of each loop iteration. Also, you may want to try using ArrayList instead of Vector. You probably don't need the synchronization that Vector gives. Even if you do need synchronization, use Collections.synchronizedList(new ArrayList()).

  • V$session prev_hash_value not returning the correct value?

    Hello,
    I am executing a plsql package (which has the following query) in two modes: through Toad and through a deployed web application. I get two results.
    SELECT sa.sql_text,
    sa.sql_id,
    ss.sid
    FROM v$session ss,
    v$sqlarea sa
    WHERE ss.status = 'ACTIVE'
    AND sa.hash_value = ss.prev_hash_value
    AND ss.username = USER;
    Toad gives me the correct result. The query above pulls the correct SQL statement. But when running through the web application it gives me
    some random SQL statement executed during that session. I thought it might have something to do with pooled JDBC connections so I made sure for that
    execution I created a new dedicated JDBC connection. Still did not work. I used the function SYS_CONTEXT('USERENV', 'SID') to report the session id
    from my java program and from the query above. Both return the same SID. I've tried different variations of that query above (removing status = ACTIVE, removing username = USER, etc...)
    and I still get the same result.
    So any thoughts on what's going on?
    Thanks,
    Piyush

    I believe I figured it out. My testing was flawed. The testing in Toad was directly calling my package (e.g., pkg_b). The web app doesn't do that. It calls pkg_a which does a bunch of setup and then calls the target package (pkg_b) using EXECUTE IMMEDIATE. Apparently the v$session stops collecting info at that point. The current statement always shows as 'BEGIN :b1 := pkg_b; END;'. But it's still confusing why it would do that. Is there another way to access SQL statements from within that dynamic block?

  • Query does not retrieves the correct values

    Hi,
    pls look into the code.
    clear: wf_etenr,
             vbep.
    To get the Scheduled Loading date and Scheduled Arrival Date.
        SELECT MAX( etenr ) FROM  vbep INTO wf_etenr
                            WHERE vbeln = tvbdpl-vgbel
                            AND   posnr = wl_posnr.
        IF sy-subrc EQ 0.
          clear vbep.
          SELECT SINGLE * FROM vbep         "R02
                 WHERE vbeln = tvbdpl-vgbel "R02
                  AND posnr = tvbdpl-vgpos  "R02
                  AND etenr = wf_etenr.
          IF sy-subrc EQ 0.
    when i see the values at dictionary level using the same wher conditions are mismatching with the query excution result in the program.
    here in the second query ( SELECT SINGLE * ) it giving the wrong results .
    if i compare the results at table level ,some of the field values are missing after excuting the above second query.
    pls can any one give me ur suggestion on this !
    rgds
    sanjay reddy

    Hi,
    are these the same?
    wl_posnr and tvbdpl-vgpos
    try
    SELECT SINGLE * FROM vbep
    WHERE vbeln = tvbdpl-vgbel
    AND posnr = wl_posnr
    AND etenr = wf_etenr.
    IF sy-subrc EQ 0.
    to make somewhat consistent querys.
    regards
    Message was edited by: Zlatko
            Zlatko Stracenski

  • In Mac OS X Mail some emails are not displaying the correct font size.

    I have set my Mail to display email messages (Inbox) to Courier 13 point (easy to read) and most messages are displayed that way, however I often get emails that are displayed in unreadably small and often colored type. I don't understand why this is ... could someone explain how to fix this? Thanx.

    The email was probably sent from Outlook as RTF or HTML. You can tell Mail to display those as plain text as well by opening Terminal and typing this command (quit Mail first):
    defaults write com.apple.mail PreferPlainText -bool TRUE
    See http://www.hawkwings.net/2005/09/27/viewing-html-messages-in-apple-mail/ for more information.

  • CUCM 7.x, auto registration not assign the correct auto extensions

    Hello,
    I have a site that that when I plug an IP phone I get an extension in the range of 2400 instead 4100 range. Any IP phone I plug in any site should be in the 4100 range don't know why only this site auto registers phones in the 2400 range.  Also one phone register with an extension of 2428 but did not show up in call manager. Any suggestions why this is happening. 
    Thanks.
    Horacio

    Hi Horacio,
    If you have a phone that's registered, but not in your callmanager, my first step would be to see where it is registered to.  Check on the phone to see what the tftp server is.  It honestly sounds like you've got the dhcp scope at that building poined at a different CUCM cluster.
    hth
    Rick

  • HT1171 shift and the number 2 is making " symbol and some of the other keys are not typing the correct symbol. How do I fix this?

    I paired my keyboard this morning and some of the keys seem to be putting up differ symbols. The shift 2 that is supposed to give you the @ symbol is giving me "
    I would love to get this fixed since I used this for writing. Any ideas on what I messed up?

    I subscribed to your feed and was unable to download episodes - I tried several including the latest. The error message was that the download was interrupted.
    I was able to download the latest episode in a browser, and to play it in Safari. Evidently your server is reacting badly to requests from the iTunes application; I have no idea why this should be the case and can only refer you to the people running your server.

Maybe you are looking for

  • How to call Packaged Stored Procedure in JDBC Adapter?

    hello frnds, I m working on a SAP R/3 -> XI -> Oracle scenario. Here on receiver side i m using JDBC Adapter in which i m using a stored procedure. I have my stored procedure in a Package. Example : package "PKG_SPARES_VOR_UPLOAD" and in that stored

  • Can't access  Application level item

    Hi, I have set an Application level item. I have tried to assign it as a default value on a Page Item but nothing is being shown. Application Level Item: APP_USER_ID On New Instance computation: select user_id from isp_user where login_id=:APP_USER P

  • Capturing Outbound Interface (In UDF)

    Hi, I have designed a Outbound Interface: <?xml version="1.0" encoding="UTF-8"?> <MT_DMS_FINAL>    <Record>       <Row>          <FirstName/>       </Row>    </Record> </MT_DMS_FINAL> Now i write a Adapter Module to get the File name when the Sender

  • How to password protect a Mobile Me Gallery?

    In iPhoto '09 it was possible to set a password to a published gallery in Mobile Me. Now this function seems to be disappeared! How can I set/change the passwords?

  • RBAC with OIM/OIA - Best practice

    Just wondering what should be the RBAC architecture with OIM and OIA as per best practices when the number of applications is huge e.g. >1000. Normally, we create one or more OIM Access policies and corresponding user groups for automated provisionin