Profit center security for Report Writer reports

We need to limit users access to profit center report writer reports.  We attempted to add values to security object K_PCA but this did not work.   I have heard there is a way to turn on objects for report writer checks but so far have been unable to figure out how this is done.

Which release are you on and how have you defined the authorizations?
If the st01 trace always returns 0 then chech the "reason code" (this is available since about 6 months).
Manually you can check it in tcode auth_switch_objects if globally disabled for the client.
Conversions to the new concept sometimes did this when they didn't want to use it.
Retro-fitting is difficult because your hierarchies might be maintained in PROD but your roles in DEV.
Tough call...

Similar Messages

  • Using Profit Center Accounting for balance sheet reporting on various plant

    Hi Gurus,
    Can anyone please tell me the steps I need to take to use PCA for balance sheet reporting on various plants under one company code. If there is a better way then please let me know. Thanks

    Hi,
    It depends on the organisation structure you decide on and as such PCA is recomended for your requirement.
    Cosider each plant as a Profit center and decide cost centers under each plant/profict centers.
    For all the materials under each plant assign the prfict center or that pant.
    Change the feild status groups for Profit centers as mandatory.
    If you are in 4.7EE You need to write derivaton rules & Assign dummy profit center for scenarios that overlap or for sales made by one plant of the stocks of other plant.
    Need to identify the Asset costcenter/Plant/location wise adn need to assign in ACSET.
    You need to rum F.5D , F.5E as period end process.
    Down payments need to be handled by way if user exits if you are in 4.7EE
    If you are in >= ECC5.0 then simply activating the document split will give you the PCA wise balances without much month end closing activities.
    Make Zero Balance and Profit centers as mandatory in document splitting charactersics.
    In any case you need to completely test the scenarios and how you are goinbg to get th eprofit center in all the scenarios.
    Reward if useful.
    Sarma

  • How to add the Profit center Group in the PA report KE33.

    Hi Frnds,
    How to add the Profit center Group in the PA report KE33.Iam not able to find PC group in the list to add to the Charateristics already added.

    Hi
    PC group is not available as a Char in COPA..
    if you want to do that, either create a Char Hierarchy in KES3 for the Char Profit Center
    OR
    Create a WW char in KEa5 and write a derivation rule using the method "Enhancement" .. Write ABAP Code in COPA0001 exit
    bt, Ajay M

  • Table fields used for basic key figures in report writer/report painter

    Does anyone know how I can find which <u>table field</u> is actually being used for SAP defined <b>basic key figures</b> in report writer report? For example, <b>HSL</b> is a basic key figure for income statement, library 0F1, report 0F-GUVV. It only shows data is coming from table GLFUNCT. How does the report writer program knows which fields to select? What is the logic behind the basic key figures?
    Any advice is appreciated!!
    Minami

    I have now resolved this issue.
    I had to manually update TablesT804B and T804F. 
    I've added entries to T804A in the past without the need to update T804B or T804F manually so it appears that the way these tables work together has changed following an upgrade or application of support packs.
    Regards
    Mel

  • How to change the text variables for a standard report-writer report ?

    I am trying to change the text variables for a report -writer report and transport the same so as to change the title page and the report output heading  .I know the Report-Group 6Z02 and the library 6O1 to which it belongs.I tried using the change transaction GR32 after going to the area menu through FGRP . I try to change the text variables through  but it throws an error "You chose a name in the reserved name range - try different name ".
    I have also tried copying this report into another report and changing the new report . I was able to change and save the text variables . Now when I try to overwrite the original report 6Z02-001 with this new report , it does not allow that.
    Let me know how I can change the text variables for the same

    Can anyone please suggest me what to do here ?

  • Account to display in Chinese language for Report writer report

    Hi All,
    I am working on Report Write Report.
    I need to display the description of G/L Account in chinese language.
    That particular Accout's description in FS00 for Short text and Long text has already maintained in chinese Language.
    In my Report I am using the Layout ZCORP1.
    What I am trying to doing is
    1)  I am changing the Layout using GR12 . Here in tab Language-Dependent,
    I am trying to change Language Key to ZH (chinese) from EN ( English),
    but not able to do.
    2) In GR22, to change Library (which I have used for my Report), I am
    trying to change Original language to chinese, but not able to do.
    3) In GR32 to change the Report, I am trying to change the
    Maintenance Language to Chinese, but not able to do.
    Ok.. my main motive for all above is to see the output for G/L Account in chinese
    Is my approach is right or what shall I do.
    Please guide soon. It is urgent.
    Rishi

    HI,
    In the Third Button of Save Layout.Check the USer Specific settings of the Report Layout and save the Varaint.This will help.
    Bala.M

  • Report Writer report required by Business Area GSBER  for table GLPCT  ECC6

    Please help,
    I have a requirement for report writer report by Business Area (GSBER) for table GLPCT.
    I am using Libruary PCA which has GSBER already activated
    In report I am able to select GSBER in General Data Selection and generate.
    However when I execute report I get error message GR410 "Characteristic GSBER cannot be combined with key figures" .
    I have looked at SAPnotes 929889 1155524 and 358251, which describes solution to add field to CCSS table (structure CCR1S) however I cannot work out what structure to change for table GLPCT used in my report.
    Steve
    Solution was to use Libruary 8A3
    Edited by: Debra Dunford on Jun 29, 2011 10:34 AM

    Hi ,
    If you are using the cube: 0FIAP_C20, then i guess you are using the standard extractor 0FI_AP_20 . One thing which i remember that there is a standard view in ECC : LFC1_AEDAT.
    This view has two tables : LFC1 and BWFI_AEDA2.
    LFC1 - Vendor master (transaction figures)
    BWFI_AEDA2 - BW FI: Log Table for Changed Transaction Figures
    This standard extractor uses table LFC1 to show vendor balances.
    And the table BWFI_AEDA2 contains the log of the changes that has taken place business area wise and account no of the vendor wise .
    Please check the view definition to confirm the same . Once you will see the joining conditions in this view you will get a clear picture of the above point .
    So for your issue, you can do datasource enhancement of 0FI_AP_20 .
    The logic will be based on LIFNR,BUKRS,GJAHR available from the datasource , fetch the business area from this view and populate it in your datasource .
    But first check in the table BWFI_AEDA2 whether for the field BWFI_AEDA2-TABNAME= lfc1 , business areas are maintained .
    Hope the above reply was helpful.
    Thanks & regards
    Edited by: DEADLOCKS on Apr 23, 2011 10:52 AM

  • Hierarchy authorization: profit center,  0account for 0PCA_C01 data.

    Hello my SAP Net friends,
    I have built the authorizations/roles using profit center hierarchy for PCA data based the paper in BWExpert(Avoid these common pitfalls in using reporting authorizations with and without hierachies), it works fine.
    Both 0profit_ctr and 0account are in the 0PCA_C01 cube, they both have hierarchies.
    Now users also want to use the 0account hierarchy to limit PCA data access beside using the profit center. Have any of you had experience to use both profit center and 0account hierarchies for authorization? Could it works? Any limitation or issues?
    I have created authorization object using the profit center, if I create another authorization object using 0account. Could these two authorization objects works together?
    I will assign points to any helpful responses.
    Thanks!
    JXA

    Hello Jun,
    0profit_ctr and 0account are two different characteristics, so authorization to those two are independent of each other.
    I.e., you can set authorization two both characteristics by means of both hierarchies.
    Diogo.

  • Getting a weird error in Report Writer Report(ABAP Reporting tool)

    Hi Guys,
    If anybody has worked on Report Writer Report.Can you help me in this regards?
    There is a peculiar problem for the (Column block) .In the Column block there are 3 key figures(Quantity,Local Currency and Group Currency).
    Of these in the output of the Report Writer Report the Quantity Column is not getting summed up properly.Though the other 2 columns(Local Currency and Group Currency)are reflecting the proper summed up data.
    According to the tables, all of them are reflecting the accurate data.But only for the Quantity column though its reflecting the actual data,but the summation for it is not reflecting the correct data.
    Can anybody tell me if we can attach screen-shots for Questions posted in Forums?
    Please help me in this regards.

    Hi James,
    Thank you for your quick response.
    I checked the report and the remainder functions is not being used.
    The only formulas being used in the report are the following.
    UpperCase ([1])
    + ", " + - This is set to @name
    {@name} + " (" + + ")"
    There are some formatting formulas set on the above values, but other than that, there is a sql query and the "select distinct rows" and "perform grouping on server" is selected.
    Thanks,
    Jayashree

  • Profit center line for free of charge items

    Hi all
    Is it possible to force SAP to write the create a profit center items for free of charge items of SD invoice (positions TANN), of course with zero value but with the quantity data?
    Thanks.
    Davide

    Hi,
    in NewGL I am sure that its not possible as there is no accounting document created (which contains the PRCTR information as well) if the revenue is zero.
    And I am pretty sure that its not possible too in old PCA (Ledger 8A).
    CO-PA docs. can be created for free of charge items (otherwise the cost of these items are missing in costing-based CO-PA).
    BR Christian

  • Report Writer Reports

    Hello Experts,
    Our Business Analysts want to include some of the 'Report Writer Reports' into the 'Reporting Tree' of SAP Standard Menu.
    For eg into the following path: Accounting->Controlling->Product Cost Controlling->Cost Object Controlling->Product Cost by Order->Information System->Reports for Product Cost by Order.
    I have no clue of how to do that. Can anybody please help me. We are using 46c.
    Thanks a lot.

    Thanks Much Janardhan for your response. The only thing which is different is: It is: KKSM.
    Thanks again.

  • Accessability issue in Report Writer report in EP7.0

    Hi All,
    I have a requirement as stated below, where i have to create the Transaction Iview for the Report which is created using the Report Writer.
    Report Writer report in ECC5.0 is getting displayed in MS-Excel in R/3 system, but when I tired to access the same from EP7.0 the report is displayed in plain graphic - Is there any specific setting I have to set in order to get the report displayed in MS-Excel format in EP7.0.
    If anybody has done this type of iView, please assist me.
    Regards,
    Vijay

    hi,
    can you use NODIM functionality and see .
    Ravi

  • Transporting Report Writer Reports

    What is the best way to move report writer reports from development to quality assurance / testing to production environments?
    Currently, we use GR57 to "export" and GR58 to import.  Is this the only / best way?
    I am thinking that it would be easier if we could do this via traditional STMS / TMS functionality, transporting change requests that just so happen to be for a report writer report, just like we would for other changes, e.g. to ABAP programs.
    Any help is appreciated.
    James

    Hi,
    Did you try the tcode: GCTR?
    GCTR  Transport from Report Writer objects
    Regards,
    Subramanian

  • Poor performance of Report Writer reports (Special Ledger Library)

    Greetings - We are running into problems with poor performance of reports that are written with the SAP Report Writer. The problem appears to be caused when SAP is using the primary-key index in our Special Purpose ledger (where the reports are generated). The index contains object fields that cannot be added to the report library (COBJNR, SOBJNR, ROBJNR). We have created alternate indices, but they are not being picked up with the Report Writer reports.
    Are there any configurable or technical settings that we can work with in order to force the use of a specific index for a report? It seems logical that SAP would find the most efficient index to use, but with the reports that we are looking at, this does not appear to be the case.
    Any help that can be offered will be greatly appreciated...We are currently using version 4.6C, but are planning an upgrade to ECC 6.0 later this year.
    Thanks in advance -

    Arjun,
    Where / which files contains these parameters we cannot find them all ??? 
    Tomcat - Java _properties and try again ( You can tune below value as per your system memory)
    -XX:PermSize=256m
    -XX:MaxPermSize=256m
    -XX:NewSize=171m
    -XX:MaxNewSize=171m
    -XX:SurvivorRatio=2
    -XX:TargetSurvivorRatio=90
    -XX:+DisableExplicitGC
    -XX:+UseTLAB
    As a general update it looks like we need to use the Monitoring tools that are installed by default, we are now in the process of installing the database etc
    Cheers

  • Profit Center determination for Stock G/L accounts

    Hello,
    The scenario is as follows:
    A single G/L account is defined in our system for Finished Goods. FI documents resulting from material movements are posted to this account in PCA, i.e. table GLPCA shows material document numbers in the reference document field along with the corresponding movement types for this account.
    There are a large number of materials with Profit Center 10000 (Industry General) defined in the material master record. All postings to the G/L in question are currently being made against the Profit Center defined in material master. There are also two other Profit Centers defined in the system; 10001 (Industry Motors) and 10002 (Industry Others). The business requirement is that all materials are common to both segments, but the Profit Center should be determined from the sale, i.e. if a material is sold to an Industry Motors customer the Profit Center should be 10001, otherwise it should be 10002.
    For the revenue G/L account which is hit at the time of posting of the invoice, a substitution has been configured that determines the appropriate Profit Center from the division specified in the invoice; there are two divisions for Motors and Others respectively. For the stock G/L however, all postings are made to Profit Center 10000 as defined in the material master record.
    Since the stock G/L will show postings from all goods movements, including GR, initial entry, GI for delivery, etc., and all materials are common, it is clearly not possible to completely segregate all postings to 10001 and 10002. For example, GR will always be posted to 10000 (General) as it is not known whether this should be in 10001 or 10002 till the time of sale. However, for sales movement type (Goods Issue delivery) at least, postings shoud be made to the appropriate specific Profit Center. For the remaining postings, the business applies a calculated ratio to the acumulated balance.
    For the stock G/L, is it possible to derive Profit Center for outward goods movements based on invoice? For example, 1000 USD worth of stock is posted to the G/L in PCA with movement type 101 and Profit Center 10000. 200 USD worth of stock is sold under Motors and 400 USD worth is sold under others. Entries in GLPCA should be:
    G/L            Balance  Profit Center     Movement Type
    31000000   1000       10000              101
    31000000   200         10001              601
    31000000   400         10002              601
    So from this it is easily possible to determine that 200 USD worth of stock has been sold under Motors, 400 USD worth under Others, and 400 USD worth of stock remains unsold.
    A solution for this is required. If anyone can think of any other way to accomplish this as well, please share your suggestions. Thanks!
    Regards,
    Khan

    to arrive the profit center at a time of Goods Movment, select the cost center for Industry Motor before to that do the settings in OKB9 for the Cost element a default Profit Center for Cost center.
    Hope this helps u in resolve the issue.
    rgd
    YJ

Maybe you are looking for

  • ITunes 6.0.1 fixes the -208 problem

    If you are getting the -208 error when trying to authorize a computer to play iTMS songs, upgrade to iTunes 6.0.1 and the problem should be fixed.

  • An error occurred while releasing interface Loopback Pseudo-Interface 1 : The system cannot find the file specified

    Hello All I have TMG server installed on windows 2008 R2 64x  with 3 network adaptor (Lan,Premiter and External), but for some reason the clients on premiter Network cant get ip addresses from dhcp which located on LAN. i have done  ipconfig /release

  • Will Photoshop CC work with Bridge CS6

    Hi I'm about to download Photoshop CC (Windows 7). I already have Photoshop CS6 and Bridge CS6 installed. My questions is do I have to download and install Bridge CC or will Photoshop CC work ok with Bridge CS6. Thanks

  • Error message when trying to publish an existing site to my FTP

    My iweb crashed about two weeks ago. I lost it and finally got help from someone at Best Buy. iweb recovered! problem solved! So I thought! Most of my images were gone and I had to update most of my pages. Now when I go to publish, it says page alrea

  • Web Outlook Cyan Problem

    Using web outlook with IE mobile version preference via a secure VPN connection my attachments in my emails no longer open after the cyan update. If I change to desktop version they still open. Prior to the update attachments mould open in both mobil