Difference in employee numbers in simulation run & actual run of fund trans

Hi mates,
When Fund transfer was run in simulation the employees number was 2000 but when real run happened it was done for 2001 employees.
What could be the reason for this difference?

check the tcode PAR2 how many employees are there
might be the one PERNR might not have the fund management

Similar Messages

  • Simple query to find difference between 2 numbers in one column relative to another column

    Hello,
    I want to find the difference between 2 numbers from same column corresponding to some condition of another column. How do i that?
    Eg: Say I have a table with 3 columns A, B & C.
    A -> Varchar2
    B -> Varchar2
    C -> Number
    A
    B
    C
    A
    D
    1
    B
    C
    2
    C
    B
    3
    D
    A
    4
    I want something like "value of column C corresponding to min(col A) - value of column C corresponding to min(col B) = result (number)" without having to write 2 select statements. How do I do that?
    Thanks in advance
    aBBy007
    System notes:
    2-node 11.2.0.3.4 GI/RDBMS running on RHEL5.

    Thank you.
    That solved part of a problem. Now what if I want to satisfy a condition?
    Considering the same above table, say I want to "value of Col_C when value of Col_A='D' - value of Col_C when value of Col_B='C'"?
    abby007
    I am trying to query the v$archived_log view. And currently 'm running the below 2 queries to find out the updated archives on the DR site and then manually subtracting it:
    PhyStdby: SQL > select thread#, max(sequence#) "Last Standby Seq Received"
    from v$archived_log val, v$database vdb
    where val.resetlogs_change# = vdb.resetlogs_change#
    group by thread# order by 1;
    PhyStdby: SQL > select thread#, max(sequence#) "Last Standby Seq Applied"
    from v$archived_log val, v$database vdb
    where val.resetlogs_change# = vdb.resetlogs_change#
    and applied='YES'
    group by thread# order by 1;
    I want to combine the above 2 queries so that I get a response like:
    Thread#
    Last Standby Seq Received
    Last Standby Seq Applied
    Total Lag
    1
    33778
    33770
    8
    2
    70244
    70242
    2
    3
    46972
    46971
    1

  • Looping through several employee numbers

    My program calculates salary  for a given period for an employer and prints the result in a word doc using the function MS_WORD_OLE_FORMLETTER. This works fine when I have only one employer. When I enter several employee numbers the information is collected correctly in a table but only the first record is printed. I have an impression that the program executes as many times as there are employee numbers instead of executing once by looping through the employee numbers before printing the result. How can I print all the information for several employers?

    The shorter version of the code is as foolows:
    Loop at i_result into w_rt "loop through payroll results for given period
      case w_rt-lgart
      "do some calulations for this employee for
       FIELD-SYMBOLS: <fsd>, <fsl>   type any.
                 CONCATENATE 'MF' w_rt-lgart INTO keyA_Merge.
                 assign component keya_merge of structure T_MergeData to <fsd>.
                 if sy-subrc = 0.
                    <fsd> = <fsd> + w_rt-betrg.
                 endif.
    end case
    endloop
    append t_mergedata to Fdata
    "Now create mail merge for all employees using Fdata
    call function 'MS_WORD_OLE_FORMLETTER'
          exporting
            WORD_DOCUMENT             = FILEFORM
            HIDDEN                    = 0
            WORD_PASSWORD             =
            PASSWORD_OPTION           = 1
            FILE_NAME                 = FILEDATA
            NEW_DOCUMENT              =
            DOWNLOAD_PATH             = FILEPATH
           PRINT                     = PFPRINT
          tables
            DATA_TAB                  = FDATA
            FIELDNAMES                = pFIELDS
    My problem is that the loop executes for one Employee and then goes on to the end of the program to do the mail merge. the program then "restarts" for the necxt employee. However through each program run/cylce the table t_mergedata is appended with the correct information. I would like to first collect all this info before executing the FM for all the records in t_mergedata.

  • Difference between Planning Version and Simulation Version

    Hi friends,
    What is the difference between Planning Version and Simulation Version?
    Thanks,
    Debi

    Debi
    There are a lot of threads in this forum that give detailed info about version concept. Also you can refer to help.sap.
    Anyways , planning version is the version against which your live cache data is stored.  The data against this version is the one that the planners and buyers are going to refer to or use to make their planning and buying decisions. Data against the planning version is nothing but data relevant to the business .
    There may be instances where you would like to simulate some scenario. If you want to do trial and error analysis and at the same time if you do not want to impact the actual business data , then you create simulation versions and simulate your scenario.
    For example your actual sales orders received for the month of March may be 100 CS. This is the actual number that will be stored against your planning version. Lets say the demand planner wants to find out what will be the impact if there is a sudden bulk demand from a new customer for 500 CS - that is if he wants to do a what - if analysis then he can create a simulation version and try to check the impact .
    Thanks
    Aparna

  • Best Way to Define Employee Numbering For Different Countries

    HI all
    I am working on for a project which will be for Multiple countries.But Each country has different Instances.Now the questions is What could be the Best way to Define Employee numbering for all the Regions ? As for as My knowledge goes It would be Number prefixed by Country.Then How we can have Alpha numeric in employee Coding ? We need to have Fast Formula to Ahieve this task.If any body has come across this scenario please share your thoughts .Any thoughts are greatly Appreciated.
    Cheers
    Kumar cs

    If you have each country on a different instance and you want employees to retain their employee number on transfer between countries, I believe you have two options:
    i) Use manual numbering. One recent change to the system is that you can update the numbering profile from Auto to Manual and back to Auto again. So you could potentially leverage this manual workaround when a cross BG transfer happens.
    ii) Bespoke module to export all emp numbers into a 'central repository', e.g., flat file, that can be accessed by all instances, imported regularly and then referenced by your Fast Formula. You would also need processing to determine when a person is a transfer from another BG or a new hire; probably have to be some control field on flex. Basically, this is a requirement made difficult by the decision to host each legislation on a different instance; I would never recommend clients to go down this route but I guess it's too late in your case.
    If cross BG transfers are not common, e.g., less than 5 a week, I would recommend option 1.

  • Using multiple employee numbers to generate a report

    How do I start with this. I want to allow the client to enter up to 8 employee numbers on a screen. The client will then hit a 'Find' button to bring up a report with those selected employee numbers along with the employee data from the table. From the report listing, I want to be able to go to a form to do any updates as needed on the selected employee. So, basically, I have a form on a table with a report, but I am being selective on which rows of the table that I want to see. Thanks.
    Edited by: ecywinski on Apr 18, 2011 3:08 PM

    Build a form to collect the 8 emp id's.
    Find button will take the emp id's, pass them into a new page with a report that has a select with a where clause where emp_id_pk is in the passed in list of emp ids.
    Select will also include a link url to a new page with the emp_id as a passed in key to entry form to allow you to enter/edit info on passed in emp_id..
    Thank you,
    Tony Miller
    Webster, TX
    There are two kinds of pedestrians -- the quick and the dead.
    If this question is answered, please mark the thread as closed and assign points where earned..

  • Testing adobe air applications with fake apple certificate in iOS simulator running in a hackintosh

    I can compile an Adobe Air application on windows with a fake apple certificate. Can I test this application in iOS Simulator running on a hackintosh? Or is the simulator blocking testing of IPA outside from XCode ie: it's not a standalone simulator for IPA files. Are there any affordable web service for testing IPA with a true emulator or real device? I'm asking this because Flash Builder doesn't provide a true simulator, it lacks essential API functions such as NativeWindow.

    Hello,
    thanksk so far. I can now create an ANE, hopefully it is correct...
    Now, while trying to use it in my mobile application, calling the Constructor of my SWC interface > call initNativeExtension() I get an:
    Type Error #1009 cannot access a property or method of a null object reference
    It seems that my code cannot load the ANE because I cannot instatiate the extension object.
    Can you help me ?
    THX
    marco    

  • Difference between two numbers in percentage.

    Hi,
    How to find difference between 2 numbers in percentage.
    Is there any standard function module.
    For example. I m having two numbers.
    25 & 31. I want to find how many percentage 25 is different from 31.
    Thanks in advance.

    hi,
    manual coding would be like this,
    data: no1 type i,
            no2 type i,
            no1per type d,
            no2per type d,
            diff type d.
    no1per = no1 / 100.
    no2per = no2 / 100.
    if no1per >= no2per
    diff = no1per  - no2per.
    write:/10 '% diff of',no1,'and',no2,' is',diff.
    else.
    diff = no2per  - no1per.
    write:/10 '% diff of',no2,'and',no1,' is',diff.
    if helpful reward some points.
    with regards,
    Suresh Aluri.

  • Employee Numbering in Multiple Business Groups

    Hi All,
    We are having 2 business groups. The employee numbering is automatic and global sequence. The employee transfers between business groups is quite common and the client wants the same employee number when the employee transfers from one BG to another.
    Example: Employee ABC is hired is BG1 with employee number as 10001 and when employee is transfered to BG2 the client wants the employee to retail his old employee number in the new BG.
    Any help is higlhly appreciated.
    Thanks,
    Ramprasad.

    Hi,
    I have done this before. You need to set the numbering to Manual (with profile option) and then edit the fast formula associated with Numbering.
    You need the following logic inside PLSQL procedure (gets called through FF) for this requirement:
    - Check if the employee is a transfer case. Use (first name , last name , date of birth) combination on per_all_people_f to check this. Note person_id and business_group_id will be different for a transfer case
    - If the person is transfer case then derive the previous employee number (from per_all_people_f)
    - else derive the last used employee number from per_all_people( select max(employee_number) from per_all_people_f) and return this number by adding 1.
    - he employee number field might have characters in it so you need to replace characters while deriving latest employee nnumber (select MAX(translate(employee_number, 'ABCDEFGHIJKLMNOPQRSTUVWXYZ',' ')) from per_all_people_f)
    Please note the fast forumula needs to be edited and verified from SETUP BG for this case.
    When you initially install Oracle HR (and it does not matter whether shared install or full install)
    you get two options, Automatic or Manual, as a choice for Employee Number Generation.
    If you choose Employee Number Generation = Manual, and then later decide to change to Automatic,
    you can do this.
    But, if you started as Manual, and then changed to Automatic, and then once again want to change
    back to Manual,
    Employee Number Generation = Manual will no longer show up in your LOV for Employee Number
    Generation.
    You only get to do this once and cannot go back to Manual Employee Number Generation if you have
    been there before.
    ~Amol

  • Simple Max date pull from several rows with the same employee numbers.

    Ok so I'm hoping this is flying over my head because it's almost 3am, but I haven't been able to figure this query out for the last 2hrs, but I like to figure stuff out on my own. I'm wondering why the following statement works fine:
    select emp_num, to_char(max(end_date)) as newestdate
    from bank_history
    where emp_num in ('22964', '21667', '20758', '12739', '12731', '20929', '22795', '20594', '23077', '12588', '21294', '20618', '21204', '22952', '19990', '20632', '03093', '19991', '22951', '07779', '20014', '11981', '06149', '20364', '21103')
    and bank_type = 'P' group by emp_num
    BUT! When I start to add more columns that I need to see it starts adding the multiple employee numbers again.
    select emp_num, bank_type, earn_hrs, used_paid_hrs, used_paid_hrs, to_char(max(end_date)) as newestdate
    from bank_history
    where emp_num in ('22964', '21667', '20758', '12739', '12731', '20929', '22795', '20594', '23077', '12588', '21294', '20618', '21204', '22952', '19990', '20632', '03093', '19991', '22951', '07779', '20014', '11981', '06149', '20364', '21103')
    and bank_type = 'P' group by emp_num, bank_type, earn_hrs, used_paid_hrs, used_unpaid_hrs
    The orginal table looks something like this:
    EMP_NUM BANK_TYPE EARN_HRS USED_PAID_HRS END_DATE
    60393 P 0.58 0 3-Aug-2004
    60394 P 7.48 1 28-Oct-2003
    60394 P 40 40 28-Oct-2004
    60394 P 40 12.4 28-Oct-2005
    60395 P 40 40 21-Oct-2004
    60395 P 0 0 21-Oct-2003
    60395 P 40 40 21-Oct-2005
    60397 P 40 39.85 21-Oct-2004
    60397 P 0.97 0.97 21-Oct-2003
    Much thanks for any direction you can give to help guide me on my way to a solution. If you can help it please don't give me the answer, but try to give me the reason it's not working. I'll never learn if you give it to me right up front lol. Thanks again.
    Luke
    Message was edited by: trying to fix the table formating sorry it's so unreadable
    Luke22

    I just give you a prompt:
    SQL> with t as (select 1 emp_num, 'A' bank, date '2007-08-01' dt from dual union all
      2             select 1 emp_num, 'B' bank, date '2007-08-02' dt from dual union all
      3             select 1 emp_num, 'C' bank, date '2007-08-03' dt from dual union all
      4             select 2 emp_num, 'A' bank, date '2007-08-05' dt from dual union all
      5             select 2 emp_num, 'B' bank, date '2007-08-04' dt from dual union all
      6             select 3 emp_num, 'A' bank, date '2007-08-07' dt from dual union all
      7             select 3 emp_num, 'C' bank, date '2007-08-08' dt from dual)
      8  --
      9             select emp_num, max(dt) from t
    10             group by emp_num
    11  /
       EMP_NUM MAX(DT)
             1 03.08.2007
             2 05.08.2007
             3 08.08.2007
    SQL>
    SQL> with t as (select 1 emp_num, 'A' bank, date '2007-08-01' dt from dual union all
      2             select 1 emp_num, 'B' bank, date '2007-08-02' dt from dual union all
      3             select 1 emp_num, 'C' bank, date '2007-08-03' dt from dual union all
      4             select 2 emp_num, 'A' bank, date '2007-08-05' dt from dual union all
      5             select 2 emp_num, 'B' bank, date '2007-08-04' dt from dual union all
      6             select 3 emp_num, 'A' bank, date '2007-08-07' dt from dual union all
      7             select 3 emp_num, 'C' bank, date '2007-08-08' dt from dual)
      8  --
      9             select emp_num, bank, max(dt) from t
    10             group by emp_num, bank
    11  /
       EMP_NUM BANK MAX(DT)
             1 A    01.08.2007
             1 B    02.08.2007
             1 C    03.08.2007
             3 A    07.08.2007
             2 A    05.08.2007
             2 B    04.08.2007
             3 C    08.08.2007
    7 rows selected
    SQL>
    SQL> with t as (select 1 emp_num, 'A' bank, date '2007-08-01' dt from dual union all
      2             select 1 emp_num, 'B' bank, date '2007-08-02' dt from dual union all
      3             select 1 emp_num, 'C' bank, date '2007-08-03' dt from dual union all
      4             select 2 emp_num, 'A' bank, date '2007-08-05' dt from dual union all
      5             select 2 emp_num, 'B' bank, date '2007-08-04' dt from dual union all
      6             select 3 emp_num, 'A' bank, date '2007-08-07' dt from dual union all
      7             select 3 emp_num, 'C' bank, date '2007-08-08' dt from dual)
      8  --
      9             select emp_num, max(bank) keep (dense_rank last order by dt) bank, max(dt) from t
    10             group by emp_num
    11  /
       EMP_NUM BANK MAX(DT)
             1 C    03.08.2007
             2 A    05.08.2007
             3 C    08.08.2007

  • PU19 - Tax Reporter - W2 Simulation runs deletion from Log Manager

    Hi,
    We have used program rpctrdu0 to delete W2 simulation runs from PCL4 clusters. Now the question from the end user is why are the W2 simulation runs still showing up in the Log Manager in PU19? I am not even sure if we can delete the runs or records showing up in Log Manager.
    Any help would be appreciated.

    W-2 data (prod or simulation) are stored in cluster PCL4 whereas log manager info is stored in Temse. I guess Log Mananger is not meant to be stored permanently (i.e. can be deleted regularly while tax info still is in cluster).
    When you run RPCTRDU0 to delete W-2 info, only data in cluster is deleted, but Temse remains untouched (as probably SAP assumption would be Temse will be cleaned up routinely).
    For HR Temse, the lifetime is configured in feature 'TEMSE'. If the Temse deletion job is run routinely (we don't have it set up), it will delete out all Temse that have an expired date. The problem is if you run this, it will not just purge the log for w-2 simulation you deleted, but also those that already have expired date.
    What you can do is to identify the Temse files you want to delete, and manually delete through PU12.

  • CU50 : Simulation Run Data

    Hi,
    I want to get CU50 Data in my program.. I know VC_I_GET_CONFIGURATION_IBASE will give me this data.. But this FM requires Object Number. Can anyone tell me from where i can get object number? I want to create one report which clearly states that what all characteristics are changed in the Sales Order..From Sales Order item item (VBAP) gives me CUOBJ ..I have data for order..but I cant able to get data from tables which all characteristics are there in the simulation run.
    Regardds
    Bhavin

    Hi,
    1. Try to IN_RECNO from IBIN table based on the CUOBJ from VBAP.
    2. Using IN_RECNO, go to V_IBIN_SYVAL table to get the required values.
    CUOBF = an internal object number which usually contains the configuration information for a specific material. If you have the MARA-CUOBF value, you can see what data is referenced for this object by running transaction SE37 - Function Module: VC_I_GET_CONFIGURATION_IBASE and input the MARA-CUOBF value into the INSTANCE field.
    Regards,
    R.Brahmankar

  • Does anyone have automator workflows for iWork Numbers that will run in Lion?

    Does anyone have automator workflows for iWork Numbers that will run in Lion?

    can you be a little more specific as to what your looking to do? There are some great Applescript gurus on this forum that are very able to help with automating numbers.
    Jason

  • Need Employee Names and Employee Numbers that charge a WBS Element

    Hello,
    Does anyone know how I can get a list of employee names and employee numbers that are charging a series of WBS elements?
    Thanks

    Hi,
    You could use transaction CATS_DA with Receiver Account Assignment and enter the WBS element.
    Good luck!
    Tammy

  • Autogeneration of employee numbers after uploading old employee numbers.

    Hi All
    I have to migrate employees data including old employee numbers which are in numeric format. Once the employee data is uploaded, the new employee numbers are to be autogenerated.
    When the employee generation method is automatic, the P_employee_number parameter has to be NULL. If its NULL I cant upload the old employee numbers.
    How to upload the old employee numbers while keeping the number generation as automatic?
    Regards
    Rahman

    Set your Employee Number generation as Manual. After data migration, change it to automatic. This can be done using the concurrent program "Change Person Numbering to Automatic".
    Regards,
    Baloo

Maybe you are looking for

  • Songs can't be found on computer or hard drive - disappeared overnight.

    I synced my iPod yesterday. Today some songs - that synced successfully yesterday - are now no longer 'able to be found' on my computer's iTunes. I have just subscribed to iTunes Match. Any suggestions? A large number of songs have just... disappeare

  • How to set different margins for a single document?

    Hello, I'm creating a Pages document that will be exported to PDF. On text pages I need to set margins on all sides, but for photo pages I want the margins completely removed. What would be the best way to do this?

  • Importing Collada (.dae) problem

    Hi I have a simple ( but extremely annoying ) problem. Im trying to get a .dae into ibooks author. When I export a model out of Sketchup or Photoshop as .dae the camera looks perfect on screen but when it comes out its upside down and back to front e

  • Confirm Message using Javascript

    Hello, I'm having some problems to create a confirm message box that will return a value from a Hiden field. For example: apex.confirm('Do you realy want delete use &P80_NAME_USER.'); The name is showing but the problem is that if the P80_NAME_USER i

  • APP13 IPTC Decoding

    Hi, Below is an example of the APP13 part of a JPEG. FF ED 00 2E 50 68 6F 74 6F 73 68 6F 70 20 33 2E 30 00 38 42 49 4D 04 04 00 00 00 00 00 12 1C 02 00 00 So, that is FF ED - APP 13 marker 00 2E - APP 13 length 50 68.. 42 49 4D - Photoshop 3.0.8.BIM