Communication tab in PO header

*In communication tab in PO header, the fields Your reference and our reference are non editable for PO type Local PO. Is it possible to make it editable ?*
*Is it possible by customizing through SPRO or is there some development required?*
*I have checked in Service PO and STO from ME27. The fields there are editable.*

hi go through
spro-Materials Management-Purchasing-Purchase Order-Purchase Order
check the field selection key assign to your po document type
then go to Define Screen Layout at Document Level
select your field sel. key click on detail icon click on reference header data
here make setting req. entry or optional
Vipin

Similar Messages

  • New Tab is replacing the Excise Invoice tab on MIGO Header

    Hi All,
      I have Added new tab in MIGO Header,it is working fine, if i am doing MIGO for Excisable PO , then Excise Details tab is not appearing In my MIGO header (New Tab is replacing the Excise Detils Tab) and at my item level Exise item tab is dispaying.
    I have Used BADI  :  MB_MIGO_BADI 
    At PBO_HEADER,
      data: gf_class_id type migo_class_id.
      gf_class_id = 'MIGO_BADI_IMPLEMENTATION_CIN'.
      E_CPROG = 'ZMIGO_VENDTAB'.
      E_DYNNR = '0001'.
      E_HEADING = 'Vendor Details'.
    Please help me.

    Hello
    Refer to below Code.
    METHOD IF_EX_MB_MIGO_BADI~PBO_HEADER.
           CHECK I_CLASS_ID = GF_CLASS_ID.
           IF MIGO_HTAB = 'GR'.
             IF G_NO_INPUT IS INITIAL.
               E_CPROG   = 'SAPLZMIGBADI'.
               E_DYNNR   = '9000'.                     "External fields: Input
               E_HEADING = 'EXTRA GR'(001).
             ELSE.
               E_CPROG   = 'SAPLZMIGBADI'.
               E_DYNNR   = '9000'.                     "External fields: Input
               E_HEADING = 'EXTRA GR'(001).
             ENDIF.
           ENDIF.
           IF MIGO_HTAB = 'GI'.
             IF G_NO_INPUT IS INITIAL.
               E_CPROG   = 'SAPLZGDRCV'.
               E_DYNNR   = '9000'.                     "External fields: Input
               E_HEADING = 'EXTRA GI'(002).
             ELSE.
               E_CPROG   = 'SAPLZGDRCV'.
               E_DYNNR   = '9000'.                     "External fields: Input
               E_HEADING = 'EXTRA GI'(002).
             ENDIF.
           ENDIF.
           IF MIGO_HTAB = 'GR'.
             CALL FUNCTION 'ZMIGO_BADI_PUT_HEADER'
               EXPORTING
                 IS_MIGO_BADI_HEADER_FIELDS = GS_EXDATA_HEADER.
           ENDIF.
           IF MIGO_HTAB = 'GI'.
             CALL FUNCTION 'ZMIGO_BADI_PUT_HEADER_GI'
               EXPORTING
                 IS_MIGO_BADI_HEADER_FIELDS = GS_EXDATA_HEADER.
           ENDIF.
    ENDMETHOD.
    Abhinav Singh

  • Forms not active in Communication tab in Customs Declaration

    Hi,
    The forms (Shippers Letter of Instructions, SED, COO etc) are not active and not showing up in "Communication" tab of Customs Declaration while creating a customs declaration manually from transaction /SAPSLL/CL_CUS_01.
    Appreciate any help in pointing to missing configuration or activation of BAdI etc. 
    Followed the steps in "Communication Processes" in Customs Management in IMG
    1. Action Profile:          US_CU_EX      (US: Customs Processing (Export)
    No changes made
    2. Action Definition:
    Action Definition     Description     Sort Order
    US_CU_EX_CUSEX_M_UAES2     Export Declaration Option 2 (US)     0
    US_CU_EX_CUSEX_P_COO     Certificate of Origin (US)     
    US_CU_EX_CUSEX_P_SED     Shipper's Export Declaration (US)     0
    US_CU_EX_CUSEX_P_SLI     Shipper's Letter of Instructions (US)     
    No changes made
    3. Messages for Communication Process:
    Message     Description     Message Type     Scheme
    P0350     Certificate of Origin (US)     /SAPSLL/CUS_EXP     CUS_US
    P0360     Shipper's Export Declaration (US)     /SAPSLL/CUS_EXP     CUS_US
    P0370     Shipper's Letter of Instructions (US)     /SAPSLL/CUS_EXP     CUS_US
    Assigned Scheme
    4. Control Settings for Communication Process:
    Process – CUSEX     
    CUSEX     Export     Export/Dispatch     Export / Reexport
    Activities:
    CUSEX     Export Declaration          SED
    Messages:
    M0410     Export Declaration Option 2 (US)
    P0130     NAFTA Certificate of Origin (NAFTA)
    P0140     Export Packing List NAFTA (NAFTA)
    P0350     Certificate of Origin (US)
    P0360     Shipper's Export Declaration (US)
    P0370     Shipper's Letter of Instructions (US)
    5.Print Control for Foreign Trade Documents:
    Assigned Message to Legal Unit
    6. Print Profile:
    Defined Print Profile (where to assign this?)
    Thanks
    Sreekar

    Hi Venkat,
    Sorry for delay in reply and thanks for helping me out on this issue. We have worked out the ADS configuration issues, set up master data for printer, set up .xdc files for printer etc. and are now able to display the forms and able to 'print preview' the forms.
    However, when I print preview the form, the print icon is grayed out. I am not able to print the form. Can you please advise what am I missing?
    Thanks
    Sreekar

  • A bug in communication tab ?

    Hi,
    In communication tab it shows one author and when I open the blog it shows another author. Is that a bug?
    Screen shot from communication tab:
    Screen shot from blog:
    Regards,
    Midhun VP

    The blog was edited or/and re-published by G Lakshmipathi (as a moderator)
    So in communication and activity tab it is showing that it is written by Lakshmipathi G
    As per my experience, it's not a bug. I've seen this before.
    Here is the activity tab.
    You can see the blog was created yesterday (08 August), but you got the notification today.

  • Purchase Order ME23n  - communication tab - where these values stored

    Dear all
    Can someone tell me where the
    Purchase Order ME23n  - communication tab - where these values stored
    I am not able to find it.
    Regards,
    Venkat

    Table EKKO. All fields in communication tab are available here
    EKKO-IHREZ  Your Reference
    EKKO-VERKF  Responsible Salesperson at Vendor's Office
    EKKO-TELF1  Vendor's Telephone Number
    EKKO-UNSEZ  Our Reference

  • How to add user defined tab in the Header level of T-Code O4NM?

    How to add user defined tab in the Header level of  T-Code O4NM?
    I tried with BADI but I cant able to find any BADI for it and also searched for screen exit too..

    Can you check the user exits,
    OIJNOM_N and OIJTKT_N
    Cheers,
    Balaji

  • Need to add a TAB in the header line of PO

    Hi,
    Can someone suggest me where to add a screen tab in the header line of PO.
    Please help me with the exit name.
    Thanx.
    Kamlesh

    Hi,
    You can use the enhancement MM06E005 for this..
    GO to CMOD..create a project and give the enhancement..
    Activate the project..
    GO to SE51..give the program SAPLXM06 and screen 0101 for header level data.
    Press create..
    GIve the screen type as SUBSCREEN..
    In the layout give the field.
    Activate the screen..Now you can see the field in ME21N
    Thanks
    Naren

  • Vendor adress details(Email adrerss of other communication tab)

    Hi All,
    I need email addresses maintained in Other communication tab of a vendor .
    I will be thankful if somebody will guide me the table or function module that will fetch other communication tab details for me.
    Thanks.

    You can use BAPI: BAPI_PARTNEREMPLOYEE_CREATE / Change/Delete to create/ change / delete the contact person but it is online.
    Test and see if you are actually looking for this.

  • Customer Communication Tab details query at site level

    Hi,
    Can anyone please provide query to get the customer communication tab details in 11i at site level.
    Regards
    Dev

    Hi Octavio,
    Thank you for sending me this query. I am working on Customer Interface in R11i. For updating the records I need to check already existing data for a particular customer in a particular site. I am getting all the details except the communication tab details.
    I am writing the below query but it is giving multiple rows and same data. Some phone numbers and email addresses are missing in the communication tab . Please correct me what mistake i am doing.
    SELECT hcp.email_address,
    ,hcp.phone_area_code
    ,hcp.phone_number
    ,hcp.phone_extension
    ,hcp.phone_line_type
    FROM ra_customers rc
    ,ra_addresses_all raa
    ,hz_party_relationships hpr
    ,hz_contact_points hcp
    WHERE rc.party_id = raa.party_id
    AND rc.party_id = hpr.object_id
    AND hcp.owner_table_id = raa.party_site_id
    AND rc.orig_system_reference = 'C100233' -- This I will get from the file for update
    AND raa.orig_system_reference = 'A100961' -- This I will get from the file for update
    AND hcp.orig_system_reference = '<Phone Reference>' -- This I will get from the file for update
    Regards
    Dev

  • How to add custom field in Documents Tab of PO Header ?

    Dear SRM Friends,
      This is a challenging task as an ABAPer to confront to..
      We are in the midst of a requirement where we have to add a custom field in the PO Header. But the requirement is to add the field in Documents Tab in PO Header Data as found in the following path of SRM Webpage  :
    Operational Purchaser > Purchase Orders > Process Purchase Order > Select a PO > Header Data > Documents.
      As guided by "Note 672960 - User-defined fields 2" , on executing all the steps of the note the field is getting added, but in the Basic Data Tab of the PO. But this doesnt meet the client requirement.
      Anybody having some solution to this, shall be greatly awarded.
    Thanks in advance,
    Vikas.

    Hi Vikas,
    You can define a Text ID in Header data with F4 help. But the list of values will be fixed, but configurable. This will exactly solve your problem. This will be quite simple and straight forward solution with no custom developments.
    Please Navigate to
    SAP Implementation Guide -> Supplier Relationship Management -> SRM Server
    -> Cross-Application Basic Settings -> Text Schema
    1. Define Text Types
    Select BBP_PD and double click text id. Add a new text id here.
    2. Define Text Schema
    Select PO and add the newly created text id and set required parameters.
    3. Define Fixed Values for Texts
    Select your PO transaction type and maintain the required values for F4 help / drop down.
    Hope this would solve your problem.
    Regards
    Kathirvel

  • Add a custom field in output tab of po header SRM 7.0

    Hello All,
    Please let  me know How to add a custom field in output tab of po header SRM 7.0.
    Regards,
    Neelima

    Hello Neelima,
    Have you already check the note 458591, which help to custom fields creation? I think this note can be relevant for you.
    Best regards,
    Denise Zanuz

  • Recently updated  Contacts details of customer at the Communication tab defined at the Site level in oracle  AR

    Hi Expert,
        Please let me know How to find out recently updated  Contacts details of customer at the Communication tab defined at the Site level in oracle  AR.
    Thanks in advance.

    Hi -
    Please use the below code to get the Contacts at the Account level.
    where Sold to Org id is the Customer Account Id.
    SELECT hp2.person_last_name||', '||hp2.person_first_name
    FROM apps.hz_parties hp,
    apps.hz_parties hp2,
    apps.hz_relationships hr,
    apps.hz_cust_accounts hca
    WHERE 1 = 1
    AND hca.party_id = hp.party_id
    AND hca.cust_account_id = :sold_to_org_id
    AND hr.subject_id = hp.party_id
    AND hr.relationship_type = 'CONTACT'
    AND hp2.party_id = hr.object_id
    AND hr.object_type = 'PERSON'
    AND hp.party_id = hr.subject_id
    Thanks
    Vyaghresh
    Edited by: user11990386 on Jun 20, 2011 2:33 PM

  • Contacts details of customer at the Communication tab defined at the Site level in oracle AR

    Hi Expert,
       Please tell me that how I find out recently updated  Contacts details(Multiple contacts) of customer at the Communication tab defined at the Site level in oracle AR
    Thanks in advance.

    Hi Octavio,
    Thank you for sending me this query. I am working on Customer Interface in R11i. For updating the records I need to check already existing data for a particular customer in a particular site. I am getting all the details except the communication tab details.
    I am writing the below query but it is giving multiple rows and same data. Some phone numbers and email addresses are missing in the communication tab . Please correct me what mistake i am doing.
    SELECT hcp.email_address,
    ,hcp.phone_area_code
    ,hcp.phone_number
    ,hcp.phone_extension
    ,hcp.phone_line_type
    FROM ra_customers rc
    ,ra_addresses_all raa
    ,hz_party_relationships hpr
    ,hz_contact_points hcp
    WHERE rc.party_id = raa.party_id
    AND rc.party_id = hpr.object_id
    AND hcp.owner_table_id = raa.party_site_id
    AND rc.orig_system_reference = 'C100233' -- This I will get from the file for update
    AND raa.orig_system_reference = 'A100961' -- This I will get from the file for update
    AND hcp.orig_system_reference = '<Phone Reference>' -- This I will get from the file for update
    Regards
    Dev

  • Exit: MM06E005 - Adding a New tab at PO header level

    Hi, 
    1) Could anybody suggest how to use the exit MM06E005 to define a new tab in PO Header which consists of 5 custom fields. please provide the sequnce of steps to be done.
    Do we need to add the custom fields in the Custom Include CI_EKKODB.
    2) How do i de-activate the Custom Include once the project is de-activated.
    3) Can I go ahead and delete the above Custom Include?
    Regards
    Syam

    you can try the enhancement MM06E005, based on the Document category you can show the fields on the screen.

  • Adding a new tab in the header level of me51n

    Hi gurus
        I want to add a new tab in the header level of purchase requisation (me51n/me52n) , where i want to add some new customer fileds and i will update those in a z table.
    how can i do it . please give the complete code if possible .
    thnks in advance.
    regards
    amarendra

    you can try the enhancement MM06E005, based on the Document category you can show the fields on the screen.

Maybe you are looking for

  • How to mirror a text field

    I know this might seem like a weird question, but I'm hoping someone will be able to help me. I have a form that users will be filling out for ordering their business cards.  At the bottom we have a mockup card with fake data on it but I would like t

  • BAPI's in Flexible Real Estate

    Hi I have a requirement to extract the Usage View and Architectural View data from SAP Real Estate on ECC 5. Does anyone know of any BAPI's I can use to do this? Thanks Faaiez

  • Pricing not getting in Slaes order

    Hi, When I try to crate sale order I am not getting Standard Price amount in Sales order. Note: All the Price related settings are set correctly.

  • RE: Need Information related to Integrated Planning and I views

    Hi All, Goodday, We are using the Integrated Planning extensively in the Project and also FOx too. We have came across the requiremnet like we need to add the functions whcih we are creatiung now in to the Portal??? Can Any body advice on this how to

  • Deadline setting in GP action

    HI all Have a nice weekend to all Anybody know how to set deadline in GP action. I want to terminate an action in GP after a duration, and start the next action. Is it possible in GP?. If so how it will do in WebDynpro CO or some other method. If any