BADI or ENHANCEMENT  :Making text default for a particular condition In PO

Dear Folks ,
I want to make a text to come by default whenever a PO is being created , i had made many attempt with badi ME_PROCESS_PO_CUST  and method OPEN  but its not working .
Please Guid e for the same .
How we can acieve .
Regards
Swapnil

Hi Fayeem ,
Ya its about the long text , could just suggest some other way
Acutally the problem is that MM06E005  has  already been implemented in our project and ihad also tried dat the same earlier to badi .
I have found a triggering ponint wer the text is getting generated an being populated in the standar programme for PO .
Regards
swapnil

Similar Messages

  • Making iTunes default for videos

    making iTunes default for videos
    i have a macbook pro and i have videos on my mac that i want itunes to automatically open without quick time being the defauly program because i like to use airplay on itunes and watch my videos on apple tv but every time i want to watch a video i have to click other and choose itunes, does anyone know how i can make itunes my default video player

    You need to change it in get info. So go to the video and right click or command & I. Select get info. Under the section that reads open with select iTunes and click on change all. All similar formats will open with iTunes.

  • How to find total recs in a local table for a particular condition

    Hi,
    How to find total recs in a local table for a particular condition?
    Thanks,
    CD

    Well, you may want to try this as well, and compare to the LOOP way.  Not sure what kind of overhead you may get doing this way. Here ITAB is our main internal table, and ITAB_TMP is a copy of it.  Again I think there may be some overhead in doing the copy.  Next, delete out all records which are the reverse of your condition.  Then whatever is left is the rows that you want to count.  Then simply do a LINES operator on the internal table, passing the number of lines to LV_COUNT.
    data: itab type table of ttab.
    data: itab_tmp type table of ttab.
    itab_tmp[] = itab[].
    delete table itab_tmp where fld1 <> 'A'.
    lv_count = lines( itab_tmp ).
    Regards,
    Rich Heilman

  • Sales order Pricing for a particular condition type

    Hi Folks,
    I have a requirement that when i change the Shipping condition(VBAK-VSBED) in the Sales order  The Pricing should be triggered and the price should be re-determined only for a particular condition type (ZFM1) . This condition type represents Freight charges.
    I am trying to use user exit USEREXIT_NEW_PRICING_VBAP(include MV45AFZB) in the below fashion but the price is getting
    re-determine for all the condition types. I have even tried by passing NEW_PRICING = 'H' but we have multiple condition types for freight and price would get re-determined for all these condition types. I want the price should get refreshed only for condition type ZFM1.
    FORM USEREXIT_NEW_PRICING_VBAP CHANGING NEW_PRICING.
       IF VBAK-VSBED NE *VBAK-VSBED
          New_Pricing = 'B'.
       ENDIF.
    ENDFORM..
    So, do we have any function module which i can use to refresh only a specific condition type.
    <Priority normalized by moderator>
    Edited by: Vinod Kumar on Nov 3, 2011 1:35 PM

    Hi
    It's hardcoded. Go to include FV45PF0P_PREISFINDUNG and you can see when the userexit is called and how the report call other subroutine:
              perform userexit_new_pricing_vbap(sapmv45a)
                      changing da_pricing.
              if not da_pricing is initial.
                 if da_pricing ne function_new_pricing.
                    perform preisfindung using da_pricing.
                 endif.
              endif.
    In subroutine PREISFINDUNG is called the FM 'PRICING' with the value for DA_PRICING for CALCULATION_TYPE.
    Regards
    Eduardo

  • Making iPhoto Default for Safari

    How do I make iPhoto my default for the images I download in Safari? I don't want to keep changing the folder I download into everytime I download something. Can't I just have an option to download images to iPhoto everytime? Also how can I make iPhoto my default for all images?
    I'm a new Mac user, can you tell? LOL
    Thanks,
    Barb

    When you download files in a browser, you never specify what application is supposed to open it. In Mac OS X, each type of file (.GIF, .PNG, .JPG, etc.) has a specific default application, which is automatically assigned to the file, although you can change those defaults if you want.
    The problem with iPhoto is that it cannot work with files not already in its library; and only certain types of files can be imported by it. So the answer to your question is that there is no completely automatic way to move files into iPhoto. I don't think even AppleScript can really help you much here.
    Sorry for the bad news. You can still import image files by just dragging them into iPhoto folders when it is open, however. That should be easy enough.

  • How to get the text elements for a particular program

    Hi All,
    I want to get the all text elements , selection texts for a particular program...How to get.
    I have used one FM READ_TEXTELEMENT_FROM_REPORT , but not much useful..
    please help me..
    Regards,
    raj

    Hi..
    You may use this statement to read the text elements:
    DATA: i_reptx  TYPE STANDARD TABLE OF textpool   WITH HEADER LINE.
    READ TEXTPOOL (reports) INTO i_reptx. " reports is the report name.
    Best Regards,
    Pradeep.

  • BADI or Enhancement or User Exit for CRMXIF_ORDER_SAVE _M01 IDOC for SO

    HI ,
    Scenario : Outbound
    When Ever a Sales order Creates in CRM it will go to ECC and External Party using PI.
    We are using IDOC as CRMXIF_ORDER_SAVE_M01 for the Data exchange. There is some logic to be written for the External IDOC.
    We found CRM_ORDER_MAP BADI for the writting the logic for the Segements and fields. But this logic is reflecting in ECC and External IDOC.
    Can we can any BADI or User Exit to write the logic to reflect only External IDOC not for ECC.
    Thanks
    Sim

    Help need !!!

  • Making iPhoto default for syncing

    My iPhone 5s has always default synced to iPhoto perfectly.  Today, a new window from dropbox popped up and I thought I had clicked the right button. But...Now my camera photos won't sync to iPhoto, so I'm wondering how to reassign iPhoto as the default sync application for my camera photos.  In other words, my iPhone can DOWNLOAD photos from iPhoto right now, but doesn't seem to be UPLOADING them automatically.  How do I get the phone to do that?

    Launch the Image Capture app in your Applications folder.
    Connect the iPhone to your Mac.
    Bottom left corner of the Image Capture window select: iPhoto
    If it's not available in the list, click Other than navigate to your Applications folder and select iPhoto.

  • Can I get a transcript of text messages for a particular time frame, without a court order?

    I would like to obtain a transcript of text messages from the last 2-3 weeks from a particular number to mine.  Will Verizon do this without a court order?

    No, once you delete them they are gone unless you have backed them up in some form.
    SMS Backup & Restore would be one such program which will back up your messages for future reference. It won't help with messages you have already deleted before performing the backup.

  • How to Disable CheckBox for a Particular Condition

    Hi All,
    In my application, iam using one table having 5rows , with checkboxes,
    based on one condition i want to  make few checkboxes as default disable in the same table, and some checkboxes i shud make it as enable, so experts please help me how to disable some checkboxes.
    disable means even if we select it shud not get selected, like that is it possible,

    Hi Sushma,
    You can have one more attribute in the same node from where you are populating the table and bind this boolean attribute to the enabled property of your CheckBox.
    and by looping thriugh the table you can check for conditions and based on it set the Enability of the checkbox.
    for (int iRowsCount =0;iRowsCount < wdContext.node<name>().size();iRowsCount++)
    if (condition)
    // Disabling the Checkbox based on the condition
    wdContext.node<name>().get<name>ElementAt(iRowsCount).set<BooleanAttributeName>(false);
    Hope this helps!!
    Cheers,
    Arafat

  • Disable more than one entry for a particular condition type in VF02 / VF01

    HI,
    I am using vf02 transaction.In the header under pricing I am using a Z condition type to enter conditions ZTO1.
    The problem is  manual entry is allowed in header so the user is able to create more than one row for condition type ZTO1 which is wrong.
    I need to restrict this.Only one row should be allowed for condition type ZTO1.
    Please let me know if there is any configuration for this or then Ill need to use a screen exit or any other exit for VF02 / VF01.
    Awaiting reply....
    Thanks & Regards,
    Sheetal.

    Hi,
    You can make use of pricing Requirement routine for checking the manual entry and display error if wrong.
    These requirement routines can be maintained\created in VOFM->Requirements->Pricing.. For refrence check the coding in some of the already maintined routines..
    I hope this will be helpful.. Reward points..

  • How to find the corresponding programs for a particular condition type

    Hi experts,
    I have one condition type( KSCHL ).
    I need to find the programs where this condition type is used.
    Thanks in Advance.

    Dear Nagireddy,
    You have to go further by using where-use list option(Arrow Direction Icon) from SE11 or from SE38 editor. Then the system will show you the places where the condition type KSCHL is being used.
    Thanks & Regards,
    Dinesh

  • Need data from li_gmia to i_gmia for a particular condition.

    if li_gmia-rbukrs = i_gmgr_text-company_code
    then i want to move li_gmia to i_gmia.
    I'm trying in this manner?
    Is the following approach ok?
    loop at i_gmgr_text into w_gmgr_text.
      loop at li_gmia into lw_gmia.
      if w_gmgr_text-company_code = lw_gmgia-company_code.
      MOVE lw_gmiga TO w_gmia.
      APPEND w_gmgia INTO i_gmiga.
      ENDIF.
      endloop.
    endloop.
    Kindly comment.
    Regards.

    Hello Dude,
    NESTED LOOPS - a strict NO-NO.
    Try this code:
    SORT i_gmgr_text BY company_code.
    loop at li_gmia into lw_gmia.
    READ TABLE i_gmgr_text into w_gmgr_text.
    WITH KEY company_code = lw_gmgia-company_code
    BINARY SEARCH.
    IF sy-subrc = 0.
    MOVE lw_gmiga TO w_gmia.
    APPEND w_gmgia INTO i_gmiga.
    ENDIF.
    endloop.
    Hope this is clear.
    BR,
    Suhas

  • Is there Method to make Header Text empty for  Tcode: COR1?

    When we use tcode COR1 to create a process order, there is a long text near by the process order number. Generally, after we create a process order, the long text will be filled by relevant material description in my Production system, My requirement is that when I create a process order, the long text should be Empty or should be filled by specific value automatically.
    Please suggest how to do this????
    Thanks in Advance
    Mudassar

    Hi,
    There are a lot of Exits for COR1 and otherwise try the (new) possibility of program enhancement.
    Exits on COR1:
    CCOWB001            Customer exit for modifying menu entries
    COIB0001            Customer Exit for As-Built Assignment Tool
    COZF0001            Change purchase req. for externally processed operation
    COZF0002            Change purchase req. for externally procured component
    PPCO0001            Application development: PP orders
    PPCO0002            Check exit for setting delete mark / deletion indicator
    PPCO0003            Check exit for order changes from sales order
    PPCO0004            Sort and processing exit: Mass processing orders
    PPCO0005            Storage location/backflushing when order is created
    PPCO0006            Enhancement to specify defaults for fields in order header
    PPCO0007            Exit when saving production order
    PPCO0008            Enhancement in the adding and changing of components
    PPCO0009            Enhancement in goods movements for prod. process order
    PPCO0010            Enhancement in make-to-order production - Unit of measure
    PPCO0012            Production Order: Display/Change Order Header Data
    PPCO0013            Change priorities of selection crit. for batch determinatio
    PPCO0015            Additional check for document links from BOMs
    PPCO0016            Additional check for document links from master data
    PPCO0017            Additional check for online processing of document links
    PPCO0018            Check for changes to production order header
    PPCO0019            Checks for changes to order operations
    PPCO0021            Release Control for Automatic Batch Determination
    PPCO0022            Determination of Production Memo
    PPCO0023            Checks Changes to Order Components
    STATTEXT            Modification exit for formatting status text lines
    Success,
    Rob

  • How to block vendor invoice default for a user

    Hi Experts,
    we want to block all vendor invoices of a particular user. Means when the user post the vendor invoice in FB60, all the invoices are posted but gone for payment block and the payment block option is set default for a particular user.
    please advice.
    Regards
    Aditya
    Edited by: Aadi sharma on Jun 28, 2011 2:41 PM

    Hi
    I do not think the functionality is available as a standard. You can look at the user exit SAPLF051, which comes close to your requirement.
    Regards
    Sanil Bhandari

Maybe you are looking for

  • Communication problem between USB MIDI keyboard and logic

    Haven't used program in a while, but ready to record a bunch of new stuff and when I started up Logic I cannot get my keyboard to send logic a MIDI signal. I don't ever remember having this happen before. I have always just plugged my keyboard in thr

  • ADF Menu from Database

    Greetings to all ! I need to create an ADF menu with Tabs in first level, and menu bar at second level, but i don't need to write all the code in a managed bean at the faces-config.xml, instead of that, i need to define a managed bean that go to the

  • Runtime acces to append structure

    Hi All! Do any of you gurus know if it is possible to add an append structure to a table allready imported into webdynpro, and then dynamically gain access to the field runtime? Our scenarios is that we have created an application that makes use of d

  • Orchestrating a Printing Process with SSIS

    All,  I have a solution designed in a combination of SSIS and SSRS where SSRS is used as a platform to render warehouse Pick Tickets into a PDF file and among other things, SSIS performs the orchestration being initiated once an order is submitted th

  • (1) Partner Code Invalid !

    Hi All, I have just came across a rather strange issue. When adding a Business Partner the system is retuning the following message (1) Partner Code Invalid !.  I have tried various combination of letters and numbers but cannot add a Business Partner