Steps to implement ME_GUI_PO_CUST ME21N to create custom tab at item level

Dear Gurus,
I have to create one Custom tab in ME21N item level beside Conditions.
The Tab name is Customer. I'm very new to ABAP so after searching the forums I got ME_GUI_PO_CUST  badi is used to do that. In the Custom tab my required fields are
PO NO1--                        PO NO2--
PO Item NO1----
                 PO Item NO2
Quantity----
                      Quantity
SO NO1--                       SO NO2--
SO Item NO--                 SO Item NO--
any one provide me the sample code to implement this.
Thanks!

solved

Similar Messages

  • NI Configurator 4.1 - Crash when trying to create custom tab

    For some reason I have problems when trying to create custom tab in NI Configurator 4.1.
    Every time the result is same: Error - NIFCONF_ERROR_APPLICATION_EXCEPTION - Parameter is incorrect...
    Any help in this?
    br. Jouko

    ANNOUNCEMENT:
    We have just released a new version 4.1.1, which has fixed this issue.
    Get download and update through the link below:
    http://joule.ni.com/nidu/cds/view/p/id/3320/lang/en
    Thanks.
    Chris

  • Create a tab view item in obj-c for use in applescript studio

    I'm making an application with applescript studio. I want to be able to add tab view items to a tab view at the press of a button. The problem I have is applescript studio doesn't allow me to create a new tab view item. So I'm thinking I can create the tab view item using objective-c, pass that to my applescript, then add it to my tab view.
    In applescript I plan to use the following call methods to first create the tab view item object, and then add it to my tab view. The objective-c code which is called from the first line in the applescript code is below that. When I run my code I'm getting an error saying newTVI is not defined... so maybe you can see my error! Be kind to me because I'm new to objective-c and I'm sure that's where my problem lies. Anyway, I'd appreciate any help.
    ==Applescript calls to create and add a new tab view item
    set newTVI to call method "returnNewTabViewItem" of class "makeNewTabViewItem"
    call method "addTabViewItem:" of objMainTV with parameter newTVI
    ==Objective-c code to create the tab view item
    ==makeNewTabViewItem.h==
    #import <Cocoa/Cocoa.h>
    @interface makeNewTabViewItem : NSTabViewItem
    NSTabViewItem *newTVI;
    -(NSTabViewItem *)returnNewTabViewItem;
    @end
    == makeNewTabViewItem.m==
    #import "makeNewTabViewItem.h"
    @implementation makeNewTabViewItem
    -(NSTabViewItem *)returnNewTabViewItem
    newTVI = [[[NSTabViewItem alloc] initWithIdentifier:nil] autorelease];
    return newTVI;
    @end

    Please, any ideas?

  • Add additional tab on item level in contract for customer fields

    Hi Guys,
    Does anyone know if the following is possible in SRM 7.0, and if so can you please give a very short description how to accomplish this -
    In addition to the standard tabs available in the contract (general data, notes, conditions etc.), is it possible to add a new customer specific tab on item level, in a central contract and add some customer fields to this tab?
    I know it is possible to add customer fields in SRM, but I am curious if I can create a new tab for these fields, so that I can group all customer fields together in one place.
    Thx.
    Kind Regards,
    Skander

    Yes. it is possible but you have to take care of in the back end too and how these fields comes and sit in ECC. so that you may need to map in the IDOC or XI data . so that these information must be pssed to ECC and available  and accordingly you need to change in purchase order too since all these data will be copied into purchase order too.
    for example :- if you add one field in header level /item level of contract
    and it must be coppied into Backend contract as well as your next consecutive docuemnt like Purchase order must be taken care. hope you understand now.
    Muthu

  • Adding a new tab on item level in me21n tcode

    Hi all.
    i am adding a new tab on item level in me21n tcode.
    i want to make this tab to be shown on the screen when the order type is UB is stock purchase order.i dont know how to make this condition and where should i place it so that this tab can come in effect only when the stock purchase order appears.
    please help.thanks

    hi
    chk this
    Re: New tabs in the header tab-sheet of ME21N/ME22N/ME23N
    hope this helps
    regards
    Aakash Banga

  • Creation of custom tab in item details

    Hi Experts,
    In CIC0, how do i add a custom tab to item details (which comes under transactions tab) through SAP IMG (spro).

    got it.

  • BAdI: ME_GUI_PO_CUST add customer field to item level

    Hi Experts,
    I want to add a customer field to PO item level, how to do that? the functional consultant told me to first implement the BAdI: ME_PROCESS_PO_CUST before I can use BAdI: ME_GUI_PO_CUST, can anyone show me the procedure on how to implement this? thanks in advance.
    Kind regards
    Dawson

    Hi Dawson,
    Those BADIs are having good documentation and sample code. Once gone through the documentation, you can refer below thread.
    Re: ME_GUI_PO_CUST & ME_PROCESS_PO_CUST   - ME21N/ME22N/ME23N
    Reddy

  • Unable to Create Customer Profile at Site Level

    Hello All,
    I am working on R12 Customer Conversions.
    As part of this, i am trying to load the customer profile amounts at levels. 1. Account Level 2. Site Level
    At Account Level, When ever i create a new account defaultly a new record is creating in hz_customer_profiles for the account_id. And i am passing 'cust_account_profile_id' to the hz_customer_profile_v2pub.create_cust_profile_amt. And able to do create customer profile amounts successfully.
    But
    At the Site level, when ever i create a new site, its NOT creating a record in HZ_CUSTOMER_PROFILES. If it creates i can have this 'CUST_ACCOUNT_PROFILE_ID' and pass it to the API
    but its not doing so.
    Could you please tell is there any setup for Creating HZ_CUSTOMER_PROFILES while creating SITE Use.
    Please help me in this.
    Thank you,
    Aush

    Hi Aush,
    There is not specific setup for the same. You might not using the APIs correctly. Did you use hz_cust_account_site_v2pub.create_cust_acct_site API to create site? Once you create the site, you need to defined the site use using api, hz_cust_account_site_v2pub.create_cust_site_use. This Site use api will insert the record into HZ_CUSTOMER_PROFILES for the site record.
    Once you create the site use, then you can define the profile amount using hz_customer_profile_v2pub.create_cust_profile_am API. Hope this is helps you.
    - Kiran

  • ME51n additional tab in item level after customer tab

    hi all,
    I have already added Customer data tab in me51n item level, using screen exit SAPLMEGUI in enhancement MEREQ001. Can i add one more tab after customer data .
    Regards
    Nitin

    Hi Nitin,
    You can implement BADI ME_PROCESS_REQ_CUST to add additional tab. Read example implementation by going into menue Goto>Sample Code>Display .
    Thanks & Regards,
    Faheem.

  • Add fields in "customer fields" at item level

    Hi experts.
    Please i need a help.
    Im using the SAP CRM 5.0 win client.
    I will use the EEWB method to add new fields at the item level (CRMD_CUSTOMER_I). I believe that these fields will appear in the "customer fields" tab, but this tab isnu2019t displayed inside item details.
    Why its can be happen?
    Is some config. missed?
    Thanks in advanced.
    Daniel

    Hi Ratish
    First i wanna thank you for the reponse.
    In fact i didnt execute the EEWB yet.
    My question is, the tab "customer fields" isent displayed inside the item details so after that i run the EEWB and check "item" to add the fields, the tab "customer fields" will be displayed automatically?
    Thanks so much, i have added to you some points.
    regards.

  • Service Contract - Create Price Agreements On Item Level

    Dear Experts,
    first I'm on CRM 4.0.
    I have the requirement to create price agreements on a contract product on item level of the contract. I know that some of  you were able to create PA's by using FM CRM_ORDER_MAINTAIN. Maybe someone would be as kind to give me a hint how to fill the necesarry import parameters.
    I have allready tested various scenarios on my own but without success
    My first approach was to debug transaction CRMD_ORDER and get to know how FM CRM_ORDER_MAINTAIN was called in this case. But during the debugging I recognized that only table CT_INPUT_FIELDS hab an entry (Object = PRIDOC, empty FIELD_NAMES).
    Nerver the less I tried to create a PA by using Table PRICE_AGREEMENTS_CRM of FM CRM_ORDER_MAINTAIN. I filled the structure in the way the BDOCS (created by TA CRMD_ORDER) were filled. The condition group was correcly determind during the FM call but the PA wasn't created (I used CRM_ORDER_SAVE and BAPI_TRANSACTION_COMMIT to save the changes).
    On my second attemp I used FM CRM_PRICE_AGRMNTS_READ_OW to read the PA's of an existing contract, changed there figures and tried to save my changes to the DB by calling FM CRM_PRICE_AGRMNTS_MAINTAIN_OW.
    <removed_by_moderator>
    Kind regards!
    Lars
    Edited by: Stephen Johannes on Jul 30, 2009 8:06 AM

    Hi,
    I dont think there should be any problems regarding the format of the values to be passed as all the fields of structure BAPICUVAL are of type CHAR.
    Regards,
    Danish.

  • Add "Customer fields" for item level

    Hi experts.
    Please i need a help.
    Im using the SAP CRM 5.0 win client.
    I will use the EEWB method to add new fields at the item level (CRMD_CUSTOMER_I). I believe that these fields will appear in the "customer fields" tab, but this tab isnu2019t displayed inside item details.
    Why its can be happen?
    Is some config. missed?
    Thanks in advanced.
    Daniel

    Yes. it is possible but you have to take care of in the back end too and how these fields comes and sit in ECC. so that you may need to map in the IDOC or XI data . so that these information must be pssed to ECC and available  and accordingly you need to change in purchase order too since all these data will be copied into purchase order too.
    for example :- if you add one field in header level /item level of contract
    and it must be coppied into Backend contract as well as your next consecutive docuemnt like Purchase order must be taken care. hope you understand now.
    Muthu

  • Customer PO at item level needs to be populated to existing Z report

    Hi All,
    Just would like your confirmation on the below requirement.
    Requirement: Already there is existing Z open sales orders report is availble for which we need to add the below mentioned line item PO into the output of the report.Business manually change the line item PO that should be displyed into output of the report.
    And one more point already the header PO  number is alredy displying inth output of the report.
    My understanding is: Since the customer PO is unique to the entire document what ever the PO is maintained at header level which will be copied to all the line items, even i checked the line item and header table & field both are same VBKD-BSTKD hence eventhough user manually change the Line item PO number you can't get the same into the output the of the report is this my understanding is correct or we can display the line item PO details into output of the report?
    thanks,

    Thank you DB49 for your above answer,also checked with business why they want to maintain the line item wise the PO details.
    The answer is recently they have implemented high sea sales process during the Post go live they could not complete the total cycle thorugh SAP, only sales order created in SAP but not Vendor invoice and customer invoice etc were manged manually.
    In sales order it contains more than one line items. Business has compelted upto customer invoice for some line items( sales order in SAP and remaining through manual).
    So now when the user is trying to pull the open sales order report system is pulliing the above compelted line items also, sytem is doing correct beacuse in SAP only sales order created and remaining process through manually. But actually the report is wrong.
    So now the business will enter manully some description for those line items which is completed until billing ( sales order in SAP+ remaing process through manual). so that in the output of the report they can understand which which are all the line items in sales order are completed the billing.
    Hence they want to disply the line item PO into the output the report so i think it makes sense to me now, do you think any other alternative for the above requreiement ?
    thanks,

  • Add customer fields on item level billing document VF01

    Hi gurus,
    Does anybody know a user exit (or another way) to add 3 customer fields on a subscreen during creation of a billing document (transaction VF01) ? I'm afraid I need to do a modification for this but maybe there is a better solution.
    Thanks for your reaction.
    Serge

    Hi
    These are the userexits
    SDVFX007            User exit: Billing plan during transfer to Accounting
    SDVFX008            User exit: Processing of transfer structures SD-FI
    SDVFX009            Billing doc. processing KIDONO (payment reference number)
    SDVFX010            User exit item table for the customer lines
    SDVFX011            Userexit for the komkcv- and kompcv-structures
    V05I0001            User exits for billing index
    V05N0001            User Exits for Printing Billing Docs. using POR Procedure
    V60A0001            Customer functions in the billing document
    V60P0001            Data provision for additional fields for display in lists
    V61A0001            Customer enhancement: Pricing
    may be you can look into this SDVFX010
    Please reward if useful.

  • Custom Fields At Item Level and header level

    Hi Gurus,
    Would any body please help me in my problem.
    I need to add certain Zfields into the standard ICWC views. HOw i can achieve that.
    How to bring them to Custom controller, BOL/GENIL...
    I am using CRM 5.0.
    If some body can explain it with example( like service order) that will be a very help
    full.
    Regards
    Abhinav

    Hello Abhinav,
    The link is actually included in asecond sticky note located right at the beginning of this forum. Please have a look as it contains lots of commonly asked questions, which will save you much time!
    SAP CRM: Interaction Center
    Best regards,
    John

Maybe you are looking for

  • I'm afraid of my MacBook? :(

    please forgive me if I'm misusing these forums- I'm new! I'll start by saying that I am a (notorious among friends) non-complainer. I am also a huge apple lover. I have the phone, the pad and the computer. My father's industry is very reliant on appl

  • Getting error in toad

    hai everybody, iam getting error in while iam running the query..the following is the error in toad:-ORA-01026: multiple buffers of size > 4000 in the bind list ,so can anyone can help out to fix the problem with regards srinivas

  • Issues related to Sound Blaster X-Fi Xtreme Audio (PCI Express 1)

    Hi, I've recently bought a SB X-Fi Xtreme Audio (PCI Express edition). Before I address my issue, I'd like to point out that my rig is: Maximus Extreme (mobo)? Q6600 (cpu) ATI4870 (vid card) 4Gigs of DDR3 (ram) and my OS is Vista Home Edition (32 bit

  • Field Selection for - Invoice Verification (MIRO)

    Dear Experts, Can anybody please explain how make Field selection for INVOICE VERIFICATION (MIRO). I want BUSINESS AREA field mandatory in MIRO. Thanks in Advance

  • Web guest authentication on ISE 1.1.1

    Can somebody help me about activation of web authentication on only one location (for exemple one catalyst) concerning a vlan guest wifi and wired Thanks