Required Characteristics from 0BI_ALL for new custom object

Hello,
I created a small query with the following characteristics on 0BPARTNER info.provider
with the following characteristics
Rows:
Business Partner (0BPARTNER)
Country(0COUNTRY)
Region(0REGION) With Variable Mandatory
Now I need to secure this query by region.Hence started creating new authorization object ZREGUSCA using RSECADMIN and with the following charactertics / Dimensions limiting to only these characteristics out of 40 characteristics from 0BI_ALL.(I donot want to assign 0BI_ALL to S_RS_AUTH, if i do,i cannot secure this query)
0REGION
0TCAACTVT
0TCAIPROV
0TCAVALID
0APO_LOCNO
0CUSTOMER
0TCAKYFNM
My question is why do i need to have the last three characteristics (0APO_LOCNO,0CUSTOMER,0TCAKYFNM)
included in the object apart from the region and the special Characteristics? I found these three non related objects as required, after a lot of trouble shooting?
How do i know, what are the required characteristics if i want to secure by plant in another query?
I will really appreciate your responses and thoughts
Regards
Sreeni

Hi Sreeni
Because the chars are auth relevant and are in the cube.
0TCAKYFNM is also auth relevant and therefore you need to authorize key figures.
Chars that are not explicitly in the drilldown must be authorized with aggregation auth, that is with the colon-sign :
You can find the information in the authorization protocol. There is a block auth relevant chars.
Record your query via RSUDO for the restricted user and flag the "with protocol" box or go to RSECADMIN->Error logs where you can enter your name to be logged always.
There, you will also find the protocol.
Best Peter

Similar Messages

  • Is it possible to keep an email account on the iPhone but stop if from checking for new mail?

    I have an email account that has been deleted from the provider (Gmail), but I want to keep the old mails on my phone, while stopping it from checking for new mail.  Is this possible? 
    If I disable the account to stop if from checking for new mail (and producing a bunch of annoying pop-ups every time the mail app is opened), the account becomes invisible and the old mails disappear.  I want to keep them visible to I can read and refer to them, but want to stop the phone from trying to download new ones or check the account.
    Any help appreciated. 

    Thanks for the thought.  In this case, that doesn't really help much, as it requires a bunch of button pushing just to check emails.  Plus, if I'm not mistaken, in addition to switching modes every time I check email, it also prevents the other accounts from downloading the most recent mails as well.  Since it's possible to keep an account on a Mac computer, but take it offline, it's very disappointing if there isn't a way to do the equivalent on an iPhone so that it passively holds the mails but doesn't send constant pop-ups every time the app is accessed.

  • Clone a method for my custom object.

    Hi!
    We have a method:
    comp.saveFrameToPng(compTime, fileObj);
    I have my custom object block.
    Is it possible to clone "saveFrameToPng" method for my custom object?
    I've tried:
    Function.prototype.clone = function() {
        var that = this;
        var temp = function temporary() { return that.apply(this, arguments); };
        for(var key in this) {
            if (this.hasOwnProperty(key)) {
                temp[key] = this[key];
        return temp;
    And then in my custom object:
    function block (comp)
    this.saveFrame = comp.saveFrameToPng.clone();
    But thin won't work properly
    Help me please if this possible.
    Thank you in advance!

    Hi
    static public long powerTwo(long number)
         long ret = 2;
         if(number == 0)
              return 1;//2 to the power of 0 is 1
         else
                    //use a for loop to loop as many times as specified by number,
                    //times 2 to ret every time it loops
         return ret;//return the answer
    }Hope this helps

  • Set Default Value based on Field from another table for a custom object

    I'm trying to set the default value on a custom object field to the value of an account field. I have tried the syntax 50 different ways, and just am getting no where. The account field label displays as DBA, the integration tag is ltDBA_ACCT, and it shows up in reporting fx area as Account.Text_22.
    The custom object field I'm triying to update is also called DBA, which was originally the "NAME" required field. Does the table name, Account, have to be included? Do I need a function in front of the field?
    I have been updating the external ID using the row ID with syntex <ID> (Less than ID greater than) so I know it is possible to set the Default Value, but <DBA>, <ltDBA_ACCT>, "Account"."DBA", and so on just don't not work.
    If anyone knows how to enter this I'd really appreciate the help.

    Ok, so if you want to default a field to the value from another object, you have to use the JoinFieldValue function. I think you understand that, based on your original post, but I want to be sure that you do.
    Next, this will only work as a default if the record is created from the object that you wish to join on because a default works at record creation and the ID needs to be available for it to work properly. It will not work if you choose the related object record after the custom object record is created. You could set the value as a post-default, but that does not seem to meet your requirements.
    The syntax for the Default Value would be as follows: JoinFieldValue(ref_record_type, foreign_key, field_name).
    In your case, ref_record_type is '<Account>', foreign_key is &#91;<AccountId>&#93;, and field_name is '<YourFieldName>'. The best way to determine what the field name is would be to create a new workflow for Account and use the Workflow Rule Condition expression builder to pick your field ("DBA") from the list. The value that is returned by the expression builder should be placed in the field_name variable in the JoinFieldValue function (minus the brackets and in single quotes).
    Give this a shot and let me know how you do.
    Thom

  • CRM E-Commerce BOB Web shop - Duplicate check for New Customer Creation

    Hi,
    In CRM E-Commerce BOB Web shop we have a requirement wherein new customer creation should go through a duplicate check. Only unique customers should be created as BP in backend GUI, in case a customer already exists with the same credentials, BP should not be created and user should get a message that the customer already exist in the system.
    Currently the system is not preventing me from creating new customers with same credentials.
    In case anybody has worked on the similar requirement or has any idea about the same, Kindly help.
    Regards, Vipul
    Edited by: vipul_kumar02 on Jun 21, 2011 4:20 PM

    Hi,
    Any pointers for function module used for creation of a new BP for a new customer request in BOB Web shop?
    Is it same as B2C Web shop?

  • How to create a new custom object in SRM

    Hi there gurus,
    Is there any (easy) way to create a new Object in SRM?
    What I need is a new object similar to a PO, Shopping Cart, RFX... in order to model a business requirement needed after Bid Responses and just before Approval Process (Contract or PO).
    I need a bus id, a range for document numbers, some custom fields related to this new object (one object per Response) and new screens in order to populate needed information...
    Any information regarding that would be really appreciated.
    Thanks in advance.

    Hi and thank you so much for your answers!
    Basicly, just after the last BID Response has been received a new approval process called "XXX" has to be performed in order to classify each response into "Acceptable" or "Unaceptable". It may sound like no business object has to be defined because a new flag field "Acceptable" could be added to the Quote, but it is not so easy because, as i said before, the underlaying workflow needs different kinds of approvals (there are additional issues which I don´t really know) and the functional team have dediced that the only way is creating a new Business Object "XXX".
    So, there should be one "XXX" for each BID Invitation, and this "XXX" object should have one item line for each BID Response received.
    All in all, I need a new screen with an input field in order to specify a BID Invitation number. I have to retrieve all offers for this invitation number and display them in a table with fields: Response Number, Response Status, Company Name, Bidder Name, Country, Amount, Price Type and Resolution (Acceptable o Unacceptable). This table represents the "Item" level for the new object "XXX".
    The header level should contain tabs for "XXX" General Info, Notes&Attachments, Approval and Tracking. We suppose that all of these tabs are standard tabs for all business objects. Furthermore, standard buttons to Save, Order, Print Prev, etc should be added and 2 new buttons have to be visible when "XXX" is approved.
    Thus I need technical information related to three different levels: i) actions to do at EP level (iviews, pages, or whatever I need to integrate this new object into the menus, powl, etc), ii) actions to do at Webdynpro level (I think that lot of standard functionalities could be reused, ie. common tabs for notes&attachments etc) and iii) actions to do at data-model level (in order to store all data regarding the new object in a proper way).
    I hope this help...
    Thank you!
    Edited by: Vicente Ángel Lopez Romero on Jul 30, 2009 11:24 AM (Typo error)

  • How to set new role for new custom entity only

    I created a new custom entity, I want to create new role for it only.  So I created new role and set custom entity User role. But When I login the user with created role, it show now right to access CRM.
    Awen

    Are you trying to grant access so that users can use this custom entity but no other data at all?
    You will still have to include access to all sorts of bits of CRM just to make the user interface work - especially the things on the Business Management and Customization tabs of your security role. You also need to check these 6 settings:
    Special privileges in CRM Security Roles
    If this is the only security role you plan to give to your users, I would suggest you start from a standard role and remove access to other entities, rather than start from blank and work upwards.
    Hope this helps.
    Adam Vero, Microsoft Certified Trainer | Microsoft Community Contributor 2011
    UK CRM Guru Blog

  • New custom object type - SWO1

    Hi All,
    I need to create a custom object type using SWO1.
    The object type needs to be linked to a report program with selection screen(or its tcode). 
    The selection screen carries just 1field. The output is a new screen.
    Would appreciate if any1 can tell me the step-by-step process to accomplish my objective.
    -Ram.

    Enter a name.
    Hit create. Populate the manadatory pop ups don't populate super type.
    Blow out the key field. Create a key field.
    Blow out the methods - add a method. Add the code for the method - select the method and hit the program button add code as below:
    BEGIN_METHOD RUNDUPREPORT CHANGING CONTAINER.
       SET PARAMETER ID 'VPA' FIELD OBJECT-KEY-PARTNEREMPLOYEEID.
    export object-key-partneremployeeid to memory id '99'.
       CALL TRANSACTION 'ZEML' AND SKIP FIRST SCREEN.
    *object-key-partneremployeeid.
    END_METHOD.
    Create your event.
    My method calls an abap I wrote that is bound to a transaction.
    You will need to set the release status for all of the elements of your object and the object itself.
    The question I have is why. Are you calling the object in a workflow? If so you will need to use the fm as below:
    DATA: OBJTYPE LIKE SWETYPECOU-OBJTYPE VALUE 'ZRM_WWCONT',
        EVENT LIKE SWETYPECOU-EVENT VALUE 'DuplicateEmail',
         OBJKEY LIKE SWEINSTCOU-OBJKEY,
            EVENTID LIKE SWEDUMEVID-EVTID.
        DATA: BEGIN OF EVENT_CONTAINER OCCURS 0.
                INCLUDE STRUCTURE SWCONT.
        DATA: END OF EVENT_CONTAINER.
        OBJKEY = KNVK-PARNR.
        CALL FUNCTION 'SWE_EVENT_CREATE'
             EXPORTING
                  OBJTYPE              = OBJTYPE
                  OBJKEY               = OBJKEY
                  EVENT                = EVENT
            START_WITH_DELAY     = ' '
            START_RECFB_SYNCHRON = ' '
            IMPORTING
                 EVENT_ID             = EVENTID
             TABLES
                  EVENT_CONTAINER      = EVENT_CONTAINER
             EXCEPTIONS
                  OBJTYPE_NOT_FOUND    = 1
                  OTHERS               = 2.
        COMMIT WORK.
    Good Luck.

  • Error during the ddldict for "New Customer Repository"

    Hi
    We are Upgrading from Siebel 8.1.1.10 to Siebel 8.1.1.11.
    IRM wizard shows "Merge completed successfully" but when moving to ddl, it is throwing below error with a message to execute ddldict manually and then restart IRM:
    I got this command from the log file sch_dict.log.
    ddldict.exe /U sadmin /P ***** /C DBNAME /D SIEBEL /F D:\Siebel\8.1\Tools_1\INNOVATION_PACK\SiebelRepository\ORACLE\ddl.ctl /E Y /A Y /L d:\Siebel\8.1\Tools_1\log\sch_dict.log /N "New Customer Repository" /T DCIR
    Error in the log file:
    SQLDBUtilityLog SQLDBUtilityLog 3 00000002528c1960:0 2013-11-20 01:30:26   Reading index              EIM_CL_SNPSHT_T04 ...
    Trace Trace 3 00000002528c1960:0 2013-11-20 01:30:26 DDLDICT-ERR-1017: Unable to copy data from Siebel dictionary (This index points to a non-existing column,
    check the logfile under log directory for more information.).
    SQLDBUtilityLog SQLDBUtilityLog 3 00000002528c1960:0 2013-11-20 01:30:26 Error in MainFunction (UTLDbDictToDb).
    SQLDBUtilityLog SQLDBUtilityLog 3 00000002528c1960:0 2013-11-20 01:30:26 Error in Main function...
    GenericLog GenericError 1 00000002528c1960:0 2013-11-20 01:30:27 (logapi.cpp (184) err=1 sys=2) SBL-GEN-00001: (logapi.cpp: 184) error code = 1, system error = 2, msg1 = (null), msg2 = (null), msg3 = (null), msg4 = (null)
    When I checked EIM_CL_SNPSHT table from backend, this table is got all columns that are defined in the Index.
    Have anyone come across this kind of error ?
    Regards,
    Suchitra Prakash

    Hi,
    I had to restore the database and execute the complete DB Upgrade. Second attempt was successful without any issues.
    Make sure you have sufficient space in the database tablespace, Temp, Index and UNDOTBS tablespaces.
    Hope this answer helps.
    Regards,
    Suchitra Prakash

  • Send email for new customer creation

    Can I send email to someone when the new customer has been create through XD01. Is there any userexit to do that. thanks!

    Receiving E-Mail and processing it with ABAP - Version 610 and Higher
    OR
    REPORT  zsendemail                    .
    PARAMETERS: psubject(40) type c default  'Hello',
                p_email(40)   type c default 'write mail id' .
    data:   it_packing_list like sopcklsti1 occurs 0 with header line,
            it_contents like solisti1 occurs 0 with header line,
            it_receivers like somlreci1 occurs 0 with header line,
            it_attachment like solisti1 occurs 0 with header line,
            gd_cnt type i,
            gd_sent_all(1) type c,
            gd_doc_data like sodocchgi1,
            gd_error type sy-subrc.
    data:   it_message type standard table of SOLISTI1 initial size 0
                    with header line.
    *START-OF-SELECTION.
    START-OF-SELECTION.
    Perform populate_message_table.
    *Send email message, although is not sent from SAP until mail send
    *program has been executed(rsconn01)
    PERFORM send_email_message.
    *Instructs mail send program for SAPCONNECT to send email(rsconn01)
    perform initiate_mail_execute_program.
    *&      Form  POPULATE_MESSAGE_TABLE
          Adds text to email text table
    form populate_message_table.
      Append 'Email line 1' to it_message.
      Append 'Email line 2' to it_message.
      Append 'Email line 3' to it_message.
      Append 'Email line 4' to it_message.
    endform.                    " POPULATE_MESSAGE_TABLE
    *&      Form  SEND_EMAIL_MESSAGE
          Send email message
    form send_email_message.
    Fill the document data.
      gd_doc_data-doc_size = 1.
    Populate the subject/generic message attributes
      gd_doc_data-obj_langu = sy-langu.
      gd_doc_data-obj_name  = 'SAPRPT'.
      gd_doc_data-obj_descr = psubject.
      gd_doc_data-sensitivty = 'F'.
    Describe the body of the message
      clear it_packing_list.
      refresh it_packing_list.
      it_packing_list-transf_bin = space.
      it_packing_list-head_start = 1.
      it_packing_list-head_num = 0.
      it_packing_list-body_start = 1.
      describe table it_message lines it_packing_list-body_num.
      it_packing_list-doc_type = 'RAW'.
      append it_packing_list.
    Add the recipients email address
      clear it_receivers.
      refresh it_receivers.
      it_receivers-receiver = p_email.
      it_receivers-rec_type = 'U'.
      it_receivers-com_type = 'INT'.
      it_receivers-notif_del = 'X'.
      it_receivers-notif_ndel = 'X'.
      append it_receivers.
    Call the FM to post the message to SAPMAIL
      call function 'SO_NEW_DOCUMENT_ATT_SEND_API1'
           exporting
                document_data              = gd_doc_data
                put_in_outbox              = 'X'
           importing
                sent_to_all                = gd_sent_all
           tables
                packing_list               = it_packing_list
                contents_txt               = it_message
                receivers                  = it_receivers
           exceptions
                too_many_receivers         = 1
                document_not_sent          = 2
                document_type_not_exist    = 3
                operation_no_authorization = 4
                parameter_error            = 5
                x_error                    = 6
                enqueue_error              = 7
                others                     = 8.
    Store function module return code
      gd_error = sy-subrc.
    Get it_receivers return code
      loop at it_receivers.
      endloop.
    endform.                    " SEND_EMAIL_MESSAGE
    *&      Form  INITIATE_MAIL_EXECUTE_PROGRAM
          Instructs mail send program for SAPCONNECT to send email.
    form initiate_mail_execute_program.
      wait up to 2 seconds.
      if gd_error eq 0.
          submit rsconn01 with mode = 'INT'
                        with output = 'X'
                        and return.
      endif.
    endform.

  • Need LSMW Material for NEW Customer Master Upoad

    Do any one have material on LSMW for uploading New Customer Master Record with screenshots. I have Material on updating/changing the Cutomer Master Record, But i want to Upload New.
    Please post the link here or send to [email protected]
    Points are assure for right material.
    Thank you
    Satish

    Hello Ranjit,
    Thanks for your generosity. I dont have any issue (FYI, please have a look at MM forum where I am one of the active contributor)
    My concern is if you send any file to personal email ID then other SDNer will not get any benifits from your valuable suggestion/inputs. so instead you can sent it to SDN moderator who will help to upload the document and provide you link which you can include in your reply. (see the process in welcome and rule of engagement thread).
    We all are here to help eachother, but of course we can not exclude other SDNer when giving our inputs.
    Thanks for understanding.
    Regards,
    Arif Mansuri

  • NRL digital pass subscription code for new customer

    AM after the nrl code or voucher number for a new customer, it comes free for 12 months with my new contract.. anyone can help me???

     I DONT SEE IT ANYWHERE        WELCOME TO YOUR NEW PLANHi ROBERT,Thanks for choosing Telstra! On this email we've attached the paperwork which will tell you all the need to know details, like what's included and excluded on your plan and what the main fees and charges are. We recommend keeping this e-mail, just in case you have any questions about your plan.Your order number is:
    Date: 12/05/2015 04:50:24 PMKeep on top of your accountIf you didn’t already know, you can also manage your services online using My Account. It’s a convenient way to keep on top of your account activity, with access from your PC and mobile when it suits you.Go to telstra.com/myaccount to register.With My Account, you can:Manage your bill settings including changing to a detailed or summary billView, download and pay your bills any timeMonitor your call costs between billsTop up your pre-paid servicesKeep track of any mobile data usageThanks again for choosing Telstra.
    If you have any questions or would like to know more, you can call us on 13 22 00 anytime or locate your local Telstra retail store online. Our dedicated team are on hand to help.
    Best regards,
    The Telstra team
       Privacy | Our Customer Terms | Contact Us  Things you need to know: ® and ™ are Registered trade mark and trade mark of Telstra Corporation Limited. ABN 33 051 775 556.      

  • Student discount for new customer?

    Hello Everyone,
    My friend is planning to open new account for their family. She wondering if Verizon have student discount for new customers?
    And is it for her bill or the total bill that's discounted? Also she heard If one of her family used to have a Verizon phone does she get a $50 gift/rebate card?
    Thank you

    The person needs to check with the school district they work for to see if they give anything for using verizon.  Most of the school districts where I live do if you sign with verizon as my husband is a teacher and we get 20% off just the main account holder's  line which is him.  You just have to provide a recent paystub as proof and give them a work email address but you have to do this through verizon.  Amazon I have no clue so would have to ask them about any special rebates they are running.  Have never bought a phone from them but check the contract you sign with amazon as it's a separate one from the one you sign for verizon service so you should be aware of what they require.    Mary

  • ECC6.0 - Foreign Key in BSEG for new custom field

    When I create a new custom field in NewGL, it is created in some tables like BSEG and others. In BSEG there is no flag in the field "Foreign Keys" (I inserted it when I set the field), while in the others tables I find the flag.
    How can I solve it? I think that I have to mark the field directly in BSEG. Is it true?
    Let me know
    Thanks

    Hi Srini,
    As per note 32662 it seems you have followed all the steps, but might be that you didn't do in proper sequence.
    The note states that:
    "If a new access sequence and condition table was created before the communication structure was modified, it must be deleted again. Items 1 to 5 must be carried out in the specified sequence."
    So I guess the key for you would be to delete the Condition table and access and create them again.
    Regards,
    Ganesh

  • Sales order for new customer

    hello to every one
      For first 10 orders xxxxxx material 10 quantity = 700 rs  for perticular  customer
    from 11 th order onwards price should be normal  xxxxx material 10 quantity = 1000rs
    anyone can guide me
    thanking you

    hi,
    Go to price condition type control settings and check the field "Condition update" and save. Go to VK11 and maintain condition records and press "F7" a screen will appears in that "no of orders" field give value "10". Also u can specify the amount.
    CHAN

Maybe you are looking for

  • It wont turn back on

    my phones battery was at yellow so i plugged it in and it was charging fine and then it vibrated and shut down completely. No red light or anything. I tried to turn it on and it wouldn't work so i just left it to charge for a few hours came back trie

  • Text written into MS Word document is not translated into unicode format

    Hi all, I am creating a MS word document using OLE document management interface. Then I am adding some text fields with i_oi_form->add_field. My system is a unicode system. The word document is created but characters like "á" or "ñ" become strange t

  • HT1338 problems with safari in lates lion version? is normal?

    Problems to launch safari, can anyone help me?         

  • Switching between programs

    I have one little problem. I know very well how to use mac OS X in most situations but I just can't find out how to switch between programs when an override is active like battlefield 1942. I just want to look if I god messages in Adium or I like to

  • How to test the backup is happend correctly

    Hi Experts We are running CRM 5.0 ,mssql2005 on windows 2003.Landscape of DEV and PRD. Daily we are tacking the backups to External disks. How we can check that backups were happening properly though its showing successsful message it should not beco