Ehancement

Hi
A requirement for the reconciliation process between the invoice and purchase order is to have the purchase order item on the billing document. To meet the requirement to include purchase order item, the values must be added on the Sales Document line item. An extension will need to be developed to add the PO Item when the Billing Request is saved. 
Due to the cardinality of the Service Materials and Purchase Orders and Service Orders, there will only be one line item per Purchase Order. Therefore the line item value will always be u201C10u201D.
The Logic is to populate the field, POSEX, on the billing request line item with u201C10u201D when the request is saved during the DP95 run.
Sales Document Types for which this extension pertains are ZSCR and ZSDR.
Thanks
Pallavi

We plan to allow you to filter other users in the object navigator which will restrict the list of users to those that contain objects that you can see. So your database may have 100 users, but only 5 of which own objects that you can see.
We are also considering an alternative to the tree inteface, but I am not sure this will make our 1.0 release.
Under the reports tab you can view all all objects and filter by object owner and object name.
Mike

Similar Messages

  • Search help ehancement of field in t-code F-02.

    Hi all,
    I want to ehance a filed's search help in t-code f-02.
    requirement is as below.
    when you click one field's sech help in t-code f-02. A search help pop-up window will display. In this pop-up window, there are several tabs.  I want to add a new tab in this pop-up window.
    In this new tab, I want to add 2 new fields (for example, company code & bank code) in this tab. each tab also has search help.
    And also if I input value "1000" in the company code field, the search help value of field bank code will automatically relate to "1000".
    could anyone give me a solution or suggestion?
    Thanks in advance!

    Hi,
    1. You can add new fields in the complex search help of the field
    by editing the search help exit. please check search help have any search help exit attached to it.
    Frank Zhang wrote:
    > And also if I input value "1000" in the company code field, the search help value of field bank code will automatically relate to "1000".
    I not sure how a F-02 screen value of company code in the entry screen can be relate with bank code in the search help

  • Ehancement Point not visible under my User ID

    Hi All,
       This is the first time I am ever posting a question here, So, thanks a bunch in advance for trying to help me out. (I created a enhancement point in the user exit USEREXIT_SAVE_DOCUMENT_PREPARE in the sap include program MV45AFZZ (Sales Order Exits). I actually put the code in an custom include program Z_SO_INCLUDE1 in the ehancement point. I activated the enhancement point and everything was working as expected. But a week later I renamed the include program to meet the client's naming standard, double clicked the enhancement point, made sure it reflects the new include program and activated both the enhancement point and all the programs involved. The program/enhancement point works fine now, however, I am not able to see the enhancement point under my user id. I can see it under everyone else's user ID???? I really appreciate it if someone can help me out on this one. We are using ECC6.0/ERP 2005.
    Thanks,
    Sunny
    Message was edited by:
            Sunny
    Message was edited by:
            Sunny

    I can't see the query because of which i don't know it belongs to which user group..

  • Ehancement for to check the validations in ME21n,ME22n,ME28,ME29n

    Hi experts...
    I have one requirement in Ehancement for to check the validations in ME21n,ME22n,ME28,ME29n...
    If the PO document date is after 31.12.2010 and vendor Group 1800 then check the Inco-terms with "SET" values whether the user entered value fals with in the "SET" value, if so then allow to save the PO else Else system should read the "SET" values and suggest user to select correct Inco terms.
    Example when user enter wrong Inco-Terms then system shoud give Error Message Please Select Inco-terms CPT or DAP or FCA..
    Can any body plz suggest me the user exit or Is it possible through the enhancement Framework...
    plz help me how to proceedd??
    Thanks & Regards,
    Veena.
    Moderator Message: Spec-dumping is not allowed.
    Edited by: kishan P on Jan 3, 2011 11:00 AM

    Hi Veena,
    To find a BADI for a given tcode follow the below steps.
    1. Go to the TCode.
    2. Menu Item System -> Status.
    3. Double click on the transaction Name (For ME21N double click on ME21N).
    4. Check the Package (e.g. ME)
    5. Go to TCode SE80
    6. In the drop down choose Package and type the Package Name (e.g. ME). Dont forget to Hit Enter or display.
    7. Object Name Enhancements -> Business Add-ins (Def.) (You will see all the BADI's available here ).
    In your case, you need BADI : ME_BAPI_PO_CUST.
    Go to SE19 to implement the BADI.
    If you put your conditions in Create Purchase Order(ME21N), you will not need to add them in Release PO(ME28N) since the conditions will be checked when PO is created.
    Regards,
    Jovito.

  • Case and if statements in Ehancment points

    Hi Friends
    I have a standard code
    "Standard code
    IF <condition>.
    "In between i have an enhacment point
    Enhancment point.
    enhancment.
    ELSEIF <condition1>
    endenhacment.
    ENDIF.
    I get an error no if condition or no endif within the
    enhacment point.
    Is there a workaound for this

    Hi.  Hema is right; it's a nesting problem.  I'm not sure exactly what statements you're using for your enhancement, but your conditions can't overlap like that. If the "ELSEIF" condition belongs to the original "IF" statement, then the enhancement needs to be completely contained either before or after the "ELSEIF".  If the "ELSEIF" belongs to the enhancement, then you need to have an "IF" and "ENDIF" within the enhancement.  Here's what I mean.
    "ELSEIF" belongs to first "IF":
    IF <condition1>.
      enhancement.
      endenhancement.
    ELSEIF <condition2>.
    if the enhancement code needs to be here as well,
    then repeat it on this side of the ELSEIF or put the
    code in a form and call it from both places
    ENDIF.
    "ELSEIF" belongs to enhancement:
    IF <condition1>.
      enhancement.
        IF <condition1a>.
        ELSEIF <condition1b>.
        ENDIF.
      endenhancement.
    ENDIF.
    I hope this clarifies things a bit.
    - April King

  • Ehancement Spot for Vendor Down Payment Request F-47

    Hi
    I am trying to post a DP Request to Vendor with reference to a PO Document, which consists of various taxes. PO Base amount is 150 and Tax value is 25. When I am trying to pass a DP Request for more than 150 system is giving the error message "Order Value will be exceeded". Message Number is F5373.
    If I  change this error message to warning system will throw a warning message if the DPR value exceeds 150. I can proceed further but it will not restrict if another DP Request with reference to the same PO is passed.
    How to restrict the system to accept only one Down Payment Request with reference to any given PO ?
    Are there any user exits to be used ? if so please let me know. Also the enhancement spots in order to control multiple DP Requests against the same Purchase Order.
    Thank you
    Gemini

    Hi,
    You can create a validation (OB28), checking with user-exit that you'll create, whether there are down payments posted against PO. Pre-requisites could be the document type of down payment that you're using in the system or the trnsaction (F-47) itself.
    Regards,
    Eli

  • How to do data source ehancement by using "Extraction by function module"

    I have one customized datasource "ZSOURCE" in R/3, this datasource use Extraction by function module, namely one functiona
    module "ZBI_FM_EX"and Extract. struct "ZBI_EX".
    Now I want to add one field "ZNEW" from standard SAP table LIKP into extractor "ZBI_EX" and write coding in ZXRSAU01.
    Question, could I add new field "ZNEW" into Structure:"ZBI_EX"? Do I need to change anything in functional module "ZBI_FM_EX" itself?
    Many Thanks!
    rajatina.

    Hi Dear,
                  It is good to write the code in your function module i.e. ZBI_FM_EX. becuase writing the code in ZXRSAU01 include program will affect the loading performance. instead of looping the data two time (one in your FM and again in ZXRSAU01 ), you can get the same will only loop.
    Thanks
    Obaid
    Edited by: obaid shaikh on Jan 21, 2011 11:53 AM

  • Ehancements in Web dynpro

    Hi Experts,
    Can we do enhancements in web dynpro? Actully my basic requirement is that i have to hide few fields of a standard webdynpro component, so was thing it could be done by some enhancement, just wanted to confirm if this is possible, and should i follow any different method  for enhancement in webdynpro?
    Thanks in Advance!!

    You don't have to be in the portal to do that.  Unlike WDJ where the personalization is stored in the portal PCD, the ABAP personalization is stored in the backend database of the ABAP server.  You only need to run the application in administrative mode and you can hide fields.
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/47/ac6c53fd5b3020e10000000a42189d/frameset.htm
    If you want more control you might consider component configuration instead:
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/47/b1693856293c5ce10000000a421937/frameset.htm
    Finally you can also use the enhancement framework to hide fields at the development object level:
    http://help.sap.com/saphelp_nw70ehp1/helpdata/en/3a/f6ba42a950da11e10000000a155106/frameset.htm

  • Ehancement -payslip.

    Hi,
    i am trying to rplace text for p0002-famst key with text  from table t502t using conversion 96(added by me in table V_T514C foe country 99 anf form cedt ) . i made implici ehancemevt in program RPCEDSZ9 and add the following code , but still it is not converted into text . plz help me in solving this  problem .
    ENHANCEMENT 1  ZTEXT1.    "active version
    $FOUND = TRUE.
    data: lw_ftext type t502t-ftext.
    CASE FLD_INFO-CONV.
        WHEN '96'.
          SELECT SINGLE  FTEXT FROM T502T  INTO LW_FTEXT  where FAMST = P0002-FAMST.
                    FLD_INFO-value = LW_FTEXT .
    endcase

    Hi
    We have edited editin feature. Does editin feature support only the existing option for the feature? We have appended the feature so that we can put conditions on infotype & then subtype. but this condition is not getting read.
    Please help me in this regard.
    Regards
    Minal

  • Ehancement RPCEDSZ9

    Hi,
    i am trying to rplace text for p0002-famst key with text  from table t502t using conversion 96(added by me in table V_T514C foe country 99 anf form cedt ) . i made implici ehancemevt in program RPCEDSZ9 and add the following code , but still it is not converted into text . plz help me in solving this  problem .
    ENHANCEMENT 1  ZTEXT1.    "active version
    $FOUND = TRUE.
    data: lw_ftext type t502t-ftext.
    CASE FLD_INFO-CONV.
        WHEN '96'.
          SELECT SINGLE  FTEXT FROM T502T  INTO LW_FTEXT  where FAMST = P0002-FAMST.
                    FLD_INFO-value = LW_FTEXT .
    endcase

    Hi,
    You wrote that you want to change value for field FAMST from table P0002 and use entry from table T502T. But this field is based on domain that is using table T502T, so this enchancment won't change anything. You'll update field info-value with the same value. Or did I miss something?
    Best regards
    Marcin Cholewczuk
    Edited by: Marcin Cholewczuk on Apr 8, 2011 11:56 AM

  • E_recruiting and ehancement pac -3

    Hi All,
    we recently went live with the whole hcm module PA,OM,Time, Payroll, Benfits,PD. the client is looking at e-recruitment and i have been asked to set up proof of concept  of erecruit with enhancement package 3. Any suggestions where to begin.
    Jen.

    Hello Jen,
    you will not find alot of information to production installations of e-recruiting with EhP 3. As the ramp up phase ended at the beginning of june and the ramp up did not include many companies (do not know the exact number but i think it were about 10).
    So far I did one of the production ramp ups (a customer which upgraded from e-recruiting 600 SPNN to EhP3) which is indeed productive but this is a special case as the customer has a lot of own development and even pre dliveries for next EhP so it's no reference system. Another ramp up customer which rolled out on EhP3 is not life yet. All customers which wanted EhP3 but not got into ramp up are currently evaluating the enhancement package or have started their upgrade projects.
    In general the EhP3 is not a huge difference to the e-recruiting 600. There are some nice functional enhancements some things might be useful in the us but are not reqired for my region as recruiting works another way here. But in general it is no big change but more detail work so you can also check systems not having the EhP and perhaps check on special EhP3 topics if you really need them.
    For the landscape installation there are some notes in the service marketplace but in general I have to say if you want to reduce trouble do a standalone installation. From my projects I cannot recommend to use the integrated solution with ECC.
    For direct feedback from customers you will have to look for companies having e-recruiting 600 in general. As said before usually the HR bosses know each other well an just visit someone who already rolled out the solution so they can have a look on and get direct (not through sap sales filtered) feedback.
    For documents there is the e-recruiting course at SAP, i think name is HR316 .But I have no idea how good it is. I have never attended it so I can only speculate that it's not going very deep into the details as it is the only course on this topic and if we do a general intoduction training it takes 5 days instead of SAPs 3. And after it you can follow the project but cannot rollout on your own w/o consultancy. I think I already posted in another thread - knowing where you put in the customizing does not mean you know what is the right stuff to put into.
    Best Regards
    Roman

  • Ehancement in MIGO

    Hi All,
    While doing the MIGO we enter the Shelf life expiration date.
    My Requirement is that , for a material with no minimum shelf life period while doing the migo , i should not enter shelf life expiry date and therefore skip the message'Enter the shelf life expiration date '. is there any user exit to heck for minimum shelf life period in materila master  or anyther way.
    thanks.

    Hi
    Try to merge two or more BADI's in one BADI, for instance BADI's that doesn't use new tabs (ie: they don't call subscreens, logic PAI/PBO that is more complex).
    Regards
    Eduardo

  • Ehancement in me21n

    hii
    experts
    My requirement is to modify in me21n
    when user is giving a particular document type in po automaticaly the purchase organisation will be there which is reltaed to that Document ype.
    E.g
    In my client there is one doc type Zkol In po if Zkol is selected automatocalyy pUrchase Organisation will be 1020 which is kolkata.
    How can i do this.
    Plz send me screen shots if possible
    Plz reply
    Thanx nad regards

    Hi,
    Try with this below:
    1.. Create an ACTIVE implementation for the BADI ==>
    ME_PROCESS_PO_CUST.
    2.. Then inside the implementation you will find a method called as: PROCESS_HEADER.
    3..You have to write a small code inside this method.
    Code will be like this:
    DATA: WA_HEADER TYPE MEPOHEADER.
    A. CALL METHOD IM_HEADER->GET_DATA
               RECEIVING
               RE_DATA = WA_HEADER
    B. After that ,check the field [BSART] value for the structure
       WA_HEADER ,AS your document type i.e. 'ZKOL'.
    if this is 'ZKOL'. i.e. WA_HEADER-BSART = 'ZKOL'.
    set the value as -->
    WA_HEADER-EKORG = '1020'.
    then call another METHOD as below:
    CALL METHOD im_header->set_data
                im_data = wa_header.
    NB. the BADI is not supporting multiple implementation so make sure the implementation ( where you are placing your code)  is ACTIVE.
    Hope this will solve your issue.
    Cheers
    Somnath

  • Ehancement: ability to compound smart Collection rules

    Need a collection that is: Not rated & No stars & No color -OR- Not rated & No stars & Yellow. 
    Defaulting the "Match" dropdown to "all"  and adding  a new "+-" AND/OR dropdown would make the above logic possible. This would also make possible many more selection criteria.
    I am aware that sometimes you can reverse all the criteria and achive the same result, but not always, and then it becomes difficult to make slight changes without redoing everything.

    You can create nested boolean ANDs and ORs by holding down the Alt key and clicking the "#" button on the right (click on the image below to see at full resolution):
    Clearly not an obvious user-interface design...

  • Ehanced Podcasts - What Happened to Them??

    iTunes did an update the other day, and now the enhanced podcast function is gone. Normally, with an enhanced podcast, a new menu would show and you could jump right to sections of the podcast from there. Now, it isn't there anymore, even when I play old podcasts that I know used to have this feature.
    Does anyone know what happened to it? Did Apple remove it or I am just overlooking it?

    It hasn't gone anywhere on mine. I'm curious, though, about where you're looking for the menu. On some previous version of iTunes, the menu was for the chapters was next to the time bar/now playing display (sorry don't know what it's really called). Now, it's up in the menu bar with all the other stuff (File, Edit, etc), just to the left of Help.
    I did just notice that you posted this question in Podcasting and Radio in iTunes for Mac but mentioned that you were using iTunes for Windows. If my observation isn't helpful, you may want to try reposting where more Windows users might look.
    Best.

Maybe you are looking for

  • HTML links in Vibe Feed and digest e-mails do not work on GW 8.0.3client

    I have GroupWise 8.0.3hp1 on NetWare 6.5.8 and a Vibe 3.3 install on SUSE 11 (the downloadable Vibe demo virtual machine from Novell's site). I have recently started upgrading GroupWise clients on Windows 7 PCs (64bit), and have been testing Vibe. I

  • Task related to timesheet entries

    i have the task  TS 20000460 which is relateed to time sheet entries with the default rule 00000157 for determining the superior positon and the custom user exit (cats0008) for determining the approver the task is set in the data entry profile and ev

  • [solved] three questions regardings functions and aliases in .bashrc

    Hi everyone, i've been adding some useful functions and aliases i found at these forums to my .bashrc. However, i have some problems with shell scripting i hope someone more knowledgable here can help me out with: 1) I've found a useful function here

  • XMII Widget version 1.1 available for download...

    Read all about it in my blog : <a href="/people/abesh.bhattacharjee/blog/2007/03/07/xmii-generic-widget-v11-available-now-for-download">xMII Generic Widget v1.1 available now for download...</a>

  • AS9i error using a MapViewer JSP

    I've installed AS with my Oracle installation. It appears to be working correctly. I've then installed MapViewer (downloaded from OTN). Everything looked good in the install. When I try to run the demo, I get the following error: Error parsing JSP pa