Add new selection in MRRL transaction

A requirement to add additional selection field in screen shipment completion date ( vttk-daten ), how can i do this

Hi Dattaraj,
Go to se38 -> RMMR1MRS(program for MMRL) -> display
Check for
ENHANCEMENT-POINT rmmr1mrs_02 SPOTS es_rmmr1mrs STATIC.
Create a spot...click on the spiral icon..screen changes..place cursor on ENHANCEMENT-POINT keyword of the spot mentioned...righ click -> "ehhancement implementation -> "create" -> a table control comes -> at the bottom "CREATE" button to be clicked" ...give a name and text in customer name space and save -> select the name in the table control ..you will get a space where code can be written
Write your select-options code here..it will come on the screen
Although you have added it here..you need to filter the same somewhere..search the program for an enhancement point  where a code can be used to filter the data before displaying on the screen
What is mentioned above is a sample for adding to first block..if you need to add elsewhere search for the correct enhancement point to create your code....
Reward if helpful
Regards
Byju

Similar Messages

  • How to add new tab screen in transaction BP

    Hi,
       Please let me know How to add new tab screen in transaction ukm_BP. Is there any SPRO configuration needed for this?
    Thanks,
    Debi.

    Hi,
    You may also try the exits available with the MIGO transaction. To find exits you can use the fillowing code by giving tranasaction code as input.
    REPORT  zrmexitfinder                               .
    TABLES: modsap, modact, tstc.
    PARAMETERS: input1 LIKE tstc-tcode DEFAULT ' ',
                input2 LIKE modsap-typ DEFAULT ' '.
    DATA: search1(6),
          search2(3),
          search3 LIKE modsap-member.
    DATA : first_row VALUE 'Y'.
    CONCATENATE: '%' input1 '%' INTO search1,
    '%' input2 INTO search2.
    SELECT * FROM tstc WHERE tcode LIKE search1.
      first_row = 'Y'.
      CHECK tstc-pgmna NE space.
      CONCATENATE '%' tstc-pgmna '%' INTO search3.
      SELECT * FROM modsap WHERE typ LIKE search2
      AND member LIKE search3.
        SELECT SINGLE * FROM modact WHERE member = modsap-name.
        IF first_row EQ 'Y'.
          WRITE: /0 tstc-tcode, 6 tstc-pgmna, 16 modsap-name, 32 modsap-typ,
                 45 modsap-member, 70 modact-name.
          first_row = 'N'.
        ELSE.
          WRITE: /16 modsap-name, 32 modsap-typ, 45 modsap-member, 70 modact-name.
        ENDIF.
        CLEAR : modsap, modact.
      ENDSELECT.
      IF sy-subrc NE 0.
        WRITE : /0 tstc-tcode, 6 tstc-pgmna, 30 'No exits found'.
      ENDIF.
      CLEAR tstc.
    ENDSELECT.
    END-OF-SELECTION.
      CLEAR: search1, search2, search3.
    Regards,
    Renjith Michael.

  • How shall i add new tab in cgab transaction under property tree.

    hi,
    how shall i add new class tab under phrase-set-to-attribute assignment under industrial hygine & safety data in transaction cgab.
    thanks and regards,
    manish.

    Hello Manish,
    Based on your data input requirements, first create a characteristics in t-code ct04. Create a class (in t-code cl01) and assign the characteristics to the class. For characteristics, define "Values" by clicking on button "Other value check" and selecting "check values with function module". Input FM as "C14K_PHRASECHARACT_CHECK_F4".
    Now, create phrases (t-code cg12) for the actual values which you wish to have as F4 values on your IHS screen for the custom fields. Then create phrase set (t-code :cg1b) and assign the phrases to the phrase set.
    Go to spro>EHS>IHS>Basic settings>Assign value assignment types to classes..........define here the name of the tab under which custom fiellds should come. Assign the above created class here.
    Now, go for master data match-up (t-code cgcz) , select first three checkboxes and execute.
    Go to cgab now, and you should be able to see the value assigment type created in spro in IHS section . Double click it, and assign the phrase set against the created characteristics.
    Regards,
    Pavan

  • Error message in report writer when add new selection filed?

    Dear All,
    I wanna add a new selection field cost element group and cost element to a report in report writer. I key in GR52 and click the general data selection. I select the set variable &1KSTAR to enter into the set ID. But it shows me the following message:
    Set cannot be used in Selection:
    Message no. GR807
    Diagnosis
    You are trying to use a set in report maintenance.
    The set cannot be entered in the report definition for any of the dimensions for which the set could be used.
    The following error message describes why the set cannot be used for all the dimensions for which the set can be used.
    System Response
    The set will not be entered in report maintenance.
    Procedure
    Choose an appropriate set.
    What does it mean? I have tried other set variables but sitll gave the same message.
    Thank you and good day.
    Emma.

    At the same time, it gave me a green light message saying:
    Characteristic Cost Element is already used in a row
    Message no. GR465
    Diagnosis
    The characteristic Cost Element is already being used in a report row block and therefore cannot be used in a different part of the report.
    Technical note:  The field name for characteristic Cost Element is KSTAR.
    Does it mean I have used the cost element in the report and blocked the cost element so that I can't use it in the selection screen? How can I solve this by not changing the report or should I change the report?
    Thank you and good day
    Emma

  • How to add new fields to j1is transaction

    hi,
    i need to add new fields to the entry screen transaction j1is, or at least i want to change the discription which is showed in aditional data screen line data1,data2,data3.
    is it possible to change those with out having access key.
    thanq,
    rajesh.k

    hi,
    yes, i was poor in exits side i heard their is no need of accesskey if user exit was available for that transaction but hear i didn't find any screen exits, did u know any screen exits.
    did any one know where the additional data in j1is was effect?
    thanq,
    rajesh.k
    this was placed as answer but my qustion not answered please consider it as un answered and send ur valuebul suggessions.

  • Add new select option for VT04 variants

    Hi Experts,
    Want to know the process of how we add a new select option (say sold-to/KUNAG) to the existing set of selection criteria in the variants in VT04 apart from implicit enhancements.
    Even if we create a new implicit enhancement in LV56LSCR, the new field (sold-to/KUNAG) has to be further added to the select statements also. The select statement in the subroutine INDEX_SELEKTIEREN in LV56LF01 has to be enhanced for the same.
    Also should this new field has to be added to the EXPORT TO and IMPORT FROM MEMORY ID MEMORY_LFSL statements in the other includes of SAPLV56L ?
    Is there a better/recommended way to do this? Any pointers are much appreciated. Thank You.
    Regards,
    Narendra.

    Hi Ravi,
    This is infact the program for the txn VT04, would you be able to shed any other info? Thanks.
    Regards,
    Narendra.
    Edited by: Narendra Daka on Dec 7, 2011 9:00 AM

  • Add New Fields in MB1A transaction

    Hi ,
    I need to add new fields (GOITEM-HSDAT, GOITEM-VFDAT) for some mov. types in the MB1A transaction, I´ve looked in OMJJ transaction but I couldnt find theses fields in order to add them.
    Thnks
    Luis G.

    better go into your material master and maintain shelf life data in storage location view.
    This will do trick and the fields will show up in the movments

  • Add new selection fields and ALV output  fields in VA05

    Hi,
    I want to add two new selection fields in VA05 'Further selection criteria' screen, also want to add some more fields in VA05 ALV output.
    Please help me how i can do it using user exit ?
    Thanks ,
    Archana

    hi,
    You have to copy the standard program SAPMV75A to ZSAPMV75A, change them accordingly.

  • Add new field in standard transaction

    Could ou please tell me that can we add material field in standard transaction VF04 selection criteria.
    if yes then how?
    regards,
    Amar

    hi Amar,
    check this thread
    Re: Additional Fields in Selection Screen of VF04 - Billing Due List
    it might be helpful to you.
    thanks
    Sachin

  • Add new tab for sales transaction

    Hi,
    I want to add a new tab in sales transaction for bank detail, the data of this tab should be get from BP master data, and save to crmd_order transaction table.
    what method should I implement?
    thanks
    Gang

    Hi Gang,
    Use EEWB to enhance the order. The fields shall be added to CRMD_CUSTOMER_H table.
    <a href="http://help.sap.com/saphelp_crm50/helpdata/en/43/04bede807721ece10000000a155369/frameset.htm">EEWB</a>
    for populating these fields based on BP master data, use BADI COM_PARTNER_BADI method COM_PARTNER_MERGE.
    This BADI gets called when you enter partners (sold-to-party). In the mentioned badi method, read bank details from BP master and set this to your Z-fiedlss using FM CRM_CUSTOMER_H_MAINTAIN_OW.
    Hope this helps.
    Regards
    Kaushal

  • Want to add new ICON to PPOME transaction plz suggest the procedure

    Hi friends,
    In my requriement, I want to add one ICON to PPOME transaction, in Basic Data tab section. I want some user action also to be performed.
    Please suggest me how to tackle this issue.
    Thanks in advance,
    Phani Shankar.K

    Please check Hararkey frame work in IMG
    SPRO> Personnel Administration> Organizational Management>harrekey frame work.

  • How to add new fields for FB01 transaction both at Header and Line item

    Hi Guys,
    I would like to add the new fields at header and item level in FB01 transaction. Can I acheive this by using transaction EEWB....please help me on this.
    Thanking you

    Hi,
    We are trying to copy a work flow objects from ECC6.0 to 4.6C...where we found the following Select statement.
    *Determine Top WorkItem Instance
      if im_top_wi_id is initial.
       select wi_id top_wi_id wi_rh_task into lw_top_id from sww_wi2obj
         up to 1 rows
         where wi_rh_task = im_wftask and
               catid      = 'BO'      and
               instid     = l_instid  and
               typeid     = 'FIPP'.
       endselect.
       endif
    As table sww_wi2obj can't be found in 4.6C, can any one help how to replace or implement the same logic as above statements.
    Thank you....

  • Add new selection field in an infoset

    Hi everyone,
    I have a problem changing an infoset when I add an additional field. This field is added to its respective field group.
    The problem is that after generate the infoset, I go to the transaction where the querys are made and the new field created has got only a checkbox in the column 'Output', while the column 'Selection' has no checkbox.
    This only happens with this field, while the rest of the fields have two checkbox in column 'Output' and in column 'Selection'.
    ¿What can I do to make appear checkbox 'Selection' in order to make querys?
    Thanks in advance,
    Mayte

    Check this thread.... This might help you.....
    How to add selection texts in infoset?
    Regards,
    Pavan

  • OMJJ - add new account grouping for transaction type

    Hi
    How can I add anew combination of movement type and special stock indicator, that don't exist in our system.
    How can I add a line to OMJJ account grouping table?
    Is it dependant on something else?
    Thanks
    Liat

    Hi Liat, if you want to create a new movement type, you go to transaction OMJJ, select movement type, put in field from movement type that you want to copy and in field to movement type that you want to create, you copy all entries and on Update control... tab you can put special stock indicator.
    Please review this
    I hope this information help you
    Rose

  • Add new fields in SAP transaction IW22

    Hello,
    I want to add 2 new fields in SAP standard transaction IW22. I checked the package for this transaction and it is IWOC. I searched the exits for package IWOC but was not able to find any screen exits for it.
    Kindly help me on how I should proceed with it.
    Regards,
    Parag

    Please check these
    User exit/ Business Add-in              Description
    User exit
    IWO10026                                User check on setting status 'Do not perform'
    IWO10027                                User exit: Generate user-defined settlement rule
    IWOC0001                                Create PM/SM notification: Determine reference object
    IWOC0002                                PM/SM notification: Check whether status change is allowed
    IWOC0003                                PM/SM authorization check of ref. object and planner group
    IWOC0004                                Change single-level list editing PM/QM/SM ALV settings
    Business Add-in
    IQS_MASS_CHANGE                         BadI for Mass Changes to Notifications
    IQS0_STATUS_MAINTAIN                    Control of Changeability of User Status
    NOTIF_AUTHORITY_01                      Additional Authorization Checks for the Notification
    WOC_FL_DETERMINE                        Determine Date for Determining Installation Loc. Equi.
    IWOC_OBJECTINFO_CHNG                    Changes to Data of Object Info Screen
    IWOC_LIST_TUNING                        Performance Tuning for Lists in PM/CS
    IWO1_SUBSCREEN_0170                     Display Additional Data on Object Screen 0170 PhysicalSample

Maybe you are looking for

  • Lion Server Permission Problems & MySql

    This is a question in two parts so without further ado 1. Ever since I got my mac mini server last year I have had issues with permissions. Even though there is only one account on the server, the one I created at setup I am always running into permi

  • Edit Margins in Crystal Reports 2008

    Hi I am very new to Crystal Reports and don't really know anything about it. I have to amend an existing project and it requires me to change the page margins. The only way I know of to change the margins are by using Page Setup. This works great and

  • Why is muse always wakes up very slow in windows.

    When i switch in programs and i click  in the the opened  muse, muse always need a second of 5-6 to react. Once muse is active it runs fast and good. My PC runs on Windows 7 pro  - 16Gb Ram i use around 5-6Gb so there is space enough. and the process

  • How can I put "Favorites"portlets for various users in a page?

    How can i put in a page two "Favorites" portlets (one for each user that log on into the page and one for each group of users that logon into the page),so each user can customize (add favorites,delete favorites,..) it's own "Favorites" portlet and th

  • How do you overlap PDF's and finish with one PDF file? Need help ASAP

    how do you overlap PDF's and finish with one PDF file? Need help ASAP