Payroll control - RA issue

1. In payroll, Which retro active date takes precedence ?
Assume an employee is having payroll area A1
a. Payroll control record -> Earliest retro acctg period for Payroll area A1 - 01.12.2011
b. Emp X, who belongs to Payroll area A1 -> Earl.pers.RA date -> 01.11.2011
Which takes precedence?
c. When running payoll for emp x, with forced retro as 01.09.2011, which date will apply ?
2. Is there any program to 'release' payroll control area automatically / should be done by
   payroll admin manually ?
Thanks!
any updates ?
Edited by: ilovesaphr on Feb 22, 2012 7:21 AM

1. In payroll, Which retro active date takes precedence ?
[Answer]: Earliest MD Change Date.
Assume an employee is having payroll area A1
a. Payroll control record -> Earliest retro acctg period for Payroll area A1 - 01.12.2011
b. Emp X, who belongs to Payroll area A1 -> Earl.pers.RA date -> 01.11.2011
Which takes precedence?
[Answer]: In your case, no retro data can be maintain earlier than 01.12.2011 since A1 is set. However, if the data is created before Earliest retro acctg period for Payroll area A1, it will run error normally.
c. When running payoll for emp x, with forced retro as 01.09.2011, which date will apply ?
[Answer]: In PY driver [PC00_MXX_CALC], you can forced the employee to run retro payroll. Or, Earliest MD Change Date / Earliest Personnel RA Date is also another option but need to make sure the PY area's earliest retro should be EARLIER or equal to the same period. Otherwise, you may face error during payroll run.
2. Is there any program to 'release' payroll control area automatically / should be done by
payroll admin manually ?
[Answer]: You may do Payroll Calendar in the configuration, but I have never try it before because it is lack of flexibilities....I would say doing it manually is always better because you need to consider exception cases / weekends / public holidays / etc/
Thanks!
[yw, points for reward if it helps :-D]

Similar Messages

  • Control record issue !

    Hi All,
    I am handling UK Payroll and got an issues related to payroll run and control record,
    Issue 1: The payroll driver (RPCALCG0) has skipped around 1500 Employees against payroll run for particular period
    Issue 2: How control record allowed user to Exit control record for period in which EE's skipped in payroll
    Please provide your valuable suggesting in regard to resolve the above two issues,
    Thanks in advance.
    Regards,
    Devendra Reddy D.

    Hi,
    Issue 1: The payroll driver (RPCALCG0) has skipped around 1500 Employees against payroll run for particular period
    Say you want to run payroll for FEB..
    But payroll control record may not be in FEB... It may be in March..
    Issue 2: How control record allowed user to Exit control record for period in which EE's skipped in payroll
    Payroll control record may have been deleted on the month of Jan..& been set in Release mode in March month directly...
    So feb month gets skipped & Exit mode in Feb is skipped too...
    For detailed info.. Go to PA03 enter payroll ares & click display option..
    Under Go To tab.. look for Control Record Log..
    Regards,
    Veeram

  • Offcycle error and payroll control record

    hi experts,
    i faced a error in offcycle payroll processing.
    i did exit payroll for april 2008 and maintained a data in infotype 267 for bonus in 15.05.2008 for 50 employees in bulk.
    i want to run offcycle payroll thro normal payroll driver on 15.05.2008  using HINCALCO and selected the required parameters in off cycle reason and facing error while doing update run.
    simulation run is showing offcycle results correctly and system not allowing to run update run and showing  error related to payroll control record .
    how to recify this ?
    nataraj s

    dear expert,
    offcycle payroll program will work only when the payroll control record is in exit status for past payroll  period
    i cannot change the payroll status to release for payroll status
    i tried earlier and it didnt work
    i tried to run offcycle for 15th may 2008 by keeping payroll control record release for payroll in may 2008 and it didnt work at all
    what i wanted is the save button in the offcycle program is not in active mode when i am able to default the wage type values from infotype 267
    regards
    nataraj

  • Need help in Payroll Tax Balance Issue - Urgent

    Hi,
    Please help me with the following Tax and Balance issue. The system is on 12.0.3, South African Legislation.
    Issue : Salary has been restructured from Basic Salary to Total package structure in Dec 2008. Retro Pay was used to pay the difference amounts in Dec Run. But while configuring the new Elements for this Total Package they have missed out adding the Retro Elements to Proper Tax calculating Balances.
    Eg : "TP Salary" element is fed to "Taxable Income RFI" balance but "TP Retro Salary" element is not fed to this balance.
    So tax has not been calculated for those Retro amounts. This has been identified while validating test run for IRP5 tax certificates.
    The Feb 09 (Feb is the Tax year End for payroll) Payroll was already run on 10th and payments were already done. Now we need to tax the retro amounts and retrieve the balance tax amounts from Employees.
    I added the proper tax balances to those Retro elements and and the balances were adjusted to add the Retro amounts. Then I ran the Feb run the payroll again as of 20th, it did not recalculate the tax.
    How to recalculate the tax so that correct tax reflects in the Tax certificates? Please help me with the necessary Info.
    Thanks,
    Sri.

    Hi,
    As I mentioned earlier, I added the appropriate balances which are used to calculate Tax to Retro Elements and those Balances got updated with the delta amount but Tax was not updated. I want to know is there any process provided by Oracle using which Tax for those already paid amounts can be recalculated.
    I calculated the Tax manually and using Adjust Balance form added ZA_TAX_BALANCE_ADJUSTMENT Element and given the difference tax amount in PAYE and Tax Input values and saved the form. The Tax got updated.
    Tax_ASG_RUN - 15000
    Tax_ASG_TAX_YTD - 153257.32 (Prev - 138257.32). When I run the IRP5 (Tax Certificate Process) the tax is also getting correctly on it.
    But client wants Oracle to calculate the Tax for those retro amounts so thats the challenge.
    Could you help me with this.
    Thanks,
    Sri

  • 12c Cloud Control installtion issue (on Windows 7-64 bit)

    Hello,
    I am trying to install 12c Cloud Control on my personal computer Windows 7 (64-bit) OS for practice purpose. The database setup has been fine and the creation of pluggable database has been successful post which we need to install the cloud control setup. There is an issue at "Step 6 of 9" where we are required to provide the database Configuration Details. The details are: Database Host Name, Port, SID, SYS password. After providing these details it shows the following error:
    "There was a problem connecting to the database on the host and port specified. Check to make sure the host is up or that the database listener is running on that host."
    My understanding is:
    Database Host Name: it is the fully qualified name of my computer, which in my case is "SRIDHAR-PC".
    I ran the following script and it confirmed the same: [quote]DBMS_OUTPUT.PUT_LINE()UTL_INADDR.GET_HOST_NAME[/quote]
    Port: the default port "1521" that I have provided and which I have not configured anywhere during installation. So it is the default one.
    SID: The SID of the pluggable database being asked and. In this case it is "PLUGDB"
    SYS password: The password of the sys account.
    How do I resolve this error?

    I am sorry for having asked this question outside the forum that I am supposed to for the issue. Progressing further on the issue, yes I have tried connecting them using the credentials and it succeeds connecting the database. On digging further I found that I have been installing the 12c Cloud Control setup on 12c database with pluggable-container database architecture, unfortunately which the 12c Cloud Control EM does not support to be installed on. To install the 12c EM Cloud Control we need to install it on either of the two databases:
    1) A pre-12c instance, i.e. 11g database (OR)
    2) 12c database installed as a regular installation (as we install the 11g DB) which is not installed as a container-pluggable database combination (This option needs to be selected at the time of database installation).
    Oracle can support monitoring the databases which contain the container-pluggable database structure along with the single instance and RAC architecture, but to install the EM Cloud Control setup, it cannot be installed on DB's which consists container-pluggable structure.

  • Table control scrolling issue

    hi,
          I am having a issue with table control scrolling. When i was passing less number of records (say 19 records becuase table control is having 19 lines) to table control in BDC call transaction, everything is working fine. after filling the 19 line items its not taking the next line item the page is not scrolling down. T.code is <b>GS02</b>. please suggest me. following is my code
    REPORT ZLOCK_WBS_ELEMENTS  MESSAGE-ID ZFI_RESTMT.
                           TYPES                                         *
    *types declaration for final internal table
    types: begin of ty_final,
             ryear       like zupi5a-ryear,  "Fiscal year
             rbukrs      like zupi5a-rbukrs, "Company code
             racct       like zupi5a-racct,  "Account number
             rzzps_posid like zupi5a-rzzps_posid, "WBS element
             rzzmtit     like zupi5a-rzzmtit, "MPM title
             rzzmfor     like zupi5a-rzzmfor, "MPM format
             rzzmatnr    like zupi5a-rzzmatnr, "Material number
             rzzcou      like zupi5a-rzzcou, "Country
             rzzfow      like zupi5a-rzzfow,  "Financial owner
             rzzoow      like zupi5a-rzzoow,  "Operational owner
             rzzcon      like zupi5a-rzzcon,  "Licensee Contract
             rzzloc      like zupi5a-rzzloc, "Licensor Contract
             kostl       like zupi5a-kostl,  "Cost center
             zzfam       like zupi5a-zzfam,  "Fame Number
             zzfor       like zupi5a-zzfor,  "Format
             zzprd       like zupi5a-zzprd,  "Product Line
             zzwin       like zupi5a-zzwin,  "Window group
             zzwig       like zupi5a-zzwig,  "Window
             rtcur       like zupi5a-rtcur,  "Currency Key
             tsl         like zupi5a-tsl,  "Amount Transaction currency
             hsl         like zupi5a-hsl,  "Amount Co. code currency
             ksl         like zupi5a-ksl,  "Amount Group currency
             msl         like zupi5a-msl,  "Quantity
           end of ty_final.
    Data
    data:  j_final2      type standard table of ty_final,
           v_final2      type standard table of ty_final.
    data:  wa_final2     type ty_final.
    data:  bdcdata like bdcdata occurs 0 with header line,
           messtab like bdcmsgcoll occurs 0 with header line.
    data :begin of i_values occurs 0.
            include structure setvalues.
    data :end of i_values.
    data: v_counter(3) type n value '0',
          v_from    like rgsbl-from,
          V_FROM(30) TYPE C,
          v_setname like zfi_setid_cc-setid,
          v_setid like sethier-setid,
          n type i,
          l type i,
          k type i value '1',
          p_rbukrs like zupi5a-rbukrs.
    import p_rbukrs from memory id 'bukrsid'.
    import i_final2 to j_final2 from memory id 'table'.
    To eliminate duplicate WBS elements to be stored into the sets
    v_final2 = j_final2.
    sort v_final2 by rzzps_posid.
    delete adjacent duplicates from v_final2 comparing rzzps_posid.
    select single setid into v_setname
           from zfi_setid_cc
           where rbukrs EQ p_rbukrs.
    IF sy-subrc <> 0.
      MESSAGE E005.
    ENDIF.
    *write 'ZFIRESTATEMENT' to v_setname.
    call function 'G_SET_GET_ID_FROM_NAME'
         EXPORTING
              shortname = v_setname
         IMPORTING
              new_setid = v_setid.
    call function 'G_SET_TREE_IMPORT'
         EXPORTING
              client     = sy-mandt
              langu      = sy-langu
              setid      = v_setid
         TABLES
              set_values = i_values.
    describe table i_values lines n.
    describe table v_final2 lines l.
    write n to v_counter.
    clear bdcdata.
    refresh bdcdata.
    perform bdc_dynpro      using 'SAPMGSBM' '0105'.
    perform bdc_field       using 'BDC_CURSOR'
                                  'RGSBM-SHORTNAME'.
    perform bdc_field       using 'BDC_OKCODE'
                                  '/00'.
    *perform bdc_field       using 'RGSBM-SHORTNAME'
                                 'ZFIRESTATEMENT'.
    perform bdc_field       using 'RGSBM-SHORTNAME'
                                  v_setname.
    loop at v_final2 into wa_final2.
       v_counter = v_counter + 1.
      perform bdc_dynpro      using 'SAPMGSBM' '0115'.
      concatenate 'RGSBL-FROM(' v_counter ')' into v_from.
      perform bdc_field     using 'BDC_CURSOR'
                                  v_from.
      perform bdc_field     using 'BDC_OKCODE'
                                  '/00'.
      perform bdc_field     using 'RGSBS-TITLE'
                                  'FI Restatement-WBS locking'.
      perform bdc_field     using v_from
                                   wa_final2-rzzps_posid.
    endloop.
    perform bdc_dynpro      using 'SAPMGSBM' '0115'.
    perform bdc_field       using 'BDC_CURSOR'
                                  v_from.
    perform bdc_field       using 'BDC_OKCODE'
                                  '=SAVE'.
    perform bdc_field       using 'RGSBS-TITLE'
                                  'FI Restatement-WBS locking'.
    perform bdc_dynpro      using 'SAPMGSBM' '0105'.
    perform bdc_field       using 'BDC_OKCODE'
                                  '/EBACK'.
    perform bdc_field       using 'BDC_CURSOR'
                                  'RGSBM-SHORTNAME'.
    call transaction 'GS02'
      using bdcdata
      mode 'A'
      update 'S'
      messages into messtab.
           Start new screen                                              *
    form bdc_dynpro using program dynpro.
      clear bdcdata.
      bdcdata-program  = program.
      bdcdata-dynpro   = dynpro.
      bdcdata-dynbegin = 'X'.
      append bdcdata.
    endform.
           Insert field                                                  *
    form bdc_field using fnam fval.
      if fval <> ' '.
        clear bdcdata.
        bdcdata-fnam = fnam.
        bdcdata-fval = fval.
        append bdcdata.
      endif.
    endform.
    this is working fine when they r less than 19 line items. please suggest me with the logic when it is more than 19 line items.

    Hi,
    Just try to increase the table control lines before display.
    v_counter = n + 10.

  • Purchase order confirmation control key issue

    Hi,
    We have an issue about vendor confirmation control key in transactions ME21N/ME22N
    We have custom document types defined , ZNB - this is normal purchase order for external vendors and ZSTO - this is stock transfer orders between plants belonging to our corporation.
    For ZNB we can introduce the confirmation control keys with no problem.
    But when we try to introduce the confirmation control key for the ZSTO document type, the value is simply ignored and the field is reset to blank (NO error message)
    My question what can be the reason for this , probably there is some customizing setup that creates this behaviour but I cannot find it.
    Thanks
    H.Z.

    I put this succesive screen shots, first I select the confirmation key and after pressing enter the field is reset to blank .....
    I was trying to find also user exista but with no success so far ....
    Thanks
    H.Z.

  • SSRS web based report viewer control rendering issues - text getting clipped chopped off

    Hi,
    I am using web based SSRS report viewer control to display SSRS reports in browsers like Chrome, FF, IE, Safari etc. My issue is some text is getting chopped off (clipped) in all cells of some reports. I investigated on my end by analyzing generated HTML
    and I could see a problem in the HTML that report viewer control is generating. But I am afraid to apply any HTML or Javascript hacks at the moment considering we have hundreds of reports.
    You can see in above image how text got chopped off. The problem in HTML (given below) is the text has been wrapped in a div tag with a fixed height. If I remove the height and also padding on parent TD, the text appears properly.
    <td class="A23dfe7c5f99245f2a0db522a22a6035597c" style="HEIGHT:5.00mm;background-color:#d3d3d3;"><div style="HEIGHT:3.24mm;overflow:hidden;"><table lang="en-US" cellspacing="0"
    cellpadding="0" border="0" class="Pd9776e5f7eaf4df696265b8b49d1da39_1_r17"><tbody><tr><td class="A23dfe7c5f99245f2a0db522a22a6035597" style="word-wrap:break-word;white-space:pre-wrap;">MyType11</td></tr></tbody></table></div></td>
    Please let me know if you have faced a similar scenario before.
    Here is link to stackoverflow thread -
    Stackoverflow thread
    Regards
    Murtaza

    Hi Murtaza,
    According to your description, when you display the report with Report Viewer control, the data within the text is cutoff.
    Based on my research, the issue could cause by that Arial Unicode MS font hasn’t been installed on the server where Reporting Services run. Besides, when we use ReportViewer control to render report, we’d  better set
    AsyncRendering="true" in the Report Viewer control. Also please run the IE with compatibility mode. For more information, please refer to similar threads below:
    Data in column getting cut-off in report viewer control
    SSRS Rendering Issues
    If you have any question, please feel free to ask.
    Best regards,
    Qiuyun Yu
    Qiuyun Yu
    TechNet Community Support

  • NetStream Video Control button issue

    The stop button plays as expected.  The play/pause button plays as expected.  The issue is when you press pause which will cause the play button to appear, then press stop.  the video automatically plays and it shouldn't. I have bolded the control button script for convenience.
    var nc:NetConnection = new NetConnection();
    nc.connect(null);
    var ns:NetStream = new NetStream(nc);
    theVideo.attachVideo(ns);
    ns.play("LOB2_0644_new.flv");
    stop_mc.onRelease = function(){
    playpause_mc.gotoAndStop("playing");
    ns.seek(0);
    ns.pause();
    playpause_mc.onRelease = function(){
    ns.pause();
      if (this._currentframe == 1)
            this.gotoAndStop("playing");
            movie_mc.play();
        else
            this.gotoAndStop("paused");
            movie_mc.stop();
        } // end else if
    } // End of the function
    var videoInterval = setInterval(videoStatus,100);
    var amountLoaded:Number;
    var duration:Number;
    ns["onMetaData"] = function(obj){
    duration = obj.duration;
    function videoStatus(){
    amountLoaded = ns.bytesLoaded / ns.bytesTotal;
    loader.loadbar._width = amountLoaded * 424;
    loader.scrub._x = ns.time / duration * 424;
    var scrubInterval;
    loader.scrub.onPress = function(){
    clearInterval(videoInterval);
    scrubInterval = setInterval(scrubit,10);
    this.startDrag(false,0,this._y,424,this._y);
    loader.scrub.onRelease = loader.scrub.onReleaseOutside = function(){
    clearInterval(scrubInterval);
    videoInterval = setInterval(videoStatus,100);
    this.stopDrag();
    function scrubit(){
    ns.seek(Math.floor((loader.scrub._x/424)*duration));
    _root.createEmptyMovieClip("vSound",_root.getNextHighestDepth());
    vSound.attachAudio(ns);
    var so:Sound = new Sound(vSound);
    so.setVolume(100);

    before executing gotoAndStop("playing") check if playpause_mc is already on the "playing" frame.   if it is, do nothing.  if it's not, execute your gotoAndStop().
    also, you probably want:
       else
    ns.play();
            this.gotoAndStop("paused");
            movie_mc.stop();
        } // end else if

  • Lightroom 2.0 Develop Control Speed Issue?

    Hi, just upgraded from Lightroom 1.4.1 to Lightroom 2.0.
    First off, a big hats off to the fantastic talents at Adobe for putting out a pretty great release with some killer features. I am really enjoying the update---particularly the awesome camera profile feature----now my reds and oranges from my Canon DSLR are exactly as I expected them to be.
    Now a problem I seem to be noticing (before commenting please check below the problem text to see my setup and also the things I have already done to resolve the issue):
    The Problem:
    I notice that when I am in the Develop module and manipulating the controls to do my edits that compared to version 1.4.1 the controls seem to be a good deal less smooth (in that I mean it is a good deal more difficult to get nice smooth fine controls---rather it seems jumpy and moves in coarser increments). This just might be my mind, but when I enable a second monitor the controls seem to be even more jumpy or less smooth).
    To make sure I wasn't imagining things I opened up another catalog of images in version 1.4.1 (a catalog that hadn't yet been converted over to the new 2.0 version) and carried out the same edit. In version 1.4.1 the controls were extremely smooth and moved so finely that I was able to get 1 digit changes very easily with my mouse.
    What I have already done to resolve this problem:
    1. I have properly updated my catalog to the 2.0 version.
    2. I have optimized and restarted the catalog.
    3. I have made sure that auto write to XMP was NOT enabled.
    My system (fairly new and fairly powerful):
    --Macbook Pro 2.5 Core 2 Duo Penryn
    --4 GB of RAM
    --Catalog on fast RAID drive setup for 0 connected via Firewire 800 (same as before the lightroom update)
    --Free space on Macbook Pro is about 150GB
    --512 GeForce 8600M GT Nvidia card
    The Questions:
    Is anyone else having this problem? Also does anyone think this might have anything to do with recent news about 8600M GT cards going bad---perhaps Lightroom 2.0 takes advantage of the GPU more so than 1.4.1 did? If Lightroom 2.0 is indeed taking advantage of the graphics card more than 1.4.1 does anyone think that 2.0 might over working the graphics card and therefore allowing the card's flaw to show through in jittery UI controls?
    Other thoughts?
    Thanks in advance for people replying to this post.

    I also have a problem with the adjustment brush. Very slow and jerky to use, almost useless with larger brush. If I try to adjust the slider once an area is selected it can take >4s to update and if a bit hesitant in moving the slider each tiny movement gets interpreted as a new command and the display gets updated every 4s until it runs out of commands in the buffer. Also I get the problem with the sliders remaining coupled to the cursor even when it is somewhere else entirely. At first I thought it was operating like the curve region sliders but something else is happening.
    Using
    LR2 full
    XP Pro SP2
    dual core pentium 3.2GHz
    4Gb RAM
    Matrox Millennium P650 PCIe 128
    >40Gb free space all drives
    cache on different drive to program
    Wacom tablet

  • CRM to ECC: Controlling Integration Issue while saving Service Transactions

    Hi,
    We have configured all CRM service functionalities with ECC integration. We have also set up controlling integration following best practices document.
    We are getting the following error whenever we try to save any service transaction (Service Contract or  Service Order).
    u201CAn error occurred in system XXXXECC during account assignmentu201D
    u2022     Errors in prerequisite object Item 2000000042/100 (Notification E IAOM 026)
    u2022     Collector posting not allowed on account (Notification E YAM_RE 013)
    Please help to resolve this issue.
    Thanks,
    Prish

    Hi Ashish,
    Could you please tell me how do we assign the debit memo request to the internal order.
    I am creating a debit memo request from the confirmation. the debit memo request doesnt have the internal order number that was created in ECC. And hence, I am not able to post the revenue from the confirmation to the internal order.
    Could you please help.
    Regards,
    Itisha

  • CS service order budget can't control goods issue from stock?

    Hi experts,
    I set budget to a service order(CS), it can control Purchase order from service order, however it can't control the good issue from stock(type "L") !  Is it the setting problem? how to deal with it?
    best regards
    lance

    1st
    If you actually bothered to read my post, you would see that I decided to change for the X220 after I saw it in the flesh and realised how much close it was to the X121s dimensions. If lenovo wishes this not to happen very often, they should bother do something about the fact that there is no Lenovo dealership/agent/representative in Oxford.
    2nd.
    If Lenovo lists paypal as payment method, they should honour it. Otherwise, do not list it at all.
    3rd.
    If lenovo says that I can cancel the day I ordered with no implication, they should also honour this. Not ignore my e-mails (contrary to the terms & conditions stated) and ship it so I can perhaps keep it. That's not good business practice. That's playing dumb.
    They had 5 days to cancel, they prefered to wait for the item to be produced/stocked so that they can ship it to a small hamlet in Oxfordshire (half the way around the globe) so I can send it back. So yeah, this little laptop will circumvent the Earth.
    If this is not wasteful, then what is?
    As far as I am concerned, it took me 10 telephone calls and to DR just to get the cancellation e-mail which should be sent immediately.
    If you do not value your time, it is your problem, not mine.
    I will not be buying a Mac either as I do not like the product, but the difference in service couldn't be more stark.
    All the best,
    Sav.

  • Grid control switchover issue

    Hi,
    I have carried out the following
    a 10g database install on 2 servers
    enabled dataguard between them so I have a primary and a standby database.
    I then installed Grid Control onto each server using the opetion to install into an existing database. this worked.
    On the standby server opmnctl is shutdown and the database is a PHYSICAL STANDBY.
    when I do a dataguard switchover I see the standby database is now the primary. I restart opmnctl and go to the web browser to look at Grid Control.
    The issue I have is that Grid Control, even though it is on the standby server, points to the primary server. How can I change this behaviour
    When I first started Grid Control I had to perform the following actions
    [oracle@griddg bin]$ ./emctl status emkey
    Oracle Enterprise Manager 10g Release 3 Grid Control
    Copyright (c) 1996, 2007 Oracle Corporation. All rights reserved.
    Please enter repository password:
    The Em Key exists in the Management Repository, but is not configured properly or is corrupted in the file system.
    Configure the Em Key by running "emctl config emkey -repos".
    [oracle@griddg bin]$ ./emctl config emkey -repos
    Oracle Enterprise Manager 10g Release 3 Grid Control
    Copyright (c) 1996, 2007 Oracle Corporation. All rights reserved.
    Please enter repository password:
    The Em Key has been configured successfully.
    after this gridcontrol was able to start but points to the wrong host.
    rgds
    alan

    hi,
    the steps I took are as follows
    1 - precreate a database on the primary and standby.
    2 - configure the tnsnames and listener files so that the databases can talk to each other
    3 - create a standby control file from the primary database.
    4 - copy all database files from the primary to the standby
    5 - copy the standby controlfile to the standby
    6 - start the primary database
    7 - start the standby database but only mounted, check database_role from v$database; it should be physical standby
    8 - install Grid Control on the primary server with the option to install onto an existing database. Complete this installation.
    9 - Install Grid Control onto the standby server with the option to install onto an existing database. Complete the installation and then carry out an 'opmnctl stopall'
    10 - all being well Grid Control should now show both hosts and databases.
    11 - create a dataguard configuration from within GC
    The standby database cannot be discovered correctly in GC and this must be because it is in a mount state, not sure what to do about this. This then meant that I had to carry out a switchover from the command line. I am just testing this now and will post back when complete.
    regards
    Alan

  • 0IC_C03 Inventory Control Data Issue

    Dear Gurus,
    We have implemented BI 7.0 with the latest support package as of 1st May 2011. Issues are coming relavent to 0IC_C03 infocube for inventory control. I have followed the how to guideline but issues are there.
    I have done the following settings:
    1:To fill up the extractor for 2LIS_3_BX i have used the Transaction MCNB (All Stock Including non-valuated).
    2: To fill up the extractor for 2LIS_3_BF i have used the Transaction OLI1BW (Posting Date till 2999).
    3: To fill up the extractor for 2LIS_3_UM i have used the Transaction OLIZBW (Posting Date till 2999).
    4: To generate the IP for 2LIS_3_BX for the opening stock balances the update mode CREATE OPENING BALANCE is not showing so i have used the update mode Generate Initial Status.
    5: After running the IP for 2LIS_3_BX i run the DTP with extraction Mode "Initialize non commulative".
    6: In the infocube Manage for 0IC_C03 i go in the collapse tab and enter the 2LIS_3_BX Request ID and uncheck the "NON Marker Update" to compress the request.
    7: I generate the IP & DTP for both 2LIS_3_BF & Then 2LIS_3_UM and compress both the requests in the cube by the checking the "NON MArker Update"
    8: When i run the query the data is not coming out right. Some records have negative values and some have wrong values.
    Kindly tell me what to do.
    Also, ive seen people using 2LIS_3_BF & UM only but not BX. How will this solution be implemented?
    Regards,
    Shahzad Khero

    Dear Guru,
    As off now here are the issues:
    Quantity Total Stock is matching the stock in ECC 6.0 in transaction MB5B. The issue lies with the Issue Quantity Total Stock
    & Receipt Quantity Total Stock. The values are not showing accurately but the new balance per posting date are showing accurately.
    For e.g. Cube: 0IC_C03
    Calendar Day     Issue Quantity Total Stock           Receipt Quantity Total Stock                          Quantity Total Stock
    03/31/2010                           0.000  MT                                 63.000  MT                                                63.000  MT
    04/1/2010                           78.940  MT                                 91.410  MT                                                75.470  MT
    04/2/2010                           18.000  MT                                 0.000  MT                                                57.470  MT
    MB51
    Posting Date       Issue Quantity Total Stock           Receipt Quantity Total Stock                          Quantity Total Stock
    03/31/2010                           0.000  MT                                 63.000  MT                                                63.000  MT
    04/1/2010                           68.940  MT                                 81.410  MT                                                75.470  MT
    04/2/2010                           18.000  MT                                 0.000  MT                                                57.470  MT
    As you can see the issue & reciept docs are different but the impact on quantity total stock is fine. On top of that the material documents showing in PSA are slightly more than actual showing in MB5B & MB51. Some material documents are showing as a debit entry as well as credit entry in PSA but in reality they have a debit entry or a credit one. Kindly give me a feedback.
    Regards,
    shahzad

  • Two Company Codes and one Controlling  Area  Issue

    Hi,
    Client has company code 1000 and 1001
    Company code 1000 has been assigned to controlling  area 1000,but company code 1001 was not assigned to controlling area.but in last month they have posted FB75 credit memo with profit center.Now when they are trying to post the same it is giving the error saying company code was not assigned to controlling area.
    they are also using document splitting concept.How to solve this issue without assigning profit center.
    why this is giving the error now and why it was accepted before.any idea.
    Thanks
    Sunitha

    HI,
    Can u explain clearly for which company code u have posted document in FB75. If it is 1001 Company code It will not able to take Profit center or any cost object. Since u have not assigned comapny code 1001 to controlling area 1000.
    Please check Correctly.
    Regards,
    Sreekanth

Maybe you are looking for