Reg : Adding colums in MP01 tcode

Good Morning Experts,
I want to add a column (Zfield) to the Tcode MP01, for this I am using Exit as AMPL0001.
whenever I double click on the FMexit or Screen exit it is asking for Access key.
can anyone suggest me what is the problem and how to achive the above functionality.
Regards
valluru

Hi
Do this steps:
1. Create a project with tcode CMOD.
2. Set this enhancement (AMPL0001)
3. Save, activate it.
4. Create the ZX* includes in the FM EXIT_* in your own packages.
5. Activate this ZX* includes.
6. Set a break-point and test if the tcode trigger this enhancement. You will know it if tcode stop in the break-point.
I hope this helps you
Regards
Eduardo
PD: I forgot, use a user-ID with a developer key.
Edited by: E_Hinojosa on Aug 8, 2011 8:49 AM

Similar Messages

  • FM or BAPI for adding/removing maintenance items(Tcode IP02).

    Hello All,
    I need to change Maintenance plan by adding/removing maintenance items(Tcode IP02). Please let me know availaible FM or BAPI for the same.
    Regards,
    Vimal

    Hi,
    use the following steps to find a BAPI for any transaction
    1.Open transaction SE24.
    2.Now open the object CL_EXITHANDLER in display mode.
    3.Go to the method tab and double click on the method GET_INSTANCE.
    4.Put a break point on cl_exithandler=>get_class_name_by_interface.
    5.Now execute the transaction you want to find BAPI for, it will take you to the above method.
    6.Write EXIT_HANDLER in fieldnames and hit enter, it will tell you the BAPI used for your transaction.
    7.Hit F8 and it will tell you all the BAPIu2019s for your transaction.
    some of the FM's are
    PM_MHIS_UPDATE
    MEASUREM_POINT_UPD_PYEAR
    Regards,
    Manish

  • Unable to capture data from drop down list in custom added field in migo tcode at item level

    Hi guys,
    need bit help in resolving query related to custom added field in Tcode migo.
    i have added a field in migo at item level ,in this i have used drop down list
    to get data but unable to capture data from drop down list.gown through
    many blogs in scn but unable to resolve.
    Please help me out in this.
    Thanks,
    Umakant.

    Hi,
    U can use following code to fill the list box
    write this code in PBO
    In layout editor please select listbox in dropdown attribute of input field and put some fctcode attribute
    TYPE-POOLS vrm.
      DATA values TYPE vrm_values WITH HEADER LINE.
      TABLES: <ur custom Database table>.
      clear values, values[].
      SELECT * FROM <ur custom Database table>.
        values-text = <TABLE FIELD TO DISPLAY IN DROPDOWN> .
        values-key = <TABLE KEY FIELD TO DISPLAY IN DROPDOWN>.
        APPEND values.
      ENDSELECT.
      CALL FUNCTION 'VRM_SET_VALUES'
        EXPORTING
          id              = '<SCREEN INPUT FIELD NAME>'
          values          = values[]
        EXCEPTIONS
          id_illegal_name = 1
          OTHERS          = 2.
    Also please define the following before accessing the listbox value
    data: <listbox input field name> type <table field name>,
            <inputfield name where text to display> type string  in top include
    In PAI, select the text from the table into <inputfield name where text to display>  depending on value selected which will be called when enter key is pressed or any vale is selected

  • BI-IP - Bex Analyser - Adding colums / rows in workbooks

    Hi experts,
    In BI-IP (BW 7) in Bex Analyser we are facing the following problem:
    In the workbook if the user inserts a column nearby the input ready columns and inputs values at the time of transfer / save values, the system automatically copies these values to the next input column. The same if they insert rows and add values, at the time of transfer values the system deletes the row but adds the values in the above row.
    Is it how Bex Analyser (workbook) works or we are having a problem?
    Thanks and regards,
    MA
    Edited by: Maria Almeida on Apr 30, 2008 1:16 AM
    Edited by: Maria Almeida on Apr 30, 2008 1:17 AM

    Hi Maria,
    Please do not take it offesive.
    The issue you guys are encountering is due to lack of Training to Users.
    Planning is an intelligent activity. Planners are expected to do their home work before they embark on planning and layouts help capturing values in an orderly manner.
    It would be wonderful if you restrict the access to queries, else train the users on the impact and relevance.
    As you are aware adding a row is possible in WAD.
    Regards
    Srinivas

  • Reg: Adding Country Group 99 for Infotype 9

    Hello Guru's,
    Can anyone help me with adding a New Country to Infotype 0009 (Bank Details).
    1. In Component FPM_OVP_COMPONENT - Application HRESS_A_PERSINFO - Created a Application Configuration(AC)
    2. Started the AC and gave Component Configuration(CC) to go to the applications for Bank Details
    3. Go to Edit Page -  Bank Details edited the Wire Schema for HRESS_CC_PER_DTL_BANK_XX to use Custom Config id created for FPM_FORM_UIBB and FPM_LIST_UIBB
    4. In the General Settings - Floorplan Settings - Application Controller Settings - Changed the Configuration Name to Z configuration name which was created for Component HRESS_C_PERSINFO_CONFIG
    5. Component HRESS_C_PERSINFO_CONFIG is used to link the custom Component Configuration created where the masking is done.
        Created 2 Component Configuration for FPM_FORM_UIBB for US and UK and within the Component Configuration created for HRESS_C_PERSINFO_CONFIG replaced to open the link for US and UK.
    6. Component Config for HRESS_C_PERSINFO_CONFIG is missing the configuration for Country Grouping 99, so created an entry for Other Countries and assigned the US Component Configuration to open.
    Note 2035081 - How to add a custom infotype to ESS 'Personal Profile' in WD ABAP
    I couldn't find any document or note to add a country to Infotype.
    Please help me.
    Thanks,
    Pramod

    Hi Siddharth Rajora,
    When using GENIL_MODEL_EDITOR to add the Dependent Object and activating the changes, it is giving error on other Dependent Objects which are not been touched.
    Below is the error I am getting when saving the entry.
    Let me know if there is anything else I am missing.
    Thanks,
    Pramod

  • Adding colums in S_ALR_87012357

    Hi,
    We have requirement to add some new colums in the report as S_ALR_87012357 in the output.
    I did try the BADI as FI_TAX_BADI_014, but that did not help.
    I need to add the m/l number in the output for the Document.
    Could you please help me in this case.
    Regards,
    Sandeep Garg

    Hi,
    Try this 2 BADI to insert your fields tn that program.
    FI_TAX_BADI_014
    FI_TAX_BADI_011
    Regards,
    Goutam

  • Adding field in MRRL Tcode Initial screen

    Hi,
      We have a requirement that i have to add one parameter in MRRL initial screen, Please can any one give guidelines to resolve this issue.
    With Thanks & Regards,
    Samba

    Go to Report RMMR1MRS.
    Click SHIFT + F4
    Go to line 91
    ENHANCEMENT-POINT rmmr1mrs_04 SPOTS es_rmmr1mrs STATIC.
    Right click and enahcement implementation ->create enhancement
    You willbe able to write your own code. declare the parameters/select option which ever you want.
    Similar way use enhancement spot ES_MMERS-> Adding custom Field in Output..
    BAdI MRM_ERS_IDAT_MODIFY (BAdI to change document lines in ERS):
    Hope it solves your problem
    Nabheet

  • Adding Colume in the Table and display result in it.

    Hi Guru's ,
    I have a requirement to add column in existing Table. and Display the result after calculation.
    Thanks,
    Rutu

    Hi,
    Please used this code snippet for reference:
    OAApplicationModule am = (OAApplicationModule)pageContext.getApplicationModule(webBean);
    OAViewObject vo = (OAViewObject)am.findViewObject("<VO Name>"); // Give VO Name attached to the Table Region.
    if (vo != null)
    vo.addDynamicAttribute("<Att_Name>"); //Adding ViewAttribute to VO
    vo.reset();
    vo.next();
    //Do calculation that you want
    //Setting the calculated value in the created VO Attribute
    vo.getCurrentRow().setAttribute("<Att_Name>", <Value to assign>);
    I hope this will gives you a proper Help.
    Please feel free to ask if any more Question
    Thanks,
    Shrikant

  • Reg: Adding field names in table control

    Hi
    I am new to table control ,instead of going with table control wizard i am proceeding with table control.
    I have added all the fields as per my requirement, i have added like matnr ,maktx. above these fields i would like to add material and material description..
    can any one suggest me a way to add those fileds.
    And my requirement is i need to display my contents in the internal table..
    if any got sample coding plz do send me.
    Thanks and regards
    Arun Joseph

    Hi Arun joseph,
      In SE51 -> Layout, Press Input/Output button and put it at the end of all your columns in your table control and give variable name ( for example fs_tablecontrol-extrafield ) and press Text Field button and put it in the place of heading give text and save it activate it.
    In your program add the field in data declaration and do furthor logic for that extra field/fields.
    Note: you can add the both fields like this only.
    Regards,
    Mahi.

  • Reg. User Exit for TCode FCH5

    Hi All,
               Is there any user exit for Manual Check Entry Program (Tcode FCH5) that will not allow user
    to make any modifications in existing check's.
    Thks
    Shailesh

    Hi,
    just mark your question as 'Answered' and give some comments.
    Thanks.

  • Reg: Adding new Instance in Redwood - RSI_MAINTAIN_INSTANCES

    Hi,
      When I tried deploy SAP INSTANCE IN REDWOOD I am getting an error
    Error connecting to SAP
    RFC users are created ,
    I have added the message server port in service file sapmsDE1 3600/tcp
    I have created Parition, Application and Queues because we chosen for devlopment ECC Jobs going to run in Dev Partition.
        Pls anybody help me in this issue.
    RFC error: RFC_ERROR_COMMUNICATION
    RFC Message: Connect to message server failed
    Connect_PM  MSHOST=/H/ussp-ecd01, R3NAME=DE1, GROUP=PUBLIC
    LOCATION    CPIC (TCP/IP) on local host
    ERROR       service 'sapmsDC1' unknown
    TIME        Mon Feb 11 16:33:17 2008
    RELEASE     640
    COMPONENT   NI (network interface)
    VERSION     37
    RC          -3
    MODULE      niuxi.c
    LINE        579
    DETAIL      NiPGetServByName2: service 'sapmsDE1' not found
    SYSTEM CALL getservbyname_r
    COUNTER     1
    SAP connect failure
    SAP Agent initialization failure
    Thanks
    Raja Valluri

    Hi Raja
    Did you get a solution for your problem
    I too am searching for some help on SAP CPS by redwood
    Can you send me any document on this.
    Can you please give me your number so that we can discuss on redwood setup.
    Thanks
    Vinni Rokkam
    Vinni Eight Seven Nine Seven At The Rate G Mail Dot Com
    Edited by: Vinni8797 on May 12, 2008 12:45 AM

  • Adding Colums

    Hi,
    I have a Component with a RichEditable text and I want to display the text in two colums.
    I found this example code here:
    private function changeColumnCount(newCount:String):void
         if (_textFlow && _textFlow.interactionManager is IEditManager)
         var cf:TextLayoutFormat = new TextLayoutFormat();
             cf.columnCount = newCount;
             IEditManager(_textFlow.interactionManager).applyContainerFormat(cf);
             _textFlow.interactionManager.setFocus();
    When I try to apply it to my RichEditableText.textFlow nothing happens.
    Even the if condition is not true?
    I tried it like this:
    private function changeColumnCount(newCount:String):void
         if (myEditor.textFlow && myEditor.textFlow.interactionManager is IEditManager)
              var cf:TextLayoutFormat = new TextLayoutFormat();
              cf.columnCount = newCount;
              IEditManager(_editor.textFlow.interactionManager).applyContainerFormat(cf);
              myEditor.textFlow.interactionManager.setFocus();
    What do I miss?
    Is there somewhere a simple Flex4 example for a 2 Colum Rich Editable Text?

    Hello Alan,
    that"s funny, I havent even looked it up since I thought way to complicated since I knew that there is a colum feature in the TLF.
    But its even more simple than setting a style:
    <s:RichEditableText id="_editor"
                     columnCount="2"/>
    Thank you very much !
    Marc

  • Adding a column to Tcode F-03 ( Points will be awarded)

    can some one please help me solve this query as its urgent.....
    I want to add a new column to the standard table control of the Tcode F-03  ......i could not find a solution to this any where......
    Points will surely be awarded...

    hi,
    basically this is job of module expert, not ABAP guy (you don't have to do any development). You have to start transaction O7Z1 and create a new line layout (or choose an existing one to change). Insert the fields you need (selecting from list) and when ready save and transport to target system. Each user who wants to use this, has to choose this layout for herself in transaction FB00.
    ec

  • Reg: Adding Standard Assignment block

    Hi Guru's
    What are the steps to add a standard assignment block?  I am trying to add " Actions " assignment block in Ineraction Record ICCMP_BT_INR.
    I enhanced the compnenet ICCMP_BT_INR and then I added the view "Actions" in Viewset from Run Time Repsitory.
    I am trying to add Actions GSACTIONS/Actions. The View for Actions is " Actions"  and componenet is GSACTIONS.
    I have added it in ViewSet in runtime repository, but still not able to view the newly added assignmet block. Any other steps I need to do?
    Regards,
    Sam

    Hi Shiromi
    Yes ur right the actions are case sensitive. Now i changed the action name and the DO_Handle_event is getting triggered but still the action that i wrote in event handler is not getting triggered.
    Let me explain you correctly what my requirement is.
    When we login to IC and confirm the account in account identification screen and navigate to Interaction record I find the tabs Overview, Organizational Data and Partner, I want to add thre tabs Attachments, Dates and Survey.
    When I look into the Intreaction istory and pull an acitivity. BT126_CALL. They already have the dates, attachments and survey. I am trying to show these assignment blocks in interaction record.
    So how do I proceed?
    Attachments, Dates and Survey are present in SalesCallOVViewset in BT126_CALL. Is it possible to show the assignment blocks available in BT126_CALL in ICCMP_BT_INR?
    If so can you list out steps? I had been driving crazy with adding following steps but still no luck. Any idea how to proceed or what am I missing?
    1) Added the View in Outboud Plug in Windows in run time repository.
    2) Defined the component Usages in run time repository
    3) Defied the Navigational Links, Source(Outbound Plug) and Targets(Inboud Plug) in run time repository
    4) Enhanced the View InrHeaderViewSet in Component Structure Browser
    5) Created event for attachments in Event Handler in InrHeaderViewSet componenet
    6) Created the Outbound Plug for attachments in InrHeaderViewSet componenet implementation class and put the code for navigation
    7) Added the links in InrHeaderViewSet.HTM in View Layout.
    Also can you eloborate on tab links that you were talking abt? Where should i add them?
    Sam.

  • Query reg adding custom tags in SOAP Header - AXIS Receiver Adapter

    Hi All,
    I need to send custom tags as mentioned below to my traget webservice application. I think I can do this with Receiver AXIS adapter but not sure how it can be done. Can any of you suggest?
                                                  <WSContext>
                   <FromAppId>ABC</FromAppId>
                   <ToAppId>XYZ</ToAppId>
              </WSContext>
    Thanks,

    If you want to add custom tags in the soap header, one possible solution is use XSLT mapping or Java mapping to create header first then do message mapping for mapping the payload structure between your source and target  as usual.
    So in operation mapping you sequence mapping like this... first XSLT mapping for custom tags for the SOAP Header followed by payload mapping.
    Hope that helps.
    Search SDN for XSLT Mapping for soap header. Already we have handled these issues.

Maybe you are looking for

  • Spinning Beachball of Death Question

    Is there a way to actually see what is "going on" (i.e. causing the hang) when a SBOD appears on screen? Some sort of monitoring software or log that might show what program/process/disk usage, etc. is causing the hanging of the system? FYI, I have l

  • Error Joining Airport Network

    My new Mac will not go online at home - although it will join other networks elsewhere. There are 3 other Macs online at home and when I set up my new mac I transferred all the settings over so surely they should be the same and therefore able to acc

  • Trying to get 32-bit Vista to see more than 2.5 gb of my 4gb ram - T500

    Hello all, I've been reading what I'm able to find on the subject, and have tried the following suggestions from (http://www.ocmodshop.com/ocmodshop.aspx?a=989) to bump up the amount of physical ram that Vista sees. I've tried to forceenable pae, and

  • Small typo bug on 4.2 WWV_FLOW_LANGUAGES table

    Seems that for the lang_id = "fr-ch", both the LANG_NAME and the TRANSLATED_LANG_NAME columns have mistyped values - "Fench (Switzerland)" - so it's missing an "r". Regards, Peter

  • Can't delete photos and videos from my iphone

    i have photos and videos on my iphone 5 that are taking up way too much space and i cannot delete them. no photos appear in itunes, under device/photos tab, and no albums are synched in any way to aperture or iphoto. i cannot see them on my iphone to