Address_subscreen badi

hi everybody,
i wan't to put in not editable state the e-mail field of the vendor address in the me21 transaction.
i think i have to develop the address_subscreen badi, but when i try to activate the new implementation it says that there are already implementacions for these filter values.
if i go to the se80 i can see that there's a class called cl_def_im_address_subscreen that implements this badi.
Here is my doubt.
¿Do i have to modify the standard to develop this functionality?
Thanks

cl_def_im_address_subscreen is only a sap default class that you can use for creating your own implementation. If you want to see the existing implementations, transaction SE18, enter Classic BAdI ADDRESS_SUBSCREEN and click menu enhancement implementation, overview. Check if the existing implementation corresponds to a custom implementation (then you can modify it), or to a sap or partner product (then you can't modify it, or you can use the enhancement framework to enhance it).

Similar Messages

  • User Exit Or BADi for Ship-to-Party's Transportation Zone F4 Help in VA01

    Dear Experts,
    I want to change the F4 help of Transportation Zone in Ship-to-Party Address in VA01.
    I have to show the possible entries from Z table which is compared by the city of that particular customer.
    Explanation:
    1. Go to Transaction VA01.
    2. Enter the values in first screen and Enter.
    3. select the sold to party and ship to party and Enter.
    4. Enter any item in item level.
    5. Press  Display Doc. Header ICON.
    6. Go to partners tab.
    7. Double click on Ship to party.
    8. One Pop up screen will open. (ie. Address from Master Data for Ship-to-Party (Document Header).
    9. Press F4 help for the field Transportation Zone. (It will show the possible entries from the table TZONE (All  records).
    10. I want to show the possible entries only for that particular city.(For a particular city there may be more than one transportation zone. I will maintain these records in Z table ).
    I have tried all user exit from the program MV45AFZZ and ADDRESS_SUBSCREEN BAdI. But I could not get the solution.
    Please help help me to do this.
    Thanks,
    Maruthamuthu

    Hi Sandeep,
    These are the user exits will trigger in va01 .
    SDTRM001 Reschedule schedule lines without a new ATP check
    V45A0001 Determine alternative materials for product selection
    V45A0002 Predefine sold-to party in sales document
    V45A0003 Collector for customer function modulpool MV45A
    V45A0004 Copy packing proposal
    V45E0001 Update the purchase order from the sales order
    V45E0002 Data transfer in procurement elements (PRreq., assembly)
    V45L0001 SD component supplier processing (customer enhancements)
    V45P0001 SD customer function for cross-company code sales
    V45S0001 Update sales document from configuration
    V45S0003 MRP-relevance for incomplete configuration
    V45S0004 Effectivity type in sales order
    V45W0001 SD Service Management: Forward Contract Data to Item
    V46H0001 SD Customer functions for resource-related billing
    V60F0001 SD Billing plan (customer enhancement) diff. to billing plan
    Please check this and post .
    Regards,
    Madhu.

  • Help in BADI ADDRESS_SUBSCREEN

    Dear sirs,
    I've implemented the BADI ADDRESS_SUBSCREEN and I'm able to read data from screen by the structure ADDR1_DATA. But If I change the variable ADDR1_DATA the screen fields does not change.
    Here is the code: By debugging this code I can read the initial content from POST_CODE1 and CITY2. But if I change the values nothing happens.
    method IF_EX_ADDRESS_SUBSCREEN~ADDR_APPL_SUB_PBO_EXPORT.
      break-point.
      ADDR1_DATA-POST_CODE1 = '09895-590'.
      ADDR1_DATA-CITY2 = 'CALYX'.
    endmethod.
    Anyone could please help me to solve this?
    Thank you in advance.
    Fabio Purcino

    Hi,
    those parameters are importing so it will not be possible to change these values in method ADDR_APPL_SUB_PBO_EXPORT. I have not implemented this BADI yet but If you go to SE80 and enter the interface IF_EX_ADDRESS_SUBSCREEN you will see all implementations of this interface. In my system I have for example this class CL_IM_FM_ADDRESS_SUBSCREEN. You can look at that code for your inspiration. It may be helpful for you.
    Cheers

  • BAdI ADDRESS_SUBSCREEN .. filter Type to use

    Hi Everyone
    Has any one tried the BAdI ADDRESS_SUBSCREEN to populate the address on delivery tab for T code ME51N. Which filter one need to use.
    Thanks

    u can even use screen exit for adding fields to a tab...try for screen exit and it will solve u a lot...

  • De-activate standard implementation for New BADI ES_FIN_EBPP_MAIL_PUT_DATA

    Hi All,
    I have a requirement where i need to deactivate the standard implementation for the New BADI 'ES_FIN_EBPP_MAIL_PUT_DATA'
    and activate my Z-Implementation. I have been able to activate the Z-implementation (i.e. by checking the checkbox Default implementation it allows me to activate the Z-implementation).
    Also, the BADI ES_FIN_EBPP_MAIL_PUT_DATA is a single use BADI, so technically multiple implementations should not be possible. bus somehow it has allowed me to activate my Z-Implementation along with the standard implementation being active.
    But the problem is although the Z-implementation is active, as the standard implementation is also active, the standard implementation overwrites the Z-implementation, therefore my code is never executed.
    Please advise on how to deactivate the standard implementation and implement the Z-Implementation.
    Thanks!

    cl_def_im_address_subscreen is only a sap default class that you can use for creating your own implementation. If you want to see the existing implementations, transaction SE18, enter Classic BAdI ADDRESS_SUBSCREEN and click menu enhancement implementation, overview. Check if the existing implementation corresponds to a custom implementation (then you can modify it), or to a sap or partner product (then you can't modify it, or you can use the enhancement framework to enhance it).

  • ADDRESS_SUBSCREEN

    hi,
    I need to gray out few fields for Delivery Address in ME22N .I'm trying to use BADI ADDRESS_SUBSCREEN and method ADDR_APPL_SUB_PBO_IMPORT.
    But this BADI doesn't seem to trigger for Me22N and when i click Delivery Address tab at Item Level.
    Pls help wheter this BADI is right one or suggest the correct BADI pls.
    Thanks
    Ram

    Hi
    You can create a transction variant throgh SHD0 Transaction and make them output fileds.
    regards,

  • Badi for Vendor Adrress

    Hii All,
    I want to supress vendor address in XK03 . for that Badi ADDRESS_SUBSCREEN is available but when I create zimplementation . its not active and there are already 2 standard implementations are present. how to activate my z badi implementation?

    Hello!!
    I didnt get ur question. only we go for sub screens to add some additional fields not to suppress. so better u go for transaction variants and suppress the fields u required.
    TCODE: SHDO.
    note: That is the task of functional consultants not technical.
    if u satisfy with my reply, please reward me pints.
    K.Ram Mohan
    Sr.SAP ABAP CONSULTANT

  • BADI for changing fields during Creation of BP in CRM

    Hello to everyone,
      I need to find a BADI (or other way) to default several fields during BP creation in CRM (4.0 SR1 SP9). The fields I will like to set are TAX TYPE, TAX NUMBER, TAX CATEGORY, etc.. I have found the BADI BUPA_TAX_UPDATE but i dont see any suitable parameters (structures) to changes these fields. Please advice and thanks in advance.

    Hi
    If you use function BUPA_NUMBERS_GET then your BP number will already be buffered and you can avoid a DB read. It may also be that the BP is not in the DB yet anyway.
    You can only pass one GUID in at a time - loop through IT_CHANGED_INSTANCES into a variable of type BU_PARTNER_GUID and pass that into the function as input parameter IV_PARTNER_GUID.
    Cheers
    Dom

  • Implementing BADI MD_ADD_COL_EZPS for MD04 custom column

    Hi there,
    I'm using BADI MD_ADD_COL_EZPS to display 3 new buttons and three new columns in MD04.
    For each line item that is displayed, the custom column is filled, after the button is hit -This works fine.
    My Question is:
    Is there any way to limit the value that is filled into the new column so that it only appears on the FIRST line item/row?
    (At the moment it is repeated all the way down the page - the new value is a material characteristic, so doesn't change, will always be the same for each line)
    I've looked at all the available structures/tables in the FILL_ADD_COLUMNS method of the BADI, and none seem suitable
    to determine the "first" row. (ie. something like the way SY-TABIX or SY-INDEX might be used)
    Any help appreciated.
    Thanks,
    David.

    Hi Shubhendu,
    in the method 'ACTIVATE_ADD_COLUMNS', you can set the flag EZ1_MODE to '1' to make the first column visible always. (it's been a while, but I think setting it to '2' makes it visible when the button is pressed.)
    Same applies to EZ2_MODE for second column, EZ3_MODE for third.
    look at the flags/parameters in this method, and also in FILL_ADD_COLUMNS, to fill the data.
    here you need to fill structure EMDEZX_USEX1 (for column 1) etc.
    The code is hit for each record displayed in MD04
    Hopefully this helps you.
    Regards,
    David

  • Help Needed Badly | BlackBerry INC000025111306 | BlackBerry PlayBook - Tablet button does not work, almost stuck, copper under screen, seventh repair

    I was really Humilitated my RIM on this Ticket whcih i rasied.
    1) I bought a new tablet in last november in 2 months i had a Charger issue 
    2) They said this charger issue we cannot replace with new tablet and gave me a refurbished Tablet to me .
    3) Which also had same charging issue and they exchanged 2 more tablets and the last tablet which was given to me by RIM have a safety concern
     - 1 Small mesh of wire is poping out from the Tablet 
     - Power Button is very hard and its not that easy to press,
    So i raised the above ticket and was esclated internally with RMA as well and i got an update from the esclation agents that we will reply back in 2 Days i waited almost 3 weeks and called 2 times in this 3 weeks for an Update asking for a new tablet so that atleast once in all i can jeep a good 1 Tablet.
    But they never bothered to call me and today i called them again and RIM gave me a call back mentioning we cannot give a new tablet we can again check this tablet repair it and give it back , If we cannot repir then give a replacement new/Old tablet,
    I was wondering how can a tablet from RIM can go out without such safety concern ? How a mesh of wire can comeout of tablet so what safety norms RIM is follwoing for customer.
    AM i not humilitated? since after taking all these struggle tto get a good tablet i have been considered as bad.
    What RIM have to say for this, I am planing to take this to Legal department to follow how i can get a justice for this.

    I would have deleted this but can't find a delete?
    At any rate. got the Blackberry going again but it reset it and lost all the info, pictures and so forth.. oh well. at least it is still working.
    Thanks.

  • Error message in a BADI getting displayed in a popup instead of status bar

    Hello All,
    I have implemented a BADI in ECC6 to prevent the change of formula in ERP from transaction O3I8.
    The BADI gets called on clicking 'Save' from transaction o3I8.
    Within the  BADI i am giving an error message using the following command:
    Message e000(ZABC) .
    However , the message gets displayed in a pop up instead of the status bar .
    The same is for information and warning messages.
    Any suggestions on how to display them in the status bar ?
    TIA
    Regards,
    Vartika

    Hi Brad,
    The checkbox to display messages in pop-up  is already switched off.
    Still themessages are getting displayed in pop-up.
    Regards,
    Vartika

  • Error message from a BAD PDF

    I am using Adobe Reader to render PDF documents as a part of a process and then convert it into TIFF. Some of the documents that come in are corrupt PDF documents and cannot render itself in the reader and hence cannot be converted. This is the error that the reader throws:
    ADobe reader could not open "test.PDF" because it is either not a supported file type or because the file has been damaged(for example, it was sent as an email attachment and wasn't correctly decoded)
    Now, the process is automated with no human intervention. with the advent of this error message, since there is a modal dialog box waiting for a response from the user, the process is interrupted and needs human intervention.
    My question is simply this. Is there an API i could use where i can figure out beforehand if the PDF is bad so i can reject such files early on? research shows that using the adobe forms server which has the PDF utility services, there is a query "Is a PDF document" that is available. I do not want to use a server product.
    Is there any other ADOBE product that exposes something similar?

    I guess i forgot to add that piece of information. WE do not create the PDFs. We receive PDFs from external sources over which we have absolutely no control  and that explains why we get such corrupt documents in the first place. I was just wondering if there was a simple API event/method/means attached to any ADOBE product which is compatible with .net that tells me if the PDF is corrupt UPFRONT.

  • Error while transporting infospoke with BADI in BW7.0

    Hi:
    We have an infospoke with Transformation ( ie with BADI) in BI7.0.
    While transporting to Quality box it gives error.
    "Transfer structure /BIC/CZZTXXXXX3 could not be generated
    Error when activating InfoSpoke ZTXXXXX3.
    Message no. RSOH010 "
    Could you please help in rectifying the error.
    PS: we tried transporting BADI first and then the infosoke but still its failing.
    Regards!
    Saniya

    Hi
    Check the forum link below
    Transport Problems with Spokes that have BADIs
    Thanks

  • IPod can no longer sync or charge, bad pin connectors?

    I've got an iPod touch thats a year old now that suddenly no longer will charge/sync to anything. I'm thinking maybe the pins are bad?
    I've had difficulty inserting chargers into it since I got it, I've been careful to not handle it too roughly but it does take a strong push to get the charger in there. Of all the ipods I've had (and i had the first gen iPod touch before this too) over the years, never had that problem.
    Before I get a bunch of "just reset it" kinds of replies, it is functioning properly other then that. Last night I did have it hooked up and synced to my Mac so it fully charged, but just now I went to connect it and now it refuses to connect at all. I've tried 2 cords, and with the same cords I plugged my iPhone in as well and it all worked fine, so it's definitely not my other hardware. iPod software is also up to date as well.
    I haven't had a real issue of it not syncing with my computer before today, but in the past month it's had issues staying properly synced to my car radio (play it through USB). It would sometimes drop off or glitch up and not want to work correctly, though in the past week it started working more normally again.
    I listen to my ipod as much as humanly possibly, so I'm wondering if this something I can take to the Apple Store and see if its fixable or replaceable. I've been looking for a great excuse to get the new red ipod touch but I've been unemployed since August.. Of course it has to break before I get a new job
    Has anyone else had the issue of having difficulty getting the sync cords into their ipod touches/problems where the pins just die?
    EDIT: Nevermind. My imac suddenly wont sync my iphone either but I plugged the ipod into the iphone charger and it synced immediately. It's something on my computer's end.
    Message was edited by: Arei

    *all the songs are there, but there are shown in light grey and not able to be high lighted.*
    *I'm also not able to play from my ipod list, only from my itunes??*
    Grey text when you look at the content and a lock symbol at the bottom of the screen just indicates that the iPod is set to sync automatically with iTunes. If you want to play the iPod songs through iTunes, delete songs from the iPod, drag songs from iTunes, add playlists to the iPod etc. you need to change the update setting to "manually manage songs and videos" as per the link above. The text will change from grey to black and everything will be directly accessible through iTunes
    *I have seen a friend plug his ipod into some one elses computer and the same thing happened, it showed all the content but he was not able to access it, or modify it.*
    Again that's most likely because the iPod was set to auto-sync with his home library. If you want to connect and use an iPod on more than one computer or with more than one library you need to change the update preference in the iPod Summary tab to "Manually manage music and videos" and click Apply. The content of iTunes and the iPod are not syncronised in this mode so the two can be different. You can directly access the content of the iPod and play it through iTunes and you can drag and drop whatever you want to the iPod from either library:
    Using iPod with Multiple computers
    *Before I backed up my itunes libary from my external hard drive, and itunes was empty, it would not allow itunes to be copyied from my ipod?*
    iTunes will only give you the option to copy your iTunes Store purchases directly from an iPod to the computer, you'll find details in this article: Copying iTunes Store purchases from your iPod or iPhone to a computer
    For everything else (music from CDs, other downloads etc) there are third party utilities that you can use to retrieve the music files and playlists from your iPod.

  • IPod Touch 5.1.1 no longer sync'ing w/ iTunes 11.1.3(8). . . .Bad Battery ???

    Three day ago my iPod began acting up in a major way.  The battery charging symbol within the battery indicator is no longer showing the iPod being charged when plug in to my MacBook Pro 5.1 via one of my two USB ports.  A new Apple iPod cable was purchased thinking it was a bad wire or pin not making the proper contact with this device.  The same conditions are happening with this new cable.  I have several other peripheral devices and those devices are working and are connecting to my MBP's USB port without any issues.  I have noticed for the past six months my iPod Touch 3rd Gen has been showing signs in needing longer charging times and seems to drain quicker than it used too.  The iPod for the past two nights have been charging for more than eight-hours each night and is sporadic as if it deciding "I'm I fully or 30% charged?" Although subtle, It seems to jump within the sliding battery scale when the device is powered off for a while.  Sometime showing 80% charged when used for a few hours to 30% charged when used for ten minutes.  My iPod is now over three-years old and I think it is time for a new battery!
    But, in all honesty, not sync'ing with iTunes is it more than just have a new battery professionally installed? Or are there other electronical problems/components going bad with these devices?  What else can be wrong other than a new battery or will a new battery fix all what is mentioned above? Please be very honest and technical if needed, Thanks!

    Apple will exchange your iPod for a refurbished one with a new battery for $79. They do not fix yours.
    Apple - iPod Repair price                       
    A third-party place like the following will replace the bttery for less. Google for more.
    iPhone Repair, Service & Parts: iPod Touch, iPad, MacBook Pro Screens         
    Replace the battery yourself if you are up to it. You can purchase a replacement battery for about $10
    iPod Touch Repair – iFixit                  

Maybe you are looking for

  • My imac will not detect external monitor after recent update. Is there a way to fix this?

    I have a VGA monitor plugged in to my imac using the VGA adapter to the mini-DVI.  All was working well.  Since I updated over the weekend, the computer will not detect the monitor. Any ideas how to fix this?

  • ERROR : MDDataSetBW.GetCellData

    Hi I have this error when i lunch a query on BO, why? The query based on anagen linked to a Multiprovider on BW. Please colud you help me? Thank you very much. Massimo.

  • JDBC sender -Login Failed

    Hi I am trying to connect to SQl server 2005 database ..Getting with login failed for user... JDBC connection paramteres in lieu with the SQL version com.microsoft.sqlserver.jdbc.SQLServerDriver jdbc:sqlserver://<ip>:1433;DatabaseName=XXXX 1.I can se

  • Bug UIX 2.2.8: wrong German translation for "next n" rows

    Hi, there is a minor bug in the German translation of the table paging feature (previos n / next n rows) in UIX 2.2.8. In German the text "next <n>" sould be translated to "weitere <n>" and not to "weiter <n>". Thanks, Markus

  • IPod touch won't connect to an open WiFi Network

    I am trying to help my cousin with a issue on his brand new iPod touch 32 GB. He was having issues with 3.0 and is now having the same issues with 4.0. The issue is that when you go to the network settings to connect to a open network it will show th