CHECK AUTORIZATION KSB1: Controlling object K_CCA in specific report

Hello,
We have  different specific program controlling the field "COST CENTER".
We want controlling in these programs the authorization object "K_CCA" with the famous field "RESPAREA". The goal is to implement the same controlling used by the program of KSB1. I search the function Module used by this program to controlling all authorization hierarchies managed by this field using the  authorization object  "K_CCA".
In advance thank you.

Hi ,
Use this code in your program with proper events.
AT SELECTION-SCREEN.
  AUTHORITY-CHECK OBJECT 'K_CCA'
                  ID <field>' FIELD <field>
                  ID 'ACTVT' FIELD '03'.
This is helpfull in your authorization issue. And properly debug your program.
Reagrds
kamal kishore

Similar Messages

  • How are non-cost center Controlling objects best modeled in PCM?

    I appreciate that ALG developed Profitability and Cost Management, and they apparently were unaware of
    or did not consider that SAP ERP uses more than a single controlling object of a cost center; specifically
    internal order, WBS element, real estate object, etc.
    My question is how are these other controlling objects best treated in PCM?
    For example,
    I have a planned trade show internal order to showcase my companies products
    in Berlin to European retailers.  I have planned travel costs, display costs,
    space rental costs on this internal order.
    Normally, I would settle this internal order to CO-PA to determine the planned
    profitability of my Europen retail customers.  Unless I make this order a faux cost center,
    I don't see how to model it in PCM.
    If I exclude this order, then the profitability resulting in PCM is suspect --
    leaving out a major chunk of customer specific marketing expense.
    Or is the process to settle the planned internal order cost to CO-PA, but
    transfer the planned costs from PCM back into CO-PA, which would have the
    benefit of being mutually exclusive and collectively exhaustive.
    Jeff Holdeman hinted at the restrictions imposed by planning in ECC.  Yet
    without a more comprehensive approach, I am concerned that PCM still
    does not represent a complete profitability planning solution.
    Bob McGaffic

    Hi Deepak.
    You can verify is the cost center was posted on document running tcode SE16N on the FALGFLEXA table, put the document number to do research.
    After you can trying to post the new document through Tcode FB50L choosing or not a legder specific, then verify the document was posted correctly running the Tcodes SKb1 or Se16N with FAGLFLEXA table again.
    Also you can check this link Checking the Allocation of General Ledgers to Cost Centres
    Kind Regards
    Jandoval Nascimento

  • How do I count objects of a specific type in a Vector? Java 1.3 source.

    How do I count the objects of a specific type in a Vector?

    isInstance may allow too much for your needs as it allows any object which can be typecast to 'type' while you seem to want to limit to objects which are exactly of the type 'type'. In such a case you could do this:
    for (Enumeration e = attachmentTypes.elements(); e.hasMoreElements();)
      Object check = e.nextElement();
      if (check.getClass().equals(type)) {
        counter++;
    }Javadoc of the isInstance() method:
    http://docs.oracle.com/javase/1.4.2/docs/api/java/lang/Class.html#isInstance%28java.lang.Object%29
    (I link to the old Javadoc given you mentioned Java 1.3 compatible source)

  • Assignment to a controlling object

    Is there a setting you can do to a IDoc to accept the profitablity segment.  For example when i try to debit an account which has a cost element 12 (sales deduction) attached to it, it doesnt post it asking Assignment to a controlling object.  COPA is active in my case.  How can I get the idoc to post automatically by accepting the profitability segment.
    Please help
    Thanks
    Pearina

    Hi,
    To check/ Maintain CO Object for an Account...
    Go to: FS00
    Enter G/L A/c: 41100055 and Company Code,
    and click Tab: Edit Cost Element.
    Maintain Valid from and Valid to
    And Click tab: Master Data.
    In Tab: Basic Data--> CElem category
    Go to Next Tab: Default Acct Assignment-->Cost Center.
    And Save.
    Please revert for futher clarification, if any.
    Best Regards,
    Amit.
    Rewards, if helpful.

  • In-App Purchasing disabled. Check your parental control settings and try again

    I have played games for quite a while and have used the purchased many "lives" for games, etc. For about a week now, whenever I go to purchase some like this, I receive the following error message: "In-App purchasing disabled. Check your parental control settings and try again later."
    I have read the threads about this and have done everything that was said to do. I go to settings > General > Restrictions. I ensured that "enable Restrictions" is turned off.
    But I still receive the same error message. I have an ipad 2 with IOS 7.1.
    ANy further ideas? Is there something in the iTunes store that needs to be checked?
    I've about given up. Thanks for any help

    I will try doing this, but I would like to add ... if I'm playing Candy Crush and want to buy additional lives, etc., I have no problem in purchasing them. Could it be the specific game that is not allowing me to buy anything? And I know this doesn't make much sense either, but I'm grasping at anything here because I've purchased them before.
    You said to turn on in app purchases .. When I go into Settings > General, I'm ensuring that Restrictions are Disabled, correct? I can see the "in-App purchases" but I'm not able to do anything with it since my restrictions are disabled ... Is this correct? I'm a little confused here.

  • View ADSI properties for an AD object from a specific DC

    Hello all,
    What I'm wanting to do is to view the ADSI properties of an active directory object by querying a SPECIFIC DC. My plan is to use this information to check whether adprep has replicated to all DC's in the domain.
    For example, the following command gets me the ADSI information for an AD object from some DC for Domain1:
    [adsi]'LDAP://CN=ActiveDirectoryUpdate,CN=ForestUpdates,CN=Configuration,DC=Domain1,DC=net'
    However, I would like to get this information from a SPECIFIC DC, not just from any DC. I have also been tampering around with get-adrootdse, but am unable to determine how to drill down under a specific "naming context" object (like to return
    the "cn=activedirectoryupdate,cn=forestupdates" object under the configuration naming context object like the command above):
    Foreach($namingcontext in (Get-ADRootDSE -server DC1.Domain1.net).namingcontexts){
    get-adobject $namingcontext -Properties *
    Anyone have any ideas how I can use the [ADSI] adapter or get-adrootdse to return specific AD objects from a specific domain controller?

    Nevermind, I believe I found my answer:
    http://blogs.technet.com/b/heyscriptingguy/archive/2005/05/17/how-can-i-access-active-directory-on-a-specific-domain-controller.aspx

  • How to check if user is part of the specific OU in Active Directory

    Hi :
    We are trying to check if user is part of the specific OU or not , to do this I am invoking "Get Object Property Value"
    since if user is part of that OU in that case it should be able to get that property .
    However this activity is failing and not able to search for any proeprty , below is the snapshot of workflow which
    I have created for this , I am logging to cisco.com domain for this .

    Hi Anil
    You can run the "Get User Distinguished Name" action. This uses the login CISCO\username in your case to return the distinguished name which you are inputting including its OU.
    You could then run the get object property with the input LDAP path being the results from the Distinguished Name.
    Regards,
    Matt

  • Returning VI reference from control object reference

    Dear All
    I was wondering if there is anything that acts like inverse of "To more specific class" ? I mean it returns the VI reference from a reference to one of its control object? I think it is like moving upward in the hierarchy!!
    Is there any way to implement that?
    Best ragards
    Afshin
    Solved!
    Go to Solution.

    The property OWNER allows you to climb up the tree.
    Ben
    Ben Rayner
    I am currently active on.. MainStream Preppers
    Rayner's Ridge is under construction

  • How to cast an Object into a specific type (Integer/String) at runtime

    Problem:
    How to cast an Object into a specific type (Integer/String) at runtime, where type is not known at compile time.
    Example:
    public class TestCode {
         public static Object func1()
    Integer i = new Integer(10); //or String str = new String("abc");
    Object temp= i; //or Object temp= str;
    return temp;
         public static void func2(Integer param1)
              //Performing some stuff
         public static void main(String args[])
         Object obj = func1();
    //cast obj into Integer at run time
         func2(Integer);
    Description:
    In example, func1() will be called first which will return an object. Returned object refer to an Integer object or an String object. Now at run time, I want to cast this object to the class its referring to (Integer or String).
    For e.g., if returned object is referring to Integer then cast that object into Integer and call func2() by passing Integer object.

    GDS123 wrote:
    Problem:
    How to cast an Object into a specific type (Integer/String) at runtime, where type is not known at compile time.
    There is only one way to have an object of an unknown type at compile time. That is to create the object's class at runtime using a classloader. Typically a URLClassloader.
    Look into
    Class.ForName(String)

  • BW variable: Inconsistent in loading. please check use of deleted objects

    Hi Experts,
    I encountered an error and can not solve it following OSS note.
    When I create a variable in query definition for an infoobject, it prompts an error dialog 'Inconsistent in loading. please check use of deleted objects'.
    I checked the OSS notes 792779, there is a such description:
    The variable existing in the table RSZGLOBV, but not existing in the tables RSZELTDIR or RSZCOMPDIR have inconsistent definition. These situation may return 2 different error messages. When a variable is missing in RSZELTDIR table (or in both together), an attempt to expand a list of variable under a corresponding InfoProvider or a list of text/formula variables will return a message 'Inconsistency in loading...'. All variables which are created for corresponding InfoProvider, text/formula variable are not available. When a variable is missing in the RSZCOMPDIR table only the error message is 'Missing UID XXXXXX... in RSZCOMPDIR! You may continue to work, but this component is not loaded' in Query Designer
    But I checked these tables RSZGLOBV and RSZELTDIR and RSZCOMPDIR. I can find a variable for this infoobject, such as TC_SREG, in these tables. That is, this variable should be availbale in the query definition.
    I don't know why.
    My sap bw is 3.1, without the program 'ANALYZE_RSZ_TABLES'.
    Many thanks for you help.

    Hi,
    While installing business content make grouping as Data Flow before and collection mode as 'Automatic'.  Then expand the Tree in the tree you can see Info Object Catalogue.  All installed and activated object will be in green (Active Mode). those will be normally unchecked to install anyway cross check and if found anything check deselect them.  Go for Simulation Installation to identify unforeseen errors.  Install the same and activate entire data-flow.
    Hope your issue will be resolve
    Thanks
    BVR

  • What files should not be checked into Source Control?

    Good afternoon.
    Running RoboHelp 11, integrated with Team Foundation Server and Visual Studio 2010.
    When my two colleagues recently "got" the latest project files from Source Control, they also got items that had been removed or deleted. For example, I had removed all conditional build tags from my project, but their version still included the build tags. Eventually, thanks in part to an old post from Peter Grainge, we realized that the PSS in Source Control contained a lot of that old information. We deleted the PSS and stopped checking it into Source Control. Problem solved. No more conditional build tags or unwanted Single Source Layouts, etc. (I think the PSS got checked in by our Release Engineer when he was trying to solve some other problem. Two years ago it was not being checked in.)
    I vaguely remember reading something somewhere once upon a time about not checking certain RoboHelp  project management files into Source Control. So far I've not found any such information in the RoboHelp Help or online.
    Does anyone know where I can find a list of RoboHelp HTML project management files, such as the PSS file, that should never be checked into Source Control?
    Many thanks.
    Carol Levine

    Look in Snippets on my site.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • Error Individual check for creating the object WBS Element required

    Hi Expert,
    I've a requirement to create WBS elements using BAPI. And I am using BAPIs in the following manner.
    CALL FUNCTION 'BAPI_PS_INITIALIZATION'
    CALL FUNCTION 'BAPI_BUS2054_CREATE_MULTI'
    EXPORTING
    i_project_definition = g_pdwbs
    TABLES
    it_wbs_element = it_wbs_element
    et_return = it_return
    EXTENSIONIN =
    EXTENSIONOUT =
    CALL FUNCTION 'BAPI_PS_PRECOMMIT'
    CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'.
    When I do so I am getting the below errors. Please suggest.
    "Individual check for creating the object WBS Element C-497082 required ".
    "Individual check for creating the object WBS Element C-497082-0001 required".
    Please suggest how to correct this error.

    Hi Karthikeya,
    I think the project profile which you are using has a different mask and the WBS element you are passing is different to the BAPI.
    Are you able to create manually from CJ01 using the same WBS element?
    Create a project manually and it will give the list of the mandatory fields set in the config. Using that list populate the BAPI struture accordingly.
    Hope this helps.
    Thanks
    Lakshman.

  • BW 3.5 - How can I select TADIR objects in a specific date range?

    Hi everybody,
    I have the necessity to obtain a list of BW objects in a specific date range. I have observed that using TADIR table it is impossible because a timestamp is not present. I have also the necessity to group the BW objects using the object type of the TADIR table (e.g. PROG for Program).
    Any idea?
    Many thanks in advance for your kind support.
    Regards,
       Giovanni

    Hi Giovanni
    I would suggest you try put table TADIR in SE11 and generating a "Where-Used List (CtrlShiftF5)" Also you should try double click on data element SOBJ_NAME in the database view of TADIR and generate a Where-Used List on that field, then you can see the relationships of the table/field.
    I hope this works for you
    Good Luck
    Ben
    Please Assign Points if Useful

  • Shaded rows in table control object.

    Hi. I've got a question.
    I've got a table control object. When I fill it with data I set all rows shaded (screen-input = 0). But now the problem is that when I want to mark some row / rows (by pressing rectangle at the left side of table object) the line doesn't match
    Could You tell me what should I set more?

    hi,
    what is the command u use for selecting the line?
    is it <ur tabcntrl>-currentline = some variable.
    regards,
    Renjith Michael.

  • Entry in field Funds Center required; check the field control Mg No.FMEF010

    Hi,
    We have a Z tcode for converting planned order to purchase requisition.
    We use Account assignment P - Project and A - Asset.
    We have WBS element and fund center linked to it.
    For the Z tcode while converting Planned order to purchase requisition we are getting below error
    Error: Entry in field Funds Center required; check the field control Msg No.FMEF010
    While creating manually purchase requisition with same GL code and WBS element the fund center gets automatically picked.
    Can anyone pls let me know in which table we can find the link between WBS element and fund center so that we can code the same in our program. In PRPS table we can find the link between WBS and profit center.
    Or is there any user exit that can be used.
    Thanks in advance.
    Regards,
    Radha

    Hello
    If you do a F1 in the value date field it will give you the answer - The value date is used in bank accounts and bank sub-accounts.
    As regards the other query check whether the tax code has been already created.
    Hope it helps.
    Rgds

Maybe you are looking for

  • Can't open ANY pdf files. Updated to 10.1.8--still "Access Denied."

    Hello everyone, I am currently unable to open any PDF files. I recently did a clean re-install of Windows 7 (restored my Toshiba Satellite to out-of-the-box state). After that, I restored all of my personal files from an external HD. Now, every time

  • I NEED A HELP!!

    I face big problem when i demonstrating GridBagLayout constants using JFrame to do my project, because i using (container=getContentPane()) to do,so i don't know how to add other GUI/graphics such as JTextField,font,slider and.......more. When i refe

  • Image JPEG data

    I am developing a program that needs to be able to create reports in RTF format. Some of the things that it needs to put in the report are images of various onscreen components, such as JPanels. I've written the RTF writer so that it can insert JPEG

  • Opening a CFL Screen without assigning to any control directly like a form

    Hi, Please let me know if it is possible to open a CFL directly just like a form ? without assigning it to any control i,e. without binding it. Regards, Noor

  • CANOpen Communication NI cRIO 9022 (9853 CAN module) and MAXON EPOS2

    Hi all I am trying to implement a velocity control loop on my Maxon EPOS2 motor controller, by using PDOs sent through my real-time controller (NI cRIO 9022) with a CAN module (9853). I configured the PDO mapping in the object dictionary of the EPOS2