Automatic Sign Assignment in BIP

Hi All,
I'm looking for a way to realize automatic sign assignment in BIP.
Does anyone know how to realize?
Regarding automatic sign assignment in former BPS,
we can use the standard function.
http://help.sap.com/saphelp_sem40bw/helpdata/en/0a/242537cedf2056e10000009b38f936/frameset.htm
I'm going to use the sign change function with BW hierarchy and formula variable,
but a calculated key figure could not be input ready.
I have no idea except this,
please advice me how to realize automatic sign change.
Best Regards,
Takuhito

Hello Takuhito,
as you mentioned BIP only has the sign reversal feature of queries; as this is modeled using formulas this can not be used for planning.
This is a known gap of BIP compared to BPS. Since this design of the sign reversal feature is ok for reporting it is not yet clear what is the right solution for BIP since it also using queries now for manual planning. In general it makes no sense to make formulas input ready. But may be the solution is to make simple formulas input ready and to have a feature similar to 'inverse formulas' in 'good old CO-PA'.
So a sign change that depends on master data values (the sign is a master data attribute) for input ready key figures can not be modeled in queries.
Best regards,
Gregor

Similar Messages

  • How do I stop Firefox from automatically signing in every time I restart

    About a week ago, Firefox started automatically signing in whenever I have restarted or shutdown and then turned laptop back on again.
    After the usual icons and stuff has reappeared on desktop, suddenly Firefox starts opening/signing in, without my asking it to open a window and sign in.
    This is occurring whether I've checked to "save and restore at start-up" or to "save and quit".
    Sometimes I want to do other work prior to signing into Firefox again.
    I have repeatedly reviewed Tools/Options in search of a setting to adjust. From researching this problem on the web, the only direction I found was to UNcheck "Accept Third Party Cookies" from Privacy settings.
    I tried this, to no avail.
    I don't know where else to look for whatever setting I need to adjust to have things the way they always were before -- namely, to sign in when I would click on Firefox icon, and it would then open up Firefox to either homepage or to restoring the tabs that I last had open.

    See the instructions for shutting off form AutoComplete at the following link.
    https://support.mozilla.com/en-US/kb/Form%20autocomplete?s=remember&as=s

  • Automatic key assignment not working....

    Hi,
      The automatic key assignment is trying to assign a null value to the primary key(AccountID) on saving the record causing an error. Line is bold.
    Regards, Bob
    CREATE TABLE [dbo].[AppGlobal](
    [AccountID] [int] Identity (1,1) NOT NULL,
    [AppID] [varchar](50) NOT NULL,
    [AppPassword] [varchar](50) NOT NULL,
    [AppNickName] [varchar](50) NOT NULL,
    [AppCreateDate] [datetime] NOT NULL
    ) ON [PRIMARY]
    Public Shared Function AddLogin(thisADB As AppDB, ByRef AuditHdr As auditHdr) As List(Of AuditLineItem)
    Dim LineItemList As New List(Of AuditLineItem)
    Dim LineItemSeq As Integer = 0
    Dim connection As SqlConnection = BTDB.GetConnection
    Dim insertStatement As String =
    "INSERT AppGlobal " &
    "(AppID, AppPassword, AppNickName, AppCreateDate) " &
    "VALUES (@AppID, @AppPassword, @AppNickName, @AppCreateDate)"
    Dim insertCommand As New SqlCommand(insertStatement, connection)
    AuditHdr = New auditHdr
    'AuditHdr.AuditID = 0
    AuditHdr.AccountID = 999999
    'Dim auditHdr As auditHdr
    AuditHdr.CreateDate = Now
    AuditHdr.TableName = "AppGlobal"
    AuditHdr.Action = "A"
    AuditHdr.ScreenID = gm_ScrID
    Dim auditLineItem As AuditLineItem
    insertCommand.Parameters.AddWithValue("@AppID", thisADB.AppID)
    auditLineItem = New AuditLineItem
    auditLineItem.AuditID = AuditHdr.AuditID
    LineItemSeq = LineItemSeq + 1
    auditLineItem.AuditSequence = LineItemSeq
    auditLineItem.FieldName = "E-mail"
    auditLineItem.BeforeValue = ""
    auditLineItem.AfterValue = thisADB.AppID
    LineItemList.Add(auditLineItem)
    insertCommand.Parameters.AddWithValue("@AppPassword", thisADB.AppPassword)
    auditLineItem = New AuditLineItem
    auditLineItem.AuditID = AuditHdr.AuditID
    LineItemSeq = LineItemSeq + 1
    auditLineItem.AuditSequence = LineItemSeq
    auditLineItem.FieldName = "Password"
    auditLineItem.BeforeValue = ""
    auditLineItem.AfterValue = thisADB.AppPassword
    LineItemList.Add(auditLineItem)
    insertCommand.Parameters.AddWithValue("@AppNickName", thisADB.AppNickName)
    auditLineItem = New AuditLineItem
    auditLineItem.AuditID = AuditHdr.AuditID
    LineItemSeq = LineItemSeq + 1
    auditLineItem.AuditSequence = LineItemSeq
    auditLineItem.FieldName = "NickName"
    auditLineItem.BeforeValue = ""
    auditLineItem.AfterValue = thisADB.AppNickName
    LineItemList.Add(auditLineItem)
    insertCommand.Parameters.AddWithValue("@AppCreateDate", thisADB.AppCreateDate)
    auditLineItem = New AuditLineItem
    auditLineItem.AuditID = AuditHdr.AuditID
    LineItemSeq = LineItemSeq + 1
    auditLineItem.AuditSequence = LineItemSeq
    auditLineItem.FieldName = "CreateDate"
    auditLineItem.BeforeValue = ""
    auditLineItem.AfterValue = CStr(thisADB.AppCreateDate)
    LineItemList.Add(auditLineItem)
    Try
    connection.Open()
    Dim insertCount As Integer = insertCommand.ExecuteNonQuery
    Dim selectStatement As String =
    "SELECT IDENT_CURRENT('AppGlobal') FROM AppGlobal"
    Dim selectCommand As New SqlCommand(selectStatement, connection)
    Dim AccountID As Integer = CInt(selectCommand.ExecuteScalar)
    gm_AccountID = AccountID
    If insertCount < 1 Then
    LineItemList = Nothing
    End If
    Catch ex As SqlException
    MessageBox.Show("SQL Server error #4 " & ex.Number & ": " & ex.Message, ex.GetType.ToString)
    Finally
    connection.Close()
    End Try
    Return LineItemList
    End Function

    See how to retrieve identity value through .net here
    http://www.aspsnippets.com/Articles/Return-Identity-Auto-Increment-Column-value-after-record-insert-in-SQL-Server-Database-using-ADONet-with-C-and-VBNet.aspx
    Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs

  • How to configure an automatic vendor assignment for a purchase requisition

    hi guys,
    how to configure an automatic vendor assignment for a purchase requisition in sap
    Thanks in advance

    hi Swathi,
    Check these Links out
    http://help.sap.com/saphelp_erp2005/helpdata/en/75/ee11e655c811d189900000e8322d00/frameset.htm
    http://help.sap.com/saphelp_erp2005/helpdata/en/5e/372e3b7532394ce10000000a114084/frameset.htm
    http://help.sap.com/saphelp_erp2005/helpdata/en/4d/2b912a43ad11d189410000e829fbbd/frameset.htm
    Regards,
    Santosh

  • OBYC changes in automatic account assignment

    Hi
    I've a question.
    We have configured automatic account assignment under BSX in OBYC with say, GL1.
    Now we observed that, it has changed to GL2 by mistake. Now we need to set it back to GL1.
    Will system automatically assign all the transactions to the changed GL (i.e from GL2 to GL1), meaning the old transactions as well, or we need to pass a JV for the rectification of the balances to the correct GL.
    Please advise.

    What must be the rectifying action for this?? Since this is a huge balance and Finance dept is not allowing to pass a JV with such a huge balance for audit reasons.
    Plz suggest from MM side what can be done coz reversing and re-posting the whole thing is not possible since its time consuming activity.

  • Automatically sign in

    Hi
    I have a requirement that when in a user email, there would be a hyperlink which would automatically login in to a web portal. The user will not be promted for a password. So whats the design alike.

    Ah .. this is quite a simple..There is only one way to solve this problem: Use cookies. When the user comes to the site for the veryyyyyyyyy first time. Take in his username and password and store it on 2 separate cookies.
    Cookie userCookie1=new Cookie ("UserName", uid);
    Cookie userCookie2=new Cookie ("UserName", pwd);
    userCookie1.setPath("/");
    userCookie2.setPath("/");
    res.addCookie(userCookie1);
    res.addCookie(userCookie2);Then when the user goes to the site the next time.. simply extract that particular cookie, get the details, authorize the user and let him in. No need of signing in..
    But the disadvantages of this approach is:
    1. Its PC specific. Cookies r set in 1 PC only. when the user tries to login from another PC... he has to sign in all over again.
    2. Serious security issues. Whoever uses the PC where the cookie is stored is automatically signed in.
    3. If the user manually deletes all the cookies from the 'history' of the browser.. he has to sign in again!
    Hope this info helps u!
    Good Luck!

  • Catalog Problem - Automatic vendor assignment problem...

    Hello All
    One of the procurement catalog (Green flow Items) was corrupted by uploading a supplier catalog Schema. We got this corrected by once again uploading the correct schema to this catalog and mapping it to the master catalog. There after the corrupted schema is published.
    After this when the users are creating the shopping carts with the items in this recovered catalog, 'Automatic Vendor Assignment' facility is not working . All these shopping carts are being directed to the Professional Purchaser, even though they are Green route shopping cart
    Due to the 'Automatic Vendor Assignment' failure; if the requisitioner manual enters then Vendors details when creating the Cart then the Vendor Details will appear in the Professional Purchasers In-Box.
    Alternatively; the Vendor Details will not appear.
    Did I miss any thing while correcting the the Procurement cataloge.
    Any help or guidance on this is very much appreciated.
    Thank you in advance.
    Wishes & Regards,
    Mahesh. J

    Hi,
    Please check returned OCI value from Catalog. Did you get correct business partner ?
    [https://service.sap.com/sap/support/notes/395312|https://service.sap.com/sap/support/notes/395312]
    Implement the Note 487917 and check the log in SLG1 transaction.
    Regards,
    Masa

  • Automate the assignment of iviews, pages, workset to role....

    Hello Gurus,
    We are using EP 7.0. Is there any tool available in EP 7.0 that will automate the assignment of different content objects, like assignments of iviews, pages and workset to role.
    We want to assign large no. of iviews, pages,worksets etc. to diffrenent roles. Is there anything available that will help us to automate the assignment, rather than manually assign the objects to the role as it will be a huge task and time consuming.
    Any help will be highly appreciated.
    Regards
    Deb
    [Points guranteed for helpful answers]

    Hi Deb,
    as far as I know there is no standard tool for mass assignment of content objects to portal roles. But you can easily develop your own solution. The folloowing sections of the SAP Library should be helpful:
    <a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/44/43863b2e641193e10000000a155369/frameset.htm">How PCD Lookups are Performed</a>
    <a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/44/726396278212d0e10000000a422035/frameset.htm">Working with Semantic Objects</a>
    <a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/44/703fd42043053ce10000000a1553f6/frameset.htm">Delta Links</a>
    Best regards,
    Martin

  • Automatic sign in not working ?profile.language=en?profile.language=en

    AccountB in use wtf

    I get the runaround when I sign in incorrect name,wrong password,and now (account B is in use) what happened to the automatic sign in ????!!!!

  • CC desktop app automatically signs out

    Recently extended my CC subscription, but now cannot open programs and the CC desktop app automatically signs me out as soon as I log in.  Help!

    Sign Out When Sign In http://forums.adobe.com/thread/1450581?tstart=0 may help
    -and http://helpx.adobe.com/creative-cloud/kb/unable-login-creative-cloud-248.html
    -and 'looping' https://forums.adobe.com/thread/1504792

  • Automatic acct assignment.

    Hi all,
    What are the steps in automatic account assignment config.
    Thanks in advance
    Vineeth

    Hello Vineeth,
    Here is the link which explains about automatic account determination process setup.
    http://help.sap.com/saphelp_46c/helpdata/en/90/7155967935d1118b3f0060b03ca329/frameset.htm
    Hope this helps.
    Regards
    Arif Mansuri

  • Why does my facebook application in my ipad doesnt place automatic sign in

    I have set my name and password in my settings for facebook app to personalized it on my ipad.howcome  automatic sign in doesnt show?

    See:
    iOS: Troubleshooting applications purchased from the App Store
    Contact the developer/go to their support site
    Restore from backup. See:
    iOS: How to back up
    Restore to factory settings/new iPod

  • How to disable automatic sign in from Skype for ma...

    Hi, all, there is a way to disable automatic sign in from skype for mac
    1. Simply turn off internet connection of your computer.
    2. Launch skype 
    Skype cannot sign in and you will get error screen, there you can sign in from your different account.
    Peace

    Another option is to sign out of the current account (under File), then uptick the box that says "Sign me in when Skype starts" before signing in again from whichever account takes your fancy.
    Entia non sunt multiplicanda praeter necessitatem.

  • Automatic output assignment for delivery document

    HI
    Can any bady let me know the pre requisites for automatic output assignment for delivery document with reference of PO(stock transfer order)
    As of now i configureded every thing fine, i add manually the output is working fine, and i created condition record also. only the things in this is
    i need this output automatically when i save my delivery document
    Regards,
    Vadivel

    Dear Vadivel,
    Go to your delivery output procedure control data here you you keep Manual only check box as uncheck for your Replenishment delivery output type.
    Also check the Requirement assigned to your Replenishment delivery output type.
    I hope this will help you,
    Regards,
    Murali.

  • 10.0.01 ver. doesn't sign-in automatically i look up password manager, it seems it saves usernames and passwords, when i visit websites i am not automatically signed in and when i reopen mozilla it keeps on asking main password to sign-in all the time.

    10.0.01 version doesn't sign-in automatically... i look up password manager, it seems to it saves usernames and passwords, when i try to visit that website i am not automatically signed in and when i reopen mozilla it keeps on asking main password to sign-in all the time... it happened after mozilla updated itself... please help about it.. (i dont have problems like this in Opera browser)
    mozilla fills user name when i click but after that it asks for main password (whats the purpose of remembering passwords if it will ask for main password)
    by the way main password for password manager is of course useful but it şs useful whenever i want to use it not all the time i open mozilla .
    and not all the time i open a website or forum which i often use...
    there were no problems before it updated itself...
    please tell me the solution

    my problem is not related with using main password or not...
    in former versions of firefox i was automatically signed in to websites without any click... it wasnt asking me to sign-in (because my usernames and passwords were remembered-and saved in password manager)
    in this version they are remembered again but i have to write first 2-3 letters of my username and it remembers my username then it remembers password...
    for example when i clicked twitter.com my account and my homepage as automatically opened, but in this version when i click twitter.com it opens the sign-in page and i write first 2 letters of my user name it remembers name and password and then i signin
    (difference i was at where i want to sign in with one click--- but in new version 1click for webpage-1 click for clicking to username are-1-2 letter writing to find my user name-1 click to remember password-1 click to sign in) an addition: also if i am using main password i am entering main password and click to sign-in
    This can be little problem to u, but it is really annoying problem, 9-10 clicks more for each webpage which i wanted mozilla to remember my usernames and passwords... it also asks main password if i am using...
    if i want to visit 5-6 different websites it means 70-80 clicks more and 50-60 letters typing according to your main password .. (in opera and mozillas former versions it is just 5-6 clicks)
    so main problem is the cookies were remembered in all the sessions but after it updated to v.10.0.1 expiry date of cookies of same websites that i visit are just for one session... it is not related with the websites and their servers that i visit because if so how can Opera remembers all the time...

Maybe you are looking for