Customer field Not shown in ME21n and ME22N

Hi,
While creation ME21N and change ME22N we are unable to get Customer field in Delivery address tab of the PO, We are getting Address and Vendor (Sc Vendor) fields in Delivery address tab , but customer not able to see.
The Customer field we can seen through ME23N.
We have cross check screen layout for ME21N and ME22 and NBF here in all cases Customer field is Optional.

Hi,
Please check screen layout for AKTH & AKTV.
Regards
Subbu.

Similar Messages

  • New tabs added by Badi ME_GUI_PO_CUST not seen in ME21N and ME22N

    Hi All
    I am implementing BADI ME_GUI_PO_CUST / ME_PROCESS_PO_CUST to add additional fields in Purchase Order Header.
    The implementation of the BADI ie the Subscreen of the fields to be added appears in Header of  transaction ME23N but it does not appear in the transaction ME22N and ME21N.
    Can anyone help me on this.How to make the tab appear on screen in transaction ME21N and ME22N.
    Thanx.

    Dear Friend,
    Just go to the Class CL_PO_HANDLER_MM
    This is the Super Class for the PO & PR.
    If u debug the PO u can see that PO is calling this super class.
    For this u want to create Subroutine in the Function Group calling the Screen .
    The Problem which u r facing is that the Instance are not yet created for that Cusotmer Data.
    Once u created this Subroutine u can see the fields..
    With Regards,
    Sumodh.P

  • Custom Fields not shown in BSEG using OXK3 transaction

    Hi,
    I have added new custom fields in Expert Mode using OXK3 transaction to add new fields in BSEG table.
    The Include CI_COBL is created with custom fields in OXK3  .
    I then tried to add fields by selecting "Add Field to BSEG" but an access key is required which I do not have.
    Now is there any other way or what is the next step to reflect the custom fields in BSEG table after creating the CI_COBL in OXK3 transaction.
    I do not have access to SAP Marketplace from where I can refer to SAP Notes.
    Thanks
    Amit

    Hello Amit,
    Are you sure this is a question related to SAP ByDesign and not SAP ECC?
    You will certainly have more luck finding answers in the right forum thread.
    Best regards.
    Jacques-Antoine Ollier

  • How to make the custom field enable/disable in ME21n/ME22n/ME23n trans

    Hi Experts,
    I need help.
    I have created one custom field in the transaction ME21n/ME22n/ME23n under customer data 2 tab. But my problem is the field is always in enable (means editable only)  even in Display mode. How to make the field is non editable in display mode and editable in change mode.
    I have tried by putting some logic to make that field to change alternatively according to change/display button. And it is working fine but if we click any othe button , this field is becoming editable even in display mode.
    How to make this field to behave as standard fields?
    Please reply me <removed by moderator>
    Thank you in advance.
    Best Regards,
    Divakar.
    Edited by: Thomas Zloch on Mar 2, 2012

    If you have BADI implimented for custom tabs then you can do this in method ME_PROCESS_PO_CUST~FIELDSELECTION_ITEM
    lv_changeable = im_header->is_changeable( ).
      LOOP AT ch_fieldselection ASSIGNING <fs>
        IF lv_changeable IS INITIAL.
          <fs>-fieldstatus = '*'. " Display
        ELSE.
          <fs>-fieldstatus = '+'. " Change
        ENDIF.
    endloop.

  • Custom field in PO header tab and its editable status

    Hi All,
    I have added an input field in the PO header (Customer Data) tab.
    The same field has been appended in the EKKO table.
    The update as per user's entry in PO is getting done in database table.
    The field will get grayed out for ME23N tcode and will be editable for ME21N and ME22N.
    The logic has been written in the PBO section.
    Now, within the tcode ME23N, user has option to get into change mode by pressing F7.
    Once user clicks F7, the PO gets into change mode, but the custom field will be still in uneditable mode itself.
    There are couple of other custom fields are in the same tab. They get into change mode with F7, but this alone remains un editable.
    How to make it editable in this scenario???
    Regards
    Pavan
    Edited by: Pavan Sanganal on Dec 26, 2011 6:56 PM

    HI Pavan,
    so only one custom field will not update in update mode after clicking f7 , so what happend exactally when user clciks on f7 the field properties are changed in to editable mode, in module pool program we can change field properties using internal table SCREEN , so loop the screen check this input field properties , like
    loop at screen .
    if screen-name = 'custom_field'.
    input = 'x'.
    endif.
    endloop.
    Regards
    Siva

  • Make Non-editable Column in Table Control of ME21N and ME22N

    Hi Experts,
    I was trying to look for a solution to make the columns for field MEPO1320-SLFDT(Stat Deliv. Date), MEPO1320-EEIND (Deliv. Date) and MEPO1211-NETPR (Net Price) from transaction ME21N and ME22N to be non-editable ONLY when Qty Received (MEPO1320-WEMNG) > 0.
    I'd found that the modify screen codes were located at Class CL_TABLE_VIEW_MM, Method MODIFY_SCREEN_TC_LINE but there were no enhancement spots available to add my code. Is there any other method i can use to make those fields non-editable?
    Thanks in advance!
    Cheers,
    Cheng
    Edited by: Cheng Mei Tan on Jun 4, 2009 9:31 AM

    Hi Cheng,
    I think you can use this BAdi: ME_PROCESS_PO_CUST - Enhance Processing of Enjoy Purchase Order.
    Use the method PROCESS_ITEM to control the fields at the item level.
    I think is not possible to make the fields non-editable, however, you can put an error message whenever your condition is verified, and the user won't be able to change the fields.
    Cheers,
    Pedro

  • User Exit for PO creation(me21n and me22n) - A/c assgn Category is existing

    Hi all,
    I would like to have your guidance to find out an appropriate EXIT to meet the following req.
    Requirement is such that : This EXIT should generate a G/L account automatically (or over-write the existing G/L a/c) during any PO creation(me21n and me22n tcodes - before saving) based on the fields(mandatory) :
    A/c Assignment Category,
    Material,
    Company code and
    Vendor
    entered by the user(during his/her PO creation activity)
    The identified EXITS as of now are EXIT_SAPLEBND_002 (But the package is not matching our PO tcodes : me21n and me22n)
    and EXIT_SAPMM06E_017(Package ME- same as tcodes me21n,me22n)
    and even other Exits available for PO based on <b>before saving</b> activity.
    Even I tried out creating a PO in debugging mode(with break points set at the above EXITs).
    Please do help me out at the earliest to identify the appropriate EXIT to meet this requirement.
    With Regards,
    Srividya

    Hi!
    in SMOD give MM06E005 enhancement
    FM name
    EXIT_SAPMM06E_017
    This will be triggered during saving.
    Regards
    Tamá

  • Inspection Lot Created but not shown in QE72, and cannot input result or UD

    Hi Exports,
    I have  Inspection Lot Created by 04-production goods receive, but not shown in QE72, and cannot input result or UD
    Inspection Lot status: CRTD CHCR SPRQ,
      in Business Process of inspection lot showing:
    *Cancel inspection lot
    Assign RMA proc. to insp. lot
    Assign notification to lot RMA
    Batch log indicator required
    Certificate missing
    Change inspection lot
    Change planned lot quantity
    Choose task list for insp. lot
    Confirm Receipt of Certificate
    Create part. lot for insp. lot
    Flag cancellation
    Inventory posting required
    Lock
    Lot for process documentation
    Lot reset allowed
    What is going wrong? 
    BTW, the sampling procedure in Inspection Plan is a read-only field, but empty inside.
    Daniel

    Dear in your case there is no Inspection plan was attached to the lot so attach the plan and make lot status to REL then only you can do Results Recording.
    Inspection plan gets auto assigned to availble inspection plan on respective date if you enabled the inspction with tasklist and automatic assignment boxes in relevant inspection types in MM QM view for this Inspction plant should be made avaialble in stsyem before any lot created which can be created QP01.
    If it is not getting assiged automatically then you can assign it manually by QA02 here go to inspection specification tab click on Task list assignment the go to sample tab and click on sample and SAVE Inspection plan will be attached to inspection plan.
    Once inspection plan is the lot status you can see REL before assignment of a plant it would be CRTD.
    Cheers
    KK

  • User Exit transaction ME21N and ME22N in the save moment

    Hi, all.  I need one user exit to transaction ME21N and ME22N for SAVE.
    I need name user exit please in the save moment.
    Message was edited by:
            Martínez Vásquez Rubén Dario
    Message was edited by:
            Martínez Vásquez Rubén Dario

    Hi,
    Please check this user exits.
    EXIT_SAPMM06E_012 - Check Customer-Specific Data Before Saving
    EXIT_SAPMM06E_013 - Update Customer's Own Data in Purchasing Document
    EXIT_SAPMM06E_016 - Export Data to Customer Subscreen for Purchasing Document Item (PBO)
    EXIT_SAPMM06E_017 - Export Data to Customer Subscreen for Purchasing Document Item (PAI)
    EXIT_SAPMM06E_016 and EXIT_SAPMM06E_017 are the best place to change line item. I used in both places again it depends on your requirement for PBO or PAI.
    By the way, what do you mean by actualization?
    Regards,
    Ferry Lianto
    Please reward points if helpful.

  • Send mail with Z Message Class in me21n and me22n

    Hi everyone, i'm new at the forum and this is may first post so i ask for apologies if i post it in the wrong please.
    Well my question is this, i have an z class message in the NACE transaction that it's suppose to send a mail, well if i use the standard program SAPFM06P form ENTRY_NEU with a sapscript it send correctly the mail and i can display it in the SOST transaction, but i need it to display a smartform not a sapscript, so i copy the program to Z and make it call my smartform, if i go now to the me21n/me22n/me23n an make a print preview it's display my smartform correctly, to this point it's all ok, but the problem is that when i modify something in the order and save, my Z message class does not send the mail (i can't see it in the SOST transaction)
    I was looking and it seems the problem is that the SOST and the SOOD table are not update but the NAST table does, so when i go to the SOST transaction it doesn't find the data to display.
    I know that the update it's done in the form BUCHEN of the SAPLMEPO, but i can't find where.
    Does anybody know how can i fix this problem? basically i want the me21n and me22n send the mail.
    Thanks a lot

    Thanks for your quick answer, I'll check and let you know any news
    PD: what do you mean by "you need to maintain condition records as external send. then only it will send the mail automatically"?
    Edited by: -tk85- on Jan 18, 2012 3:32 PM

  • PR mandatory in PO Creation ME21N and ME22N

    Dear Experts,
    I want to make PR mandatory for each line item in ME21N and ME22N transaction Code,how to do it in SAP ?
    Thanks

    Hi,
    First Create a Function authorization in OMET named as XX.
    In that tick on Ref to PR.
    Hope Help U !
    Regards,
    pardeep malik

  • I WANT TO UNINSTALL ELEMENTS 10 ON WINDOWS 8 BUT IT IS NOT SHOWN UNDER PROGRAMMES AND FEATURES SO HOW DO i DO IT PLEASE?

    I
    WANT TO UNINSTALL ELEMENTS 10 ON WINDOWS 8 BUT IT IS NOT SHOWN UNDER PROGRAMMES AND FEATURES SO HOW DO i DO IT PLEASE?i

    Please post Photoshop Elements related queries over at
    http://forums.adobe.com/community/photoshop_elements
    But please not all-caps.

  • I want to uninstall Elements 10 but it is not shown under Programmes and features in my Windows 8. How do I do it please?

    I want to uninstall Elements 10 but it is not shown under Programmes and features in my Windows 8. How do I do it please?

    See if this helps:
    https://helpx.adobe.com/photoshop-elements/kb/manually-remove-photoshop-elements-10.html

  • Custom Field not showing in analytics?

    We have a custom field on the account object called sales stage. It is a simple pick list (our organization does not use the opportunity object). The custom field is not available in analytics. Is there something on the field setup that needs to be flagged? All of our other fields seem to appear just fine. This is so bizzarre!!
    Any help is greatly appreciated.

    Hm. Still no answers.
    We have a similar problem concerning custom fields not available in Answers. It concerns a custom field for an additional tel no. in the user record type. I thought it might have something to do with the fact that it can only be utilized through the other data types, using "owned by user".
    But as you have the same problem, maybe there is a solution... Any idea would be appreciated.

  • OSA Appraisal: custom substatus not shown in phap_catalog_pa

    Hi, gurus,
    why there is only one substatus shown on the status flow tab of a category and template? i defined sever custom substatus of main status 'in process', but they are not shown at all.
    thanks and best regards
    Jun

    Hi,
    I  recently worked the appraisal forms. Most of the appraisal templates are created and configured in the SPRO. Or OOAM or PHAP_BASIC transaction code.
    as per my understanding , the solution for your question is : you can restrict Lines Reserved for Note is input field (F4 field) there you can select numbers within 1 - 9.
    please let me know if you have any issues / concerns.
    Thanks,
    Ramana

Maybe you are looking for

  • Schedule line delivery dates change in VA01

    Experts, User is adding some days for a material in maintenance table and it is like below. Material Days Plant 2525252 100 ABCD 3636363 150 PQRS The requirement is -- While creating sales orders or changing sales orders(VA01 or VA02) while adding th

  • Production order in WIP

    Dear All, Eg. the production order in WIP has PCNF status.  Is there any transaction code that can change the status of production order in WIP become hold?  This is to avoid any confirmation prod order transaction, until the status hold is changed b

  • Error executing "options ndmpd.preferred_interface" on storage system

    Dear Community Members,I have something strange with my DataSet:Error Message:MyControler.mydomain.com: Error executing "options ndmpd.preferred_interface" on storage system 'MyControler' (131). Please check the host login protocol setting, the error

  • Deployment error in com.evermind.....

    Yet another bomb in my face ;) during deployment i get this (i'm trying to add some ebeans to the project, we've been using DAO's uptill now) Auto-unpacking D:\oc4j9030\j2ee\home\applications\NMS_EJBs.ear... done. Auto-deploying NMS_EJBs (New server

  • RADIUS-4-RADIUS_DEAD problem

    I'm having a weird issue with two devices when I'm trying to use Radius for login authentication. I get the following log messages. %RADIUS-4-RADIUS_DEAD: RADIUS server 10.1.1.20:1645,1646 is not responding. Jun 17 09:01:34.256: %RADIUS-4-RADIUS_ALIV