Screen enhancement through enhancement framework

Hi to all  experts,
I have question can screen enhancements can be done using enhancement framework technology in ECC 6.0
Any link will help
ALready searched in SCN couldnt find anything

Hi,
Go through the link.
https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/9cd334f3-0a01-0010-d884-f56120039915
Hope this resolves your query.
Regards,
Manish

Similar Messages

  • Find screen number for enhancement.

    How to identify screen number for a particular standard SAP transaction for enhancement. Suppose I want to enhance any screen of any transaction how to search/identify customer screen number and enhance them, I want to add some fields or tab or anything else.

    Hi Avirat,
    You can get the screen number for screen enhancement using the following methods:
    1) Googling  on the Tcode or by reading OSS notes .
    2) Go to SPRO transaction . Navigate to the application component and see whether any section on Enhancement exists.
    3) Other ways of finding it are -
        i) CMOD based screen exits -
    Here the 4 digits 0101,0111,0201,0211,0301,0311  are the screen numbers where enhancement can be done .
    In case project is already implemented, get the project name from MODACT table.
    ii) For BADI based screen exit - Do a look up on SXS_SCRN table
    Regards,
    DPM

  • Service request fields enhanced through AET are not reflecting in BW DS

    Hi All,
    the CRM developer has added 3 service request fields to crmd_orderadm_h, crmd_service_h via AET. He has marked all the 3 fields as 'BW reporting relevant'.
    I have now checked the BW extractors in the hope that these 3 fields will now be appended to the BW service request datasources automatically.
    But instead of adding the fields to service request datasource(0CRM_SRV_REQ_INCI_H)(BUS2000223), it added the 3 custom fields to process datasource 0CRM_SRV_PROCESS_H.
    I am not sure what exactly have gone wrong . Is there a way to get these custom fields automatically into 0CRM_SRV_REQ_INCI_H.
    Thanks in advance,
    Ramz

    Hi Ramz,
    this seems to be identical to
    Re: Fields enhanced through AET are not reflecting in CRM DS Extract structure
    Please find my reply there.
    Best regards
    Matthias

  • Through Enhancement, how to call a Webdynpro method from another webdynpro?

    I have a standard page with 2 iViews with a standard abap webdynpro in each.
    The first webdynpro needs to refresh the second webdynpro.
    Through enhancement, I tried to follow the solution below:
    first of all in the child component's component controller method(which you want to expose to another component) must be checked in the interface column.
    Double click on the webdynpro project(parent component)->In the used components tab, in the column of component type the child project name(whose method you want to call) and in component usage column give any name->save the project.
    goto the controller(VIEW or COMPONENT) from where you want to call the method->click create controller usage->select the interface controller of the child component->save the project.
    click the code wizard->select method call in used controller->select the child component interface controller ->select the method you want to call.
    Link of thread: Calling a method of other webdynpro component
    But this solution doesn't worked because in this standard webdynpro is not possible to check the method as Interface.
    Is there other way to do this?
    Thanks.

    Hello,
    you can refer the following documentation for portal eventing
    http://help.sap.com/saphelp_nw70/helpdata/en/f6/7d6f4151dc5758e10000000a1550b0/frameset.htm
    Br, Saravanan

  • Screen amd menu enhancement throgh BADI

    Hi all,
    I need to show badi Defn and implementation in a training.
    I tried to create the BADI in se18 screen without the enhancement point i.e with classical BADI.
    But there I dont find the Fcode and Subscreen option which are used for screen and menu enhancement throhg BADI.
    How can we do that then throgh classical BADI.
    Please suggest.
    Thanks and Regards,
    Smriti Singh

    Hi.
    You should create classical Badi definition from dialog
    appearing when you press edit object button in se80 transaction.
    There there are multiple use and filter-Depend. checkboxes managing
    with fcodes and subscreens tabs.

  • Real Instruments, Enhance Tuning, Enhance Timing, Etc?

    Hi,
    I am having trouble getting to the Real Instruments, Enhance Tuning, Enhance Timing, area of GB3.
    I see the window partially, but not enough to move the sliders, while seeing there placement..
    I'm sure there's something I'm unaware of to get the full view, and I've snapped a screen shot to show what I'm talking about, if anyone is interested..
    Thanks For Any Help,
    Eric

    Hang-
    I have a work around I kind of stumbled onto..
    http://members.aol.com/unkie/GB3-pict-2.gif
    After you select the Real Instrument track you'd like to correct the pitch or timing of, you hit the "I" for track information, then you can click on the region arrow,(?) and the Enhancing area opens up properly.
    Check out the picture linked above, and below I will place the before shot link..
    The preference not coming up seems to be linked to using iChat, believe it or not..
    I read it here in the forum.
    If you open iChat, and then Garageband 3, your preference pane may not open up, until you reboot your computer.
    Strange but true..
    HangTime, Thanks for "Hanging" in there with me through this dilemma..
    Take Care,
    Eric
    Before Link: http://members.aol.com/unkie/GB3.gif
    G4 Desktop (QuickSilver) Dual 1 Gig Processors Mac OS X (10.4.3) 1.5 Gigs of RAM

  • I have a cracked iPhone 6 screen. I just bought the phone, but not AppleCare. If I get my iphone screen replaced through apple how much do I pay and would it void my one year warranty with Apple?

    I have a cracked iPhone 6 screen. I just bought the phone, but not AppleCare. If I get my iphone screen replaced through apple how much do I pay and would it void my one year warranty with Apple?

    To replace your phone's screen costs $109US and I don't see why having Apple replace the screen would void your warranty.
    http://www.apple.com/support/iphone/repair/screen-damage/

  • Submitting concurrent request through oa framework page

    want to submit a concurrent request through oa framework page and i wrote this code in controller
    try
    OAApplicationModule am = pageContext.getApplicationModule(webBean) ;
    OADBTransaction transaction = am.getOADBTransaction();
    Connection conn = transaction.getJdbcConnection();
    ConcurrentRequest cr = new ConcurrentRequest(conn);
    cr.setDeferred();
    Vector param = new Vector();
    param.add("21092008");
    int reqId = cr.submitRequest("XXC", "XXC_DATE_VALIDATION_TEST_1", "XXC DATE VALIDATION TEST 1", null, false, param);
    transaction.commit();
    System.out.println("Request ID >>> "+reqId);
    String id = "" + reqId + "";
    HashMap parameters = new HashMap();
    String url = "OA.jsp?akRegionCode=FNDCPREQUESTVIEWREGION&akRegionApplicationId=0";
    //parameters.put("akRegionApplicationId", "0");
    // parameters.put("akRegionCode", "FNDCPREQUESTVIEWPAGE");
    //parameters.put("akRegionCode", "FNDCPPROGRAMPAGE");
    parameters.put("requestMode", "DEFERRED");
    parameters.put("requestId", id);
    pageContext.setForwardURL(url,
    null,
    OAWebBeanConstants.KEEP_MENU_CONTEXT,
    null,
    parameters,
    true,
    OAWebBeanConstants.ADD_BREAD_CRUMB_NO,
    OAWebBeanConstants.IGNORE_MESSAGES);
    catch (SetDeferredException e)
    throw new OAException("Munish SetDeferredException " + e.getMessage(),OAException.ERROR);
    catch (RequestSubmissionException e)
    throw new OAException("Munish RequestSubmissionException " + e.getMessage(),OAException.ERROR);
    catch (Exception e)
    throw new OAException("Munish Exception " + e.getMessage(),OAException.ERROR);
    but i dont know whether it is submitted or not
    when i find my request using request id through e bussiness suite i can see ant thing regarding this id
    and i m getting this error
    java.lang.NullPointerException
    at oracle.apps.fnd.cp.viewreq.webui.ViewRequestsPageCO.processRequest(ViewRequestsPageCO.java:213)
    could anyone help me please
    Thanks

    Check the "Adding Request Monitoring to Your Product" section from dev guide.
    --Shiv                                                                                                                                                                               

  • Is screen sharing through Messages limited to third-party accounts in Yosemite like it is in Mavericks?

    So I was told this by an Apple support member through the online chat, but everything else I've been reading seems contradictory. Every blog post I've read, and even Apple's own website makes it seems like you can screen share on Messages with any contact with an iMessage account (in Mavericks, it was limited to third-party accounts signed into Messages like Google, Jabber, AIM, etc...).
    I was able to screen share through the iMessages account if the two computers were on the same network (both on wifi, or both tethered to the same phone), but not if they were on separate networks. Which seems almost next to useless. It'd be nice to just get a breakdown of what's possible with screen sharing through Messages.
    So far it seems like:
    1. Screen sharing is possible using a third-party account (as per in Mavericks).
    2. Screen sharing is possible using an iMessages account only within the same network (added in Yosemite). <- if this is really all that was "added", they really should make that clear, rather than making it seem like iMessage accounts have the same utility as third-party ones.
    Just want someone to confirm this. Thanks!

    Hi,
    Screen Sharing only works with an AIM Account (AOL) or a Jabber ID  when the person at the other end is also using the same sort of Account and a Mac with iChat or Messages.
    The Bonjour Account which is used for LAN based Mac to Mac Chats can also Screen Share.
    The Yahoo account (if you have one) is Text only. It does not even do File Sharing.  It does not do Video Chat, Audio Only ones or Screen Sharing.
    The iMessages account does not do Video chats (or Audio Only)
    What it does do is invoke the FaceTime App.
    FaceTime does not Screen Share.
    Links to the info you have read would be useful.
    The Messages Help info.
    Text (if the pic does not show)
    Share your screen
    You and a friend with Mac OS X v10.5 Leopard or later can share a screen, making it easy to collaborate on a project.
    When you share a screen, you and your friend can do anything on the shared desktop, such as opening folders, creating documents, and copying files by dragging them from one desktop to another. Messages automatically starts an audio chat.
    You can share screens using AIM, Jabber, Google Talk, and Bonjour. You can’t share screens using Yahoo! or iMessage.
    Important: When you share your screen, your friend has the same access to your computer that you have. Share your screen only with people you trust, and be careful if you receive a request to share your screen from someone who isn’t in your buddy list. If the request comes from someone using Bonjour, remember that the name shown for the person in Bonjour does not necessarily match the person’s real name.
    See the Line above the one where the word "important" is in bold text.
    OS X 10.5 is the one with iChat 4.x.x with it.
    To be clear:-
    iChat 1 was an AIM client but also had the Bonjour account under it's previous name of Rendezvous
    iChat 3 added Jabber capabilities
    iChat 6 added Yahoo ones. (extremely limited)
    Messages brings the Name change and the focus on the iMessages account with the associated window changes.
    This means Messages can join 5 "services"
    Opening Messages asks you for an Apple ID to register with iMessages.
    It also has the Bonjour account present but not turned On.
    You can add anything you used in iChat
    Some Apple Issued ID are valid AIM Screen Names
    GoogleTalk and Facebook Chat IDs works as Jabber IDs
    Apple IDs
    These can be considered in some ways to be separated into different functions or layers.
    The first difference is between external emails and Apple Issued ones that end in @mac.com, @me.com and @icloud.com  (Some people are using a small number of pre Email linked Apple IDs - about 15 years or older accounts.)
    The Apple Issued ones can be used as AIM Screen Names.
    You can also distinguish between iCloud Linked ones and plain Apple IDs
    As Apple changed from MobileMe to iCloud they used  and linked @me.com IDs to iCloud as people registered for iCloud.
    Later they issued iCloud ending emails  (you may have both)
    This leaves you with "All iCloud IDs are Apple IDs, but not all Apple IDs are iCloud ID ones".
    The short answer is if an Account in Messages can Video within the app (not invoke another app) then it can Screen Share.
    10:05 pm      Friday; November 14, 2014
    ​  iMac 2.5Ghz i5 2011 (Mavericks 10.9)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
     Couple of iPhones and an iPad

  • IChat screen sharing through Orange livebox (UK)

    I am able to establish video connection through iChat with my father in the UK, but cannot establish screen sharing. After spending time on the phone with Apple support here in Canada, Apple in the UK, and my father's ISP Orange, it appears that the problem is with the Orange "livebox." Orange are telling us that they don't support the feature.
    Has anyone else been able to find a workaround so that they can establish screen sharing through a livebox?
    Thanks for your help.

    Livebox devices tend to be actually made by Sagem
    See this list http://portforward.com/routers.htm
    IS the model you have listed ?
    It may help if the ports are opened by UPnP as Screen Sharing tends to use more random ports that basic Video/Audio chats.
    10:23 PM Monday; January 21, 2008

  • FV60 Screen enhancement through BADI

    Hi
    I am trying to enhance the BASIC Data tab in FV60 and FV65. I came across the BADI 'BADI_FDCB_SUBBAS01' which i believe is supposed to enhance the screens.
    I created a zprogram with a screen with a test field in it and inserted this program name (Ztest100) and the screen number (0500) in the BADI implementation and activated the BADI. However the custom field does not show up in the screen when you execute FV60.
    I have also made sure that i updated the record in table T020A as mentioned, with the details of the screengroup created for this custom screen(0500)  in the standard subscreen's comment in program SAPLFDCB screen 0010 PBO area.
    Can some one throw light on this on how to get the right results?
    Thanks
    Nag

    Hi Nag,
    I also need to add a custom field on tcode FB06, how did you make it happen?
    Please tell me step by step to do it.
    Thanks
    Bernard

  • Getter & Setter Method not getting called for a field enhanced through AET

    Hello,
    I am new to SAP CRM 7.0 and working on a requirement.
    A Z-field was added by our functional guy in CRM 7.0 WebGui through AET in the 'Create Opportunity' transaction (Header data).
    Now the requirement is, as soon as the opportunity is created through the WebGui, I should post a document in R/3 and paste that document number back to the enhanced Z-field in opportunity.
    Work done by me:
    I pressed F2 on the enhanced Z-field in the WebGui screen and took the details of view, component name etc. After this I went to normal SAP CRM system and open tcode "BSP_WD_CMPWB", located the corresponding view "BT111H_OPPT/Details" and right clicked & enhanced the same.
    Then I opened the structure of this view, expanded context node, located context "BTOPPORTH" and inside this, located my Z-attribute. Now right clicked on the Z-attribute & selected the option "Generate SETTER & GETTER Methods" and these were generated successfully.
    Problem:
    The problem is even after putting external break points in these methods, these methods are not getting called while creating, modifying & displaying the Opportunity in WebGui.
    I hope that for the requirements that I have, I have to do the coding in "Getter & Setter" methods. But since these are not getting called, I am unable to proceed.
    Please help/suggest how to achieve this.
    Thanks in anticipation.
    Best Regards,
    Rahul Malani

    Hi,
    If you can see the field in UI and still get_ method is not being triggered then try to regenerate these methods. If it still doesn't work then please look for SAP notes or raise an OSS.
    There should be some note for the issue you faced.
    please refer:
    Help Needed immediately - AET getter setter methods not getting triggered
    Regards,
    BJ

  • Not able to view the fields ....made through enhancement 0002--

    Dear Freinds,
                I have made enhancment for infotype's 0002 and  0023 . However when i am looking through PA30 for a personnel number iam not able to view the fields created in 0002 infotype , however iam able to view the fields created in infotype 0023 . Is there is a any setting's i have to make so that i can view these fields created in infotype 0002 also ??
    please let me know .
    regards
    vamsi.

    Dear Deepak
                yes this is enhancement to 0002 and 0023 ... i have to add one field for the
    0002 ..........as ihave to add chinese name for my requirement ..................
    and i have done some new fields for 0023. if can give me your personnel id i can
    send the screen shots ........
    i want to tell one thing.........   i have created for 0002 by adding new  the new field (chinese name) .. it created a z program.ZP000200(Module pool)  with the below
    includes
    INCLUDE ZP000210.
    INCLUDE MPPDAT00.
    INCLUDE FP50PPSB.
    INCLUDE MPPERS00.
    INCLUDE ZP000220.
    INCLUDE ZP000230.
    INCLUDE ZP000240.
    and when i went to the screen  0200 i have found the field which i have added
    P0002-ZZCHNAM  type char 20 . and i executed from here itself (by clicking F8).
    and iam able to see the field which i have added
    under additional fields...........but the same if i go in PA30 and create .........for an employee (molga = 27)... i dont find the field which i created...... i have done this
    change for the country 27 only.
    regards
    vamsi
    regards

  • How to provide the F4 help to a screen field via enhancement

    Hi,
    I have a transaction code IL01(Creating Functional Locations).
    In the second screen of FL creation,we can find 'Room' field under 'Location' tab.
    At present, it doesn't have F4 help.
    Could you please suggest me to provide the F4 help to this field via enhancement.
    I have values of that field in ine internal field.
    Thanks&Regards,
    VRLREDDY

    Hi,
    try something like this:
    INITIALIZATION.
      SELECT * INTO CORRESPONDING FIELDS OF TABLE so_setheader
               FROM    setheader
               WHERE   setclass = '0000'.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR so_kost-low.
    * F4 uitvoeren
      CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'
        EXPORTING
          retfield    = 'setname'
          dynprofield = 'so_kost'
          dynpprog    = sy-cprog
          dynpnr      = sy-dynnr
          value_org   = 'S'
        TABLES
          value_tab   = so_setheader.
    AT SELECTION-SCREEN ON so_kost.
      READ TABLE so_setheader INTO wa_so_setheader WITH KEY setname = so_kost-low.
      IF sy-subrc NE 0.
        so_kost = space.
        MESSAGE e333(s1) WITH 'Does not exist!'.
        STOP.
      ENDIF.
    Adibo.

  • How to get a field description on custom screen used in enhancement

    Hi all,
             I am working with transaction cj20n. It is having an enhancement and a custom screen is used in it. I have modified the screen by adding a text label ahead of field FUND. I want to get the description of that field on that text label. How can i achieve this? I have the table field where the description is available. How to get it on the screen?
    Thanking you in advance.

    When you refer your field to the DD table field, the domain will contain the text, it will automatically fetch the description. But you can also Hard code them since its a label in the screen.
    Regards,
    Anita

Maybe you are looking for

  • How can I remove my ebooks from iTunes Connect???

    I'm tring to use iBooks Author and iTunes Producer/connect without success... I've 2 books with tickets and I would like to delete that and try again (maybe I need to read the iBooks Author user manual).. can anyone halps me?? tnks Luca

  • IOS 6 podcast app problems

    Having problems with the podcast app not showing up podcasts.  If I slide the subscription button on it shows the newest one up in the list but after I click download it does nothing.  I upgraded to iOS 6 on release with the iPad I use for my video p

  • How do I move music into my I tunes

    What do I do how do I move my music into I tunes

  • Monitoring Index without rows in v$object_usage !!!

    Hello Gurus, OS - Solaris Oracle - 92 I was generating a ddlscript to start monitoring index usage, I've run the sql below : @db92 > alter index INTRANET.PK_OWPDO MONITORING USAGE 2 ; Index altered. When I query the table V$OBJECT_USAGE i don't see a

  • Lightroom, epson 3880, print dialog problems

    Hi, I hope someone can help me - I am really struggling with lightroom 5 on OSX 10.8.5 and printing to Epson 3880. Whenever I change the print dialog eg to rear feeder, or photo glossy paper it daults to top feeder, and premuim lustre paper. Printing