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,

Similar Messages

  • 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

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

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

  • Provision for Automatic Creation of BP number whenever user id is created

    Dear Experts,
    Is it possible to create the business partner Number Automatically, whenever a userid is created in Solution manger system, if any custom developments done for the same share the things.
    Thanks in Advance,
    Regards,
    Thirukumaran. R

    Hi Keshav,
    Thanks for your prompt response,
    exits found when creating user id in sap:
    ADDRESS_SUBSCREEN
    ADDR_PRINTFORM_SHORT
    i'm not getting how to generate the bp number automatically, is there any f.m or we have to do it with BDC,
    update task means i'm not getting can u explain little clear,
    Thanks in Advance,
    Regards
    Thiru. R

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

  • Authorization check for Vendor Master Data

    Hi,
    I have a requirement where I want to restrict some of the end users in viewing accounting data of vendors. In XK02/XK03 there is a sub screen for Company code data (Accounting info/Payment trans./with holding tax). I want to put a check for the selection of these check-box. System should allow some of the users to view these data. I tried for exit/BAdis , but didn't find anything as per my requirement. Please give some suggestions.
    Thanks & Regards
    DR

    Hi
    Check BADI ADDRESS_SUBSCREEN, I think you can implement this one and add a authority check here.
    check the method ADDR_APPL_SUB_PAI_IMPORT
    Regards,
    Himanshu

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

  • User exit for XD01/XD02 to update KNA1 field

    Hi
    I have added a custom field using append structure in KNA1
    I need to update it during the XD01 or XD02 transaction before it is saved
    I am searching for BADIs and user exits but I am not able to update anything in KNA1
    kindly help if u were having similar requirement
    thanks
    b

    Hi Max,
    I have tried all of the following
    BADI for XD01
    CUSTOMER_ADD_DATA
    BADI_LAYER
    CUSTOMER_ADDRSCR_CHG
    GOS_SRV_SELECT
    ADDRESS_SUBSCREEN
    save button:
    ADDRESS_CHECK
    ADDR_TXJCD_CHECK
    ADDRESS_UPDATE
    exits
    EXIT_SAPMF02D_001.
    BTEs
    00001320
    00001321
    00001330
    00001340
    00001350
    00001360
    but nowhere I have found an interface for updating KNA1 fields.
    I am not able to use CUSTOMER_ADD_DATA_CS and CUSTOMER_ADD_DATA_BI . I checked it using CL_EXITHANDLER
    is there any way i can store the information I need . I just need one field against the customer number
    thanks
    b

  • 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

Maybe you are looking for

  • How to upgrade windows 7 32 to 64

    How do I upgrade From Windows 7-32 To Windows 64 in Boot camp?

  • Question on Belgian VAT Purchase Journal

    HI, Can some one help me with Belgian VAT Reports. There is a report called Belgian VAT purchase journal, which is Oracle Standrad. We found that the report displays incorrect calculations for certain AP transactions. For some of the transactions (wi

  • Oracle Discoverer Viewer will not display in browser

    Hi, I tried using the link below to get to discoverer viewer but it is not working. I can access Oracle Enterprise Manager without any problem. Could you please help me with that. Thanks, Vani =========================================== Start a Web b

  • How do download adobe so I can use my ebook?

    I am wanting to download Adobe so I can purchase ebook online.

  • Pages not showing up for free

    Hi, I'm having trouble getting Pages downloaded om my iPad Air for free. Downloading the other two iWork apps went just fine. Before I had all three of the iWork apps on my iPad, using my husband's Apple ID. Now I want the apps being connected to my