How to open a standard SAP fact sheet or any UI component ?

Using a support user, I want to open a BYD standard Fact Sheet of interest.
My goal is to see how certain fields are filled.  I thought about adding a BO extension, and then editting the screen, but am slightly stuck.
Is there a way of opening a standard BYD screen (fact sheet) or any UI component ?
Thanks ahead for any tips.

Hi Tom,
you need a PTP (Port Type Package), and to configure the outport.
If you want to understand how to configure do:
1) Create a custom BO
2) Generate all the screens for the custom BO of type Object-Based Navigation
3) Open the OWL and see what happen when the user click EDIT (the QA screen is opened through the PTP)
4) Open the QA and see how the QA understand that it needs to be opened when the PTP receive the notification

Similar Messages

  • How to call a standard sap transaction in workflow

    Dear All,
    I want to know how to call a standard sap transaction inside my workflow , please tell me how to get this done .
    Kind Regards,
    Anshu Kumar

    Hi,
    You can use the FM - ABAP4_CALL_TRANSACTION u2013 Initiates a transaction in a separate window
    inside the method in the BO.
    Implement that BO and the method in the Activity of the WF..!!
    Use the FM like this:-
    CALL FUNCTION 'ABAP4_CALL_TRANSACTION'
      EXPORTING
        tcode                         = 'ZSCREEN_884' - T-Code
       SKIP_SCREEN                   = ' '
       MODE_VAL                      = 'A'
       UPDATE_VAL                    = 'A'
    EXCEPTIONS
       CALL_TRANSACTION_DENIED       = 1
       TCODE_INVALID                 = 2
       OTHERS                        = 3
    IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
             WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    If you do not want to use the FM u can use this Statement:-
    call transaction 'ZSCREEN_884'. - T_CODE
    Check the following links:-
    https://www.sdn.sap.com/irj/scn/wiki?path=/display/abap/delegationandRedefiningmethodsofbusinessobject+BUS1001
    https://www.sdn.sap.com/irj/scn/wiki?path=/display/abap/workflow%252bscenario
    Let me know if you still face any issues..!!
    Regards,
    Kanika

  • How to pass variable between CRM Fact sheet and BI web template

    Hello,
    I am looking for someone who has integrated a custom web template with the CRM fact sheet (I am on 2004s).
    I have created a custom web application design template for displaying on the portal for a CRM factsheet (TPL_FACT_SHEET).
    This template is based on a query which has a variable (CHOOSE_CUST, ready for input, input: optional type) on 0CUSTOMER char.
    When the sales rep queries the CRM FactSheet on the portal- based on the 0CUSTOMER he is demanding the fact sheet for,  the appropriate 0CUSTOMER value needs to be parsed to my custom web template and it should return him the report. The report is very simple with just sales for current and previous year by material group. There is a std template to do this but we are using cutom data providers and hence need to create this custom web template.
    Thus far I have created a 'filter pane' in my web template but do not know how to link this with the CRM fact sheet or even how to link it to my query variable. Currently when my template is called from the factsheet (portal) it displays results for multiple customers without any filter!
    Please advise how to proceed in linking the CRM fact sheet 0Customer number with my web template filter pane!
    Full points for useful answers!
    Thanks
    Naresh

    Hello,
    I am looking for someone who has integrated a custom web template with the CRM fact sheet (I am on 2004s).
    I have created a custom web application design template for displaying on the portal for a CRM factsheet (TPL_FACT_SHEET).
    This template is based on a query which has a variable (CHOOSE_CUST, ready for input, input: optional type) on 0CUSTOMER char.
    When the sales rep queries the CRM FactSheet on the portal- based on the 0CUSTOMER he is demanding the fact sheet for,  the appropriate 0CUSTOMER value needs to be parsed to my custom web template and it should return him the report. The report is very simple with just sales for current and previous year by material group. There is a std template to do this but we are using cutom data providers and hence need to create this custom web template.
    Thus far I have created a 'filter pane' in my web template but do not know how to link this with the CRM fact sheet or even how to link it to my query variable. Currently when my template is called from the factsheet (portal) it displays results for multiple customers without any filter!
    Please advise how to proceed in linking the CRM fact sheet 0Customer number with my web template filter pane!
    Full points for useful answers!
    Thanks
    Naresh

  • How to call a Standard SAP Program in Zprogram.

    Hi,
    how to call a SAP Standard program in SAP Program?
    Do we have to use any funtion module and pass paramters?
    I want to call a Standard SAP prg in to my prgram? can anyone explain me or give the piece of code to call standard prg.
    Thanks & Regards

    Again, ABAP related questions should be asked in the ABAP forum.
    To answer you question,  if the standard program is a report program, you can use the SUBMIT statement and pass parameters using the WITH Extention.
    Submit <report>
          with p_fld = 'X'
              and return.
    Please make sure to award points for helpful answers and mark your posts as solved when solved completely.  Thanks.
    Regards,
    RIch Heilman

  • Extending Standard account Fact Sheet with Custom BO fields

    I have created one custom BO with 2 free text fields. The fields are embedded in the standard account screen in a new tab.
    The custom fields have to be available in the account summary fact sheet as well.
    BO Definition:
    [AlternativeKey] element AccountID: apCommonGDT:BusinessPartnerInternalID;
    node Note1[1,1]
      element ID:ID;
      [DependentObject(TextCollection)] node FIELD1;
    node Note2[1,1]
      element ID:ID;
      [DependentObject(TextCollection)] node FIELD2;
    Is it possible to extend the standard fact sheet with these custom BO fields ?

    Hello Surajit,
    If you need a field to store string of big length, you can use LANGUAGEINDEPENDENT_Text. Have you tried that already? This data type doesn't have any length restriction.
    Thanks & Regards,
    Meghna

  • How to log in standard sap way in a jsp/servlet project

    Hi expert,
    To log and trace in sap standard mechanism always confuse me a lot.
    Is there any how-to document for j2ee project?
    I know for wdj you can add log configuration by select 'create log configuration file' in context menu, but I can not find this for a j2ee project.
    I would like to see the log in LogViewer of VA, put all logs together in sap management make sense in our project.
    Thank you for your hints.
    William

    Hi,
    f
    ile=new FileLog("f:/WebServiceTrace/trace2.%g.log", 800000, 10,                                        new  TraceFormatter());
    The above code specifies the path for your log file.
    Then add this file as a log location and then log the traces. For this you can use the following code like:
    Location location=Location.getLocation(className);
              location.addLog(file);
              location.setEffectiveSeverity(Severity.ALL);
              location.entering(methodName);

  • ESR - How do you import standard SAP Models

    Hi,
    We've recently upgraded to PI 7.1 and I'm looking to model some integration scenarios.
    I have been reading the following help
    http://help.sap.com/saphelp_nwpi71/helpdata/en/73/70bfcc163b48b0bb5edb6cdd860766/frameset.htm
    Under the section - Modeling Guide for model types in the ES Repository - there is the following note
    Finally, the different models are a good way of documenting the whole process of an application and make it easier to enhance software later.
    Note
    SAP already works internally with the modeling environment, including a unification and standardization process (Governance Process), to increase the level of reusability. SAP delivers the models that were produced by this process as ESR content to aid the understanding of the SAP application.
    End of the note.
    I'm wondering if there is a way to import these models so I can view them.
    Regards,
    John

    Hi John,
    After the upgrade, if you drill down the SAP Standard Software Component Versions in the ESR you'll notice some of the models that SAP shipped with the upgrade. You can start looking at those to get a good idea of how SAP has used them.
    The other alternative is that if you import XI Content from Service Marketplace that you migh require for building Enterprise Services for a specific scenario you may have, SAP Models used to produce that Enterprise Service/s are shipped with the XI content. You can browse through those as well.
    Regards, Trevor

  • How to edit a standard SAP Query

    I need to do authority check for satndard SAP Query....How to do it

    If you put code similar the following in the Infoset ---> Extras -> Code -> Start of Selection it should work
    CALL FUNCTION 'SD_ORGDATA_AUTHORITY_CHECK'
    EXPORTING
       I_VKORG            = P_VKORG
    *   I_VTWEG            =
    *   I_SPART            =
        I_ACTVT            = '01'
    EXCEPTIONS
       NO_AUTHORITY       = 1
       OTHERS             = 2.
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
             WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    So, if the user does not have the proper authorization, it will exit the program.  You will need to check with your Security administrator to verify what value to use for the Activity Code.

  • How to copy standard SAP report to a Z report?

    Hi All,
    Guys, I have a requirement to copy an standard SAP report and make some changes to it. Please let me know how to copy a standard SAP report as a Z report. Is there any simple way or will I have to open the source code and copy it into the new Z program? If that is the case, how will I copy the screens and related PBO/PAI events?
    Please provide me a step-by-step solution.
    Thanks & Regards,
    Madhur

    Hello Madhur,
    As Raja had said, yuo could just copy the program from SE38. But just remember a few points:
    1. If the standard report is being used in some other programs, then there's no way you can make your Z-report get used in all such instances. I suspect that you may not want to do that anyways, but just in case.
    2. Just also check out if the standard report you're talking about has any INCLUDE programs within it. If there are too many standard INCLUDEs in the main report, then you might have to decide whether you need to copy all of them too, or let them be as they are.
    3. You are likely to have some problems with the text-elements and translation that may have been maintained for the original report.
    I have experienced some problems with respect to the second and third points in the past, so it is worth it to be a bit careful.
    Regards,
    Anand Mandalika.
    Regards,
    Anand Mandalika.

  • Launch Fact sheet from external app

    Hi All,
    Please forgive my rookieness as I don't have much experience with SAP.
    I want to open a contact fact sheet in CRM 5.0 from a windows application. I have done similar things in salesforce.com and Microsoft CRM but am unsure how to do this with SAP web client.
    Basically, my windows application will have a contact's phone number and then launch the SAP web client and open that contact's SAP fact sheet.
    Can someone point me in the right direction?
    Does SAP offer a trial version of CRM that I can install locally to test?
    thank you,
    KF
    P.S. Why aren't the cookbooks (IC Web client, fact sheet, etc..) available in SDN? Would be nice to have a copy of those.

    This is a double post, please see my response to your previous post.

  • Standard SAP Adobe Template in Adobe Interactive form

    Hi folks,
             Does any one knows how to import a standard SAP Adobe template (for eg :- PR template or SO create template) which is given by SAP into Adobe Interactive form UI element in Webdynpro perspective. I tried opening Adobe Interactive element by editing it and tried for import a std adobe template but I did not see any option to do so.
             Appreciate an early response.
    Regards,
    Guru Subramanian B

    Hi Guru
    if you are involved in an SAP-internal project, which includes the development of a form, there are probably internal ways to do that.
    If you need any of the official customer-ready forms we ship, you would need access to a mySAP ERP 2004 system and try and get one of the print forms out of that system. SAP is currently not providing any of their official forms outside the respective application.
    As for your second question, first a clarification: The template as such is not in the system as PDF, but in a format called XDP. The PDF is the generated document that includes the system data.
    Calling another system via BAPI and RFC is supported as part of the Web Dynpro for Java framework, and obviously in ABAP. As you need to define a form context to determine where your data for the form comes from, this data can come from other systems using BAPI/RFC. This is SAP functionality supported in SAP NetWeaver '04.
    Regards,
    Markus

  • CRM 7 PDF Fact sheet question.

    My understanding is that the PDF uses a smartform to create the PDF and there is config behind which identify the AB's to be used. However, am I right it saying that the PDF config can only use the AB's that are defined for standard Online Fact Sheet?.
    So, if we have particular AB's that the PDF Fact needs to use but should not be displayed within the online fact sheet then we'll have to create them within the view, hide them so that they do not display when the Online Fact Sheet is displayed, but add these AB's into the configuration table for the PDF fact sheet, and of course modify the Samartscipt so that it knows what to do witrh this extra data for the new AB's.
    Have I missed anything, or have I not got the right grasp on this?.
    Jason
    Edited by: Jason Stratham on Apr 27, 2010 1:52 PM

    It is slightly different when making modifications to the PDF view because with the standard online Fact sheet you can easily add new fields using the UI config tools, and then just adjust the code to populate these fields, should they be new ones.
    However, you don't have this option with the PDF fact sheet, so there's a difference straight away. My problem is that I need to add new AB's and new fields in both existing AB's and new AB's for both the PDF and online Fact Sheet, although I'm concentrating on the PDF fact sheet first. There seems to be a good many articles on adding new fields, which to be honest is childs play when using the UI configurator, but very few articles on the subject of adding new AB's and fields and then having them populated via ERP, which is no easy task, and is about 99% of what I need to achieve.
    So, to start with, has anyone come across a easy guide to adding new AB's and fields for the PDF fact sheet, and possibly an easy method to populate it. I have found a WIKI guide, written by someone within SAP (I believe) but their HTML code in the example is not generated correctly so they have manually entered it, which seems like a bit of cheat to me, as it should work.
    http://wiki.sdn.sap.com/wiki/display/CRM/Howtodisplayaz-tableinanassignmentblock
    However, any other guides would be much appreciated as I'm sure anyone who reads this guide will find it hard to follow.
    With regards
    Jason

  • How to open a Browser

    Hi Friends,
    Can any tell me how to open browser from SAP.
    Suppose if i type a URL in SAP screen and if i click on that it should open perticlular URL in the browser. Is there any function module for this?
    Thank you
    Regards
    Satish

    You can get an idea from this code :
    CALL FUNCTION 'CALL_BROWSER'
         EXPORTING
              URL                    = 'c:test1.html'
         EXCEPTIONS
              FRONTEND_NOT_SUPPORTED = 1
              FRONTEND_ERROR         = 2
              PROG_NOT_FOUND         = 3
              NO_BATCH               = 4
              UNSPECIFIED_ERROR      = 5
              OTHERS                 = 6.
    IF SY-SUBRC <> 0.
      MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
              WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.

  • 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

  • How to configrate purchasing standard reporting?

    Hi, Experts
    I want to add two important display fields (MARA-GROES, MARA-WRKST)into the standard sap report ME55.
    I suppose below path can help me to solve this issue.
    Materials Management>Purchasing>Reporting-->Maintain Purchase Requisition Lists
    Anybody can tell me the how to do it ?

    Thank you for you reply, but ME55 is the t-code for release PR, not just a report.
    So I don't think Query can help.
    ofcourse , I know ABAP can do anything, if I develop a new report to release PR, which ofcourse can solve my problem. However I think SAP offer us the reporting function, which should can do somethings.
    Who knows how to use the standard SAP reporting customizing ?
    IMG>Materials Management>Purchasing-->Reporting

Maybe you are looking for