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.

Similar Messages

  • Badi / Screen Exit for ME51N

    Hi Folks,
    My requirement is to add a standard field in the existing tab . Is there any BAdi / Screen Exit provided for tcode ME51n. I have checked the provided Exits and BAdi's but all of them are to add a new tab. But in my case I want to add a field in the existing tab.
    Kindly let me know the possibilities.
    Thanks in Advance.
    Somu

    Hi Soma,
    As i know it is not possible  . Better to add a new tab and add fields there.
    Regards,
    Madhu.

  • 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

  • Badi screen exit

    hi all,
    i have to  add 2 custom fields in the Tcode COWBHUWA . I could not find any screen exits/badi .
    How can i add these fields .
    Please help out .
    Sridhar

    thanks ravi,
    But when we enter tcode , i want in the table control level (HU) .
    Thanks,
    Sridhar

  • MIGO Badi or Exit for validate Serial Numbers

    Hi frnds,
    I need a badi or exit, to validate data on EQUI by the migo, while it's making a commit, to extract information from this table, does anybody knows about them. this is very urgent, i need help from someone asap.

    Ferry :
    The issue makes a big headache as i following describe it : When the user saves a Delivery trought a reservation, i need to check if he's introducing correct series, to do this i need to compare by a badi or exit this data. but i did'nt found a solution, i already check this implementation (EXIT_SAPLIPW1_008) and it's doesnt work for my porpouses. Like the badi of MIGO checks for every line while it's saving (IS_MSEG,IS_MKPF) i need to check for every serial number.

  • 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

  • Problem with transporting the enhancement screen.

    Hi,
    I have transported an enhancement project. The enhancement screen doesnt show up,instead it goes for a dump. How can i resolve this.
    Regards,
    Sathish.

    yeah u can change the package.
    check SE80 or se03 here u can change.
    <b>[code]IN SE80--->select PACKAGE option in the first LIST BOX
    and in the second list box give ur Local PACKAGE like $TMP, then u will get list of OBJECTS in that LOCAL PACKAGE.
    2.Select object which PACKAGE u want to change.
    3.Right click on that Object ,there u will get option like CHANGE PACKAGE.[/code]</b>
    [code]Do one thing, GOTO -->SE51 with program name and Screen --->GOTO(menu item) ->Object Dic.Entry> here u can assign new PACKAGE.[/code]
    Regards
    Prabhu

  • MIGO BADI screen new fields

    Hi ,
    My requirement is that I need to add three fields on the MIGO screen and then use one of these fields to validate the item totals in MIGO if correct then move the 3 fields along with other item data to a Z table ,else give a error message .
    Can you guys please tell me ..
    1) how to put new fields on  the MIGO screen.
    2) then where to calculate the total value of the GR using every item's quantity
    3)please give what kind of coding is required in PBO and PAI
    Please help.

    Hi,
    You can use the EASY ENHANCEMENT WORKBENCH for this purpose. The
    transaction for the same is EEWB.
    You will have to create a Project here.
    It will ask you for the transaction name that you want to modify, then
    the fields that you want to add on the screen in a wizard format.
    It will generate the Screen, structures and tables for you. It will
    append the structures to the tables that are related to the
    transaction.
    It will also generate a new FM for you which will hold all the
    standard code. You can just customize this code as per your need and
    activate the Project.
    Regards,
    Ranjit Thakur.
    <b>Please Mark The Helpful Answer.</b>

  • 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.

  • Badi or Exit for Update in MIGO

    Hi ,
    The requirement is whenever i am doing GRN in MIGO , the Bill of lading field in header stored in table MKPF & field FRBNR , should be automatically filled with a system genarated internal number. That is while we are posting MIGO. I will be able to see the Bill of lading number in display mode of MIGO.
    I need a BADI or exit which can update the Bill of lading field during GRN( creation of material doc).

    hi,
    try this:
    Enhancement
    MB_CF001                                Customer Function Exit in the Case of Updating
    MBCF0011                                Read from RESB and RKPF for print list in  MB26
    MBCF0010                                Customer exit: Create reservation BAPI_RESERVAT
    MBCF0009                                Filling the storage location field
    MBCF0007                                Customer function exit: Updating a reservation
    MBCF0006                                Customer function for WBS element
    MBCF0005                                Material document item for goods receipt/issue
    MBCF0002                                Customer function exit: Segment text in materia
    Business Add-in
    MB_DOCUMENT_UPDATE                      BADI when updating material document: MSEG and
    MB_DOC_BADI_INTERNAL                    BAdIs During Creation of a Material Document (S
    MB_ME_CSGMT_BADI_SAP                    BAdI: Consignment Processing - Stock Transfer
    MB_MIGO_BADI                            BAdI in MIGO for External Detail Subscreens
    MB_MIGO_ITEM_BADI                       BAdI in MIGO for Changing Item Data
    MB_PHYSINV_INTERNAL                     Connection: Core Inventory and Retail AddOn
    MB_QUAN_CHECK_BADI                      BAdI: Item Data at Time of Quantity Check
    MB_RESERVATION_BADI                     MB21/MB22: Check and Complete Dialog Data
    MB_RESERVATION_SCR                      Screen BAdI for Retrofit DFPS
    MB_RESERVATION_UPCHD                    BAdI for Creation and Changing of Manual Reserv
    MB_RES_BAPI_CHANGE                      BAdI: Execution of Changes to Reservation Field
    MB_RES_BAPI_CREATE1                     BAdI: Adoption of Customer's Own Fields as Rese
    MB_RES_BAPI_DETAIL1                     BAdI: Display of Customer's Own Fields in Reser
    MB_STOR_LOC_BADI_GTS                    BADI to Check and Change Storage Location (GTS
    MB_DOCUMENT_BADI_SAP                    BADI for Creation and Changing of a Material Do
    ARC_MM_EBAN_CHECK                       BAdI: Enhancement of Archivability Check (MM_EB
    ARC_MM_EBAN_PRECHECK                    BAdI: Enhancement of Archivability Check (MM_EB
    ARC_MM_EBAN_WRITE                       BAdI: Enhancement of Scope of Archiving (MM_EBA
    ARC_MM_EINA_CHECK                       BAdI: Enhancement of Archivability Check (MM_EI
    ARC_MM_EINA_WRITE                       BAdI: Enhancement of Scope of Archiving (MM_EIN
    ARC_MM_INVBEL_CHECK                     BAdI: Enhancement of Archivability Check (MM_IN
    ARC_MM_INVBEL_WRITE                     BAdI: Enhancement of Scope of Archiving (MM_INV
    ARC_MM_MATBEL_CHECK                     Prüfung ADD-ON-spezifischer Kriterien für MM_MA
    ARC_MM_MATBEL_WRITE                     Check Add-On-Specific Data for MM_MATBEL
    MB_CHECK_LINE_BADI                      BAdI: Check Line Before Copying to the Blocking
    MB_CIN_LMBMBU04                         posting of gr
    MB_CIN_MM07MFB7                         BAdI for India Version exit in include MM07MFB7
    MB_CIN_MM07MFB7_QTY                     Proposal of quantity from Excise invoice in GR
    MB_DOCUMENT_BADI                        BAdIs During Creation of a Material Document
    Edited by: Ierardi Leo on Jul 10, 2008 12:43 PM

  • Screen Exit / Badi for VF01 in ECC 5.0 Version

    Dear experts,
    I want to add some customized field(Bill of lading date) to the screen of billing header and the field should be displayed in the screens of t-code VF01 and VF02 always.
    I found that the BAdi: BADI_SD_CUST_HEAD
    But When I try to  create implementation for the Badi. The following error is coming Badi definition  BADI_SD_CUST_HEAD is only provided for SAP internal use. Our client using sap ecc 5.0 version.
    Is there any screen exit or how  to add a popup on the billing screen in user exit rv60afzc . Adding popup enter bill of lading date Causes any problems?
    Pleaes give me ur help ASAP. Thanks a lot!

    Added zfiled in vbrk table.and user exit Called popup.

  • Screen exit deletion problem

    Hi gurus,
    i implemented a screen exit, and tranported to QAS.
    then requirement changed so i deleted the screen exit in DEV and transported to QAS.
    in DEV the transaction is working fine and in QAS it goes DUMP and says DYNPRO_NOT_FOUND.
    i check all objects in QAS, structure, screen, include , CMOD project everything deleted.
    any ideas will be really appreciated.
    Thanks
    Giri

    Hi Siva Reddy,
    For developing a screen exit you will be creating a project in CMOD or you will creating it through SPRO.
    For every exit that you are implementing, it will definitely consists of function module exits. I mean if you are going for implementing screen exits then you will be provided some screen areas. So directly from the components tab you can find all these things. When you click on the necessary screen area then it will take into SE51 and there in the PBO and PAI you can implement the code.
    In some cases when you dont find any screen areas then you will be going through SPRO configuration. You can implement through BAdi also. You can create your own subscreens as per your requirement.
    You are saying you are not able to find the screen 1000 in your transaction. You once check whether it is activated or not first.
    Still you find any more doubts there you go to SE51 and check whether the screen 1000 is activated or not, if so go to flow logic and activate all the modules. If you find inconsistency again then you delete the screen there itself in SE51.
    Then you deactivate your project first and check and then check it once again.
    Cheers,
    Swamy Kunche

  • Searching for screen exit in Transport Organizer

    Hi all,
    I'm searching for a possibility to add an additional tab to the Transport Organizer with some additional fields. Is there any enhancement / screen exit available for this kind of extension without the need to modify the SAP standard?
    Thanks in advance for any comment!

    Hi MWALT,
    I did some searches on transactions th Transporte Organizer and is not possible to do what you need, unfortunately.
    Well, what I recommend you to do, is call a online program in the enhancements existing, perhaps can be a solution this problem.
    Best regards,
    Rafael Sá

  • BADI, User Exit before FI document is posted during GR posting in MIGO

    Hi Gurus,
    In transaction MIGO, whenever a goods receipt is posted, a corresponding FI document is then created. I am in need of a BADI, User Exit, or other forms of enhancements that is triggered before this FI document gets posted because I have to edit data in the header (BKPF) and detail (BSEG) part, specifically the fields BKPF-XREF1_HD (Reference key 1) and (BSEG-ZUONR) (Assignment).
    The field XREF1_HD is to be populated with the vendor number from MIGO (GOHEAD-LIFNR)
    The field ZUONR is to be populated with the PO Number from MIGO (GOITEM-EBELN)
    Regards to all,
    Joseph

    Hi,
    I am on 4.6C.
    We are using EXIT_SAPLF048_001 of enhancement F180A001 for the same.
    Please note that control comes here for no of SAP transactions, hence you need to take care of it by executing your logic only for a particular SAP transaction.
    I hope this helps,
    Regards
    Raju Chitale

  • BADI/User exit for MIGO fi postings

    Hello Experts,
    I have one requirement regarding at the time of MIGO accounting entry is generating based on the OBYC settings,now the client want along with this entry, want to create one more FI document through background,In the background we will give the debit g/l and credit g/l.That means at the time of MIGO two FI documents has to generate one is with OBYC setting gl's and second FI entry is from programe hard coded gl's.
    For this requirement has any BADI/USER Exit.I appriciate your valuable inputs.
    Regards,
    Nivas.

    Hi,
      May I know why you need two accounting documents?
      You may refer the similar thread: BADI / Exit required for MIGO for posting FI document
      And about the number ranges - I would suggest a custom number range object and a different number range for these additional documents.
      Also refer the doc: Methods to find Customer/User Exit's & BADi's for a Transaction Code!
    Regards,
    AKPT

Maybe you are looking for

  • OJ6500 Wireless won't print black anymore

    It sayd the cartridge is full, I even put another new one in there, but when I go to print the windows test page, only the color "flag" prints out.  Any other page only prints the color - not the black stuff.  Is there anything I can do to fix this o

  • Error backing up iTunes library

    Hey guys, quick question. I just got a new computer with Vista and installed iTunes 7.7.1.11 with no problems. (Thank god I checked these forums before installing 8.0!) Then I started to backup my iTunes library from my old XP equipped computer. I us

  • Three questions re Acrobat 9 Std fillable forms

    I am creating 2 fillable forms in Acrobat 9 that I want to post as links on my website. Data will be sent to Acrobat.com for collection. My questions are: (1) How do I get the link(s) to post on my website? (2) Is there a limit as to how much data ca

  • How can I stop my screen from turning to landscape?

    I am using my iPod touch in a sleeve while I am walking on the treadmill.  Everytime I put it in the sleeve it turns to landscape.  Is there anyway to make this stop turning and lock it into portrait?

  • Help with osCommerce  + Dreamweaver

    I know what you are thinking, why use DW with osCommerce. Well the problem i'm having is I need to click on a category e.g. Leaflets and then have a grid/table come up with all the quantities coming down on the left hand column and the Sizes (A4, A5,