GL posting program works differently in production and QA system?

Hi Experts,
I got a strange error when I copy a personnel from production to QA to test the posting. The employee has retro calculation back to period 1 of 2010. The GL posting program RPCIPE00 only picks up the original record in 01.2010 (the P record) in QA system and so gives an unbalancing error. But in production when I do a simulation with GL posting I can see in the log that it picks up both P and A result and there is no error.
What could cause the inconsistency of this program?
Thanks a lot.
Allan

Is payroll run is same manner in both system, could you see all results are exactly same in both system and there is no changes.
Manoj Shakya

Similar Messages

  • Group GL V/s GL Report is working differently in Production and Development

    Dear Experts,
    I have created one Report which displays Group GLs and its Cumulatve Balances. The Format is is as below :
    Items                   Balances
    1001                     XXX
    1002                     XXX
    1003                     XXX
    1100                     XXX
    With Report Report Interface and Go to option I have connected the above with another Report
    If you right click on any of the Item say "1002", It will show its drill down Report that is Group Gl Wise GL, as below
    Output 1
    Items       GL A/c  Balances
    1002                     XXX
                    10021   XXX
                    10022   XXX
    If you Right Click on the Heading "Item", It show display all Items with its GL Account like
    Output 2
    Items       GL A/c  Balances
    1001                     XXX
    10011   XXX
    10012   XXX
    10013   XXX
    1002                     XXX
    10021   XXX
    10022   XXX
    1003        10031   XXX
    10332   XXX
    10033   XXX
    The Above output 1 and Output 2 works in Development, but in Production only Output 1 (i.e. Selected one Items with its GL Account) works, Output 2 (i.e. all Items with its GL Account) does not work in Production System.
    Kindly let me know whatt could be the reason and its resolution ????
    Regards
    Ritesh   M
    Edited by: Ritesh M on Jan 6, 2010 6:40 AM

    Check two things in the production system:
    1) Is the mapping between G/L group and G/L accounts correctly maintained?
    2) Are there real postings on all the accounts which you have listed?

  • Why do i have to keep clicking my left mouse button to make the program work it just stops and if left click it starts working

    Why do i have to keep clicking my left mouse button to make the program work it just stops and if left click it starts working. I'v only just started to use this program and It's no good at all if I go to a website and click a button I have to keep clicking it to finish what its doing.

    hello jeffsprig, can you try to replicate this behaviour when you launch firefox in safe mode once?
    [[Troubleshoot extensions, themes and hardware acceleration issues to solve common Firefox problems]]
    multiple other affected users have reported that this was an issue caused by malware on their pc. please run a scan of your system with [http://www.bleepingcomputer.com/download/adwcleaner/ adwcleaner] and the [http://www.malwarebytes.org/products/malwarebytes_free free version of malwarebytes].
    [[Troubleshoot Firefox issues caused by malware]]

  • (products and operating systems)?

    Could you post the Oracle page for the compatibility matrix
    (products and operating systems)? I did a search but failed
    finding it.
    Thank you

    As an optimist I think complaints are slowing down and problems are being resolved.
    Cheers!

  • LSMW Read Data behaving differently in production and in ECC

    Hi All,
    I have writte a LSMW for CJ12 longtext and it is working fine in development but in production it giving error message at 13th step as BDC_INSERT, Transaction code .. is invalid and when i try to simulate the issue i found that in Read Data step i found the difference as transactions read in development are 399 where as the transactions read in production are 267 for the same file.And i debugged the Display Read program and observed that the read program used GUI_UPLOAD to read the data from the text file.and there itself the GUI_UPLOAD internal table contains 399 in development and 267 in production.I tried to simulate why this is happening but coldn't figure out.Can any one help me why this has happened.And we are using ECC6 with EHP4 in development and EHP3 in production and it has to upgrade to EHP4.

    if you are really certain about the source file (I doupt too) then there are only 2 more possibilities
    a) your LSMW object is different (transport it again from developement to production, only so you can be sure that LSMW object and source will be the same)
    b) a real SAP error because of different release levels. Open a ticket at SAP to get help.

  • User Exit Program works Differently

    I'm trying to sync user info from HCM system to a destination system. There is a limitation in SAP HCM system, which allows only full load and not incrememental load or sync up based on events(New Joinee, Position change, Employee Exit) to happen from source to destination. So, I thought User exit could fix this issue.
    When a person inserts or changes or changes the status of an employee to quit through PA30 and saves it, the user exit program should pass the personnel number (numbers) of the user(s) as input to the report RPLDAP_EXTRACT_IDM.
    I am trying to trigger a report(RPLDAP_EXTRACT_IDM) which exports the data from HCM to a destination system(IDM) with the help of a user exit program. Using PA30 when I change the user info and when I save it, through User exit program I'm passing the personnel number of the user(whose data has been changed) as an input to the report, which inturn will replicate the change to the destination.
    Problem:
                User Exit works differently here. After configuring User exit for this tcode(PA30), once I change a user's info and click save, without saving the data, it triggers the User exit program. Usaully while chanign user info, when I click 'SAVE', i get a message 'Recod changed', but now after sonfiguring User Exit program, since the program runs immediately as soon as i click SAVE, I see the following message' Successfully exported Data to the destination' . And the change that i make is not reflected.
    Shouldn't the User Exit program be triggerred after the data is saved?
    Is there a way where I can trigger the User Exit Program after saving the record.

    Not an ABAP expert, but I remember hearing something about PAI and PBO modules and separate user exit includes depending on where you are executing it. Is it worth investigating on these lines?
    Also is it worthwhile configuring Change Pointers to capture whether a change has been made instead of coding user exits in PA30. You could code uxerexits in the ALE data transfer program to analyse the data based on change pointers and transfer data pertaining to New Joinees etc.
    Again I am not ALE epxert, I am just giving my views For what they are worth. For better results perhaps you should post in ABAP forum.

  • Mdx queries work different on 2008R2 and 2012

    Hi all,
    we have migrated our SSAS database from 2008R2 to 2012 recently. And I found strange thing. The mdx query below (generated by Cognos) worked quite fine on 2008R2
    WITH
      MEMBER [Territory].[Territories].[XQE_MDF_CM0] AS IIF(COUNT(INTERSECT(DESCENDANTS([Product].[Products].CURRENTMEMBER, [Product].[Products].[Product]), XQE_NS0) AS [XQE_SA0] , IncludeEmpty) > 0, AGGREGATE([XQE_SA0], ([Territory].[Territories].DEFAULTMEMBER)),
    NULL)
      SET XQE_NS0 AS FILTER([Product].[Products].[Product].MEMBERS, [Product].[Products].CURRENTMEMBER.PROPERTIES("MEMBER_KEY") = "713077" OR [Product].[Products].CURRENTMEMBER.PROPERTIES("MEMBER_KEY") = "857127" OR
    [Product].[Products].CURRENTMEMBER.PROPERTIES("MEMBER_KEY") = "857128" OR [Product].[Products].CURRENTMEMBER.PROPERTIES("MEMBER_KEY") = "713080" OR [Product].[Products].CURRENTMEMBER.PROPERTIES("MEMBER_KEY")
    = "717113" OR [Product].[Products].CURRENTMEMBER.PROPERTIES("MEMBER_KEY") = "856597" OR [Product].[Products].CURRENTMEMBER.PROPERTIES("MEMBER_KEY") = "857129" OR [Product].[Products].CURRENTMEMBER.PROPERTIES("MEMBER_KEY")
    = "713083")
    SELECT
      CROSSJOIN({[Date].[Time].[Month].&[201409]}, CROSSJOIN(HIERARCHIZE(GENERATE(XQE_NS0, ANCESTORS([Product].[Products].CURRENTMEMBER, [Product].[Products].[Brand]))), {[Measures].[QTD Sales Revenue]})) DIMENSION PROPERTIES PARENT_UNIQUE_NAME,  PARENT_LEVEL
    ON AXIS(0)
    FROM [Nemesis]
    WHERE ([Territory].[Territories].[XQE_MDF_CM0]) CELL PROPERTIES VALUE,  CELL_ORDINAL,  LANGUAGE,  FORMAT_STRING
    But on 2012 version there was an interesting thing
    Result from (2008R2)
     2014/09 2014/09
    GALVUS GALVUSMET
    QTD Sales Revenue QTD Sales Revenue
    2346360.3062295 5550927.34167495
    Result from (2012)
     2014/09 2014/09
    GALVUS GALVUSMET
    QTD Sales Revenue QTD Sales Revenue
    5550927.34167495 5550927.34167495
    both results have been duplicated. Finding out a reason it looks like the where Clause which should filter products across first calc member works wrong. So when comment out where clause outcome looks right (I put all products from both brands by the way).
    But clients have to choose products to filter.
    I am just wondering if anyone encountered a similar issue, or 
    even if somebody have the solution.
    Many thanks,
    Denis.
    Denis

    In other words filter by set in WHERE clause is not working via calc member and aggregate function.
    Any ideas guys?
    Denis

  • Abap Program works differently in Development & Production Servers

    Hi All
    I have written a program to fetch details by linking asset tables ANLA, ANLB, ANLC, ANEP, ANEK etc and general ledger table BSIS. The program is giving desired results in the Development Server. When it is transported to Production Server, one column values are coming bottom to top (reverse order). How to address this issue. Any idea why this is happening? I can give the code if needed.
    Subin K

    Hi,
    Did u set any layout?
    I think layout is not transported . So u get the alignment issue.
    Check that u ve transported all the componets of the program to production server.
    Regards,
    Pravin

  • Will one software program work for Tivo, VHS and audio cassette transfer?

    Been wanting to do some things for awhile and am hoping I now can with the new Macbook. I have 3 things I want the capability to do. I have researched and read a million forums at this point. I am hoping for some suggestions on programs/software and I'm not against buying things.
    1) Transferring Tivo programming to the Mac and being able to burn it to DVD. I have a broadband connection and the Tivo adapter but seems like there's Toast/Popcorn or many other free programs or widgets required for Macs.
    2) Transferring VHS video to the Mac for DVD burning.
    3) Transferring audio cassette tapes to the Mac for iTunes listening or CD burning.
    Is there software that handles all of these? I'm just trying to avoid buying 3 different things or downloading 3 different programs if something can do them all. I didn't find the Roxio site very helpful for the non-techs amongst us. Thanks for any suggestions...

    2) Transferring VHS video to the Mac for DVD burning.
    You’ll need a piece of hardware to digitise the signal first. Connect the VHS player to this, then connect that to the Mac. Canopus make various devices for the job (http://desktop.thomsongrassvalley.com/products/ADVC110/index.php for instance) or many middle to high-end Camcorders now also have the ability to pass through the signal. Once you’ve done this you can use iMovie to capture the video and then send it to iDVD for burning.
    3) Transferring audio cassette tapes to the Mac for iTunes listening or CD burning.
    Again, though more simple, the signal has to be digitised. So you need to record the audio on the Mac and then save it as an AIFF or mp3 file. You can do this with pretty much any audio recording software I’ve use both the Open Source Audacity (http://audacity.sourceforge.net/) and the shareware Sound Studio (http://www.freeverse.com/apps/app/?id=5012).
    Regards
    TD

  • Copies of Indesign books works different on MAC and PC ?

    Hello everyone,
    i try to follow many discussion about how to create a clean copy of an Indesign book indb (with different chapters which are individual indesign files)  with no link to the old one.
    I found many tricks like changing the name of the original folder or packaging the book for print, but i'm not really satisfy by this way. 
    The first way forced me to change the name of the original file each time i want to make a clean copy and the second way  will not keep the structure of my folder and subfolders which are not included in the package.
    It seems the real concern is more about how Indesign is able to manage absolute and relative path, and i also found some people asking Indesign only works with absolute path.
    But, after many trials on Mac and PC, i was so surprised to check that on my MAC, thinks are working very well, when i make a copy of the original book folder exactly in the same location, the copy is not linked to the original file (that's what i want) !!!
    But on PC it doesn't, the copy of the book is still linked to the original files.
    Can someone tell  me the difference between MAC and PC ?
    Is it an option in Indesign to change that ? or is it related to th OS file system ?
    Thanks a lot.
    Daté

    Hi Peter,
    I  opened the two books in indesign to compare the paths of the files in the books.
    I just simply move the mouse over the indesign file in the book panel to check the path that appears in the yellow tooltip.
    For example :
    for the original BOOK_TECH.indb, the path of the file Trims.indd in the DOC_TECH folder is : /Users/UserName/Documents/DOC_TECH/MAIN_FILES/Trims.indd
    for the copy BOOK_TECH.indb, the path of the file Trims.indd in the DOC_TECH2 folder is : /Users/UserName/Documents/DOC_TECH2/MAIN_FILES/Trims.indd
    Another way to be sure of what i'm saying here is to open the file trims.indd in the original book and the same file in the copy. You will get 2 different files opened in Indesign with the same name of course.
    I also try with a Mac book pro running MAC OS X 10.6.5, but it doesn't work (you will get the link to the original one). It seems to work or not, depending the OS
    i'm curious to know why it is working on MacOS x 10.9 and not 10.6 and windows. Maybe there is a way to fix it with the OS settings ?
    If you have the right answer, just let me know, because it could help a lot of people.
    Thanks a lot.
    Daté

  • SQL Script working differently with 8i and 9i

    Hi
    I am facing strange problem with my simple SQL script called from a shell script. It bahaves differently with ORACLE 8.1.7.4 and 9.2.0.1. The machine is same.
    sqlplus -s / @Tech.sql WKC625 11 11 '11 22' ""
    This is working with 9i but it does't work with ORACLE 8.
    Actually what happens is that the argument in single quotes (') is taken as 2 separate argument.
    The Tech.sql is :
    spool add
    insert into TECH values ('&1','&2','&3','&4','&5','');
    commit;
    quit
    I tried putting double quotes also. Is something got changes between ORACLE 8 and 9i.
    Please help
    Surendra

    Are you sure it works in 9?
    If you are using UNIX, then the O/S will strip the quotes while processing the arguments. You need to use 2 single quotes around 11 22, just as you have around the empty string at the end.
    I believe that Windows does the same, but I do not use windows.
    John

  • "save as" work differently in menue and batch

    If I save in Illustrator CS4 a EPS File from the menue with "save as" and then I place the file in InDesign CS4 and adjust it proportionally to the frame it works fine.
    The object is shortly to the frame.
    The same file with the batch option (New Action "Save as"...) works the same but after adjust, it looks like not the object but the drawing area is fit to the Indesign frame.
    Any ideas to work around, i have to convert and save more then 1000 files
    Example file attached
    best regards

    I have another methode.
    In Visual Basic, I can print the file as EPS and can control all parameters!!
    It is not so elegant but it works without user interaction for a lot of files.
    Maybe it is the solution for your problems too
    Sub Illu()
    Dim fs As FileSystemObject
    Dim MyPrintOptions As New PrintOptions
    Dim MyPrintJobOptions As New PrintJobOptions
    Dim SourceN, DestN As String
    Dim fso, Folder, CFiles, fc
        Set fso = CreateObject("Scripting.FileSystemObject")
        SourceN = InputBox("Source Ordner eingeben", "Source") 'input source path of the files to convert
        DestN = InputBox("Dest Ordner eingeben", "Destination") 'input destination path of the files to convert
    ' or for fix path
        SourceN = "C:\Dokumente und Einstellungen\wgepsch\Desktop\Grafik fertig\"
        DestN = "C:\Dokumente und Einstellungen\wgepsch\Desktop\Grafik fertig\eps\"
        Set Folder = fso.GetFolder(SourceN)
        Set fc = Folder.Files
        For Each CFiles In fc   'for all files in source path
            Illustrator.Open SourceN & CFiles.Name 'open file in Illustrator
            MyPrintJobOptions.File = DestN & Left(CFiles.Name, Len(CFiles.Name) - 4) & ".EPS" 'set destination path and filename
            MyPrintJobOptions.PrintArea = aiArtworkBounds   'IMPORTEND this is the solution for the problem set the area to the artwork
    'This parameters I dont need
            'MyPrintJobOptions.ArtboardRange
            'MyPrintJobOptions.BitmapResolution
            'MyPrintJobOptions.Collate
            'MyPrintJobOptions.Copies
            'MyPrintJobOptions.Designation
            'MyPrintJobOptions.File
            'MyPrintJobOptions.Name
            'MyPrintJobOptions.PrintAllArtboards
            'MyPrintJobOptions.PrintAsBitmap
            'MyPrintJobOptions.ReversePages
            MyPrintOptions.PrintPreset = "EPS" ' this is my printer preset name in Illustrator  where I stored alll other parameters
            MyPrintOptions.JobOptions = MyPrintJobOptions
           Illustrator.UserInteractionLevel = aiDontDisplayAlerts
                ActiveDocument.PrintOut MyPrintOptions 'output as EPS file with my parameter
            Illustrator.UserInteractionLevel = aiDisplayAlerts
            ActiveDocument.Close 2 'close the file without save
        Next
    End Sub

  • Does the Math.Random() work differently in Firefox and Safari??

    Hello,
    I was wondering if anyone can help me with a problem I'm
    running into using the math.random(). I'm using Flash CS3 and
    created a very simple script to select random frames in a simple
    movie. It works as expected in the CS3 environment and in Safari
    but it doesn't work correctly in Firefox or in the DotNetNuke
    module I am using. Here is the code:
    i = Math.ceil(Math.random() * 3);
    gotoAndPlay("Image"+i);
    I would appreciate any help you can provide.

    Thanks for following up with me. Yes. When I test the movie
    its works fine in Safari but not in Firefox and I don't have a clue
    as to why. I hope that you can shed some light on this for me.
    Thanks.

  • MB51, download to excel works different for online and background.

    Hi,
    Have a question regarding excel download of MB51 in online mode against background.
    If I run MB51 online, I can download it to an excel sheet that is easy to read and work with. Each column in the report in seperate column in excel.
    If I run it in the background, try to download the spool to excel, I don't get the columns the same way as online report.
    I’ve tried changing the layout, downloading to excel, downloading to text and then dropping to excel, etc.
    Why won’t the download from a batch job work the same as online?
    Any ideas or anyway to fix?

    Hi All,
    I am also facing the same problem. When I download to Powerpoint, its getting downloaded properly and whn I download to excel, I am not able to download properly. I have 2 charts of the same report being displayd sde-by-side and under them I have a pivot table displayed in compound view. When downloaded to excel, the first chart is overlapping on top of the report in the excel.
    Can anyone suggest if we have any options?
    Thanks Shravan

  • Output type works different when VF01 and VF02 ,why?

    For Invoices related to a B2B order the output type ZB01 does not always come up during invoice creation time. If we go into the invoice via VF02 it will pop up immediate. But invoices are created by batch jobs and then not 100% of the ZB01 get created. Partners are complaining and need this to be 100% working.
    what's the probable problem with it?

    Atish
    I Searched 'VF02' already ,but there is no user exit  to handle with it .
    Maybe because it's B2B ,we can't find it in our SAP system ..
    What's the next step should I do

Maybe you are looking for

  • Cannot open excel spreadsheet on my mac.

    I cannot open Excel spreadsheet n my Mac??

  • Adobe Caslon Pro generates enormous PDF files on Mac Word, displays incorrectly on Word for Windows

    Had a terrible experience trying to typeset my first document with Adobe Caslon Pro in Word. In Word Mac, 27 page all text document rendered to 70 MB PDF with Opentype features enabled, well under a megabyte with Opentype features disabled in compati

  • What query should be created for this case

    Here are those classes: Folder{     String name;     @ManyToOne     Subject owner; Subject {     String name; }What query should I create in order to: find out if there is an actual Folder for a Subject with the name X in the database ? Actually, the

  • Drawline() problem

    Hi all, I am trying to write an applet which prompts the user to enter some data into a textfield. I then need to print a line based on the information supplied by the user to draw an image. the problem I am having is reading in the information in fr

  • BAPI exception

    Hi folks, I have a question, currently I am using a BAPI which is called by a web application through .NET, when I run the BAPI  on the SAP system by entering the pernr  I am not getting any error, it is picking up the pay periods. it looks fine. How