Auth. obj. controlling layout saving for a COPA report

Hello,
Could someone please guide me on which authorization object controls the capability to use the menu option : Settings , Layout, Saving...   for a COPA report.
The problem is that this options appears dimmed for the users.
Thank you in advance for your cooperation.
Best regards.
Reda Khalifa

Hi,
Could you check these authority check objects S_RS_COMP and S_RS_COMP1.
Thanks,
NN

Similar Messages

  • Table for KE30 COPA report

    Hi,
    I have written COPA Report using t.codes  KE35 and KE32 for KE30 COPA report...some values are not pickup
    Could u tel me KE30 Report ...reffering on which table of CE1 table or else ?  so that i can try .
    Thanks & Regards.
    Vinu.

    Hi Vinu
    To reconcile your output of KE30 with actual posted values
    1. Ensure that you have covered all posible record types in your report definition
    2. Ensure you have covered all value fields and none has been missed out
    3. Check if you have specified any char value which is filtering the output so that all values are not displayed in the output
    Identify the value field where the values are not matching, say, Sales Revenue....
    Now execute your KE30 reports and drill down by product or customer and compare side by side with KE24.. Check in which product or which customer is the issue.... Adopt this mechanism and you will possbly come to know of the true reason
    Regards
    Ajay M

  • Auth. obj. controlling options Create - Change of Table Entry for SE11

    Hello,
    Could someone please guide me to the authorization object/s which controls the options : Create - Change reached by trans. code SE11, Change, Contents (Ctrl + Shift + F10) , Execute (F8), Table Entry, Create - Change.
    Thank you in advance for your cooperation.
    Best regards.
    Reda Khalifa

    Hi,
    when you execute SE11 authorization object S_DEVELOP was check.
    S_DEVELOP has following nodes.
    Activity :    create,change,display
    Package :  z,y
    Object name : z,y
    Object type :  type of object i.e domain,table, index etc.
    Authorization group ABAP/4 pro : *
    now suppose you want to give user authorization for display only then
    Activity should have value 03 only.
    in future please post your authorization related thread in security forum.
    Security
    regards,
    kaushal

  • Data of table control not saved in variant of report

    Hi ppl,
    I have created a report program with some selection parameters.
    Also, I have included a table control on the selection screen (using subscreen).
    The report works perfectly.
    But, when I press the SAVE button on the selection screen to save the data on the selection screen into a variant, the variant only stores the values of the parameters and select-options present on the screen. It is not capturing the data in the table control.
    Please let me know if I need to do some additional coding for this.
    Thanks,
    David.

    Hi David,
    I too struggled a lot to find the solution ....atlast got it....It possible by exporting and importing the table control values to Database Index.
    1. AT SELECTION SCREEN OUTPUT event  triggers when you SAVE and GET the variant.
    2. So write the logic in AT SELECTION-SCREEN OUTPUT event.
    CONSTANTS: c_vari TYPE char30 VALUE
                             '(SAPLSVAR)RSVAR-VARIANT'.
      FIELD-SYMBOLS: <lfs_vari> TYPE ANY.
      ASSIGN: (c_vari) TO <lfs_vari>.
      IF sy-subrc = 0.
        IF <lfs_vari> IS NOT INITIAL.
          IF ok_code = 'SPOS'.
            EXPORT gt_chars[] TO DATABASE vari(tc) ID <lfs_vari>.
          ELSEIF ok_code = space.
            IMPORT gt_chars[] FROM DATABASE vari(tc) ID <lfs_vari>.
          ENDIF.
        ENDIF.
      ENDIF.
    In the above logic if OK_CODE is 'SPOS', that is for saving the variant with the name <lfs_vari>.
    Similarly if the OK_CODE is other than, 'GET'....that is for retrieving the variant. But in case of getting the variant OK_CODE is not filled with 'GET', but variant will be filled. We should take variant filling as base and do as done above.
    It worked for me.....

  • PSD files saved for web and devices  show up as broken when opened Dreamweaver. How can this be fixed?

    PSD layouts saved for web and devices show up as broken links in dreamweaver. Previews in browsers are fine, but I keep getting and error message that says the files have been blocked. What is the fix for this?

    You can also try out Project Parfait. It's a new experiment from Adobe that’s currently online and free to try out and use.
    It allows easy PSD comps-to code workflows.
    Project Parfait (Beta) - PSD CSS Extraction, Measurements and Image Optimization Service for the Web
    -Subhadeep

  • COPA Reporting

    Hello Gurus,
    In our environment, we are using BW for generating COPA report. Can any one tell me what will be frequency in which the COPA reports will be created in BW. Whether it is Daily or Monthy? I can understand that it is a generic question but knowing the normal or most used frequency will really help to proceed further.
    Thanks
    PM

    Hi Praveen
    Using BW, you should always bear one thing in mind... The data in BW can not be real time...
    Usually, the data is moved to BW at the end of the day.. Hence, there is always a time lag of one day in BW reports.. i.e. If you run the report on Jan 26, you would see the data in BW reports as of Jan 25
    However, you can run the reports daily, several times a day
    Regards
    Ajay M

  • Auth obj for Tax number 1 and Tax number 2 in fk02

    In tocde FK02 and FK03 we want to restrict some of the fields i.e Tax number 1 and Tax number 2 i.e field stdc1 & stdc2 ,to be visible to some users only ,Is there any auth obj for these fields which we could restict to specific users.

    Hi,
    You can give the authorization for tab wise Genaral data/accounting data/Payment transaction
    Check the auth. objects:
    F_LFA1_BUK     Vendor: Authorization for Company Codes
    F_LFA1_BEK     Vendor: Account Authorization
    F_LFA1_APP     Vendor: Application Authorization
    F_LFA1_AEN     Vendor: Change Authorization for Certain Fields
    Regards,
    Kishore K

  • What auth obj to use for allowing user to create and save workbook?

    Hi all,
    We are on BI 7.0, we have requirement which will allow users to develop and save workbooks (NOT BEX query) via BEx Analyzer. I have examined the auth obj S_RS_WKBK but it is obsolete auth obj and there is nothing similar obj in BI 7.0.
    i then looked at the S_BDS_D, is this all i need in order to allow user to save workbook on to the backend system?
    pls note, user can only save workbook NOT BEx query.
    regards,
    Joe

    Hi,
    Actually there is no direct away to do it
    First use the Authorisation s_user_agr , here in the activity field assign01,02,03 and 06 , in the role name assign a specific role name.
    In s_user_tcd in transaction asssign - RRMX.
    Got to PFCG, maintain the role.
    Hopr this will be expedite.
    ThaX and Regards
    Vaibhave Sharma

  • RE: Transport of Auth Obj Maintained in SU24

    Hi all,
    I went in to SU24 and maintianed fields in an auth object of a transaction, then after saving it asked me to create a transport and i did that.
    Now i regenerated the role and it pushed the new auth obj/fields in role.
    what happens if dont create a transport for the modifications that i did in SU24 for a particular Auth Obj and if i transport that role to TST.
    will this automatically update the auth object in SU24 in TST ? or will it just be in role because of the role transport?
    thanks,
    Sun

    Hi,
    what happens if dont create a transport for the modifications that i did in SU24 for a particular Auth Obj and if i transport that role to TST.
    The changes will reflect in the ROLE in TST ( i guess its the SID of Quality server), however the SU24 in TST won't get updated to reflect whatever you in did in Development System.
    will this automatically update the auth object in SU24 in TST ? or will it just be in role because of the role transport?
    Yes, it will only be the role transport.
    The role will work fine, however this would break the relationship of Auth Objects & Tcode in TST, (when you click on the "Where-Used List" in TST you won't be able to find which Tcode brought that particular auth object in the role.
    Regards,
    Zaheer

  • Crystal Report Layout asking for Login Info

    I have modified the Delivery Note Crystal Report Layout for Business One by clicking the Edit button on the Report and Layout Manager for Delivery Note (Items).  I then saved my modifications to a file.  Finally, I go into Business One and import the Layout for Delivery Note (Items).  When I preview the Layout it asks me for login information then continues to fail.  How dow I make it so I can print the Delivery without having to constantly log in?

    Hi Jeff,
    I recently had a similar problem on an 8.82 implementation, having contacted and spoken to SAP Support multiple times these suggested fixes worked:
    The request to login to the database when you open or print preview a Crystal
    report is a known issue. To resolve this, I recommend you go through our Root
    Cause Analysis (RCA) guide. Please see attac hed Note 1676353 on where to find
    this. There are four Cases in this guide (which contain a number of Influences)
    - please go through all Cases and Influences.
    We also tried the following:
    STEP 1:
    Influence 2: Case 2 is to clear all the data for login (e.g. sa and
    password - delete them) and then ticked 'Integrated Security#.
    - Influence
    3: #: Check the current datasource is to update connection.
    - Retest opening
    the system reports on a workstation.
    - If they are still reporting an error
    try the next step
    - STEP 2:
    - Change the datasource location of
    the report from OLE DB to SAP Business One type and leave the
    authentication
    information blank. Try running the report in Crystal, and then import to SAP.
    And also opened up the Crystal Report via the Edit button in SAP in Reports and Layouts Manager, we then clicked on the database connection and updated all the tables (even though they were the same) and these got the reports needed working. Speaking to SAP it is a known bug and they are releasing a hotfix to resolve it, but try explaining that to a customer !!!
    Hope these help.
    Regards
    Sean

  • HOWTO: Control Printer Attributes for a Report at Run Time Reports 6i

    HOWTO: Control Printer Attributes for a Report at Run Time
    Like page width , height etc
    my problem is i had installed a printer and it is set for
    printing different reports ( like invoice slips , legal size ,
    A3 etc ) each time i have to manually set the page settup from
    printer folder .instead if there is an option to set the printer
    attributes from Reports 6i it is great
    rajesh

    All the Printer Setup(Page Height and Page Width) must be set in
    the Reprot Program. These can be set at the Layout-Main Section
    in the Object Navigator.
    hth

  • COPA Report Layout with Object List (ALV)

    Hi,
    I have question about the COPA report layout with object list (ALV). Everytime I executed the report with ALV format, the amount for quantity column always shows with 3 decimal number, menwhile for amount column always follow by 2 decimal number.
    Can anyone help me regarding this matter? I do not know how to turn off the decimal number to be 0 in this type of layout, although in the form itself I already put 0 decimal number.
    Thanks.

    Hi,
    Better to raise this issue in CO Forum. You can expect some solution.
    regards

  • Changing the AUTH OBJ in table

    hi experts,
    I am creating the Z* table, when i am creating the the AUTH obj under the table maintenance generator, it is coming as
    S_TABU_DIS, but i want to change this AUTH obj to S_TABU_NAM.
    looking forward for your valuable answers.

    First read [Note 1516880 - Authorization check for generic table access (S_TABU_NAM)|https://service.sap.com/sap/support/notes/1516880]
    The authorization concept for the generic table access using such standard transactions as SE16, SE17, SM30, SM31 or SM34 (or their "proxy" transactions) was previously only bound to the authorization object S_TABU_DIS.
    With Note 1481950, the authorization concept
    was enhanced with the authorization object S_TABU_NAM that checks the access at table name level:
               If a user does not have any S_TAB_DIS authorization for a certain table, the system also checks whether he has an S_TABU_NAM authorization. The access is permitted if the user has an S_TABU_NAM authorization...
    Regards,
    Raymond

  • Disappearing color profile when saved for the Web

    Hello.
    I have a problem with the “Save for the Web” results using Photoshop CS6 running on Win 7 x64.
    My photos are already in 8 bits and in sRGB and when I save for the Web I check the option “embed color profile”, uncheck “convert to sRGB”, metadata to “copyright and contact info”.
    When I open the resulting photos in Photoshop, everything is fine as it recognizes the embedded color profile. Same thing when I open these files in Firefox, Safari or Chrome: the colors are correct.
    Now, when I right-click on a file in the Win Explorer and look its properties, the line about the color profile is blank, as if there wasn't any. This doesn't bother me but the problem appears on my Website created with Joomla and using for the display a module, Responsive Image Gallery, which creates resized copies of the photos. At this point the copies have completely lost their color profile. I entered in contact with the module's support and they assured me that it preserves the embedded profile, so I come here to gather some information about how this “Save for the Web” embeds the color profile because may be I just didn't understand how it does and if it's different from the “Save as” way.
    The fact I can't see the profile through the Win Explorer makes me think Joomla's module doesn't either.

    Incredible how much gballard's site is famous! Lol. I use it for a while now and checked again right now with the three Web browsers and everything is all right.
    As indicated in my first post, when saving for the Web I checked the “embed color profile” option. I already resized the file and converted it in sRGB first in Photoshop.
    Yes it's pretty confusing to see some software not able to see the color profile when the file is saved with that option.
    To illustrate, here are three screenshots from Windows' file browser => right-ckick on the file => properties => details:
    Opening that “saved for the Web” file in PS, it's ok, the CP is recognized.
    Opening it directly (from the file browser => “open with”) in Web browsers: ok in Firefox, Safari and Chrome (CP recognized in all).
    Copying that file in my working site on localhost (no modification), integer it in Joomla's module gallery (which is CP aware) and then opening my site on localhost with Web browsers: ok in Firefox (because it considers a non-tagged file by default as beeing sRGB), NOT OK in Safari neither in Chrome.
    Now, if I do the same with the “Save as” version of the file with embedded sRGB CP:
    PS: ok
    Opened directly in Web browsers: ok in the three cases
    Opened in Web browsers through my Joomla site on localhost: OK IN ALL THREE BROWSERS
    Good point gator_soup: I'll post a bug report. I'm new here on the forum and thought Adobe's staff would post here.

  • Analysis auth obj assigment

    Hi
       Iam created one auth obj in rsec admin. how can i assign the auth obj to user .My answer is  1)direct assigment 2) through roles.
    for example: created analysis auth obj is : ztest_1
    It have the info obj : 0customer. and iam entered two values(values : A & B) in detail tab.
    In role tab where i have to find the created analysis auth obj.to assign values .like below
    Now i would like to assign this auth obj to user1 through role only for the customer value A .
    For user2 i have to restricted vale B.
    In direct assigment path will be the user>assign>specify the user name (user A)> give the created analysis auth obj (ztest_1)>select insert.
    This is the  process ...right?
    Now i would like to assign only one value (value A for the user A).How it is possiable in direct assigment..
    Other wise i have to create diff analysis auth obj(ztest_1...etc) for diff values(A &B)f or particular info obj(customer)?
    Thanks
    B.K
    Edited by: B.K on Jul 15, 2008 12:44 PM

    Hello B.K.,
    When you create an authorization ztest_1 with 0customer with values A & B, this will always have the two values for the customer just like it was before with the old authorization method.
    So no matter what way you assign this authorization to the user it will always have the two values!
    To separate (filter) only one value (A or B) you have to create two different authorizations, one for customer A and one for customer B.
    To assign, the direct assignment is just like you referred.
    To assign with the roles, go to the desired role in PFCG, enter in change mode, go to tab Authorizations tab and click on change authorization data (pencil button).
    Inside there, click on manual insert objects (something like this) and insert the object name S_RS_AUTH.
    You'll have a yellow sign.
    Expand that tree where the yellow sign is and click on the pencil button in front of the last yellow sign of the tree.
    In "Value from" in that next window insert the name of the authorization (in your example ztest_1).
    Generate your role.
    Now if you assign that role to the user "user1" in transaction su01.
    If ztest_1 has the values A & B for customer then user1 will have both values. If you separate the two authorizations let's say ztest_1A and ztest_1B with respectively the values A and B separate for the 0customer object.
    You could assign in the role the value ztest_1A in S_RS_AUTH values, and assign that role to the user "user1" in su01, and you could direct assign (just like you referred before) to the user2 the authorization object ztest_1B.
    Therefore you'll have user1 with the value A and user2 with the value B.
    Please assign points,
    Diogo.

Maybe you are looking for