BADI:problem with creating a new tab in BADI

Hi
I'm new to BADI's.
i have a requriement to add a new tab in the MIGO transaction and add a field in that new tab .
my Functional specification author is suggesting to use the BADI "MB_MIGO_ITEM_BADI" to create a new TAB .
But i'm not find any function code availale in this BADI .
Can anybody tell me how to use this BADI "MB_MIGO_ITEM_BADI" to create a new TAB .
Also can anybody provide me any documentation available in designing a new TAB or new screen using BADI's ?

Hi pawan
Try this badi :   MB_MIGO_BADI  -
(BAdI in MIGO for External Detail Subscreens)  as the name suggest ,
If you want to add a screen in header level use : Method : PBO_header an code as :
    e_cprog   = 'ZMMPRM0001'.     """ Your screen created
    e_dynnr   = '1000'.                     "Your screen No
    e_heading = 'TEXT ID '(004).    """" Name of the screen to be created .
  ELSE .
    e_cprog   = 'ZMMPRM0001'.
    e_dynnr   = '1000'.                     "External fields: Display
    e_heading = 'TEXT ID '."(004).
or if at item level
u can use methid : PBO_DETAIL
for item level screen creation . and code in the same maaner ..
You can explore the remaning methods as per your requirements .
Hope it helps ..!
Regrads
Swapnil P KAmble

Similar Messages

  • JFrame.pack() causes problems with jtabbedpane(making new tabs)and resizing

    I have a JFrame with a JTabbedPane inside of it. Inside of each tab I put a JPanel with a JTextArea in it. When I create a new tab, I do something like textArea.requestFocusInWindow();
    However, this will not work unless I do a frame.pack() right after I created the new tab and right before that line of code.
    This in turn causes another problem. If I resize the jframe and then create a new tab, the window will snap back to the size it had before creating the tab. I assume this has to do with the pack() function, however nothing else I try will make the cursor blink in the JTextArea.
    Is there a solution to this...either something to make the cursor blink or something other than the pack function to update the JFrame?
    Thank you

    This posting should help you out:
    http://forum.java.sun.com/thread.jspa?forumID=57&threadID=581478

  • Problem with creating a new contact....gmail?

    Hi,
    When I create a new contact on my Iphone (5S) it doesn't appear as normal.  It only works when I say show all contacts which includes my gmail account.  Then I see all these random people who I e-mailed years ago....I don't want this...
    How do I just save a phone number/ new contact?
    Thanks,
    Gary

    Hi Gary,
    It sounds like when you are adding contacts that it is going to a different syncing service. Take a look in Settings > Mail, Contacts, Calendars and scroll down to the Contacts section to change the Default Account to what you want to use. 
    Contacts settings
    http://help.apple.com/iphone/8/#/iph96b20610
    Take it easy,
    -Norm G. 

  • I have problem with a blank new tab

    When I open "New Tab" (CTRL+T or just +) it shows me a blank page. Can I change it anyhow so it can be my Search Engine or something like that??? Pls???

    You can middle-click or Ctrl left-click the Home button on the Navigation toolbar to open the Home page in a new tab.

  • Problem with creating a new file in the Filter

    hi,
    i have the following problem.
    1) For all requests ending with *.xml (for example requests such as http://www.asdf.com/feeds/myfile.xml ) i have mapped it to a filter
    2 ) In the filter i did the following...................
    //getting the file name from the url
    //create the file if it does not exists..................
    chain(request,reponse);
    //done
    problem is
    3) a) For files which iam not creating in filter (i.e files which are already there) the response is proper it is returning a xml file
    b) But for files which are not there already , which we are creating in the filter dynamically it is showing a 404 (i.e file not found message)
    But if i refresh again in the browser it is getting a valid XML file.......................................
    I could not able to figure it out why it is returning 404 error in cases where the file is being created dynamically.................................
    Can any one guide me resolving this problem?

    Hi pawan
    Try this badi :   MB_MIGO_BADI  -
    (BAdI in MIGO for External Detail Subscreens)  as the name suggest ,
    If you want to add a screen in header level use : Method : PBO_header an code as :
        e_cprog   = 'ZMMPRM0001'.     """ Your screen created
        e_dynnr   = '1000'.                     "Your screen No
        e_heading = 'TEXT ID '(004).    """" Name of the screen to be created .
      ELSE .
        e_cprog   = 'ZMMPRM0001'.
        e_dynnr   = '1000'.                     "External fields: Display
        e_heading = 'TEXT ID '."(004).
    or if at item level
    u can use methid : PBO_DETAIL
    for item level screen creation . and code in the same maaner ..
    You can explore the remaning methods as per your requirements .
    Hope it helps ..!
    Regrads
    Swapnil P KAmble

  • Problem with creating a new webapp

    Hi All,
    i wrote a web app using tomcat as a web server, servlet and jsp container.
    and i would like to deploy my app to weblogic5.1.
    i created a directory D:\weblogic\MyAppName and placed my app file in it.
    i have created an entry for my web app in weblogic.properties:
    weblogic.httpd.webApp.WebBcc=MyAppName
    this works fine.
    the problem is that my context path is more complicated : WebBcc/EN
    and it is hard coded in all my jsp files.
    so i tried this:
    weblogic.httpd.webApp.WebBcc/EN=MyAppName
    this end up in file not found!!
    is there a way to specify a context name that contains "/" ???
    thanks in advance
    Yaron.

    I don't see any information within the specification or documentation which
    mentions conventions pertaining to the context name. I tried with an
    exploded and war format, and the inclusion of "/" in the context name always
    results in a 404 error. I don't think its possible and is probably related
    to request path elements.
    Patrick
    "Jacobson Yaron" <[email protected]> wrote in message
    news:[email protected]..
    Hi All,
    i wrote a web app using tomcat as a web server, servlet and jsp container.
    and i would like to deploy my app to weblogic5.1.
    i created a directory D:\weblogic\MyAppName and placed my app file in it.
    i have created an entry for my web app in weblogic.properties:
    weblogic.httpd.webApp.WebBcc=MyAppName
    this works fine.
    the problem is that my context path is more complicated : WebBcc/EN
    and it is hard coded in all my jsp files.
    so i tried this:
    weblogic.httpd.webApp.WebBcc/EN=MyAppName
    this end up in file not found!!
    is there a way to specify a context name that contains "/" ???
    thanks in advance
    Yaron.

  • Problem with creating a new object

    It's my stupid simple code:
    class Readers {
         int i, a;
    public     Readers(int i, int a){
    public static void main(String[] args) {
    Readers[] d = new Readers[5];
    d[4] = new Readers(2,2);
    System.out.println(+d[4].i);
    Why do I get the answer 0, instead of 2?

    See the comments in your code:
    class Readers {
        int i, a; // the global variables 'i' and 'a' are both initialized with zero
        public Readers(int i, int a){
            // the local values 'i' and 'a' are lost: you don't do anything with them!
        public static void main(String[] args) {
            Readers[] d = new Readers[5];
            d[4] = new Readers(2,2);
            System.out.println(d[4].i);
    } // note that you don't need semi-colons after a '}'

  • Problem with creating a new Siebel account using Web Service and ADF

    Problem solved.
    Edited by: noah.fang on Mar 15, 2011 3:45 PM

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by phil housley ([email protected]):
    <HR></BLOCKQUOTE>
    sorry this is first time I tried to reply on this group
    The USER is SYSTEM and there is no real password when first installed. However you do need to type something in the password field . This can be anything if you have not added a password.
    Phil
    null

  • What is the BADI to create a new tab in ME21N transaction

    Hi,
    I have created a new document type zbr with the transaction spro.
    I wanted to add a new tab for the given document type zbr. How to create a new tab for the document type.
    How to create a new tab using BADI. what is BADI used to create the tab

    Hi,
    Pls check BAdI 'ME_GUI_PO_CUST'  for your reqmt.
    Pravat.
    <i>*Reward points if helpful</i>

  • MM - Creating a new tab in MIGO Transaction

    Hi Gurus
    I am facing a problem to create a *new tab in transaction MIGO*.
    The  scenario is like, the "item text" tab in ME21n/ME22n which contains some text, needs to be mapped in MIGO under a new tab.
    I checked with BADI  "MB_MIGO_BADI" but unable to find the exact interface to implement.
    Thanks in advance

    Hi Sandy
    Check the method PBO_DETAIL of badi  MB_MIGO_BADI: for Item level screen  add your screen to that code .
    1> NEW TAB for Item level in MIGO   
       E_CPROG   = 'ZSCREEN'.   '' Screen should be a container
        E_DYNNR   = '1001'.  "" Screen No
        E_HEADING = 'ITEM TEXT '.  Heading 
    2 > Creating Standard text :
    using se75 cretae standard text and text objetcs as MIGO is not haing as if in PO .
    Create an entry using the DOCUMENT NO and ITEM NO combination and save the cretaed text using Create_text
    entry would be store in STXH table . 
    3 > Use BADI MB_DOCUMENT_BADI* : For creatign actual text for item level mrthod :* MB_DOCUMENT_BEFORE_UPDATE* .
    Hope it will be help full .
    Thanks & Regards
    Swapnil Kamble

  • Problem with creating new user in portal = portlet is not visible

    Hi,
    I've got a problem with creating new users in portal. In the Administer tab of the builder is the user portlet not visible.
    How can I make this portlet visible?
    Please Help
    thank you...
    Gilbert

    Hi..my problem slightly similar.
    I created one new user, and didn't select anything from "Public Groups Assignment" and "Privilege Assignment" for him.
    I expect the user will be a public user.
    But, when he try to logged in the portal,
    He cannot see all the PORTLETS related to database values..
    All he can see just LINKS -that all in my portal right now beside the report from database that the user cannot see :)
    So, what did i do wrong?
    Plz Advise, and thanks.

  • Hi all, i'm new and facing a problem while creating a new file for Xcode. I can't select the box "with XIB for user interface" if the subclass is "UIViewController".this problem happen after i upgrade Xcode to 4.6 version.Appreciate for any help rendered.

    Hi all, i'm new to Mac book & Xcode. I'm learning and facing problems while creating a new file for Xcode. Before i upgrade the software, i have no issue to create simple steps in apps. After upgrade Xcode to 4.6 version, i'm facing lot's of issue eg.
    1) "the identity "iphone developer" doesn't match any valid certificate/ private key pair",
    2) can't select the box "with XIB for user interface" if the subclass is "UIViewController"..
    Appreciate for any help rendered.

    Mikko777 wrote:So what is the best?
    I wouldn't judge. I've been to Arch for a week, you know? But as said, it's VERY close to it.
    What I dislike after a week is makepkg not handling dependencies automatically (which would be overhead, so probably not appropriate).
    Mikko777 wrote:Also theres KDEmod for modular kde, dunno if its for 64 bits tho.
    Don't actually need that as said ... I see no real benefit of having that other than not beeing a KDE user or having Gentoos useflags.
    Mikko777 wrote:PS:You produce a lot of text and welcome smile
    Yeah. Wonder why I'm still employed? So do I ...

  • I have problems with creating new projects in iMovie.

    I have problems with creating new projects. When i try, the mac says the following "Make sure there is enough disk space and that you have permission to write the projects to the drive." I have 8GB available, so its not that.

    thanks for your support
    lol

  • Facing some problems in creating a custom tabs in CRMD_ORDER Transaction

    Hi Friends,
    I am facing some problems in creating a custom tabs in CRMD_ORDER Transaction code in Solution Manager of SAP.
    Actually my requirement is adding of two tabs(one is header & another is item tab) in the above Transaction, i was able to put one tab i.e header tab but i was not able to keep item tab. i found a badi CRM_CUSTOMER_I_BADI in which documentation was given & i processed in the same way.
    For information i used the Badi CRM_CUSTOMER_H_BADI for header tab which i was able to add the tab & all functions like change, save working Good.
    But i want how to add custom tab in which item details were to be attached.
    i was done with the necessary SPRO settings(or Tcode CRMV_SSV) & able to see the 2 tabs thats it, but the functionality save is not working for the second tab & not saving in table CRMD_CUSTOMER_I (in this table there is one CI include where we added our item fields).
    And also i had a doubt whether to use ALV or Table Control. And if possible can any one can sent me the screen design & the code for the above requirement in detail.
    can any one who have knoweldge in Solution Manager & in the above Badi implementation can give me a right solution which will help me a lot.
    Thanks a lot in advance.
    Thanks
    Ravi.
    can any one give the solution regarding to the above one.
    Edited by: ravikanth on Jul 23, 2008 8:13 AM

    Hello Priyanka,
    I have the same problem by using Service Ticket in SAP CRM 5.0.
    Did you already solved this issue? If so, can you please provide the solution!?
    How can I activate and check the transfer log?
    Thanks and regards
    Alex

  • Why, suddenly can't I create a new tab through the "file' drop down or by using the "add a tab" button.

    The only way I can create a new tab right now is to right click on a link in the current tab and ask it to "open in new tab".

    This problem in is Firefox on your Mac?
    May users have discovered this problem is caused by Conduit add-ons, such as a Conduit plugin and/or a "Community Toolbar" extension.
    You can check for and disable extensions on the Add-ons page. Either:
    * Command+Shift+a
    * "3-bar" menu button (or Tools menu) > Add-ons
    In the left column, click Extensions. Then, if in doubt, disable.
    Often a link will appear above at least one disabled extension to restart Firefox. You can complete your work on the tab and click one of the links as the last step.
    Does that help with the "+" button? If so, could you name the specific extension that caused the problem?
    You might also check the Plugins section of the Add-ons page. You can use "Never Activate" to disable plugins that you don't ordinarily use.

Maybe you are looking for

  • Can no longer configure modem in Airport Extreme Base Station

    We've been using our AEBS to connect to our ISP via its internal modem for several years. Recently, I needed to update some ISP information for the modem connection and did so successfully using Airport Admin Utility. Two days later, tried to change

  • Problem playing back HDV from FCP HD

    FCP 5.0.4 I am doing my first HD project and am experiencing a problem I cannot solve. Using both a Sony HDV HC1 and Sony HDR FX1 as playback devices, I cannot get the video to play back from FCP using HDV1080i60. Under Video playback, the options fo

  • Alternate Payee Number not capture during Manual payment posting (FBZ2)

    Dear Friend, Appreciate if anyone can help me with below issue. Scenario: - Vendor master already been updated with the alternative payee number. - I have create a vendor invoice with payee data in the field BSEG-EMPFB. Problem: When I perform FBZ2 -

  • What are the Steps for COPYAPP utility in planning

    DO i need to create a DSN for the target application first? The error says "Unable to retrieve the application entry for the target app. What are the exact prerequisites to run this utility?

  • I have forgotten my answers to my security questions

    I have forgotten my answers to my security questions and have tried the iforgot link etc and that link still requires the answers that I have forgotten.. What do I do now