Addinng Delivery address and Texts subscreens of ME21N to MB22

How to add Delivery address and Texts subscreens of ME21N to the MB22
(reservations) header level?
Is there any customisation(From IMG) possible to acheive this?
This is very urgent.
My requirement in detail : For Material reservations, the standard transaction MB21 and MB22 must be amended to allow entering Address and text data (header level only), MB23 must be able to show the entered data. Functionality of ME21N at the item level tabs Delivery Address and Texts.
Thanks in advance for your suggestions and solutions.

Hello,
nothing standard in ECC6 EHP6.
You will have to modify standard screens and use user exits. I would recommend to try something else than reservation or forget your requirements.

Similar Messages

  • Delivery address in PO Creation through ME21N

    Hi All,
    I want to change the Delivery Address in ME21N. By default this delivery address is the Plant address which we enter at the line item level. Now my requirement is to default the delivery address to other address based on the vendor given at the header level.
    I had tried User exit, MMDA0001 but this is not triggering, then tried BADI ME_PROCESS_PO_CUST method PROCESS_ITEM , even this does not help.
    Can anybody please let me if you had requirement like this and how you solve this problem.
    Thanks n Regards
    Maruthi

    Hi Mr A
    Please tell me which user exit did you use to resolve this issue because I have to also do extra validations and changes to some PO Items when user creates PO with ME21N.
    Thanks

  • Delivery Address in Purchase order Create ME21N

    Hello all,
         I am trying to capture the value in the Country field on the Delivery Address tab when creating a PO (ME21N).  We only want to write a certain condition if the Vendor is non-US and the Delivery country is US. 
         The initial value is populated in KOMK but it doesn't change if the Delivery address is changed manually. 
    We are using subroutine KOBEV_600 in Include RV61A600.  I tried using GET PARAMETER ID 'LND' but it never worked.  It always came back blank. 
    Thanks for any help.
    Kind regards,
    Chris Mowl

    Thank you for the responses although they didn't quite address my issue. 
    The solution we are testing at the moment is using the following code in User Exit ZXM06U14:
    DATA: lv_country TYPE land1.
    IF i_ekpo-adrn2 IS NOT INITIAL.
      SELECT SINGLE country FROM adrc
      INTO lv_country
      WHERE addrnumber = i_ekpo-adrn2.
      IF sy-subrc = 0.
        EXPORT lv_country TO MEMORY ID 'adrn2'.
      ENDIF.
    ELSEIF i_ekpo-kunnr IS NOT INITIAL.
      SELECT SINGLE land1 FROM kna1
      INTO lv_country
      WHERE kunnr = i_ekpo-kunnr.
      IF sy-subrc = 0.
        EXPORT lv_country TO MEMORY ID 'adrn2'.
      ENDIF.
    ELSE.
      CLEAR lv_country.
      EXPORT lv_country TO MEMORY ID 'adrn2'.
    ENDIF.
    When an Address number or Customer number are filled in on the "Delivery Address" tab for the item, they are filled in the i_ekpo-adrn2 or i_ekpo-kunnr fields respectively.  I then export the country value to memory and import it in RV61A600 where we check that value.

  • Delivery Address and PPOMA_BBP

    Hello,
    I have search this forum and found some interesting text on this subject butnot an answer to my current problem.  We have a plant setup in PPOMA_BBP but there are several 'offices' that represent the plant.  To satisfy business requirements, we created addtional address in transaction BP.  Then we used them in setting the 'Delivery Address' attribute in PPOMA_BBP for the OU created under the plant.  However, when the associate reviews the delivery address in the shopping cart, no address is shown.  We did not enter a delivery address at the plant level because we did not want it to override the 'Offices' delivery address.
    Also, when the associate prompts for the address, only the plant address is shown. Why won't the addess corresponding to the address maintained in the delivery address attribute default in the shopping cart? And why will it not show in the address prompt?
    Thank you in advance. Points will be awarded accordingly.

    Hi
    Which SRM version are you using ?
    <u>Firstly you need to create Ship-to-Address in SRM using BBMAININT Transaction (not using BP Transaction).</u>
    <b>Here are the related links to this issue -></b>
    Please refer this links as well.
    Mass Change of Ship-To Address/Performance Location
    Ship to Address
    Ship-to-address
    SHIP-TO-ADDRESS
    Re: Shoping cart / Classic / Delivery address
    Re: Delivery address SRM
    Re: ship to address in SC
    Re: Last delivery option in SRM
    Re: ship to address in SC
    Re: Ordering Address
    Re: Delivery address SRM
    Where is stored the Ship-to address/Perfomance Location of the SC
    Re: ship-to clarification
    Ship-to-address to be transferred to the backend
    Do let me know. Hope this will definitely help.
    Regards
    - Atul

  • Delivery address and contact person

    Hello,
    Running ECS SRM 5.0
    Business requirement is to have many delivery addresses pr. org unit (which is fine) and a contact person for each of these addresses. How can I enter a contact person on an address or link these?
    rgds
    GAR

    Hi
    This can be possible by SRM Web transaction - BBPMAININT (Edit Business Partners)...
    Have you used USERS_GEN transaction in SRM to create users ? Please read the SAP documentation in this case associated with the transaction using SRM GUI logon..
    Which option do you use in USERS_GEN : file upload ?
    In your case where the "US" (User) link is missing: is the SU01 user created ? Wasn't is already created before USERS_GEN ?
    If the system is not able to create the CP <-> US relation, you should get back an error message in USERS_GEN.
    Please go through the related very helpful pointers ->
    Central Person
    Re: Error while assigning user to a position
    Re: How to assign contact person user id to Vendor uploaded from ECC?
    Re: Central Person already exists
    Re: Correct relationships not being created from USERS_GEN
    Business Partner(BP) and Central Person(CP) distribution
    Contact person of vendors created inconsistently in my organizative structu
    Do let me know.
    Regards
    - Atul

  • Why does my email address and text message alternate between mine and my husbands name?

    Whenever I send an email or a text message, the name of the sender alternates between me and my husband - I'm so confused!

    Hello,
    Mail Preferences>Composing>Addressing:... is Send new Mail from set to a specific address or from Account of last viewed mailbox?
    In Address Book do you have a combined entry for you & husband?

  • PO - Import address and Delivery Address

    Hi,
    While saving a PO, i need to check its delivery address and import country address. Both should be same.
    For Import PO, In import tab, Country of destination should match delivery address country.
    And Destination Region should match delivery region.
    In which user exit, i can put this condition so that, while saving, it will be checked.
    I tried many user exit, not working as expected.
    Please suggest.
    Thanks,
    Ezhil

    Hi
    You can use the BADI ME_PROCESS_PO_CUST for the requirement
    Regards
    Shiva

  • Default delivery address parameter in ME21N

    Hi all.
    If I have a delivery address number specified, I have to manually put it in every PO I create - is there any way of making this delivery address number default? Perhaps there is a parameter for this? It would be nice to be able to use the address number as default instead of the plant address.

    I have come across this issue as well and was looking for a solution, since we have a scenario where 2 different buildings are represented by a single storage location.  So even if we put 2 addresses on the storage location in configuration, the default will just be the first address in configuration.  As has already been mentioned, there is no link between either purchase organization or material and a default delivery address, and SAP does not provide a parameter ID on the address field in the PO.
    A possible solution appears to be the creation of your own parameter ID, which is then assigned to the delivery address data element (ADRN2).  If that is done, then a user may enter a default address number as a parameter ID in their user setup.  Note that this is a development activity, and some may consider it a customer modification because you are making a change to a SAP standard data element.  However, it is a very small change, and I do not see how it could conflict with an upgrade or application of OSS notes.  The process for doing this is explained in the following forum thread which I found on SDN:
    Error while creating Parameter Id
    I am going to pursue this option and see how it comes out.

  • PO delivery address tab not visible  how to make it visible

    Hi
    the requirement is like this
    in my me21n po doc  I am unable to see the tab DELIVERY ADDRESS  ...  I want to open this tab  ALSO  I want to maintain address.
    The client requirement is
    client want to maintain multiple delivery addresses and besed on the bussiness nedd he want to select the addresses .
    Same way  even  BILL to address also  is there any possibility for bill to address to choose .
    Advance thanks for your help
    SD

    Hi SD,
    SRM Address management is different than that of ERP, please see the following [link |http://help.sap.com/saphelp_srm70/helpdata/EN/af/a27657f8ca4ecd9594b759603a8ba8/content.htm]for details on SRM Business Partner address maintainence.
    Regards,
    Jason

  • Delivery address in PO line item

    Hi Friends,
    Need your inputs/ suggestions .
    THe delivery address in PO line item is taken from plant / Sloc details .
    If this text is changed , the changed details should be picked / outputted (and not the data / Master data  of plant / Sloc )
    is there any  FM / user exit ?
    Thanks in advance ,
    regards,
    CK

    Hi  I have a problem  the deivery address tab is not visible in my PO  I tried  SHd0  but still I could not able to find it .,
    My requirement is I need to maintain   different delivery addresses and different bill to addresses .
    I also tried and open the SLOC filed in the PO  but It is not allowing me to input it is grade out . If I am able to enter different sloc I can change the delivery address.
    give me your inputs   .
    SD

  • Delivery Address coming as a default in the home screen for creating a SHC

    Dear Experts
    I have done some changes in the delivery address and while saving it was asking to maintain as a default address otherwise it was not able to save the changes I made.So I maintained it as a default and saved the changes.
    Now the issue is when we are in the home screen for creating a SHC this delivery address is coming as default.As we dont want this dekivery address to be default on  the screen and the requirement is that user should be able to search the delivery address.
    So we dont want that defaulted address.The other reasons were also checked and no where in the attributes we ahave maintained this default delivery adress.
    Can you please help us how can we remove this defaulted delivery addres in the SHC creation screen.
    Thanks and Regards
    Vikas

    HI Muthu
    Thanks for the reply.
    I again repeat I think you have not understood my question.These are very basic things you are mentioning about how to change the delivery address.i know all about this and in my query I have clearly asked that during the change option its asking to maintain the default delivery address and even if I dont select it my changes wont be saved.Second is even if I maintain another delivery address only then from the first delivery address the default screen will be unticked.
    Because the issue here is that what ever the delivery address is maintained its defaulting in the shop screen for the creation of the SHC.
    So my reequirement is how to set this.I have checked attributes and nowhere this delivery address has been maintained.
    Brief about Issue:
    We have done some changes in the delivery address (Transaction Edit
    internal addresses in the URL screen)and during the save it was asking
    us to maintain it as a default address without which it was not able to
    save.So after saving on the creation of the shopping cart screen this
    delivery address is coming as a default value.
    We dont want this to be defaulted and the user should have the search
    functionality for the delivery address.This problem is happening for
    the org id for which I have done the changes.When i assign my user id
    to the other org id the defaulted delivery address is not shown on the
    shopping cart creation home screen.
    We have checked in the attributes of the user and the org id and
    nowhere this delivery address has been maintained.
    I have checked the settings for the other org id for which it was not
    showing as defaulted on the shopping cart creation screen and compared
    these two and was not able to find any difference.Could you plase let
    us know the problem in this case.
    Regards
    Vikas

  • Delivery address replication from ECC to SRM

    Hello All
    We are onboarding a punch-out vendor in SRM. The Vendor said that they won't read the delivery address sent by us in the PO output, but would rather pre-store all the delivery addresses and their codes.
    The code would be auto read & this way they can ship immediately with just 1 day lead time.
    We are using classic scenario and noticed that when the PO is created in the backend, it always creates a new address number each time  , even for the same address.
    We are mulling about a process where the Ship to address would be created in ECC and replicated to SRM , with the same number as ECC.
    So my question is :
    1) Is it possible to replicate the Addresses from ECC to SRM using any report or ALE?If yes what is the process for the same.
    2) Can we maintain the number range of the Ship to address object in SRM as external, so that ECC and SRM has the same #s.
    Thanks
    Kedar

    Hi Kedar,
    1) Is it possible to replicate the Addresses from ECC to SRM using any report or ALE?If yes what is the process for the same.
    Ans : You can create delivery address in SRM from ECC by creating a Report and Utilizing RFC function module to read address
    data from ECC and creating the same in SRM through FM BBP_BUPA_ADDRESS_ADD [i hope the FM  is correct as i do not have the system now].
    I dont know of any standard interface though ....
    2) Can we maintain the number range of the Ship to address object in SRM as external, so that ECC and SRM has the same #s.
    Ans : Does not  look possible to be .. since there are amny type of addresses in the system all uses the same internal number range.  You can utilize some of unused field in delivery address to store the address number of ECC system like  Building code , Street_suppl 3 etc ...
    However i suggest do not make things complex and keep it simple.
    Cheers
    Iftekhar Alam

  • Different delivery address in PO

    Dear Sirs,
              We have rented a warehouse outside our plant premises for storage of goods. when we are raising PO we want to indicate the delivery address of our storage location not that of our plant.
    we want to indicate in the PO that PO is raised from our plant but the goods are to be delivered at our warhouse address.
    how this can be done in PO
    regards
    ajay

    Hi Ajay,
    This can be done easily through Tcode:MEAN (Maintain delivery address). Just go to this transaction and create ur warehouse address and save it. This will be saved with a unique address number in table adrc.
    In the purchase order, item details screen click on 'delivery address' and just input the address number in the field 'address' by clicking F4 u can select the appropriate address number (Here the address group must be ME01). Then the selected delivery address will be your warehouse which will be seen in the delivery address screen.
    Hope this helps.
    Thanks,
    Viswanath

  • Delivery Address (ADDR_SHIPT)

    Hi All,
    I have a couple of questions regarding delivery addresses (ADDR_SHIPT attribute in PPOSA_BBP) in SRM 5.0 (Server 5.5):
    1. In config I have set up the Address Determination for Business Partner so that my Ship-To Address uses the standard address (thereby not requiring a customised program to create delivery addresses). I have read several threads regarding the creation of delivery addresses and the threads I have read seem to recommend a customised program - therefore I am curious as to whether there are any problems with the config I have made?
    2. My understanding is that in order for a delivery address to default into a user's shopping cart and to appear in the search for delivery addresses, the org unit to which the delivery address belongs needs to be marked as a "Company". Does anyone know how I can change this so that the flag is not required?
    Thanks in advance,
    Paula.

    Nimish,
    In SRM, you can create addresses in the system (stored in table ADRC) and asssign them to a business partner.
    This business partner should be your company code org ID defined in PPOMA_BBP.
    The format of your flat file should contain the fields needed by the function I gave in this thread. It should at least contain the mandatory fields (ex: description, name, street, post code, city, country).
    One issue: the addresses might be created with the BUPA/company name instead of the entered name/description (this can be overrided by a BUPA BADI).
    Those addresses will get a new address number in SRM (ADRC & BUT020).
    When transfering data to backend documents, delivery addresses can be passed to R/3, where a new address will be created (a new ADRC entry).
    Look at a recent thread on transfer of delivery address to R/3 and related OSS notes.
    Rgds
    Christophe

  • Delivery addresses in SRM 7

    Hi all,
    Im in SRM 7.0.1.
    I need to create the delivery addresses and assign it to users in PPOMA_BBP.
    In SRM 5,the transaction for creating "Delivery address" was "EDIT INTERNAL ADDRESSES"(web) and BBPADDRINTC(SAPGUI).
    However in SRM 7,even with the administartor role. in Portal,I dont see the trasnaction "EDIT INTERNAL ADDRESSES" to create the delivery address!
    Pleasea advise how to create delivery addresses in SRM 7?

    Dear All
    May I please further request for your assitance I am trying to create a SC and I have tried to add delivery address  bby 2 types .
    1. By adding through the portal
    2> i have tried to add the same throgh ppomabbp in user attributes "Delivery address"
    I have also made it default however when I raise the SC it again shows me as blank :
    I am not too sure how do I populate the value that I need . Please see below still the delivery address is blank !!

Maybe you are looking for

  • Xbox 360 250GB trade-in

    So I went to my local best buy today and was all set to trade in my 360 for the "trade-in and trade up" promotion.. Then the person at customer service tells me that I was missing a controller to get the $150 credit..  I've read the promo terms and u

  • Error attempting to read from file soap address urgent

    while executing the adobe PDF form the above said error is displaying, please give the solution

  • New Button not appearing in Choose company screen

    Hi All, Today at one of our customer we found that when we goto choose company screen with user with super user authorisation, New button (used to create new company) doesn't appear. Customer uses SAP B1 2007 B Patch Level 08 Does anybody has idea wh

  • Multiple date instances in infotype 0041

    Has anyone configured infotype 0041 using delimted dates to track original hire date, termination date, and the re-hire date.  For example, the orignal date specification for orginal hire date to the termination date, and then another date specificat

  • Why is "add to wish list" option missing?

    I prefer to use the Wish List to buy songs at once, but I'm encountering an issue where iTunes isn't giving me an option to add some songs to my Wish List. Some work and some don't, but I can't figure out why. Any thoughts?