APP-cost center

Experts:- In APP we can make the payment Business area  wise, in this we can select in "Seperate payment per Business Area" Check box select in the 1st step:- but their requirement to Pay payment in the cost Center wise, how is it possible, what we can do settings,

Hello,
Cost center wise payment is not possible as vendor open items to be processed with APP do not have cost center information (since vendor items are not P&L items).
Regards, Kyoko

Similar Messages

  • Manually post to a different cost center during APP

    Hi,
    When the proposal is created, we manually go and edit the proposal and enter 2% cash discount. I have done the settign in OKB9 to pick up the cost center for the Discount Received account.
    Now, is there anyway that I can enter the cost center manually after running APP (will delete the OKBP settings). If i run APP it gives me error that in proposal log that discoun received account requires CO object.
    thanks,
    JR

    NO.
    If you have set up an account assignment rule in OKB9 you wont be able to stop the payment run as it creates the accounting documents.
    If it is always a certain Cost Center you could look at a substution looking at the document type of the payment run to make it different.

  • Urgency!How could I add Description  of  "Individual's Cost Center" !

    In OIE module, Notification Details page,
    The value of 'Individual's Cost Center' displays,but I want add the description(description from a value set) after the value of 'Individual's Cost Center'.
    I find many xml,VO and class files,but failed to find 'Individual's Cost Center'. Pls help me!
    null

    /oracle/apps/fnd/wf/worklist/webui/NotifDetailsPG is the framework page from workflow team which acts as the placeholder and provides the mandatory fields. Each product team makes a standalone OA region gets used as the extended region in the above page. So you need to find out the embedded region inside the NotifDetailsPG page in the current notification you are talking about. Also check the workflow file to find the attached region.
    --Shiv                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • How to find org id for a cost center

    I want to find org id for a cost center which is segment1.segment2.segment4.segment6(le.div.acctclass.other-516.203897.343.8978) of gl_code_combinations table from database. When I log on to a responsibility in apps, I can find out org id as a profile value. But how to find it from a database for that cost center?

    Thanks Nagamohan. This functionality itself is working fine. But now when I am selecting the cost center from the table(the file is actually stored as an external table), lets say cc values are 010, 709, 840 each belongs to different responsibility, I get the value of the first responsibility initialized. So I think I will need to know the responsibility for each costcenter, pass resp id to initialize and then find out org id.
    This is my code:
    create or replace
    PROCEDURE XXIU_AA_COSTCTR_FILE
    p_file_path VARCHAR2,
    P_FILE_NAME VARCHAR2)
    AS
    c_file_handle_w UTL_FILE.FILE_TYPE;
    --end_of_file BOOLEAN := FALSE;
    v_record VARCHAR2(1000);
    V_ORG_ID VARCHAR2(3):= '123';
    v_le varchar2(3);
    CURSOR C_COSTCTR IS
    SELECT cost_center_no, cost_center_name, LEVEL1 LE, LEVEL2 DIVISION, LEVEL3 ACCT_CLASS, STATUS, INTERCOMPANY_LE
    FROM XXIU_AA_COSTCENTERS; {color:#993300}-- file stored as external table
    {color}
    BEGIN
    c_file_handle_w := UTL_FILE.FOPEN(p_file_path, p_file_name, 'w');
    FOR r in (select responsibility_id from fnd_responsibility where responsibility_id in ( 50001,50002,50822)) {color:#993300}--{color} {color:#993300}I have to find out resp id for each cost center in the loop to initialize apps for that cost center and get org id
    {color}loop
    fnd_global.apps_initialize(1234,r.responsibility_id,101);
    FOR i in c_costctr loop
    SELECT d.organization_id org_id, e.flex_value cost_center into v_org_id, v_le
    FROM fnd_segment_attribute_values a, fnd_id_flex_segments b, gl_sets_of_books c, hr_operating_units d, fnd_flex_values e
    WHERE a.id_flex_code = 'GL#'
    AND a.segment_attribute_type = 'FA_COST_CTR'
    AND b.flex_value_set_id = 1002590
    AND a.id_flex_code = b.id_flex_code
    AND a.attribute_value = 'Y'
    AND a.application_id = b.application_id
    AND a.id_flex_num = b.id_flex_num
    AND b.id_flex_num = c.chart_of_accounts_id
    AND c.set_of_books_id = d.set_of_books_id
    AND b.flex_value_set_id = e.flex_value_set_id
    AND e.flex_value = i.le
    and d.organization_id=fnd_profile.value('ORG_ID')
    and c.set_of_books_Id=fnd_profile.value('GL_SET_OF_BKS_ID')
    and is_valid_on_security_rules(1002590,i.le)='T';
    V_RECORD := RPAD(nvl(i.cost_center_no,' '),19, ' ')
    || RPAD(nvl(i.cost_center_name, ' '),100,' ')
    || RPAD(nvl(i.le, ' '),3, ' ')
    || RPAD(nvl(i.division, ' '), 6, ' ')
    || RPAD(nvl(i.acct_class, ' '), 6, ' ')
    || nvl(SUBSTR(i.STATUS,1,1), ' ')
    || RPAD(NVL(V_ORG_ID,' '),3,' ')
    || RPAD(NVL(i.intercompany_le, ' '),3,' ');
    dbms_output.put_line(v_record);
    utl_file.PUT_line(c_file_handle_w, v_record);
    end loop;
    end loop;
    END XXIU_AA_COSTCTR_FILE;
    Thanks,
    Sravanthi
    Edited by: SRANAY on Dec 6, 2008 8:49 PM

  • BW Analysis authorization issue on cost center range

    Hello BIW security experts
    I have a problem where I created an analysis authorization on a cost center range and it looks like the interval is not working. The report is just a list of cost centers (demo to users to prove that analysis authorizations work in order to skip 2 managerial cost centers.
    . Cost centers are numeric. Example:  2000100. In the drop down list they appear as such.
    . I want to have the following cost center range: 1000000 to 1000771, 1000773 to 2000771, 2000773 to 9999999.
    Thereofore 1000772  and 2000772 should not appear in the list.
    . In the analysis authorization I have put the 3 ranges above on 3 separate lines. 'BT' is the operator. The cost centers have been selected from the drop down list.
    Results:  I get only 1 record from the report....  2000772. (which is one I want to exclude..
    Steps tried to debug:
    . When I put a list of cost centers in the analysis authorization on separate line with the 'EQ' operator, then the report works.
    . I tried putting ' ' delimiters since cost center is a char field but it fails.
    . I tried adding leading and trailing zeros to fill up the char(10) but no luck.
    . I tried creating a hierarchy with the interval and put it in the hierachy auth. tab and it does not work either. It gives the same number of records than the first step.
    . A hierarchy with single values work.
    I do not know what else to try..
    Thanks.
    YB.

    Good morning
    Here it is from RSECVAL
    ZCC_TEST     0COSTCENTER                    I       BT        1000000                                                      1000771
    ZCC_TEST     0COSTCENTER                    I       BT        1000773                                                      2000771
    ZCC_TEST     0COSTCENTER                    I       BT        2000773                                                      9999999
    ZCC_TEST     0COSTCENTER                    I       EQ        #
    ZCC_TEST     0COSTCENTER                    I       EQ        :
    ZCC_TEST     0INFOPROV                         I       CP        *
    ZCC_TEST     0TCAACTVT                        I       EQ        03
    ZCC_TEST     0TCAIPROV                         I       CP        *
    ZCC_TEST     0TCAKYFNM                       I       CP        *
    Thank you for your help.

  • Error in creation of Cost center

    Hi All,
    Trying to create Cost Center through KS01, however I am getting an error as "No compnay Code assignemt to the Contrilling area TS". can anyone please explaine me on the process to chek this error.
    Bharath

    HI Bharath,
    Please check the spro seeting for this error.
    spro -> enterprise structure - > Assignemtn - >controlling - > Assign Company Code to Controlling Area.
    Please check whether the required Company code has been assigned to the Controlling Area. If not please assign the required and check or the same.
    Please note: A company code can be assigned to one controlling are only
    Regards,
    Madhu Sudhanan

  • HR PNP Logical Database Using Cost Center selection: error!?

    Hi all,
    I'm using PNP logical data base and using the selection-fields available through HR Class Reports (a copy of PAY_DEF) but what happens is if in selection-screen I fill the personnel number say 1000, i get the payroll data I'm trying to get, but if i use the search field cost center of that exact person i get nothing. Does anyone has a clue on what i might be doing wrong? Because all the other search fields work, company code, HR area, everyone, but cost center, and I'm positive that i use the right cost center.
    Thanks in advance,
    Paula

    Even though nobody answered me, i finally found the solution for my problem. so and because someone might need it here it is:
    Go to Spro->Personnel Management->Human Resources Information System->Reporting->Adjusting the Standard Selection Screen and then:
    1st Create Report Categories and
    2nd Assign Report Categories
    Since not all rep. categories on the 1st assignment is explicit on how will sel screen appear i advice you to go to the 2nd point, and execute some of the programs that appear there, and that might look alike to what you are looking for, and if you are so lucky as to find one exact use the same report category in your program, if its very alike, well, copy the Report Category into one of your own and change it the way you need it to be.
    Hope this be helpfull for someone.
    Paula.

  • 1_CO_PA_AFS_CCA(cost center accounting) DS enhancement

    hi friends,
    i'm trying to extract COPA : Profitability Analysis data using 1_CO_PA_AFS_CCA(cost center accounting) to custom cube directly(i.e Data source to custom cube without any staging in between datasource & cube).
    In ECC6.0 (tcode: CK40N and then  costs ), per material wise i want to extract labour costs, deprecision, power & fuel, sub contract charges,other manufacturing costs along with this i want to extract i field information "costing lot size".
    I want to extract "costing lot size", but data source doesn't have this field. Is it possible to enhace DS.
    If yes, how to do that?
    Thanks,
    naresh

    Hello Shruti,
    Can you give more explaination about the problem
    Thanks & Regards,
    NK.A

  • BI-IP Authorizations: Accessing own Cost Center only

    Hi,
    We are currently implementing BI-IP in our company. We have created the ready-input templates and we are prepared for roll-out.
    There is still one concern though which I haven't resolved. I am currently looking for an AUTHORIZATION that will let users access their respective COST CENTERS only. For example, if I am part of the Marketing Group, then I will only be able to access the budget of my respective cost center.
    Can anyone lead me to the right AUTHORIZATION OBJECT in BI-IP to implement this restriction.
    Your reply is much appreciated. Thanks.
    Regards,
    Ramon

    Hi Ramon,
    authorizations for transaction data in BI (and therefore in BI-IP) are not based on authorization objects. You have to make the cost center InfoObject authorization relevant and then create so called Analysis Authorizations for it. Please see the online help:
    http://help.sap.com/saphelp_nw70/helpdata/en/66/019441b8972e7be10000000a1550b0/frameset.htm
    BTW, you can upload the cost center authorizations from SAP R/3 or ERP.
    http://help.sap.com/saphelp_nw70/helpdata/en/59/fd8b41b5b3b45fe10000000a1550b0/frameset.htm
    Regards,
    Marc
    SAP NetWeaver RIG

  • Add Option of choosing values from list in "Person Responsible" field of Cost Center Master

    Dear All,
    Could anyone advise me how can I add the option to Choose Values from list to field "Person Responsible",
    in Cost Center Master Data ?
    The Technical Name of this field is VERAK, and currently it is an open field.
    I would like to allow the user to choose values from existing list.
    Thank you!
    Orly

    Hi Orly,
    You have take it to your ABAPer, who will have to modify the attributes of CSKSZ-VERAK field in CSKSZ structure. ABAPer will have to define it with foreign key and introduce the name of the table, which will be used for deriving the available values. No standard table exists for it, but you can either create your own Z-table or take it from users table (USR02) if you have the necessary information there. Of course, this action would account for modification of standard SAP structure.
    Regards,
    Eli

  • Update cost center

    Hi All,
    Greetings,
    I need your valuable suggestion urgently.
    The Business user would like put additional business rule to populate the cost center based on transaction id.
    Currently All the cost center by default are populated ‘000’ for all the Transaction Id for GL Customization.
    Now business wants to update cost center '000' to something '123' based on TXN CODE ID.
    Here Transaction code will be used with business rule to create Journal Entry.
    Please guide me/ answer me to the following questions.
    1. can we replace (update) the cost centre code.
    2. Incase we update the cost centre will there be any other impact like finance, GL etc.,
    3. Any additional information to be considered before replacing the cost centre code.
    As the matter is most urgent. I request you to reply on priority basis.
    Thanks in advance.

    Hi,
    Thanks for your valuable information.
    Actually i am a technical guy and new to the functional.
    Could you please provide the steps to update the cost center for subledger.
    Thanks in advance.
    Edited by: 983909 on Feb 5, 2013 5:58 AM

  • Is there is a way to have a link from purchase order to cost center report.

    Is there is a way to have a link from purchase order to cost center report.
    I am meaning kind of:
    Standard way to customized this link?
    or
    User exit to have this link in place
    or
    Any other solution
    Thanks

    For me it does not make any sense from going from PO to cost center report.
    However, if you want to see the purchase order cost incurred with a cost center, execute KSB1 report. Within the layout, bring "Purchasing Document" field, where you can see the purchase order number in cost center line item report.

  • Assignment of Cost center to G/L account

    Hi,
    While Posting, I am getting the following error  " G/L account requires an assignment to a CO object"
    Where Do I assign the cost center to the G/L and why doesn't the system automatically pick the cost
    center?
    Regards,
    Ally

    First, if G/L account was created in FI, you can only create primary cost element in CO.
    Secondary cost element can only be created if no account exists in FI.
    Second, if you created the primary or secondary cost element in CO, you have to assign CO account assignment.
    You can delete cost element in CO (KO04) if dependent objects found.
    Third, when you create cost element in CO, documents would be also created in u2018Cost center accountingu2019 and u2018Profit center accountingu2019 when posing in FI. If no cost element exists in CO, no related documents would be created in CCA and PCA.

  • COST CENTER CHANGES FOR OPEN PO REQUIRE BEST APPROACH HOW TO DO IT

    Dear All,
    we are changing the cost center for open PO's kindly tell us the best approach how to do it for all open PO's line items for open PO's are 4000.
    we will totally block the old PO's and change the PO's with NO GR and IR immediately, but what and how to do for if there are GR, IR, or one of them their. and also what if IR and GR differences are thier, kindly provide all the best possible approaches.
    below are the scenarios.
    Open PO without GR/IR
    Open PO only with GR
    Open PO only with IR
    Open PO with IR/GR without difference
    Open PO with IR/GR with differences
    Service entry sheet
    kindly provide me all the best approaches to achieve this task. keep in mind beside reversal of GR or IR any other approach.
    qsm sap
    Edited by: qsm sap on Feb 15, 2010 12:08 PM

    Hi,
    Open PO without GR/IR
    Open PO only with GR
    Make Acct assigment as changeable at time of IR in SPRO for Acct Assigmet 'K' ...so that u can change the cost Center while doing MIRO. if u do not want to go with mass change.
    Service entry sheet
    You can change Cost center while Doing SES. No issue
    for others... reverse the IR as one option.
    Regards,
    Pardeep Malik

  • COST CENTER CHNAGES FOR OPEN PO"S BEST APPROACH

    Dear All,
    we are changing the cost center for open PO's kindly tell us the best approach how to do it for all open PO's line items for open PO's are 4000.
    we will totally block the old PO's and change the PO's with NO GR and IR immediately, but what and how to do for if there are GR, IR, or one of them their. and also what if IR and GR differences are thier, kindly provide all the best possible approaches.
    below are the scenarios.
    Open PO without GR/IR                    
    Open PO only with GR                    
    Open PO only with IR                    
    Open PO with IR/GR without difference          
    Open PO with IR/GR with differences          
    Service entry sheet
    kindly provide me all the best approaches to achieve this task.
    qsm sap

    Hi,
    Open PO without GR/IR
    Open PO only with GR
    Make Acct assigment as changeable at time of IR in SPRO for Acct Assigmet 'K' ...so that u can change the cost Center while doing MIRO. if u do not want to go with mass change.
    Service entry sheet
    You can change Cost center while Doing SES. No issue
    for others... reverse the IR as one option.
    Regards,
    Pardeep Malik

Maybe you are looking for

  • 12 inch won't shut down

    My daughter has a PB 12 inch that has never shut down correctly from day 1. I always figured an update would take care of it and sent her off to school with it. Well, here we are at probably the last Tiger update and no go. When you shut down the com

  • HR PNP LDB and authority check

    Hello All,               Can someone plzz tell me if there is any major difference between CODE1 and CODE2 below? I understand if we use LDB we dont need to do authority check but is there is any exceptional case where we do this kind of codeing... C

  • What is program Bonjour?

    It appears on my list of Programs under Windows XP as an Apple program.  But there is no explanation on the Apple website, as referenced in the description within the program entry.  I was considering un-installing it, as part of a cleanup of my PC,

  • Mail security Apple ID

    I get a message (17 lines) of gibberish titled "IOS 7.0.6-security-Apple ID".  It appears to be sent from my address. I've called Apple on this and don't get any help but mentioning I should change my apple id p/w. I've done this but still get messag

  • How to use Typekit-Desktop-Fonts in other apps or e.g. Font Explorer X Pro on OS X

    How can I use Typekit-Desktop-Fonts in other apps e.g. Pages or Font Explorer X Pro on OS X?