Organization Suspense Account Setup in Labor Distribution

Hi,
We are doing the Labor Distribution Setup for our Client. Our Destination is to Transfer the data to Oracle Projects.
The Issue is with Creating an Organization Suspense Account which is Madatory Part of LD Setup.
We have created a Generic Suspense Account Organization, but When we tried to Populate the Projects, Taska, Awards, Expenditure Type and Expenditure Org for Projects, it is not allowing to do. The field is protected against Update and when tried even then also it throws the error
"APP-PSP-138235: Charging Instruction cannot be updated. Payroll has been imported with Payroll period end date of".
Can anyone please help us in this. As we are working for the first time in LD, we are not sure with the Setup and Profile Options also.
Thanks,
Kamatchi

Hi,
Configure Outlook to connect to your CAS on port 587 (CASSERVER\Client Frontend CASServer) and make sure that "My outgoing server (SMTP) requires authentication" is checked.
Martina Miskovic

Similar Messages

  • How to leave account setup screen

    recently I upgraded to OSx Yosemite, and needed to remake an admin account using the mount -uw and .applesetupdone, but once I finish with the new account setup, it says "creating account" and then goes back to the "welcome, choose country" screen and makes me go through the account setup again. The proceas restarts every time the setup finishes. How can I get back to my accounts and away from this setup screen?

    Uprise78, its apparent that you love the SDK just as it is and take the problems as personal challenges to be overcome. That is fine.
    I like the iPhone, I like Apple, but I'm not satisfied with the current iPhone SDK and I want Apple to make it a real platform where I do not have to be ingenious to get the basics that a platform should provide. Moreover whole classes of applications that should be possible are just out of the question. Its a big step forward from Brew, Rex and the like. I don't plan to go back there nor do I plan to develop for WinMobile again any time soon. But it's more than just "low level goodies" that are missing here and saying that ingenuity is all that is needed a pretty naive statement. I would rather see developers empowered by the platform than spending effort overcoming its (artificial) obstacles.
    The point that was missed is that Apple drastically changed the landscape in mobile and soon its going to evolve further with Android and Windows Mobile and their forthcoming distribution models. Its a reality that Apple will soon be faced with and from what I have seen it stands to be a tough fight where it could have been (and potentially still could be) a cake walk. At the end of the day I would rather stand on the winning side with Apple but there are problems and there are many who have concerns that Apple is not making the right choices with regard to developers and the SDK.

  • Balancing Segment Value assignment to Legal Entity using Account Setup Mgr

    Hello,
    This is on r12.06
    By mistake- I did not assign BSV at Legal Entity level, insteady I directly assigned at Ledger level. Now, I am getting following error when running "Accounting Program" standard program
    The subledger journal entry contains lines with balancing segment values that are not assigned to any legal entity.  Unassigned balancing segments cannot be used to balance a subledger journal entry with balancing segments already assigned to a legal entity.  Either update the balancing segment value assignments for the ledger ADP/Claims Solutions Group or update the balancing segment values used on the subledger journal entry Upon research, It was discovered that that the Balancing segment is assigned only at ledger level and it is not assigned at Legal Entity level in account setup manager.
    When I attempted to assign the BSV at LE level, it is not showing the BSV in list of values.
    I even end dated BS at ledger level and tried again but still the concerned BSV is not showing up in LOV at Legal entity level.
    Now I am completely stuck. Any idea what am I missing? Why, the new BSV is not showing up at LE level LOV when attempting to assign BSV at LE level?
    Thank you for reading this post in advance.
    Regards,
    R

    Once a BSV is assigned to the ledger it does not appear in the LOV of BSV-LE assignment field. Pl see if you can delete the BSV from ledger assignment, then only you can re-assign to LE. In my opinion, it allows you to delete the BSV from ledger level if you have not already used it in transactions. In your case, I wonder if it will allow you to delete it. If not, you have to raise SR with Oracle support.
    Thanks
    Tarun

  • Mobile account setup stops syncing and acts like a network user

    Mobile account setup stops syncing and acts like a network user system under ODM
    Setup: Mobile laptop users authenticating against an ODM. Every user has a networked home directory on an Xserve. The whole setup is 10.4 (client and server). All systems run a standard image. Most effected systems have been re-imaged since the onset of the issue.
    Issue: Some of the users are not syncing properly every time. It is as if the system forgets it is a mobile system and reverts to using the User's network home (instead of saving to /Users and syncing). If the user is effected, the system will not even accept cached credentials if they are off network. This forgetfulness does not seem to follow any pattern and does not effect all of our mobile users.
    In mucking about trying to find a cause to this issue I ran across an oddity in all effected systems Netinfo database. The users are each listed twice. Each entry has the same username, short name and UID. Also, In each case one record looks wrong... this varies somewhat from user to user, but in each case there is marked difference in the record's contents. Deleting the incomplete record in Netinfo manager seems to solve the issue (seems, as we are very early in testing this).
    Anyone have a clues as to where this double came from? The only lead so far is that it looks like the users having issues pre-date the use of mobile accounts. At some time they all had local accounts that authenticated against the ODM but never synced or had networked home directories. The pool of users who just got laptops (and thus never had a local account) seem unaffected so far.
    Also, what is the best way to browse the ODM master to find these duplicates?

    I have a similar issue with computers bound to Active Directory. Users occasionally have a problem logging into their computers even though their account is fine. Logging in as Admin and running netinfo manager always shows duplicate user accounts. Deleting the one that says disabled always clears up the issue. I'd like to find a startup script that would delete the disabled account, thus preventing the issue.

  • SAP Add On for Crystal Reports - no window for account setup

    Already installed the add on: windows server 2008 64 bit / SAP Business One 8.8 PL 12.
    Crystal Runtime is installed too.
    After activating the add on, we tried to do the 'account setup'.
    But there was a error: ' Item - could not commit action because the item is currently in focus [66000-23].
    Anyone there to help us solving ?
    thx

    To solve the issue you must launch the following queris on SQL Server Manager:
    CREATE TABLE [dbo].[SAP_CR_REPORT_GROUP](
         [GroupName] [nvarchar](50) NULL,
         [RowId] [numeric](18, 0) IDENTITY(1,1) NOT NULL
    ) ON [PRIMARY]
    CREATE TABLE [dbo].[SAP_CR_REPORT_GROUPUSER](
         [UserId] [numeric](5, 0) NULL,
         [GroupId] [char](10) NULL,
         [RowId] [numeric](18, 0) IDENTITY(1,1) NOT NULL
    ) ON [PRIMARY]
    CREATE TABLE [dbo].[SAP_CR_REPORT_REPORT](
         [ReportName] [nvarchar](50) NULL,
         [ReportDescription] [nvarchar](100) NULL,
         [ReportPath] [nvarchar](1000) NULL,
         [IsPublic] [char](1) NULL,
         [ModuleUID] [char](20) NULL,
         [RowId] [numeric](18, 0) IDENTITY(1,1) NOT NULL
    ) ON [PRIMARY]
    CREATE TABLE [dbo].[SAP_CR_REPORT_REPORTGROUP](
         [ReportId] [numeric](18, 0) NULL,
         [GroupId] [numeric](18, 0) NULL,
         [RowId] [numeric](18, 0) IDENTITY(1,1) NOT NULL
    ) ON [PRIMARY]

  • Why is the "From:" field being changed in Mac Mail.  I have multiple gmail accounts setup and it seems to change the "FROM" field even though I've selected which account to use to send the email.

    So
    I've got multiple gmail accounts setup in Mac Mail.
    Somtimes when I send or forward emails, it uses the wrong FROM field even though I'm declaring
    specifically which account to use.
    This becomes apparent when the person replies to my message and it goes to the wrong account

    Check you accounts in Mail and make sure each account has the correct outgoing server address. Check the box to use only that server.
    Second, go to the gmail website and in settings under the account tab, make sure you have the correct settings for replying to messages.

  • I'm trying to have existing Exchange accounts setup on my new iMac and can't get it to work.

    I have existing Exchange accounts setup on my iPhone and iPad to access my work email.  I'm trying to do the same on my new iMac and can't get it to work.  I have it setup the same as my iPad and it asks me for my password over and over...any suggestions?
    <Re-Titled By Host>

    Hi mwatts18,
    As a preliminary troubleshooting step, you should reference the information in the following article:
    OS X Mail: Troubleshooting sending and receiving email messages
    http://support.apple.com/kb/TS3276
    I would especially suggest that you delete the account and re-add it, making sure that you are entering the correct password when you add the account. Thanks for being a part of the Apple Support Communities!
    Regards,
    Braden

  • My Mac has been stolen, but I have my iCloud account setup. The "find my mac" app has found the apartment block it's in, but I need an IP address. Is there a way to see the IP address of my Mac through iCloud?

    My Mac has been stolen, but I have my iCloud account setup. The "find my mac" app has found the apartment block it's in, but I need an IP address for the police to go and claim it. Is there a way to see the IP address of my Mac through iCloud? I've tried to get the IP address through Gmail and Dropbox but no success. Is there any software that updates automatically that I could find the IP address through?

    Shouldn't the IP address be on the box you bought the machine in? If you have the box, take it to the police as evidence that it's your machine. If I were you, I would set the firmware password when you get it back, but make sure you have the password written down in a safe place. If you forget it, there's only two ways to reset it. Either pay $400+ for the tool that can do it, or pay almost nothing for Apple to do it, I think it depends on where you live. The firmware password is this encrypted password and it can't be hacked either. The password prevents anyone from booting the machine into recovery mode, thus preventing them from restoring the computer to factory settings or performing any other functions. It's not stored in the hard drive so replacing that will be of no use either.
    I hope you get your Mac back and I hope this was helpful!

  • Not able to clear the cenvat suspense account

    Hi Experts,
    Is there any T.code or short-cut method to find out the clearing documents for every open items in cenvat suspense account. Is it possible to run in the automatic clearing method through T.code:F.13
    in the absence of month end processing.
    Thanks & Regards,
    J.Francis

    Yes , you can clear the clearing account even you are not doing month end process via f.13 subject to you have configured the Automatic clearing in system.
    You can find the clearing document in FBL3n itself by screen layout. Or in BSEG table AUBGL feild gives you details of clering document .
    Hope this will helps you
    Regards
    Parag

  • I am a teacher that uses the iPad in the classroom.  I have an itunes account setup for my classroom without a credit card listed. Is there anyway for me to purchase apps to use in the classroom with a Purchase Order?

    I am a teacher that uses the iPad in the classroom.  I have an itunes account setup for my classroom without a credit card listed. Is there anyway for me to purchase apps to use in the classroom with a Purchase Order?

    (Being sarcastic - its because only the US is big or important enough to warrant volume licensing....)
    At this time, until Apple decides to release volume licensing structures outside of the US the only solution would be to use your purchase orders with a company that sells the iTunes Vouchers and redeem those.
    However - even then its hard to stay on the right side of the EULA when the terms are all couched in reference to "Personal Use"
    I have spoken to some developers in the past about educational discounts, or even support for proxies, and wasn't really impressed with their answers.   But hey - even Adobe has trouble with proxies and consistent approaches - we can't expect independent developers to be able to match the same capabilities...

  • Clear shortages to suspense account

    Hi,
    We have had a situation where several shipments where found to be short by several units on several lines for three orders. We have since developed a process to receive all product on the order and write shortages to a suspense account which will then be properly cleared. However,  with these three previous orders, SAP will not allow us to go in and receive in the shortages. We need to clear all shortages shown in the MB5T report for orders 4500193685, 4500197424 & 4500204456 to a the interco suspense account 1200000.
    Can anyone please tell me how to clear the shortages
    Thanks

    Try tcode F-03 - Clear . There you can clear a properly set up (open item)account to another GL account. Put in your GL account and documents. Write off the amounts to the account you desire.

  • Cannot amend Bank account in House Bank Accounts-setup

    Hi,
    Customer is using 2007A PL30
    With recent bank merging, a new bank account had been given to its customer. As such, customer would like to amend Account No field in House Bank Accounts-Setup but hit errors "Fields cannot be updated" Customer would like to continue posting into same G/L account for both incoming and outgoing payment history and bank reconciliation process purpose.
    Regards
    Thomas
    Edited by: Thomas Lai on Mar 4, 2009 10:27 AM

    A new bank account has to be setup.  You should not let customer to change their exist code.  A history has to be kept untouched for all financial records.
    Thanks,
    Gordon

  • House bank account & suspense account

    Hi all,
    Is it possible to make a normal G/L account as a house bank account when some postings are already made in that G/L?
    Also, how to create a suspense account and link it for payments to the house bank account.
    Thanks in advance.
    Stalin.

    Hi Stalin,
    Using an existing GL to be the main Bank Account for your House bank is not an issue as system will not stop you from using it, but please check for the following..
    1) If you are making it the Main bank Account, then it should not be open Item managed.
    2) Secondly, if it has balances already then either make postings and make it Zero, else the balance will not tally with the Bank Statement balance.
    Technically, it is not an issue at all..
    Regards,
    SAPFICO

  • Accounting Setups - Step Complete

    Hi all. I am new to Oracle R12.
    I am in the process of Accounting Setups - Reporting Currencies.
    I mistakenly clicked on Complete in the Reporting Currencies - Setup Step.
    It is now showing Green but I need to update the Currencies entries.
    Is there any way of opening up a Step once the Setup Step has been ticked as completed?
    Thanks...

    You took the trouble to create a thread to ask others for help; you took the trouble to reply saying you figured it out; you took the trouble to mark the thread as answered.
    Can you take the trouble to post the solution so other people who have the same problem in future can get help?

  • Using Suspense account to post records

    Hi,
    I have a situation which indicates that a file needs to be processed with huge no.of records in SAP.
    As a document limit we know that there is a limitation for processing records i.e ....Alineitem count should be untill 998 then the next set of records needs to be split .
    Could anyone guide me  asper how to split a set of records and then process or rather post the first 998 records in a suspense account and next set of records in another run?
    Thanks
    Kylie
    Edited by: kylietisha on May 26, 2010 3:34 PM

    Too bad - I couldn't find much even though I remember answering such a question years ago.
    OK - summarize:
    You cannot post a financial document with more than 999 items. this is an SAP hard limit. In fact SAP recommends not posting more than 950 items in a document because of automatic entries that may be produced.
    Let's say you have a file with 10,000 items that must be updated. You loop through the entire file and first determine that the sum of debits equals the sum of credits. If not, it's an error and you stop.
    Assuming they are equal, loop through it again in groups of 950 items.keep track of the total considering debits and credits. Create a line item for each of the 950 items and at the end of each 950 group, create an entry in the suspense account for the total of the 950 items. (so if the sum of the 950 items is a credit of $1,000, you create an item with a debit of $1,000 to the suspense account. You will likely not have an even multiple of 950 documents, so at the end, you must take the last group into account.
    If you have done everything correctly, after all the documents have posted, the sum of the suspense account should be 0.
    Rob

Maybe you are looking for

  • One person on one computer adding multiple electronic IDs or signatures to one document

    I recently created a simple form in Adobe LiveCycle Designer 8.  It has several places for signatures.  I sent along with the form the Adobe user guide instructions for creating electronic IDs and signatures.  However, in several instances, our execu

  • XML Namespace Prefix required

    Hello, our partner uses Biztalk to receive our SOAP calls. They tell us that each attribute and element needs to have the namespace prefix otherwise Biztalk cannot read it. We are sending: SAP XI Output <?xml version="1.0" encoding="utf-8" ?> <ns11:R

  • Streaming iPhoto to HD-Plasma Screen

    Hi guys, I love my new iMac G5...just switched from Windows XP. I posted a question to the iDVD forum, but need more details. I would like to stream a slideshow I created in iPhoto to my plasma HDTV that is 2 rooms away. A guy in the iDVD forum sugge

  • Disable Incessant Update Pop-up?

    I updated the last time and ever since Netflix has never been the same. It works great on all my other devices. (360/PC/Wii/PS3/Mac/Macbook even iPhone 4's) I learned my lesson and sure enough this time HDMI to DVI connector users (like myself) are r

  • OSX 10.6.8 - Admin Account settings - Can I revert or reset to default?

    Mac Pro 1,1 Dual Core Xeon 2.66 GHZ I recently upgraded to OSX 10.6.8 and can't get iTunes to launch under my primary Admin Account: itunes 11.0.3 won't launch in 10.6.8 We seem to have narrowed the problem down to account settings; iTunes will launc