Extra tab in Purchase Order

Hi ,
Using BADI definition ME_GUI_PO_CUST, we created implementation ZPBS_FS_MM_PO for adding adiitional tab in Purchase Order Screen-- Tcode ME23.
But, the extra tab is not being shown ...Iam not able to understand what the problem is...
Iam pasting the code...Please guide me..
method IF_EX_ME_GUI_PO_CUST~SUBSCRIBE.
  DATA: ls_subscriber LIKE LINE OF re_subscribers.
we want to add a customer subscreen on the item detail tab
  CHECK im_application = 'PO'.
  CHECK im_element     = 'HEADER'.
each line in re_subscribers generates a subscreen. We add one subscreen in this example
  CLEAR re_subscribers[].
the name is a unique identifier for the subscreen and defined in this class definition
  ls_subscriber-name = subscreen1.
the dynpro number to use
  ls_subscriber-dynpro = '9000'.
the program where the dynpro can be found
  ls_subscriber-program = 'ZPBS_FS_MM_MM01_SUBSCREEN'.
each subscreen needs his own DDIC-Structure
  ls_subscriber-struct_name = 'ZMEPO_BADI_STRUCT'.
a label can be defined
  ls_subscriber-label = text-001.
the position within the tabstrib can be defined
  ls_subscriber-position = 10.
the height of the screen can be defined here. Currently we suport two screen sizes:
value <= 7 a sevel line subscreen
value > 7  a 16 line subscreen
  ls_subscriber-height = 7.
  APPEND ls_subscriber TO re_subscribers.
endmethod.
Thanks,
---Shivaa....

s, darek i created d screen....
wat else could b the reason?

Similar Messages

  • Address no. in delivery address tab of purchase order

    I want to know where is delivery address maintained. I am creating a po with item category K.
    I want to change the delivery address. When I save po. it gives address no. in delivery address tab of purchase order.
    I want to know what is the tcode for maintaing address.
    Is this customisation or master data maintenance.

    Hi,
    I am working on CR in which I need to change the delivery address.
    The purchase order I am referrring is having account assignment category K, without material no. & storage location.
    Plants and storage locations have addresses in the system.
    With what respect we will maintain address in tcode MEAN.For example plant. ?????
    Because in MEAN I create address and save but how this address will pick up in PO.
    Edited by: KiranCG on Dec 8, 2011 7:41 AM

  • Revision level not appearing in material tab of purchase order

    hi
    I have matained revision level in material master but it is not appearing in material tab of purchase order and print preview of purchase order
    regards
    Badari

    Hi, If u have created proper change no in CC01 with assigned object material with proper validity period u can give revision level to material.
    In order to reflect the current revision level on PO printout, the coding in PO print program should be designed accordingly to pick the latest revision level. PO output needs to be re-issued so that the new output can pick the latest information like PO revision level from the master.
    Refer below link also for more information,
    [Revision level in purchase order|Revision level in purchase order]

  • What is the use of confirmation tab in Purchase order ?

    what is the use of confirmation tab in Purchase order?

    Hello Balaji
    In Purchasing, the term Confirmation is an umbrella term for various kinds of information provided by a vendor to a customer with regard to ordered goods.
    Possible types of confirmation include the following:
    Order acknowledgments
    Loading or transport confirmations
    Shipping notifications. (Note that shipping notifications may also be referred to by a number of other names, including "advice (note)", "advice of dispatch", "ship notice", and "advance(d) shipping notice" ("ASN").)
    A further form of confirmation frequently used in Purchasing is the Inbound Delivery, which is created on the basis of an incoming shipping notification. The shipping notification represents a vendor’s confirmation to a purchasing organization of a delivery date for a certain quantity of ordered materials (or the date of performance of ordered services).
    You can enter incoming vendor confirmations manually. Alternatively, you can receive them via EDI and have them processed automatically.
    When working with vendor confirmations, you have the following options:
    You can enter the order acknowledgment number if you simply wish to provide a basis for monitoring the receipt or non-receipt of acknowledgments.
    You should enter the confirmed quantities and delivery dates if you wish to provide more detailed information in support of the purchasing, inventory management, and materials planning/control functions within your enterprise.
    Regards

  • Bapi to update delivery date in confirmation tab in purchase order me22n tc

    Hi All,
    I am writing a BDC to update the data in confirmation tab for puchase orders for enjoy transaction.
    Please let me know how to updated delivery date in confirmation tab in purchase order(ME22N) using a bapi.
    I tried using BAPI_PO_CHANGE but found no parameter related to confirmations tab.  this BAPI has every thing to update like header data, item data, scheduling data..... except confirmation.
    So please let me know how to update the data in confirmation.
    We need to use only enjoy transaction ME22N not ME22 in BDC thats why we are looking for a BAPI.
    Regards,
    Venkat

    Hi
    Check the table parameter POCONFIRMATION in BAPI_PO_CHANGE
    U can see the field DELIV_DATE in the structure BAPIEKES.
    DELIVERY_DATE in the structure BAPIMEPOSCHEDULE as well.
    Regards,
    Dwaraka.S
    Edited by: Dwarakanath Sankarayogi on Feb 5, 2009 7:57 AM

  • Sales Order - Using Item Category 'TAB' - Individual Purchase Order

    All,
    I am configuring for the first time utilizing Sales Document Item category "TAB" - Individual Purchase Order.  I have a few questions:
    Is there a best practice configuration guide specific for this process?  I have found the 'third party' document/best practice, but nothing so far  on "individual purchase order from sales order'. 
    Is there a way to default Purchase Order Type "UB" stock transfer from the Purchase Requisition NB?  I thought this could be done based on the schedule line "CB" configuration, changing the 'item category' to 7 stock transfer, then this would carry into the mapping for purchase requisition type NB/item category stock transfer to purchase order type UB/item category stock transfer.  However, when I set '7' on the schedule line CB, I then receive a hard error when creating my purchase req to set the supplying plant.  I have more than one supplying plant, so I'm not sure if setting the '7' is the right setting for this process.  From what I've been able to find for documentation, the item category of the schedule line should be set to '0' standard.
    When I perform the post Goods Issue 601 of Special Stock "E" - to the customer (once the stock has been received into the right plant), the system is not creating an Accounting/FI Document to relieve the inventory and charge cost of goods sold.  I have reviewed automatic account assignment entries and these appear correct for 601 E.  Are there special settings for special stock "E" that I need to consider. 
    If you cannot answer all of these questions, but can answer one of them, I am most interested in teh last question above. 
    Regards,
    Sandra Miner

    Hi Reazuddin,
    What I don't understand is why:
    if I don't create PO --> I can create Outobund Delivery in Individual Purchase Order but if I create PO (not MIGO) I cannot create OBD in IPO.  (Note: in both cases I agree PGI is not possible)
    The flowchart is: Sale Order (IPO) --> Purchase Requisition --> Purchase Order (PO) --> MIGO (inbound delivery) --> MIRO (Vendor invoice verification) --> Outbound delivery ( delivery [OBD] + picking + posting[PGI]) --> Sales Invoice
    As per your comments:
    System will not stop you to create delivery, though you customize delivery item cat: as Check min qtty "0" - error message. because system checks for PGI qtty, but not the delivery qtty.
    But then in the case I create Sale order (IPO) + PO (without MIGO) --> the system should not stop me executing Outbound Delivery. It should stop me only if I execute Posting goods issue. But actually in this case, the system is stopping me at outbound delivery.
    I agree with Posting Goods Issue behaviour. It is logical in the following cases:
    Only Sale order (IPO) created --> PGI is not possible
    Sale Order (IPO) created + PO created --> PGI is not possible
    Sale Order (IPO) created + PO created + MIGO executed (inbound) --> PGI is possible.
    Thank you very much for your feedback.
    Regards,
    Alberto Ramos.

  • Reg. Shipping Tab in Purchase Orders

    Hi All,
             I am new to MM and wanted to know about the SHIPPING data tab in Purchase Order because, i have seen PO's with Shipping Data and without Shipping data.
    Major questions i have is....
    1) When does SHIPPING TAB populate in PO?
    2) Would there be any cases where SHIPPING tab data is not needed?
    3) Is there any Configuration place where it can be controlled to appear in PO while Creating or not ?
    Any help would be appreciated.
    Thanks
    Mukund

    Dear Friend,
    Shipping tab will be come whenever your doing the stock transport order between  plant to plant within the company code or plant to plant inter company stock transfer
    use the following link to setting for sto configuration
    http://74.125.153.132/search?q=cache:EAkKl7qqM3IJ:www.scribd.com/doc/8985938/STO-Configuration-in-ERP-SAP-ECC-6-stoprocessinsap&cd=8&hl=en&ct=clnk&gl=in
    Regards
    Pramod

  • USING BADI TO ADD A TAB IN PURCHASE ORDER

    FRIENDS,
    CAN ANYONE SEND ME THE DOCUMENT OR WHOLE PROCEDURE FOR ADD EXTRA TAB AND FIELD IN PURCHASE ORDER  USING BADI.I AM DOING THIS FIRST TIME, SO IF SOME ONE HAVE WHOLE DOCUMENT FOR THIS , PLEASE SEND ME OR ELSE SUGGEST ME THE SOLUTION.

    Hi ,
    Please find these two BADi's which will be useful to you.
    ME_GUI_PO_CUST and MEGUI_LAYOUT
    <b>Reward points</b>
    Regards

  • Foeign Trade Tab in purchase order (ME21N)

    Hello,
    How can I make sure that i always have a Foreign Trade Tab in my purchase order. This means; Even if the order is from a BE vendor to a BE plant?
    Thanks,
    Oktay

    IMG > MM > Purchasing > Foreign Trade > Control Foreign Trade Data in MM and SD Documents > Import Screens In Purchasing Document
    Here you can set per company code:
    Call up import data screens in the case of EU import only
    1 Call up import data screens for every import
    2 Never call up import data screens
    3 Always call up import data screen
    In your case enter a 3

  • Delivery Creation Date under Shipping Tab in Purchase Order

    Hi All,
    When my client creates a Purchase Order with 5 line items, for 3 itmes he can create Delivery ( with delivery date of 25/03/2010) however for line itme 40 and 50 it gives error while creating delivery ( 0 units available of that material)
    Stock exist in delivering plant as checked in MMBE.
    On checking the PO, the difference i could find between line items 10.20.30 (which can be delivered) and line item 40, 50 (which cant be delivered) is that under Shipping tab for item 10,20 and 30 Delivery Creation Date is Blank. However for item 40 and 50 Delivery creation date is maintained same as delivery date i.e. 25/3/2010.
    In VL10B we have already tried inputting Delivery creation date as 25/03/2010 and then executing after supplying the PO number but it still gave the same error messgae.
    Kindly guide as it is stopping Business. A speedy reply will be highly appreciated.
    Thanks in advance.
    BR,
    Anshul

    Re: Only 0 KG of material available
    Kindly check above mentioned thread.

  • Release Tab in purchase order disappear after release using ME29n

    Hi there,
    We are busy testing support stacks (upgrading from ECC6 SAP_APPL SAPKH60305 to SAPKH60307)and we've come accross a strange problem.  When we create a normal purchase order (ME21n) the purchase order does pick up a release strategy.  Using the older ME28 transaction to release this purchase order, everything is fine.  We can use ME28 to release the purchase order, as well as unreleasing the purchase order, as often as we want (the same purchase order).  When we use transaction ME29n the release tab in the purchase order just simply disappears after saving.  In the purchase order header changes, the release change is visible, but the release tab is missing.  This purchase order is now not subject for release, and a goods receipt is possible without release.  I checked in table EKKO as well and the release fields in this table for this purchase order is empty.
    Has anybody had a similar experience?  Any advise would be greatly appreciated.
    Regards
    Christo Vermeulen

    Hi Christo Vermeulen,
    I have detected the same problem as reported by you. Did you solve it? Do you know how can I procedure to solve it?
    Thanks in advanced,
    Eder Nicoleti

  • Auto Population of SC vendor details in delivery tab of Purchase Order

    Hi friends,
    I want to buy material 123 from X vendor and deliver to vendor Y.
    How can I automatically populate the Vendor Y and tick SC Vendor box in the delivery address tab in the Purchase order other then maintiang Outline agreement. Is it possible to get this by Info Record ?Please confirm.
    Regards
    Madhavan

    Hi,
    No this is not possible using info record , you need development for this use BADI ME_PROCESS_PO_CUST
    To put a logic based on PO document type and item category combination or vendor item category combination
    Thanks
    Diwakar

  • How to Configure Invoice Address tab on Purchase Order - Header Level

    Hi Gurus
    Please assist
    My client want to add the Invoice address on the Purchase Order level Tab, it must be automatically pull through to all the Purchase Orders as they have one Invoicing address.
    Currently the suppliers send invoices to plants instead of HEAD OFFICE for payment
    Regards
    Susan

    Hi,
    Tax condtions shd be given by functional consultants.ABAPers cant decide the tax condtions.
    you can have these condtions in KONV table.
    In item level vbrp-posnr = konv-kposn.
                      ekpo-ebelp = konv-kposn
    at header level as said in the below thread
    Just see this and get back if any concerns
    Regards
    Edited by: Rasheed salman on Dec 2, 2008 6:20 AM
    Edited by: Rasheed salman on Dec 2, 2008 6:22 AM

  • Shipping data tab in purchase order

    Hi Experts,
    Please let me know when does the shipping data tab get activated in purchase order....
    Whether it depends on document type like NB or UB or under what scenario the shipping tab gets activated in PO item data.
    Regards

    Hi,
    Shipping data in PO is required to send out the material/ components against a normal PO (vendor returns), subcontracting PO (components) or STO.
    This data is useful for creation of outbound delivery during which sysdtem picks the data like Shipping point, delivery type etc data from PO automatically.
    To get this shipping tab in PO, you need some config settings in MM Purchasing, Logistics execution, and in SD for Shipping point determination automatically for the Plants.
    Umakanth

  • Adding TAB to purchase order header

    I need to add a tab with additional fields to a purchase order header.
    I know that I need to use a BAdI to do it but i do not know the procedure I need to follow.
    Hope you can help me

    sorry, I'm talking about the screen painter where you have changed SAPMV45A screen 4002.
    Actually, I have had a look at screen 4002 and see that the tabstrip alrady exists so the wizard is no use to you here.
    The error you are getting is because TAXI_TABSTRIP_CAPTIONS is a dictionary declared structure which has 32 fields. You cannot use a 'data' declaration of something which already exists. I don't know why you are trying to add the 33rd one but it doesn't look right to me to be trying.
    If you really do have a need to change it then you will have to change the TAXI_TABSTRIP_CAPTIONS structure in the dictionary itself via SE11.

Maybe you are looking for

  • Compatibility with Windows-based GUIs: e.g. Norton Desktop, RealPlayer, etc.

    Firefox 6 clashing with Norton Desktop, Java SE. .NET, and maybe RealPlayer. Possible workarounds: ReInstalling these after Firefox 6 updates. Setting iE as the default. What other incompatibilities with popular GUIs does the Mozilla techie staff kno

  • Z4 report Foreign trade regulations SCB indicator (central bank key)

    hello all, i was wondering what is triggering the Z4 report Foreign trade regulations report? Is it the SCB indicator (central bank key)? If an invoice is missing that indicator, could it be that the report shows no output? You can find the indicator

  • Very slowly

    I have a macbook pro 15, 4gb ddr3 and i7 2.66Ghz,and the lightroom 4 for is very slowly. Someone had the same problem?

  • Error in "Withholding tax report" (?)

    Hi, I've a problem in startdard report "Withholding tax report"... not correct Amount. I run this report with this parameters: http://img123.imageshack.us/img123/6303/24618497sr6.gif The result: http://img161.imageshack.us/img161/4273/74267634ep8.gif

  • Little Bug

    Hey I guess that the title of my topic isn't quite related to a bug in OS X, but rather something that is 'bugging' me in iTunes. I have purchased over 60 or so songs from the iTunes Music Store, and recently deleted my iTunes preference file to clea