Screen exit problem MIRO

Hi,
I can't find screen exits on MIRO. My requirement is to display popup but i can't use field-exit and i need create a screen exit . Please let me know the screen-exit for the same. Regards
Bye

Hi Marcos,
Please make a habit of searching in SCN first. On this topic, you will find lot of material. As you are new to the SCN, therefore for your help, refer to the following links:
User exit in Standard transaction
Screen Exit
Hope this will help you...

Similar Messages

  • Field/Screen Exit for MIRO

    Hi Friends,
    The client requirement is to fix an Exit to disable or inactive the field INVFO-LIFRE or to put the INVFO-LIFRE field (invoice party in Details tab) as display mode where the user not able to change it while posting invouces in MIRO.
    I've tried by program screen enhancement in 'SAPLFDCB' but i couldn't able to fix it since the screen name of INVFO-LIFRE is not showing/coming while posting MIRO (checked in debugging mode).
    Instead of fixing error message through BADI/USER EXIT, is there any way to make field/screen exit to disable or inactive the filed??
    Please advise.
    Thanks & regards
    Sankar.

    Hi,
    Check the below link.
    [Screen exit for MIRO transaction;
    [Re: steps to create field exit;
    Regards
    Sunil

  • Screen EXIT for MIRO

    Hi ,
    I want to add two extra field in the Item Level of MIRO transaction .Is it possible to add two more field in the Item Level .
    I got one SCREEN EXIT -
    LMR1M001 , But that is in Header Level .I want at the Item Level .
    Please reply me .

    Hi,
    Check these Badi's
    BADI     SAPLSADR-LSADRU04     ADDR_PRINTFORM_SHORT
    BADI     LMR1MF79                     BADI_ENJ_ALT_ADR
    BADI     SAPLMR1M                     BADI_ENJ_ALT_ADR
    BADI     SAPLFDCB                     BADI_ENJ_ALT_ADR
    BADI     SAPLFACS-LFACSU15     FAGL_PERIOD_CHECK
    BADI     SAPLFACS-LFACSU42     FI_TRANS_DATE_DERIVE
    BADI     SAPLMRMC-LMRMCU21     INVOICE_UPDATE
    BADI     LMR1MI2G                     MR_CIN_LMR1MI2G
    BADI     SAPLMR1M                     MR_CIN_LMR1MI2G
    BADI     LMR1MI10                                     MR_CIN_LMR1MI2G
    BADI     LMR1MI1N                     MR_CIN_LMR1MI2G_SEL
    BADI     SAPLMR1M                     MR_CIN_LMR1MI2G_SEL
    BADI     LMR1MI10                                     MR_CIN_LMR1MI2G_SEL

  • Screen Exit Problem

    Hi Friends,
             I need a Screen Exit for the tcode CO12 . I tried with this screen exit CONFPP07, its not working.
    Second question is Can we create screen exit for the tcode where freely definable or selectable screen is not available in customization settings OR where provisions are not given in customization settings.
             Kindly give the answers exact to this question only.
              <removed_bymoderator>
    Thanks in Advance,
    s.senthil kumar
    Edited by: Julius Bussche on Jan 8, 2009 8:58 AM

    HI,
    Check these exits..
    CONFPP07        S            SAPLCORU_S0900_SLCUST_SAP
    CONFPP07        S            SAPLCORU_S0910_SLCUST_SAP
    CONFPP07        S            SAPLCORU_S0920_SLCUST_SAP
    CONFPP07        S            SAPLCORU_S5900_SLCUST_SAP
    CONFPP07        S            SAPLCORU_S5910_SLCUST_SAP
    CONFPP07        S            SAPLCORU_S5920_SLCUST_SAP

  • Badi Screen exit problem

    Hi,
           I have badi and subscreen for me. Designed the subscreen which to be displayed now my question when i am adding the detail of the subscreen in the badi . It gives an '<b>Please enter the name of the callling screen are</b>.please let me if any have document. If any have document please send to me
    thanks
    Kiran Prasad.

    Hi
    Can you paste the details.
    In my understanding, It's asking for Calling screen area name. In this BADI, give the same name which SAP has given for the standard sub-screen.
    Hope this will help.
    Please reward suitable points.
    Regards
    - Atul

  • Screen exit for xk01

    Hai alll.........
      how can we add a subscreen to the standard screen xko1.
      and pass the values from that screen to tables.
      i.e we hav to use screen exit .
            hoe can we add ur customizing screen to the standard scree.
            which method is suggestable badi's .....
    Thanks  in advance .

    hi,
    Refer to this link...
    Vendor Master (XK01) Screen Exit
    Problem with User exit in XK01

  • Runtime error in MIRO while using User/Screen exit

    Hello,
    I have implemented an exit in ABAP for MIRO which when transported to Quality server through runtime error.
    I have used EXIT (SMOD) : LFDCB001 which contains FM -> EXIT_SAPLFDCB_001 and include -> ZXM08U31. In this exit I have written my code to disable Inv. Party field. This field exist in Details Tab in Miro Transaction.
    Location of the field: MIRO -> Details (tab) -> Inv. Party (Field)
    Code written in include ZXM08U31 is:
    LOOP AT SCREEN.
      IF screen-name = 'INVFO-LIFRE'.
        screen-input = 0.
        MODIFY SCREEN.
      ENDIF.
    ENDLOOP.
    This exit is assigned to a project in CMOD and I tested the same in Development system. It is working perfectly.
    Now I transported the TR (Includes program ZXM08U31 and Customer enhancement projects ZMIRO). Now when I run MIRO in quality server it triggers the my logic and then through runtime error.
    Runtime error says:
    Short text
        Dynpro does not exist
    Error analysis
        The system attempted to use dynpro 0400 in program "SAPLXM08".
        This dynpro does not exist.
    I agree that screen 400 does not exists in program for MIRO but it does not exists in development system as well. So if the runtime error is valid in QEC server then why not in DEV server. And when it can run successfully in DEV server why cant it run in QEC server.
    Hope I have explained all the things in detail.
    Please provide me the solution since user can bombard anytime for the MIRO dump everytime in QEC.
    Regards,
    Harjeet Grover

    Hi Harjeet,
    Reason of your Dump is that the enhancement "LFDCB001" which you used contains one Function module exit "EXIT_SAPLFDCB_001" and another one screen exit in calling screen  "SAPLFDCB" number 0150.
    So when you activate your project these above mentioned both components were activated.
    So when you execute transaction SAP looks for called screen "SAPLXM08" No-0400 but as you havn't created and program go for DUMP.
    Solution - Just Create called screen  "SAPLXM08" No-0400 and activate.
    Thanks,
    Vijay

  • Problem in  transporting MIGO BADI screen exit?

    Hi all,
    I have implemented MB_MIGO_BADI for screen-exit of the MIGO.
    Whem transporting I am getting an error that                                                                               
    Table ZMIGO_BADI_EX_SCREEN_FIELD could not be activated                      
    (E- Routine EXPAND (Table ZMIGO_BADI_EX_SCREEN_FIELD could not be expanded) )
    Table Type ZTY_T_EXTDATA could not be activated                              
    (E- Row type ZMIGO_BADI_EX_SCREEN_FIELD is not active or does not exist ) .    
    But this row type is in the same request number and activated also ?
    I am unable to identify the reason. Please help me to solve this problem?
    Thanks,
    Vamshi

    Hi,
    Go to se80 and display the program name which you might have given in methof IF_EX_MB_MIGO_BADI~PBO_DETAIL and activate the screen which you have created,
    Thanks,
    Shailaja Ainala.

  • Problem with Screen EXITS.

    Hi,
    I need to to some enhancements to my std screen for T.code IE03.
    I found screen exits and Function exits for that .
    I  create the subscreen in screen exit and linking to the functional exit,
    Whem i am activiting it raises the error
    "Incorrect nesting  Before the Statement module structure  introduced by function must be conclude by endfunction."
    Can any one suggest the solution for this problem.
    Points will be awarded.
    regards,
    Jayasimha

    The Problem can be due to incorrect closing of syntex.. either in function module  or in PBO or PAI module. i.e you might have started by saying function but endfunction is missing or same goes for PBO / PAI module do check it and let us know
    No Rewards Pz..

  • Problem activating a project with screen-exit

    Hi!
    Could somebody guide me to activate a project that has the enhancement MM06E005, with many screen-exits?
    In this enhancement, has many screen exits and I only implemented the 0101 screen (it's appears in me23n).
    When I activated the project, the CMOD activated all the screen-exits and put a flag means that all screen exits is implemented, and I only implemented the 0101 screen.
    And the problem is, I send the request with this activated project to production and the transaction ME41 generated a dump cause the screen 0301 not is created (this 0301 screen is in MM06E005 and I'm not use, I'm not implemented, but the CMOD activated).
    I was clear with my problem?
    Thanks in advanced!!!

    Hi,
    That is because it checks whether that exit has been implemented or not.
    In case it finds no screen it doesn't go and look for it.
    My concern is that in Dev if you go and check against that screen which is giving error it should say something like 'there is no screen existing ' or something to that effect but if by mistake when you click it shows a screen then there is an issue.
    Also, for the solution, what you can do is deactivate this enhancement project in production and then in Dev also deactivate it. Delete this project and assign it to a new project and then sent it to Production.
    I am sure this will solve your issue.
    I have also checked in my system and when you activate an enhancement project it put's a 'tick' mark against each screen exit meaning it's implemented even for those which have not been created and we are not experiencing any issue currently in this regard
    Hope this helps
    Regards
    Nishant

  • Screen exit  : Field disable Problem

    Hi all ,
    I am facing  a  problem guys in disabling  the screen field
    In this screen exit  ECSCC001 , i have created a  push buttons and check boxes
    ECSCC001      FI-CA Customer Contact: Sub screen Integration and Field Test
    I am not able to disable those Fields using * loop at screen, screen-input = 0 .modify * 
    My requirement is to disable those fields depending upon the condition
    kindly suggest with a helpful solutions
    Regards

    Hi,
    have a look at transaction OLMRLIST and create a variant for
    program SAPLFDCB
    dynpro   0150
    There you´ll be able to set field INVFO-LIFRE to "Display Only".
    Later you will have to attach this variant to a transaction variant.
    Best regards.

  • Problem in Screen Exit for me21

    Hi,
    I have developed Screen Exit in ME21N ..and facing a problem where to write the code...I have a little bit confused with all the function exits...
    i used move-corresponding...in the function exit but i am getting errors ..if i am trying to activate the code it is activating...
    could you plz help me out guys ..
    points will be rewarded..
    Regards,
    Ravi Ganji

    hi,
    if u want to add new fields in the transaction, this is sample code for CNEX0006 enhancement.
    First create a project in cmod and attach the enhancement CNEX0006 to the project.
    1.go to se11 and in the PROJ table u will find ci_proj include , in this add ur custom fields.
    2.go to se51 give SAPLXCN1 in the program name with screen number 0600 , create the subscreen and in the layout choose Dict./Program fields and drag and drop in the screen .
    3. if u want to write any logic before the screen is displayed do it in PBO.
    4. now in the function exit EXIT_SAPLCJWB_002 , go in the INCLUDE ZXCN1U11 and write this logic
    move-corresponding sap_proj_imp to proj.
    5.4. now in the function exit EXIT_SAPLCJWB_003 , go in the INCLUDE ZXCN1U12. and write this logic
    move-corresponding proj to cnci_proj_exp.
    Activate the project .
    Hope this helps
    Regards
    Syed

  • Problem in Screen Exit

    Hi all,
    I have a problem in Screen Exit. My requirement is to create one new field in ME21N transaction code, I did that using screen exit, which offers me a tab of Customer Data. That is working fine. My problem here is when the user enters the value in that(costcenter) field tax jurisdication code should populate automatically for the particular entry. I used user exit for this purpose to update taxjurcode field in the table. But after the user exit execution the rest of the program code executes and it updates the EKPO table which over writes the entries which i was updating using my user exit code. How can i get rid off this problem. Please throw some light on that. Thanks.

    You are right. My user exit is also triggering that place only for the ME22n and ME23n...........it is strange for me as it is not working for ME21n. Which is not updating with the statements that i provided in User exits.
      When i am debugging the program after the user exit it is taking me to some std program where the entries were overwritten. That is where i face the problem.
    Any suggestions.

  • Screen exit for co11n and problems in writting the PBO and PAI Logic ?

    Hi People,
    I am developing a screen exit for transaction co11n. I have found the exit ( CONFPP07 ) ... I created a project and have
    assigned this exit and activated the project. I have created a field named SHIFT  on clicking this field i have to give three
    possible values (a,b,c  ) and i have to store these values in some table .......... now my problem is in which include i
    have to write PBO and PAI logic ... should i have to write pbo logic in the include provided in the exit
    EXIT_SAPLCORU_S_100 and PAI in EXIT_SAPLCORU_S_101.......or .........Can any tel me what should i have to do to
    meet the requirements... and in which structure i have to add this field so that it gets stored in some table.
    Thanks in Advance.

    Hi,
    Use the includes in the program SAPLXCOF given in CONFPP07 Exit.
    You may use include zxcofzzz ( for Subprograms and Modules )
    by creating it upon double click.
    Regards,
    Wajid Hussain P.

  • Problem while transporting Screen exit object from DEV to QAS client

    Hello All,
    I have developed screen exit for tcode 'ME51N' to add customer field in newly added TAB. To grayout that field in display mode, I have added code on the PBO event of that screen. Code for PBO even has been written inside the include. Exit is working fine on development client.
    After transporting the exit on QAS client the field graying out functionality in diplay mode is not working eventhough the include which contains the code for PBO even is exist on QAS. Also in flow logic if i double clock on the PBO module event, it says object does not exist, eventhough the include which contains the PBO event code exist in QAS.
    Please, help me to understand why the linkage between flow logic PBO event and the include where the PBO code has been written is not getting transported from DEV to QAS.

    Hi,
    First check the TR log if there is any errors. If no errors, then check if all the objects were properly transported or not.
    You might have missed out in transporting the enhancement activation(CMOD).
    Try to Rebuild the object list for updating the navigation index. You can do this from SE80=>Rightclick on function group=>More functions=>Rebuild object list.
    Thanks,
    Vinod.

Maybe you are looking for

  • Logical delete in a DBAdapter

    Hi, I am using a logical delete to poll a table. A simple logic of unproccesed records assigned to 'N', processed ones to 'Y' and locked once to 'X' doesnt seem to work. The process doesnt pickup any inserted records. Are any other additional setting

  • How can I create a form which accepts answers in 2 different languages?

    Hi, I'm trying to create a form where the users can answer either in English or Hebrew (with the ability to answer some of the questions in Hebrew and some in English) Currently on the form options it's set for English language (Didn't see an Hebrew

  • Unable to close backend connection

    Hello Experts, We are currently running certain Visual Composer applications in our portal 7.0. It has been observed that even after navigating away from the VC application or logging of the portal, the connection to the ABAP system does not end rath

  • How to disable 'do you want to save changes to...'

    Is it possible to disable the 'do you want to save changes to...' pop-up in Reader 10.1.1 LS? I'm using CrystalViewer to read reports - but I don't edit them so don't need to save any changes.

  • Urgent ! help ! Pop-up panel invalidates graph cursor to snap to plot point.

    I used PlotXY in the graph control with cursor attribute of '"sanp to point" and produced a plot. Everything is OK before popup a pop-up panel. After the pop-up panel removed, the cursor can't snap to any point of the plot. I tried "SetPlotAttribute