Credit Info in Fact Sheet

Hi Colleagues,
We are implementing CRM 7.0 Fact Sheet and retrieving following data from SD Fact Sheet:
- Last Documents (working fine)
- Backorders (working fine)
- Credit Info (no data)
We are preety sure that customer has credit data. We already debugged CRM function CRMT_ERP_FACT_SHEET_RETRIEVE
and it is correctly retieving credit info from ERP function CRM_CCKPT_EXPORTSUMMARY.
I can see that following strucutre is being filled in CRM:
GT_ERP_CREDITINFO = ET_ERP_CREDITINFO.
However no data in the fact sheet.
Has anyone being through it? I have a message in service marketplace but response time is too low.
Further question: is there any way to customize SD fact sheet view. System uses iv_factsheet_view = '001' and it seems to be hardcoded. This function call all blocks and we just require three blocks. We can change 001 view but we'd preffer not to change a standard customizing and create our 'Z01' view. I'm not interested in a development in any class in order to to solve it.
Best regards,
Renato

Renato,
The same 'Credit' assignment block is also displayed in the Account screen, does this show the correct/any data?.
If you view an Account and look at the table blocks you should see it, although you might need to change your preference settings to see the particular assignment block.
We added 16 new assignment blocks to the Online factsheet and 13 to the PDF Factsheet. The existing 'Credit' assignment block was not showing the correct data, but for us this was not an issue as we added a new 'Credit limit' assignment block which sourced its data from ERP and replaced the SAP standard assignment block. I know this is something that you do not want to do, so would continue to investigate the issue with no data being displayed. Our system (out of the box) did show information in the 'Credit' assignment block, although some of the fields were missing detail.
I don't know whether that information helps you at all.
Jason

Similar Messages

  • Credit information in fact sheet

    Hi All,
    We are unable to view ECC fields in the account fact sheet. Credit Information and Back orders view is added in the fact sheet. however no information is displayed.
    We have maintained the standard configuration as suggested in the SMOFPARSFA table CRMCFSOLTP field to map the RFC connection to the ECC system.
    Still we see "No result found" in the Credit information and back orders assignment block.
    Please suggest if any additional configurations have to be made.

    Hi,
    Are you sure the BP hast credit informations?
    Else check the function modul CRMT_ERP_FACT_SHEET_RETRIEVE.  It is the coding that actually calls the rfc fuba in the ECC  (-> CRM_CCKPT_EXPORTSUMMARY).  Check it the table ET_ERP_CREDITINFO is filled while debugging.
    Line 302:
    GT_ERP_CREDITINFO = ET_ERP_CREDITINFO.
      GT_ERP_LASTSALES  = ET_ERP_LASTSALES.
      GT_ERP_BACKORDERS = ET_ERP_BACKORDERS.
    Regards,
    Thea

  • Customer Fact Sheet - ERP_SALES_ORDER

    Hi all,
    Another friend doubt....
    We need a complete fact Sheet based on data from ERP_Sales_Order.
    Because we can't tracking prices,  sales orders, historical data, and we believe is because the use of ERP_Sales_Order.
    Pls, any help?
    Tks for all.

    Hi Surya,
    thanks for the link. (It is working, but you have to have access to the online knowledge products). I had this before.
    The problem with this is, that there is no detail information on integrating ERP info into the fact sheet. There's only explained which parameter has to be maintained in order to use the right RFC connection to the ERP for the fact sheet.
    Do you have more information on the ERP info in fact sheets?
    Thanks and best regards
    Thorsten

  • Marketing Attributes and Communication info in pdf fact sheet.

    Hi,
    I have a requirement to get the communication details and marketing attributes in the pdf fact sheet.
    Smartform CRM_ACC_ACCOUNT_OVERVIEW_PRN has no coding for these info, although both informations are available in online version.
    There is a program CRM_MKTBP_ATTR_HISTORY availble to diplay attributes, but i have no clue how to bring the entire program in smartform. Can anyone help on this how to fetch these info in pdf?
    Regards,
    Neel

    Hi Neel,
       You can create a custom smart form for this . take the help of a ABAP programmer.
    You can use tables ADRC for communication details .
    For marketing attributes : you can use function module CRM_MKTBP_READ_BP_LIST giving the BP guid in table IT_BP_LIST. This will give you the attribute set along with the attributes and their values assigned to the BP.
    Example call:
    Test for function group CRM_MKTBP_DB
    Function module CRM_MKTBP_READ_BP_LIST
    Import parameters Value
    IV_LANGU EN
    Tables Value
    IT_BP_LIST 1 Entry
    Result: 1 Entry
    ET_BP_ALLOCLIST 1 Entry
    Result: 2 Entries
    ET_RETURN 0 Entries
    Result: 0 Entries
    One you get these values you can pass this to your smart form.
    Hope this helps
    Best regards
    Sourabh
    Edited by: Sourabh Verma on Apr 9, 2009 9:31 AM

  • Create New Info Block in ECC for CRM Customer Fact Sheet

    Hi,
    we have a requirement to add a new info block in Customer Fact Sheet to display Equipment master from ECC. the info block required somehow is not listed in standard ECC info block.
    is there any way i can configure the info block in ECC so i can call it from CRM? or do i need to develop it using ABAP in ECC?
    thanks in advance

    What I really really need is an example of how a new Assignment block can be created so that it appears in the PDF fact sheet.
    I'm aware that the interface within the Smartform will need to be changed, along with the coding to process any new data being parsed in. The copied class, now called ZCL_UIU_PRN_ACCOUNT has a method called Collect_data which populates the itabs and forwards to the appropriate Smartform. I'm currently looking through this code to see what needs to be done.
    The collect_data method loops through the data in the CRMT_BSP_PRINT table and retrieves the data structure and class, and I assume it calls them, but I have no idea what these classes have in common as I can't see common theme with them.
    The data sources are:
    CRMT_BSP_ACTIVITY2_BP
    COMT_BSP_BP_ADDRESS
    CRMT_BSP_CONTACT_OBJ_BP
    CRMT_BSP_INT_HISTORY_BP
    CRMT_BSP_OPPORTUNITY_BP
    CRMT_BSP_ACC_R3_FACT_SHEET
    CRMT_BSP_ACC_RELATION
    CRMT_BSP_SALES_AREA_BP
    and their associated class/interface is:
    CL_BSP_ACC_ACCMOD_ACTIVITY
    CL_BSP_BP_ACCMOD_ADDR_MIX
    CL_BSP_ACC_ACCMOD_CONTACT
    CL_BSP_ACC_ACCMOD_INT_HISTORY
    CL_BSP_ACC_ACCMOD_OPPORTUNITY
    CL_BSP_ACC_ACCMOD_PRN_R3DATA
    CL_BSP_ACC_ACCMOD_RELATIONS
    CL_BSP_ACC_ACCMOD_SALES_AREA
    It would look like a lot of these classes are based on CL_BSP_*ACCMOD classes, but that's guesswork on my part.
    I am unhappy that I seem to be pioneering here as there's no guide/help on exactly what needs to be done to add new AB's/sections to the PDF fact sheet. I find that strange as most areas are well documented, except this area as far as I know.
    Sure, there is a note which identifies some of the objects that need to be changed, but misses out a vital table, but there are no guides. There are many people who produce videos on how to achieve the easier stuff, like adding fields to AB's via the UI configurator, but there seems to nothing in the area of extending the PDF fact sheet.
    Jas
    Edited by: Jason Stratham on Apr 29, 2010 10:22 AM

  • New Info Block in BP Fact Sheet

    Hi Experts,
    How i can add new Info Block to Business Partner Fact Sheet (BP_FACTSHEET) with other class and all data.
    I will write some ABAP program with data but how i can assing it to new info block?
    Any ideas?
    Thanks to all

    Hi,
    Create the fact sheet views that you want to include in the component workbench.
    Under UI framework def>factsheet> assign these views to a fact sheet.
    Then these views are then displayed in Available Fact Sheet Views in the fact sheet configuration using bsp_dlc_fs component within the component workbench.
    Select the created view as one of the tile in factsheet.
    Hope this helps
    Srinivas

  • PDF Fact Sheet Display

    Hi All
    I would like to know how SAP CRM 2007 WebClient handles the PDF Fact Sheet display.
    Can the template format be defined? ie. can I customize the format of the PDF display? If so, how can it be done?
    Thanks for any advice!

    Arno,
      Does the print fact sheet have the capability to print all these information.
    ·          Classification
    ·          Key Figures
    ·          Contact Person (list)
    ·          Order - Sales Area
    ·          Billing u2013 Sales Area
    ·          Shipping
    ·          Partial Deliveries
    ·          General Transportation Information
    ·          Payment and Delivery Terms
    ·          Partners u2013 by Partner Function
    ·          Sales Orders u2013 open and closed
    ·           Deliveries 
    ·          Billing Documents (Invoices - open and closed)       
    ·          Invoice Cancellations
    ·          Credit Memos
    ·          Debit Memos
    ·          Returns delivery
    ·          Quality Notifications
    ·          Credit Relevant Information
    ·          Credit Limit
    ·          Payment History
    ·          Quick Info
    ·          Backorders
    I see a little when we printed our print fact sheet. Do I need to configure anything more to print all the above sections.
    Thanks!
    Surya.

  • FACT SHEET Configuration not saving in transport to move to QA system

    hi Experts
    I am setting up the Account Fact Sheet BP_ACCOUNT_FS for my users and the only configuration that is saving is the configuration of the layout of the fact sheet to a transport.  The actual settings or configuration within the fact sheet is not saving.  For example, I used a BI report and added my query and parameter and while this saves in our development box, this will not save in the transport to move up through the systems.
    Any thoughts?  I already have a message open with SAP but checking to see if anyone has an immediate solution.
    Thanks,
    Chris

    Hi,
    P-table is an time independent attribute table ie it contains all the attribute info. in that table. so when u added a characteristic to that infoobject, u can find that entry in the P-table.
    Also M is a view on P & Q tables. It is not a table.
    T- ie Text table will contain only short,medium and long texts related to that info object.
    so when u add a characteristic  to infoobject it will be refelcted in P-table or Q- only. Not in Text tables.
    Narendra Reddy

  • Fact Sheet in SAPGUI

    Hi.
    I want to use fact sheet in business partner cockpit.
    I am dissatisfied with Standard info block class.
    I want to change info block.
    How do you make info block? (CRM part)
    Development?
    And I want to use BI report to fact sheet.
    (ex. BI Report of Transaction results of relevant BP...)
    Standard BI info block class is
    CL_CRM_CCKPT_IO_BW_REPORT
    CL_CRM_CCKPT_IO_BW_REPORT_BP
    CL_CRM_CCKPT_IO_BW_REPORT_BP_N
    CL_CRM_CCKPT_IO_BW_REPORT_N.
    How do you use BI info block classs and setting value?
    pls help me..
    Thanks in advance.
    youn jik, cho

    Find the solution by myself!
    Regards, Anja

  • Create own views in the Fact Sheet

    Hi Forum,
    I am trying to create my own views in the fact sheet.
    for instance open opportunities,closed oppportunities,open leads,closed leads... w.r.t a particular BP.
    plz guide how this can be achieved.
    Kind Regards!
    Lucas

    Hi Lucas,
    In order to create your own views in the fact sheet follow the above steps:
    spro  CRM  Master Data  Business Partner  Business Partner Cockpit  and fact Sheet.
    Make the settings in Define Info blocks and views by first maintaining the info blocks. Then go to View definitions and assign info blocks.
    Before creating you Info block you have to create your own class and then register this class in CRMC_CCKPT_IOREG table in order to see it in the fact sheet list.
    Hope it helps!
    Best regards,
    Roula Lazaridou

  • Modification in interaction center Customer Fact Sheet of XSLT program

    Hi All,
    There is a requirement to do a small modification in CRM winclient Interaction Center Customer Fact Sheet.
    A new data need to be displayed in the fact sheet according to certain condition.
    The fact sheet is displayed upon the code written in XSLT program. Need to understand how the code is fetching the data values from the RFC client. The part of the code is as below (unable to post the code). Can some one tell me what the attributes in the XSLT code are and where are they defined.
    Condition need to be written to display the meter type based on the serial number of the meter. Can this be done in XSLT program or else where.
    I have also looked at the class for the environment ZCL_CFS_GET_ENVIROMENT. I do not see any custom method created here. Also looked that there were no BADI available.
    Kindly let me know where the condition need to be written.
    Thanks to All
    Regards
    P Raj

    The info object of the environment is assinged with class ZCL_CFS_GET_ENVIRONMENT, this class has method GET_REPORT, this method calls function module ZCRM_CFS_READ_ENVIR.
    The code of condition is to be written in this function module.
    The attributes of the code is to be called in the specific area in the XSLT program of the environment.

  • CRM2007, Fact Sheet, Long Texts (STXH/STXL)

    Hi Folks
    We are in the middle of an upgrade from CRM 3.1 to CRM2007. And then I am looking at the new Fact Sheets. In our old CRM 3.1 system we have a lot of self developped Info Blocks (Assignment Blocks in CRM2007). And in the new CRM2007 the users want the same data displayed in the Fact Sheet.
    When i'm looking at the existing Assignment blocks in the new Fact Sheet it seems to me that all the views are of type Table. What if I want to make some different views, each containing one Note (Long Text) entry? Is it possible?
    What is the best to do? In the old CRM 3.1 system I copied the Class CL_CRM_CCKPT_IO_OPENLEADS to a Z-class. And then this class was my skeleton for the rest of the Info Blocks we have developped.
    One of our needs is that we have to make a Viewset with example 4 viewareas, 2 rows and 2 columns.
    Each viewarea should then containe one view. And in each of these views we want to display one longtext (Note)
    In our old CRm 3.1 world we read the specific Longtext (from STXH/STXL) with the functionmodule READ_TEXT. The ID could be Z23A, Z23B....Z23H and the Name = Customer Number.
      call function 'READ_TEXT'
        exporting
    *   CLIENT                        = SY-MANDT
          id                            = zzid
          language                      = sy-langu
          name                          = w_name
          object                        = 'BUT000'
    Is it possible to have one view displayed in the four viewareas, and then in a kind of way just change the ID to display four different texts??
    Best regards
    An Mery Xmas
    Carsten

    Hi Folks
    I have now been able to display Notes in the Fact Sheet
    Best regards
    Carsten

  • CRM2007 and Fact Sheet

    Hi Folks
    We are in the middle of an upgrade from CRM 3.1 to CRM2007. And then I am looking at the new Fact Sheets. In our old CRM 3.1 system we have a lot of self developped Info Blocks (Assignment Blocks in CRM2007).  And in the new CRM2007 the users want the same data displayed in the Fact Sheet.
    When i'm looking at the existing Assignment blocks in the new Fact Sheet it seems to me that all the views are of type Table. What if I want to make some different views, each containing one Note (Long Text) entry? Is it possible?
    What is the best to do? In the old CRM 3.1 system I copied the Class CL_CRM_CCKPT_IO_OPENLEADS to a Z-class. And then this class was my skeleton for the rest of the Info Blocks we have developped.
    What to do in CRM2007?
    - Enhance the component BP_FACTSHEET?
    - Copy views from BP_FACTSHEET to Z-component, and then make some changes?
    - Create own component and own views from the bottom?
    Hints needed!
    Have a nice day.
    Carsten

    Hi Carsten,
    Would you mind sharing how you did this. I need to create some custom views and populate these with data from ECC6.  I am struggling with finding out where in the view it should be populated with data.
    Your help would be much appreciated.
    Regards,
    John

  • CRM IC win (customizing view/fact sheet)

    Hi,
    I dont understand how to change the display of a info block into view
    Where i could change the display of a block?
    For exemple:
    if i add the block "Address" : Class "CL_CRM_CCKPT_IO_ADDRESS"
    Regards
    Julien

    Hi Julien
    I am offline to a CRM system right now, so I can't give you a cut'n'paste solution. I don't think they are good anyway.
    What you have to do is create your own info block class and then use configuration to include that in the Fact Sheet.
    Copy class CL_CRM_CCKPT_IO_ADDRESS to Z_CL_CRM_CCKPT_IO_ADDRESS (or some other Z name). Use SE24 or SE80.
    You can see that this class is a subclass, in the first screen. It has inherited particular methods from the superclass. It may also have a couple of it's own helper methods.
    I think one of them is called GET_REPORT or something like that. That's where each info block goes and gets all the data from this system or another and formats it into XML.
    The particular UI you are using then reformats that XML.
    Anyway, this is the method you need to adjust (as a minimum).
    The URL that you mention passes parameters into the info blocks. The first part of the code digs those parameters out.
    You can add your own BAPI calls or whatever here.
    Then you can fill the XML table with your own data. This is a bit tricky - it's hard to understand the way the XML table is built. It uses template files stored in tx SMW0.
    Once you have it compiling, configure it in to your fact sheet. I think you will have to add your new class to table CRM_CCKPT_CLASS - not sure if that is available via the IMG.
    You can build an info block with any data in it. I always find it easiest to find a similiar one in SE24 (by searching for CL_CRM_CCKPT_IO*) and copy that as a starting point.
    Good Luck.
    Dom

  • PCUI Fact Sheet / PopUp Sales Organizations

    Hi,
    we have the following problem:
    We customized in our Back End CRM the Fact Sheet. But in PCUI when we click on FACT SHEET nothing happens.
    Furthermore: When we post an activitiy for a business partner that belongs to more than one sales organization there is no pop up anymore to choose the correct one. This seems to be the problem since we upgraded to SPS 16.
    Can anybody help ?
    JoBo

    Hello EssV,
    1. I think that you face the same Problem as I've described in the Topic [Portal Business Partner Fact Sheet does not provide R/3 Sales Org info |Portal Business Partner Fact Sheet does not provide R/3 Sales Org info;. Have you tried to open a OSS Message regarding this problem?
    2. Have you checked Transaction SICF on the BW System that all the Services are enabled? Have you tried to use the BW Web Reporting standalone?
    Best regards
    Gregor

Maybe you are looking for

  • Missing priority rules for local adjustments

    It would be nice -- in the absence of layers for Lightroom -- to have a feature that lets me sort the various local adjustments in a picture (i.e. the gray points) so that some have priority over others. Currently, I found no way to achieve that: If

  • Help! Photo Shop Elements 12

    Why does photo shop elements 12 sometimes say edit in process and locks my photo when an edit is no longer in process? I exited the image from the edit workplace and it's still saying edit in process in my organizer. How can I unlock this photo?

  • Quicktime 10: How to resize a video before exporting it to AppleTV

    I have a video (some film from TV) that I want to export to Apple TV. Unfortunately the ratio is not really 16:10. It is a little bit "distorted". So I want to change the high of the movie a little bit before I start the export. How is this possible

  • Ack grep.

    Perl tool `ack` - the better grep.

  • Mr21 and mr22 hitting material cost or price difference

    Hi everyone, if i make changes in MR22 or MR21 for both map item and standard price item, will the price change or will hit price difference? thanks