The dynamic selection for profit center in FBL1N isn't working

Dear all,
I have one one issue regarding FBL1N.
The dynamic selection for profit center in FBL1N isn't working.
If we enter profit center, we don't get any value.
As per developer after debugging, table BSIK is not getting updated, hence values are not updating in the report.
Please let me know, any configuration is missing.
BR,
Shailendra

Try BSEG and see if its there for the particular doc. If its not there its a functional issue, you have to capture profit center at the time of entry. You can either make the profit center field mandatory or substitute it at the time of document generation. Consult your FI consultant. If u have activated New GL features the profit center may me in table FAGLFLEXA. but i don't think u can get the profit center from this table for your purpose, you may need to develop a zreport.
And its not BISK its BSIK
Edited by: Harisankar S on May 4, 2010 3:05 PM

Similar Messages

  • Disable the Dynamic Selection Icon from T.Code FBL1N

    Hi,
    I want to disable the Dynamic Selection Icon from T.Code FBL1N...
    Please Note that i found a link where some code is given for this problem.
    Remove the dynamic selection screen.......
    Please tell me where i paste that code....after initialization or where....
    Thanks...
    Edited by: Prince Kumar on May 16, 2009 8:59 AM

    Hi,
    1) COPY the program RFITEMAP and create a ZRFITEMAP
    2) and added this code in the INITILIZATION event. You can search ZRFITEMAP with INITIALIZATION and add below code there.
      INTIALIZATION.
      DATA: t_exclude TYPE STANDARD TABLE OF sypfkey.
      APPEND 'DYNS' TO t_exclude.
      "DYNS is the dynamic selection screen function code.
      CALL FUNCTION 'RS_SET_SELSCREEN_STATUS'
        EXPORTING
          p_status        = sy-pfkey
        TABLES
          p_exclude       = t_exclude
    Regards
    Shital

  • Dynamic Selections for the F.42 report

    Hii Experts,
    I want to add a field called Business Place(BUPLA) in dynamic Selection in tcode F.42.
    So, in F.42 KDF Logical Database is used, so i make a Custom Selection view for KDF database.
    Business place is successfully added in Dynamic Selection, but it doesn`t reflect when i execute F.42.
    When i test from SE36, it reflects.
    Nitin Garg

    Note 50370 explains in full detail how the system works for selecting the documents with dynamic selection.
    Balance report reads the transaction figures which are stored with the help of several different fields, so the selection according to further fields cannot be proceed. This is standard design.
    The dynamic selection for Document Data does not work for reports which use customer / vendor transaction tables (KNC1 LFC1),i.e., document data like doc.number and Doc.date is not stored in transaction tables.
    Dynamic selections can only be used with customer / vendor, company code
    or fiscal year fields.  The following reports are affected by this
    program design.
    S_ALR_87012186 - Customer sales
    S_ALR_87012082 - Vendor Balances in Local Currency
    S_ALR_87012093 - Vendor Business
    S_ALR_87012079 - Transaction Figures: Account Balance
    S_ALR_87012080 - Transaction Figures: Special Sales
    S_ALR_87012081 - Transaction Figures: Sales
    S_ALR_87012105 - List of Down Payments open at Key Date - Vendors
    S_ALR_87012172 - Customer balances in local currency
    RFKSLD00       - F.42
    RFDSLD00       - F.23
    Hope this clarifies.
    Kind Regards
    Soumya

  • Submit syntax for dynamic selections for T-code FAGLL03

    Hi Experts,
    My z report contains following fields in selction screen.
    1 . G/ L account
    2. Comapny code
    3. posting date
    4. Profit Center
    5. layout
    In my z report i used following syntax for passing selection screen values to standard program and getting data.
    This is for T-code FAGLL03
    SUBMIT FAGL_ACCOUNT_ITEMS_GL
    WITH SD_SAKNR IN S_SAKNR
    WITH SD_BUKRS IN S_BUKRS
    WITH %%DYN001-LOW (Profit Center)
    EXPORTING LIST TO MEMORY
    AND RETURN.
    The above syntax is not working for dynamic selection field ( Profit Center), entire Profit center data is fetching from standard program. I want to fetch profit center data based on my z report selection values .
    Expect for profit center field , submit syntax is working.
    kindly provide submit syntax for my above requirement .
    Any suggestions from experts....
    Edited by: PLP REDDY on Nov 25, 2009 8:59 AM

    Indeed it won't work. Instead of passing parameters one by one use
    [SUIBMIT... WITH SELECTION-TABLE rspar|http://help.sap.com/abapdocu_70/en/ABAPSUBMIT_SELSCREEN_PARAMETERS.htm#!ABAP_ADDITION_3@3@]
    Here you add one line per parameter (field KIND = 'P' ) and multiple lines per select options (field KIND = 'S' ). For the latter you need also provide SIGN and OPTIONS, i.e SIGN = 'I' , OPTIONS = 'EQ'
    The lin I gave you will explain it more.
    Regards
    Marcin

  • Dynamic select for all entries?

    Hi!
    Is it possible to do a dynamic SELECT FOR ALL ENTRIES IN... command?
    sg. like:
      DATA:
        select_text TYPE string,
        from_text TYPE string,
        where_text TYPE string.
      SELECT FOR ALL ENTRIES IN <gt_table1> (select_text)
      into corresponding fields of table <gt_table2>
      FROM (from_text)
      WHERE (where_text).
    Thanks and Best Regards,
    Tamas

    Hi,
    you can use the Dynamic Selects for FOR ALL ENTRIES, but i think you may need to use the correct Internal table to match the tabel structure
    Regards
    Sudheer

  • Where it coming from for Profit Center in Profit segment

    Hi Guru,
    I am using customer service module, want to know where the profit center (in profit segment)derived from ? can give a summary for it.
    is it coming from material? work center -> cost center?
    thanks in advance.
    Kick

    Hello Kick Kick,
    In material acquisition and sales, the system is able to derive the partner profit center automatically if the supplying or receiving partner uses the corresponding SAP applications on the same system and the same client.
    - In the goods issue document the system assigns the partner profit center, which it derives from the purchase order.
    - In the goods received document the system assigns the partner profit center, which it derives from the delivery data.
    You activate this derivation in the Implementation Guide for Profit Center Accounting, section Preparation for Consolidation ® Reread Purchase Orders/Sales Orders, where you identify the trading partners in your SAP system.
    Hope it helps. please assign points.
    Rgds
    Manish

  • We are trying to delete one of the hierarchies for profit center

    We are trying to delete one of the hierarchies for profit center.
    The purpose is that this hierarchy group has become obsolete but still appears in the portal in the input selection screen.
    Will the deletion of a hierarchy impact the bookmarks which consists that hierarchy?
    If any one has tried this before just let us know.
    Thanks in advance.
    Amruth.

    It doesn't effect any boomarks that has the obsolete structure.

  • Dynamic Selection for FBL1N and FBL5N reports

    Dear all,
    is it possible to show more fields in Dynamic Selection for FBL1N and FBL5N reports?
    Thanks in advance
    Alberto

    Dear Alberto,
    Please refer to the SAP note 310886. In the note you should be able
    to see how to add fields in to the dynamic selection , and the fields,
    which are available for this.
    I hope this can help You.
    Mauri

  • Dynamic selections for the FBL5N report

    Hi Experts,
    Can any body help how to add the account assignment group field in dynamic selections for the FBL5N report.
    rgds / Srini

    Hi Alex,
    Thanks for your quick response, here for the report FBL5N the logical database is DDF and the field which should be add in dynamic selection is (KTGRD) account assignment group is available in KNVV table but this table is not available in DDF logival database.
    Please suggest us how we can pickup this field into the report FBL5N for dynamic selections.
    regards / Srini

  • P/L Account for the month Based on Profit Center Group..........

    HI Friends,
                Iam having a requirement related to FI module.I need to extract P/L Actual and Budget amount data from ECC, What are the Extractors are available in BI content.What is datamodeling for Actual data and Planned data.

    Hello,
    Check the tables:
    <b>SETLEAF
    SETNODE
    go through this link which ll give you clear idea about the profit center group.
    http://help.sap.com/bestpractices/industry/serviceindustries/v346c_us/BBLibrary/documentation/B30_BPP_04_E.doc
    go through these tables.
    CEPC Profit Center Master Data Table
    CEPCT Texts for Profit Center Master Data
    </b>
    REgards,
    Vasanth

  • What is the criteria for define GL for profit center

    Dear Profit center Guru,
    Can guide , what is the business logic to "Choose Additional Balance Sheet and P&L Accounts/Choose Accounts" for profit center. all the Proft Loss accounts should be there? or what kind of PL should be there , and what kind of Balance sheet accounts should be defined for profit center.
    Thanks,
    Kick

    Hi H.Kick
    at Choose Additional Balance Sheet and P&L Accounts/Choose Accounts we define which accounts or account intervals we want to transfer to Profit Center Accounting. It is imperative that we maintain all the GL accounts which need to be transferred to Profit center. Needless to say that if we donu2019t maintain the GL accounts here, the balance will not be transferred to PCA.
    This setting is also particularly required, if no profit center is entered for a specific transaction in one of these GL accounts, the system posts to the default profit center for that account interval.
    This particular configuration can also be called from the SAP easy access
    menu by entering 3KEH in the command field.
    Note that the GL codes for Customers and Vendors including Advances (special GL account) which are called Reconciliation accounts should not be maintained in the 3KEH table. Reason being the Customers and Vendors line items are not transferred to the PCA module online. We have to run month
    end programs to transfer Customer and Vendor balance from FI module to PCA Module
    These are GL codes which are reconciliation accounts for customer and vendors, that should be excluded from the 3KEH table.
    Hope i tried my best to make you clear on this.
    as well see comments in the thread by MR.vanne what is the criteria for define GL for profit center
    Thanks...Vyas
    Edited by: vyas on Jun 11, 2009 5:25 PM

  • Anyone know what is the tcode for profit center ??

    i want to create a cost center but i need to have profit center first right????
    because it seem keep asking me for profit center and i dont have one..
    pls anyone can tell me the tcode for profit center
    Thanks
    guanwei.

    Hi guanwei,
    http://mit.edu/sapr3/docs/webdocs/reports/profitctr/rpPCvol.html
    http://mit.edu/sapr3/docs/webdocs/finop/lds/foLDSreptrecon1.html
    http://sap.ittoolbox.com/groups/technical-functional/sap-acct/profit-center-substitution-671456
    Check these these links may be useful for you.
    Reward points if useful.
    Regards,
    Muneesh Gitta.

  • Re:- How to see customer/vendor open items for profit center wise

    any one help me regarding : How to see customer/vendor open items for profit center wise. That is possiable or not please suggest to me. I am using 4.6c version .

    Run the report from Tcode FBL1N for vendor open item and from FBL5N fron Customer open items.
    When you get the report, click on Change Layout icon ( or press Control + F8 from keyboard), search Profit Center fron the Table of Hidden fields on the right hand side. Move that field to the Left hand side table. Click ok, now you should be able to see the Profit Center column in your report.
    You can save this layout by clicking on the Save Layout icon ( or press Control + F12 from keyboard)
    Next time you can choose the saved layout by clicking on the Select Layout icon ( or press Control + F9 from keyboard)
    Regards
    Dharmveer

  • Report Painter Report for Profit Center

    Hi All,
    I am creating a report for profit center in GRR1.I was using library 8A3,& ledger 8A.which uses for PCA line i tems and table used is GLPCT.which shows profit center totals by period.I ran GLPCT in SE16 and found  out No data selected.I see that profit center accounting is not active  in my system ECC6.0
    and I didn't see any line records for profit center in any of the profit center tables.GLPCA.Now if someone  knidly suggets me how to achieve this report, can I still do it profit center wise or  not? which library should i use in GRR1.The layout of my report is as under.Thanks
    CURRENT MONTH*                                                                               
    Current Yr      Current Yr    Prior Yr
    Actual            Budget        Actual          Variance          
    YEAR TO DATE 
    Current Yr      Current          Prior Yr        Annual
    Actual            Budget        Actual           Budget    Variance
    Regards
    Shaun

    Thanks Abhijit , I can now see my report group at the bottom of the list .I assigned you full points.I posted another question regarding report painter .If you could also give me some guidance on that.When I was creating rows and updating cost elements with account numbers.I set up 3 revenue accounts and then ran the report to see if I get any data for profit centers.I did get data but when I double clicked on one of the account,it displays this messsage.I read the msg. but could not make any sense with it.for example in definning row I put account number from/to  400000- 400000    Explode. and thats a characteristic.
    No valid master data for characteristic 'Account Number'
    Report MEG1 does not contain any data pages.
    No valid master data for characteristic 'Account Number'
    Message no. GR633
    Diagnosis
    No valid master data within the specified interval was found for the characteristic 'Account Number'.
    Explanation:
    For each characteristic that is processed in a report, the Report Writer optimizes the interval limits which are relevant for selecting data from the database.
    Example:
    A report contains the characteristic 'account', for which an account interval from 100000 to 200000 has been entered.  However, if the master data validation shows that the lowest/highest account in this interval is 110000/190000, the selection will be limited to accounts 110000 to 190000 only.
    The system returns this error message if no master data exists for the interval.
    This error is typically caused by an invalid version.  In FI-SL Special Purpose Ledger, for example, versions are assigned to the ledger and are defined in configuration.  The report definition can then contain a non-defined version.  A similar situation applies to controlling (cost center accounting): here, versions are assigned to the controlling area and fiscal year and can be defined in planning.
    Another cause of this error is a ledger that is not assigned to the table for which the report was created.
    Technical information:
    The field name for 'Account Number' is 'RACCT'.
    System Response
    The system cancels processing.
    Procedure
    Check the report definition, or the specified master data, or the intervals.
    Regards
    Shaun

  • Line item actuals report for Profit center group

    I am looking for a Line Item Actuals report for a Profit Center Group  on the lines of KSB 1 report for Cost center /groups.
    I tried report "KE5Z but only profit centers can be selected, not profit center groups.
    Any help on this

    Try out the following report
    S_ALR_87013326 - Profit Center Group: Plan/Actual/Variance
    Call up Actual line items, here we go you would get the profit center group reports in similar lines as KSB1.
    Award points so as to say thanks.
    Regards,
    Suraj

Maybe you are looking for

  • Sequence of sequence

    Are Sequence of sequence's supported in WLE?

  • QM with HUM- HU linked inspection lots

    Dear All, Here is the issue I am facing. I am using QM with WM and HUM. My handling unit has multiple batches. Thus, system creates as many inspection lots as there are batches. My questions are: 1) Is it possible to create one inspection lot for one

  • Want to change the Result Recording Result

    Hi All, I have a problem Please help me out or suggest me is it possible to do- Result Recording is done and saved for a particular lot and result is accepted and i did UD for that and accepted as well as i posted to un-restricted stock with Acceptan

  • How to set condition in CFL which are alredy assign in EditText

    Hi   All I create a Screen Printer Form where i assign a edit text to ChooseFromList as follow- 1)1st create a CFL using Collection Tab in screen printer and set the Object type=2 and Unique Id=CFL_2 2)Then assign CFL_2 to EditText in Item Tab window

  • Convergence 1u3 Login Error

    On occasion, when users log into our Convergence server, instead of showing their mail, they get an page with what looks like the output of an XML message resembling the following: <iwcp error-code="0"> - <loginResponse>   <message>Success</message>