Customer subscreen on the PO item detail tab ( ME_GUI_PO_CUST)

I use the BADI  ME_GUI_PO_CUST added customer subscreen ( new TAB) on the PO item detail.  if PO order type is NB ,  the TAB can show both me23n and me22n . if  PO order type is UB  , the TAB can show ME23N , but can't show ME22N .    Please Help, thanks.

Hi,
In PBO Logic of whicehver screen is called we can check if sy-tcode = ME22N/23N and hide all the fields/make it display only as per requirement so that user sees an empty screen/display only fields in customer tab ....using
loop at screen..
if screen-name = 'XXX' .
screen-invisible = 1.  for hiding
screen-input = 0.    for display only
modify screen .
endloop.
Hope it helps
Regards
Byju

Similar Messages

  • Info req -- in sales order, item detail tab

    hi all,
    In sales order (VA01), Item detail tab,
    1. what is the purpose of business transaction type field?
    2. if click on the field, it will show list. so, where to create the list?

    Hi
    The purpose of that you have to go thro F1 and understand
    The possible entries for that filed is defined in IMG activity T code OVE5
    IMG--->MATERIALS MANAGEMENT->PURCHASING>FOREIGN TRADE AND CUSTOMS>BASIC DATA FOR FOREIGN TRADE-->DEFINE BUSINESS TRANSACTION TYPES AND DEFAULT VALUES
    Regards
    Raja

  • Data Source  combine - Customer Invoice and Outbound Delivery Item Details

    Hello,
    I need create report where getting the outbound delivery item details ( like ship date, quantities, product, identified_stock)
    and also need invoice number ( customer invoice number) which is available in the Customer Invoice Header or Detail source.
    But try to create combined data source not able to join  Customer Invoice and Outbound Delivery Item Details.
    Since after adding any one of them as first datasource and try to add another data source from above then it doesn't shows up.
    Anybody have idea how to get the invoice information (invoice number) and shipping data.
    Thanks,
    Viral.

    Hi Viral,
    you only can comine data sources of the same access context. The customer invoice data sources have access context "company" and the outbound delivery sources have "site" or "sales". So unfortunately, you can`t combine these data sources.
    Best regards,
    Andreas

  • Inserting a new extension field in the line item details page

    Hi!
    Is it possible to insert an extension field/collection in the line item details page of the master agreement? I have tried supplying several Field ID found on that page on the DISPLAY AFTER field of the extension, but nothing works - the new field still gets displayed at the header page.
    Thanks in advance.

    Hi,
    Line Item is an independent class. You cant add an extension to Line Item through Master Agreement. This is the reason why the extension you add appears on the header tab of Master Agreement.
    When I go to create an extension definition, I don't find Line Item in the drop down of Extended Class Name. So, my guess would be that we cannot create an extension definition for Line Items.
    Let us know if you, or anybody, has a way to achieve it.
    Thanks
    Devesh

  • Transaction ME21N Screen layout Item Details TAB settings

    Hi,
    ME21N transaction some of item details TABS are invicible. Like "Delivery address tab" is invicible. I want to make it visible/changeble to enter address for ship to.
    Right now I am looking into SPRO on screen layout settings and transaction SHD0 for screen layout variant.
    But I could not able to activate/visible of this particular tab.
    Help needed to make "Item detail delivery address tab" visible/change.
    Thanks,
    Deepak.
    Edited by: KDeepak on Apr 12, 2010 2:29 PM

    Hi Deepak,
    The path is SPRO -- Materials Management- PurchasingPurchase order- Define screen layout at Document level-field selection -ME21N-Reference item data
    In field selection screen for ME21N i.e.maintain table T162 -Field selection groups .Under this on the tab of Reference data ,item you have to mainatin as an optional entry for Delivery Address.With this delivery address tab will be visible for you under ME21N trancsction.
    Regards,
    Nitin Amritkar

  • Customer Invoice/Billing Document  Line Item Details

    I have be trying to get the line item details incuding Description, Qty, Ea pricing, etc., for an invoice for several days.   I am successfuly able to us the RFC FI_DOCUMENT_READ  to get a plethora of data back in several tables,  but none that contain the details I need.  I can see the informationI need usinf VF03 and the Document Number.  
    Here is the call I am making (Output tables defaulted in the .net connector wsdl file)
                Dim sAWORG As String = ""
                Dim sAWREF As String = ""
                Dim sAWSYS As String = ""
                Dim sAWTYP As String = ""
                SapBillingProxy1.Fi_Document_Read("", _
                     Me.txtDocNumber.Text, _
                    "VBRK", _
                    "MPMP", _
                    sAWORG, _
                    sAWREF, _
                    sAWSYS, _
                    sAWTYP)
    Am I asking for the wrong information or ??? 
    Please help or point me in the right direction.
    Thanks in advance for the help!

    Hi,
    If you are looking for Billing document line item details and if you have range of sales document reference numbers try using 'BAPI_BILLINGDOC_GETLIST' function module.It is remote call enabled.
    Regards,
    Sreekanth

  • Delivery (VL02n) - What table contains the Batch Item details?

    Hi,
    I have a question in regards to Deliveries (VL01n/02n/03n).
    Right now, I have a delivery that has 1 Item (Item 10) and a batch split
    under it (Batch SPlit is item 900001).
    From which table can I get the batch item details (what material it is for and etc).
    Table LIPS only contains the Delivery Item details and does not contain the
    Batch/Batch Split item details.
    Please help.
    Thanks,
    John

    hi check these tables..
    VBFA Document flow (alg.)
    VTFA Flow shipping documents
    6.1 Sales order :
    VBAK Header data
    VBAP Item data
    VBPA Partners in sales order
    VBKD Sales district data
    VBEP Data related to line items, delivery lines
    6.2 Billing document :
    VBRK header data
    VBRP Item data
    6.3 Shipping :
    VTTK Shipment header
    VTTP Shipment item
    VTTS Stage in transport
    VTSP Stage in transport per shipment item
    VTPA Shipment partners
    VEKP Handling Unit - Header Table
    VEPO Packing: Handling Unit Item (Contents)
    6.4 Delivery :
    LIKP Delivery header
    LIPS Delivery item
    6.5 Pricing :
    KONH Conditions header
    KONP Conditions items
    KONV Procedure ( billing doc or sales order)
    KOND
    6.6 contracts :
    VEDA Contract data
    regards,
    venkat

  • Customer fields disappear in SC Item details

    Hi All,
    I am facing a weird issue. I have added Custom fields on SC basic data. In web page I see that when I go into details of SC item and expand jus Basic data I can see the custom fields whereas if I expand anyother tabs such as account assignment my custom fields disappears.
    I checked the implemented CUF_BADI_2 and it is working fine. I tried to see the same screen in SAP GUI and my customer fields appear overthere also.
    I observed one thing in web page source code.... In source code where custom fields appear I see that template SAPLBBP_PDH_CUF 100 is called whereas incase where fields disappear SAPLBBP_PDH_CUF  9999 is called... I am not getting why is this happenning....
    Could you please help me out in tracing the issue.
    Thanks in Advance.
    Yaseen M

    Hi
    <u><b>This is standard behaviour.</b></u>
    As far as I understood, you have added Custom fields in the Item structure of Shopping cart... It will not appear in any other structure, such as Account assignment, Ship-2-address section, Sources of supply tab, etc.. This seems to be correct.
    Which SRM version are you using ?
    <u><b>Please refer SAP OSSNotes 672960 and 458591 for Customer fields related more details.</b></u>
    <b>Hope this will help. Do let me know.</b>
    Regards
    - Atul

  • GR check  box in Item detail Tab in PO to beset as default .

    hello Gurus ,
    Need a help !!
    How can a GR check box made default selected / deselected  ....
    PO ---> Item details -
    > Delivery  Tab -
    > Goods Receipt check or uncheck ...(should be set as default )
    Any idea pl. let me know ...
    Regards,
    Anamal Kumar
    H`bad

    Hello,
    Goods receipt depends on your material type. E.g. for ROH  GR tick will be there so that you can do good recept for the same.and if there is no material master only description then it will come from account assignment category and item cateogry.
    For blanket PO, item category will be B so Gr tick will be deselected. Since for item category B invetory managment is not possible.
    Check the cutomizing setting for account assignment category and item category.
    Regards,
    Shailesh

  • Issue in MIGO item detail tab Enhancement

    Hi,
    I have enhanced MIGO by adding a text tab in the item detail section which shows the PO texts as in ME23N
    'texts' tab.
    Now when the user executes tcode MIGO and enters the PO number for doing goods receipt
    the the text tab screen flashes before the material tab is displayed at the item level.
    The text tab screen is designed like the ME23N text tab with a tree control and editor.
    I searched SDN but could not find any related link for this issue.If there are any such issues answered
    please give me the link for the same.
    Thanks,
    R.Paul

    Hi,
    Did you use MB_MIGO_BADI?
    Regards,
    Arpan

  • Add custom fields in VL02N under Item overview tab

    Hi,
    In VL02N, I need to add two input fields under the tab "Item Overview"...
    I found the BADI  LE_SHP_TAB_CUST_ITEM but it is for adding a new tab i guess....
    Is there any way to add fields under item overview only ??

    Hi,
    find the enhancements for those transactions by using SE24 or  goto transaction > choose status option> find program name--> enter program name in SE38 --> goto attributes and find the package --> then goto SE84  give the  package name in the enhancements.
    If u want to add the custom field  in the perticular tab -> goto that perticular screen> click on status button> find the program name and screen no:> go for SE51 give tha deatils and find the enhancement .
    Thanks,

  • Header Details to be Printed only for the line item details.

    Hi All,
    I have the following requirement.
    I have Page1 with the Logo, Header Window, Vendor Window, Send Invoice To, Delivere Invoice To and Main Window. Main Window Starts from the middle of the page. In the Page2 i have Logo, Header window and Main Window. In the Page3 i have only Main Window.
    In the Footer of the Main Window i have Placed the Terms and conditions which should always be Printed in the New Page. So in the footer i have given a command "Go to New Page " and given the page as Page3.
    The requirement is Logo,and Header Window should appear only for the Line items and not for the Terms and conditions.
    For the Page1 i have given the Next Page as Page2. Suppose if there is only one line item then it Prints in the first Page itslef and the control flows to the Page2 and since in the page2 i have given the condition for the Logo and header window to print only if line item is more than 1 and since Main Window is starting from the middle there is a blank Space appearing in the start of the page.
    The command i have given in the footer to trigger new page that is page3 is not getting triggered. If there are more than one line item then its printing the logo and header window and so there is no blank space appearing and it is working fine.
    Please let me know how to avoid this blank space and move my main window to the start of the Page if there is only one line item.
    Thank you.

    Dear Vasudha,
    I am a little bit confused regarding your query,
    "In the Footer of the Main Window i have Placed the Terms and conditions which should always be Printed in the New Page. So in the footer i have given a command "Go to New Page " and given the page as Page3. "
    When you say footer of main window does it mean , that you are using a table inside your main window and the command node your have inserted is in the footer of the table ?.I hope it is, because my suggestion is based on this assumption.
    Well my suggestion for your issue is,
    1.I  hope you are aware we can trigger a next page in two ways, one by setting the next page static attribute & second using  the command node which you have used.In your case you will have to use a combination of both.
    2.I feel your First page design is ok. Set its static next page attribute to PAGE2. Similarly set the static next page attribute for PAGE2 as PAGE2 itself. This should take care of your table which you have placed in the main window. If the table contains only one lineitem it will get over in the first page itself. If the lineitems are more in the table, it will automatically triggerPAGE2 (since static next page attribute for PAGE1 is PAGE2)  and the remaining line items will be displayed. Now no matter how many lineitems you have ,PAGE2 will be triggered repeatedly(since static next page for PAGE2 is PAGE2 itself) until the entire data in your table is displayed.
    In this way your requirement of printing the logo and header windows for the data lineitems only will be fulfilled.
    3.Now the last catch in your case is the printing of PAGE3(The terms and condition page) on an entirely new blank page.
       In the footer section of the table which you have used,  use a command node set to PAGE3.  After the command node and under the same  footer section now insert your terms and condition lineitem.
    Also Check the "at End of table" checkbox and uncheck " AT PAGE BREAK" under OUTPUT OPTIONS tab for the footer section.
    So now this footer section will be triggered only once after all the data in the table is displayed
    4. So now if there is only one lineitem, before the default second page is triggered the command node will trigger the PAGE3 and the terms and condition will be displayed.Else if there are more lineitems the page2 will be triggered again and again and finally when all the lineitems are over, the footer of the table will get triggered. So the command node will take you to the PAGE3 wherin the terms and condition will only be displayed.
    Hope this helps.
    Regards,
    Riju

  • Custom Event Trigger from MDM Item Detail Iview

    Hello,
    We are using EP 7.0 EHP 1, MDM 7.1 SP04.
    EP & MDM trusted connection is activated.
    We want to trigger UWL iview once record is saved from MDM Item Detail
    Iview.
    Following steps are performed but still no results were observed.
    --> Open Item Detail Iview
    --> Click on Custom Details
    Enter Following Details:
    Custom Event Name: UWL
    Event Type: EPCF POST SAVE EVENT
    Target (URL or Event Name): http:/<portalURL>:<port>/UWL/
    Namespace: urn:com.sap.netweaver.bc.uwl.ui.UWL
    Parameter Format: Standard
    Quick Link name to uwl iview is stored in project folder is given as
    "UWL" and hence target url is http:/<portalURL>:<port>/UWL/
    Could you pl guide us on what settings are missed??
    Supporting Link used:
    http://help.sap.com/saphelp_mdm550/helpdata/en/45/c89e544c52570be10000000
    a114a6b/frameset.htm
    Regards,
    Purav

    Please check out below link. It might be of some use.
    [http://help.sap.com/saphelp_mdm550/helpdata/en/45/c87d0243e56f75e10000000a1553f6/frameset.htm]
    (Go to Configuring Data Exchange)
    Regards,
    Abhijeet

  • How to get the Purchased item details in R12

    Hello everyone, am using Oracle Application R12,
    I need the following details for the all purchased item,
    how to get the item_id,item_name,vendor_name,ordered_quantity,rec eived_quantity,
    returned_quantity.
    Thank you.
    Regards,
    Gurujothi.

    Hi Gurujothi,
    pl.try the following SQL. it will give you complete details of purchasing.
    SELECT A.SEGMENT1 PO_NO, B.LINE_NUM, C.SHIPMENT_NUM,
    C.QUANTITY,C.QUANTITY_ACCEPTED,C.QUANTITY_BILLED,C.QUANTITY_CANCELLED,C.QUANTITY_RECEIVED,C.QUANTITY_REJECTED,D.QUANTITY QUANTITY_RETURNED,
    B.ITEM_ID,E.DESCRIPTION,F.VENDOR_NAME
    FROM PO_HEADERS_ALL A , PO_LINES_ALL B , PO_LINE_LOCATIONS_ALL C , RCV_TRANSACTIONS D, MTL_SYSTEM_ITEMS_B E , PO_VENDORS F
    WHERE A.ORG_ID = &OU_NAME
    AND A.PO_HEADER_ID = &PO_HEADER_ID
    AND B.PO_HEADER_ID = A.PO_HEADER_ID
    AND C.PO_LINE_ID = B.PO_LINE_ID
    AND D.PO_LINE_LOCATION_ID (+) = C.LINE_LOCATION_ID
    AND D.TRANSACTION_TYPE (+) ='RETURN TO VENDOR'
    AND E.INVENTORY_ITEM_ID = B.ITEM_ID
    AND E.ORGANIZATION_ID = C.SHIP_TO_ORGANIZATION_ID
    AND F.VENDOR_ID=A.VENDOR_ID
    regards
    sanjay

  • CRMD_ORDER Item Details TAB one of line item setting date as 12/31/1899

    Hi Experts,
    We have 3 line item for order, we call it as main line, return line and replacement line item. When we select Return line item and go to Dates Tab it shows all the dates related to that.  Here Depot send the date via XML File and it is getting set as "Depot Received Date", But when some orders get cancelled as depot dosent received that order they send blank date in XML File, but it save the date as "12/31/1899 16:00" . I am not able to get how it is getting set.
    Please help me regarding this, Where should i check for this?
    Regards,
    Poonam

    Hi,
    This is unfortunately not possible with standards but you may try using Badi ME_PROCESS_PO_CUST => PROCESS_ACCOUNT.
    Regards

Maybe you are looking for

  • GR and IR price difference.

    Hello Gurus, I am facing one issue. We have a PO created of lets say 1000 qty and the condition rate for it is 1.5. Now GR is been done of 100 qty then in the GR, the amount is local currency should be 150, but the amount is coming entirely different

  • Error while doing FB50

    Hi Experts... I had problem while doing posting a document using FB50 in classic GL, ( document splitting is Inactive in my company code) Below error is occur while posing DR Travel expenses GL account ( E1200) expenses GL CR Bank checking account (

  • Please Help needed...Error while generating WebService Proxy..!!

    Hi... I am getting an Error when i try to generate a Web-Service Proxy on JDeveloper for one of the Oracle WorkFlow Services viz., the[b] "TaskService" ie., http://host:port/integration/services/TaskService/TaskServicePort?wsdl The wizard exits with

  • Dump in UM4_UPDATE_WORKLIST MESSAGE_TYPE_X in Method GET_SETTINGS

    Hi all, I'm stuck in an unicode preparation, I get a dump at update Worklist in method GET_SETTINGS of Main program Termination occurred in the ABAP program "CL_UMG_UTILITIES==============CP" -   in "GET_SETTINGS". The main program was "UM4_UPDATE_WO

  • Multiple trace files whenever export of data takes place in Oracle 10.1.0

    I have imported data from Oracle 7.3 into Oracle 10g Rel. 10.1.0. Now whenever i take normal Export, it creates multiple trace files. It gives error in following format DBMS_DM_MODEL_EXP:schema_info_exp:DM models not found in schema <schema name> Kin