Profit center characterstic in AR & AP reports.

We have activated / Installed EhP3 for our Financial's (New G/L). We are
now installing Reporting Financial's (EhP3) in BW. For G/L extractors we
can see profit center in G/L for e.g. 0FIGL_20, 0FIGL_40, 0FIGL_50,
however for AP & AR extractors we don't have profit center in EhP3. In
ECC we have reports S_AC0_52000887 & S_AC0_52000888, where AR & AP can
be reported by Profit center.
Can any one please advice how we can report by profit center for AR & AP in BW? is it available in EhP4 ? I don't see any documentation regarding EhP4 reporting financials on help.sap.com - it gives me page can't be displayed.
thanks for help.
SD

Hi Dixit Patel,
Try this,
IF @object_type = '13' AND @transaction_type IN ('A', 'U')
BEGIN
IF EXISTS (SELECT T1.DocEntry FROM OINV T0 INNER JOIN INV1 T1 ON T0.DocEntry = T1.DocEntry
WHERE (T1.OcrCode IS NULL OR T1.OcrCode = ' ') AND T0.DocEntry = @list_of_cols_val_tab_del)
BEGIN
Set @error =1
set @error_message = 'Please enter a Profit Center before Save'
SELECT @error , @error_message
END
END
OR
IF @object_type = '13' AND @transaction_type IN ('A', 'U')
BEGIN
IF EXISTS (SELECT T1.DocEntry FROM OINV T0 INNER JOIN INV1 T1 ON T0.DocEntry = T1.DocEntry
WHERE (T1.OcrCode IS NULL OR T1.OcrCode2 IS NULL OR T1.OcrCode3 IS NULL OR T1.OcrCode4 IS NULL)
AND T0.DocEntry = @list_of_cols_val_tab_del)
BEGIN
Set @error =1
set @error_message = 'Please enter a Profit Center before Save'
SELECT @error , @error_message
END
END
Regards,
Madhan.

Similar Messages

  • 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

  • Profit center group number on the report painter report.

    Hi,
    We have a client requirement where we have to develop Profit center by Functional Area report by using report painter report functionality, however we are able to bring profit center group description on to the report as per the requirement, but not able to get profit center group number displayed on the report.
    Can anyone please advice me if we can get the Profit center group number displayed on the report in Report painter report. Else let me know if we can get the requirement met by an ABAPER.

    Hi.
    First of all, through transaction GS01 create a set ID for profit centers.
    Give table GLPCT, let the set type be the default (basic set) and give field name RPRCTR. Then define the range of profit centers you want. If you want all the profit centers give * in the "from value field".
    Then create a variable through transaction GS11. Give table and field as above, choose variable type set and at the default set field choose the set you created.
    Finally, at report painter go to Edit/General Data Selection and select profit center.
    Check both flags (for entering sets and variables) and give at the form field the variable you've made.
    Now the progit center group will be available in the selection screen with default value the set you've made.
    Regards

  • Profit Center Actual line items (KE5Z Report)

    Hi All,
    While going through the KE5Z report a line item contains profit center "9623" instead of Profit center "9721" which is maintained in cost center master data "11007117".
    Can you please advice why this is happening and necessary config settings for this change please.
    Kind Regards,
    Vinay

    In your original post, you didn't tell us it was a Partner Profit Centre.
    Look for the config for Partner Profit Centre (Sales or Purchases) using 8KER or 8KES. Here, you maintain derivation rules for Partner Profit Centres.
    Look for the document and the derivation rule that it triggers. you should find this in the original document.
    Hope this helps.
    Cheers.

  • FGI0 "New GL" Receivables by Profit center- Drill down/Call-Up report

    Dear all,
    I am using S_AC0_52000887 to view receivables by profit center as we have activated New GL. FBL5N is not possible to see since we have multiple profit centers per customer and FAGLL03 which is a New GL report has no selection by customer on selection screen.
    However, S_AC0_52000887 has limited information- I want to see the line items in the report. I use FGI0 and copy a new report using 0SAPRECIEV01 and want to drill down by line items to the FAGLL03 view. So i go to Extras menu > Report Assignment and assign to FAGL_ACCOUNT_ITEMS_GL program. However, the report parameters are not being passed in.
    Can anyone assist how to pass the parameters in the main report, to the call-up report?
    Thanks in advance.
    Regards,
    Huimin

    If you are trying to view such a report through transaction code FBL1N, then I would suggest you follow the solution described in this thread below:
    Re: Add field Net Due Date at the selection field in FBL1N t.code
    Also to view profit center wise, use the dynamic selections in FBL1N to select profit center.
    Regards,
    Elias

  • 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

  • Profit center hierarchy used in different reports

    Dear  All,
    We had a requirement of knowing the profit center hierarchy is been used in how many reports,is there any way to get these details.
    Thanks,

    1. In RSZRANGE table, enter info-object name on which hier is build and node (Hier Name) in LOW fields.
    2. Copy field ELTUID in TELTUID field of table RSZELTXREF.
    3. Copy SELTUID from table RSZELTXREF to ELTUID column of table RSZELTPRIO.
    4. Add COMPUID from that table to RSRREPDIR.
    In this table entries, you will be able to find all the queries which have used hier on that info-object.

  • Profit Center populated in FBL5N Report

    Dear Friends,
    our client is asking for getting profit center in the customer line items where in the view FBL5n we are not getting the profit center populated in the report, but our business is not satisfied with report and expecting that profit center should populate in the report.
    Can any one suggest any way of doing this.
    Thanks in advance.
    Regards, MD.
    Moderator: Please, search SDN

    Hi Prasana
    As per your issue 1st you have maintain the required entry in filed status group level as well as at posting key level in the General TAB and select Reference specification 1/2 as a require entry after that you have to MAP in the T code OB32 at account type level
    Eg:  D        BSEG-XREF1        Reference key 1
           D        BSEG-XREF2        Reference key 2
          S      BSEG-XREF1           Reference key 1
          S      BSEG-XREF2           Reference key 2
          S      BSEG-XREF3           Reference key 3
    Like above based your requirement you have to maintain
    - Document change rules line item (TC: OB32)
    - Posting key (TC: OB41)
    - Field status groups (SPRO -> FI -> FI Global settings -> Ledgers -> Fields -> Define field status variants)
    - Special field display (SPRO -> FI -> GL Accounting -> Master Data -> GL Accounts -> Line items -> Define Special Fields for Line item display)
    - Doccument change rules header (SPRO -> FI -> FI Global settings -> Document -> Rules for changing documents -> Document change rules, document header)
    After that while you posting  any transaction data you have to enter reference key1 and 2 filed at more data Tab  where you can see  at header level tabs
    Finally  you can able see in the FBL5N report...same case we have faced previously it was resolved
    I hope it will helps you
    Thanks and Regards
    sudharshana vamsi

  • P&L report Profit center wise

    My client is asking for a P&L report Profit center wise but in that report he is asking to include below line items
    COGS:
    Direct Labor and Overheads
    Variances:
    Material rate variances
    Labor rate variances
    Labor usage variance
       Could you please advise is it possible to include above line items in a report painter or we have to go for a development (ZProgram).

    Hi
    PCA report does not have categorization of variances.... You need to develop a Z report...
    PCA can give you variance figure for each material... But it does not store categories, as far as I know
    br, Ajay M

  • Profit center in Asset Reports

    Guys,
    Is it possbile to derive profit center field in asset transfer reports or any other trans.report or it will be  just on the GL side?
    I know  in FI document posted for asset reco. accounts ,profit center field is available , but in asset reports can we use some option to show  it on the report?? Thanks
    Regards
    Shaun

    Hi Shaun,
    Review the attached SAP note which should help.
    335065     Include user-defined fields in reports
    As per this note it is recommended to use a sort version to see your profit center.      
    For additional information that may also be of your interest in this subject also have a look at:
    439407     User field integration in dynamic selections
    Hope this helps.
    Brigitte

  • Profit Center Report Authorization

    Dear Experts,
          We can give the authorization by transaction code level. But my client requirment is Transaction code S_PL0_86000029 is same but, we have 26 branches and 26 profit centers and 26 sap id's. Every sap id has authorization of above T-code. But system should allow only concern profit centers for input. I mean each Id will have only one profit center rights.
    Can we maintain authorization level in by above demensions.
    Regards,
    Balaji Bhonsle.
    Moderator: Please, open this thread in Security forum

    Hi Balaji
    Check with your BASIS guy if any auth object for Profit Center is available for this report....
    This report is based on FORM in T code FGI6 (Under 002 - 0SAPB**-02)... I am not sure whether drilldown reports have the provision to provide auth each PC wise... But certainly, the solution provided above is not the right one
    Regards
    Ajay M

  • Profit center group wise Asset report

    Hi
    My client wants to take Fixed Asset report according to Profit Center groups for more efficient reporting.
    Please tell me How to take this report in ECC6.
    Your kind help will be appriciated.
    Thanks & Regards
    Kishore

    use GR55 T.code and give profit center group and balance sheet accounts and execute.

  • Re: Report painter - Creation of Profit center report (New GL enabled)

    Hello all,
    I am trying to create profit center report using report painter. I am trying to create formula variable to show the cumulative values for the elements assigned to the profit center. 
    I want to get values for cumulative period ie for eg if i give 12 as period on selection screen i want to get the cumulative value for per 1 + per 2 + per 3+ per 4 + ......... + per12.
    I did the following for getting the cumulative values for period.
    1. created Formula variable ZPER01 with formula '#S006'
    2. created formula variable ZPER02 with formula IF 'ZPER01' > 1 THEN 'ZPER01' + 1 else 17.
    3. IF 'ZPER02' > 1 THEN 'ZPER01' + 'ZPER02' + 1  ELSE 17
    3. continued the creation until ZPER16 with formula IF 'ZPER05' > 1 THEN 'ZPER01' + 'ZPER02' +
    'ZPER03' + 'ZPER04' + 'ZPER05' + 'ZPER06' + 'ZPER07' + 'ZPER08' + 'ZPER09'+ 'ZPER09' + 'ZPER10' + 'ZPER11' + 'ZPER12' + 'ZPER13' + 'ZPER14' + 'ZPER15'+ 1 ELSE 17
    Could you pls help me with your inputs.
    Many thanks.
    Regards,
    Pabbi.

    Hi,
    You can copy your Report Writer or Report Painter reports from Profit Center Accounting to new General Ledger Accounting. This is possible for standard reports as well as your own reports. A corresponding tool supports you in this.
    Prerequisites
    In classic Profit Center Accounting, you have standard reports or your own reports that you want to copy.
    To be able to use the Report Writer reports or the Report Painter reports in new General Ledger Accounting, you need to have assigned the scenario Profit Center Update to at least one ledger in Customizing for Financial Accounting (New).
    http://help.sap.com/erp2005_ehp_03/helpdata/EN/47/1360faad483127e10000000a1553f7/frameset.htm

  • Vendor Line Item by Profit Center

    Dear All
    We are trying to make a report for Vendor line items by profit center (Based on General Ledger view). There is standard report available in New GL in General Ledger Information System>Line Item>Open Items Payable by Profit Center. But in this report we need some other fields which are not available like due date etc
    This report is developed through Drill Down form based report (T.Code FGI4 for Form and FGI1 for Report). There is a standard form type available for creating the form and subsequently report. Wecheck the FAGLPOS_APPRE and all the fields which we need are available in this structure  but how to add these fields in the form type.
    If there is any other way to get the vendor line item by profit center (General Ledger View) then please let us know.

    If you are trying to view such a report through transaction code FBL1N, then I would suggest you follow the solution described in this thread below:
    Re: Add field Net Due Date at the selection field in FBL1N t.code
    Also to view profit center wise, use the dynamic selections in FBL1N to select profit center.
    Regards,
    Elias

  • Vendor Profit Center wise balances

    Dear friends,
    Here is the requirement to provide details of vendor wise profit center wise balances. As report required to run for all vendors for a certain period it is consuming a lot time to calculate opening balances from line items.
    Is there any table like LFC3 which will store vendor wise, profit center wise balances. Kindly suggest.
    Regards,
    Praveen Lobo

    Dear
    Use T.code FBL1N - Display/Change Line Items.
    when you execute the report , select changelayout and select the field profit center, vendor balance and profit center are displayed.
    when the profit center is displayed, select filter and enter the profit centers and profit center wise vendor balances will be displayed.
    Alternately, use dynamic selections in T.code FBL1N selection screen.
    Please let me know if you need more information.
    Assign points if useful.
    Regards
    MSReddy

Maybe you are looking for

  • Can any one help me  with SAP product version information,

    1) NW04. Which has two subsequent versions: SAP Netweaver 2004 SAP Netweaver 2004S (Alias SAP Netweaver 7.0), for which one enhancement pack exists: - EHP1 2) NW05. Which has one version: SAP Netweaver 2005 (Contains ECC 6.0 / ERP 6.0), for which fou

  • Q regarding Acrobat 9 Standard and Excel 2007

    Using 9 Standard and Excel 2007, what settings do I need to change to create a pdf document that looks like my Excel print preview?  Some of the graphs within our excel documents are large, say 3 graphs 5 inches wide each, which are then forced to fi

  • How do you create a script?

    I'm trying to add a time and date stamp to photos.

  • Date "dd/MM/yyyy" / Internationalization BC4J

    I'm having troubles to use BC4J Data Tags of Date type in my native format, portuguese. I'm trying to use another mask, the default is "yyyy-MM-dd" and I need "dd/MM/yyyy". In JDeveloper, I make an entity called "EntX" with an attribute "data" of Dat

  • Firefox cannot load websites(facebook) but other programs can

    after i have upgrade firefox cannot load websites(facebook) but other programs can, i cannot see my friend whose is online,and cannot chat with them, cannot share video ....what should i do?