ITEM FIELDS RELATED TO MATNR

Hi folks,
               Could anyone please suggest any tables to retreive the ESTIMATED NR, ACTUAL COST, ACTUAL NR, ESTIMATED ANUAL SALES.
FOR A GIVEN MATERIAL NUMBER
THANKS IN ADVANCE

Hi
You have to search in the related tables
Take the Material No MATNR and pass to the respective Item Tables like VBAP,VBRP etc
Estimated Annual Sales : Find from VBAk and VBAP tables
Actual Net revenue, Estimated NR : use VBRk, VBRP tables and BSID and BSAD tables
Actaul Cost from the table: MBEW and MVKE table
Use <b>MVKE</b> table for the related Sales data
<b>Reward points for useful Answers</b>
Regards
Anji

Similar Messages

  • Limit on Task "Related Item" fields

    Good Afternoon,
    There is a field on a standard out of the box Task item in SharePoint 2013 Online called "Related Items" that a user can add links to related SharePoint items.  There seems to be a limit of 9 items that you can add.  After that,
    new items that you add are not stored to the task, cannot be dislayed displayed and the Version history does not show any new items added after number 9:
    Does anyone know if this limitation is documented anywhere and if there is a way to change the limit to a higher number?  Is this limit applicable to all 2013 Tasks or just SharePoint Online?  
    Kim Frehe

    Hi Kim,
    I can't find any documentation about the "Related items" maximum items, based on the sp.ui.relateditems.js (located in 15 folder on SharePoint server on-premise) the Related Items used, I think the maximum 9 items of adding and rendering is hardcoded
    in js file, it is hard or impossible to modify the js file. The limitation is related to "Related items" field, so it is applicable to all 2013 Tasks in SharePoint Online and On-premise.
    Thanks
    Daniel Yang
    TechNet Community Support

  • How to show statistics of main item and related items with less filter?

    Hi experts,
    Have any of you come thro' similar requirements before?
    To show the statistics of a main item in different aspect in a document and show the comparison of this item in a particular aspect with other related items as inputted at prompt.
    You can image that, for the comparison, if I build another query for the related items, there will be duplicated dimensions, which we aim to avoid as duplicated dimension confuse end users.
    However, if i build the main items and related items in same query, for those reports of main item only, I need to add a report filter one by one!
    Any one of you have better idea?
    Thanks and Regards,
    Cherry

    You Should use Formatted Search in this case.
    You must create and associate a query for your field.
    click on the field you want items to be listed and press Shift + F2
    catch the keydown event of this field  and check pval.charpressed = 9 (tab key press)
    then execute
    SBO_Application.SendKeys("+")

  • In selection screen i want all  the item no related to s.o. no.

    Hi,
       i want to display all d possible entries in the second selection fields i.e. posnr related to given sales order no...means in selection screen i hav 2 parameter...sales order no and line item no.
    i want all the possible no of entries for line item no (POSNR) values to b displayed when m giving the sales order no...(VBELN)...
    i want the answer urgently.
    regards....
    Amayika

    Hi,
        Can u be more specific.
    Do u want the line items to be copied when a particular sales order is selected from F4 ? If it is so then in FM F4IF_INT_TABLE_VALUE_REQUEST  we can get the values of the other fields related to the selected field and then use FM DYNP_VALUES_UPDATE.
    or Do u want to display only those line items that exists for the sales order entered then first of all u have to capture the value of the sales order entered, for this there is a FM DYNP_VALUES_READ. Now u can get the line items related to this from VBAP table.
    Regards,
    Shafi

  • FIELD RELATING TABLES

    can anyone give me the fields relating EBAN, EKKO and EKPO

    EBAN- it's the purchase requisition table
    when u create a purchase requisition using ME51N it's saved to this table.
    EKKO- Purchasing Doc Header
    EKPO- Purchasing Doc Item
    When u create a purchase order using ME21N, data go to these 2 tables.
    as per relation is concerned if u generate a PO with respect to a PR then there is a relation between EBAN & EKPO
    EKKO - EKPO mapped with EBELN
    EKPO - EBAN mapped with BANFN & BFNPO
    Reward if useful

  • Items are not getting displayed in Sales Order Lines 'Ordered Item' field

    Hi All,
    Ordered Item field in Sales Order lines is not getting values When trying to create a Manual Sales Order.
    When clicked on Ordered Item LOV, no values are getting displayed.
    Thanks,
    Chandra.

    879035 wrote:
    Hi,
    I was unable to select any item (nothing is getting displayed in Ordered Item field when the LOV is clicked) in Sales Order Lines.
    The Sales Order header information i was able to enter & generate the Order Number.
    R12.1.3 is the version i am using.
    Thanks,
    Chandra.Have you done all the required setup in OM??
    Like system parameters...Imp one would be Item Validation Organization
    Make sure item is also available in the price list which you are using in order
    Mahendra

  • Free item field checked defaultly in PO for one specific vendor

    Hi,
    If we always send a free PO to a vendor, is there any place to configure that once we create PO to this specific vendor, the free item field is checked defaultly?
    Some posts on the web indicated that they succeeded in doing this by setting in vendor master, but I cannot find the field.
    Where to achieve this function?
    Thanks!
    Wesley

    Hi,
    try to maintain a free goods condition in tcode MBN1 with        
    Discount type NR00 and make this article as an Additional material free    
    goods which will be procured free of cost on purchase of some other        
    article. The system will not consider the Net price value maintained in    
    the purchasing view of the article master and you would find that the      
    net price is ZERO for this free item in the Purchase order. 
    Regards,
    Edit

  • Page item field placement in report region

    I have a report region that has item fields in it. Additionally I have a page item field that I can only display above left of the report region. Question: how can I move the page item to middle area above region and how do I associate it's value with one of the report item fields for use in PL/SQL block updates from that page?

    I have a report region that has item fields in it. Additionally I have a page item field that I can only display above left of the report region. Question: how can I move the page item to middle area above region and how do I associate it's value with one of the report item fields for use in PL/SQL block updates from that page?

  • Item Field returning value with hash character in Itemupdating?

     I am trying to get value of item field from the list. The field is a lookup field with integer value. When I am trying get the value it is coming like 9;#9 (shown below). But I need only 9.
    web.AllowUnsafeUpdates = true;
    SPList list = web.Lists["Project/Task Status Details"];
    SPListItem item = properties.List.GetItemByIdSelectedFields(properties.ListItem.ID, "Project_x002f_Task_x0020_Status_");
    int details = (int)item["Project_x002f_Task_x0020_Status_"]; //Error here
    How get only value of it? not with hash.
    ItsMeSri SP 2013 Foundation

    Hi,
    You can use:
    SPFieldLookupValue fieldLookupValue = new SPFieldLookupValue(item["FieldName"].ToString());
    int lookupID = fieldLookupValue.LookupId;
    From:
    http://stackoverflow.com/questions/19307175/what%C2%B4s-the-better-way-to-get-id-from-lookup-field-value-programmatically
    Nico Martens
    SharePoint/Office365/Azure Consultant

  • Configure ITEM FIELDS (Class /SAPSRM/IF_MDF_ITM_DYN_CONTROL) in SRM 7.0

    Hi,
    I am using the class /SAPSRM/IF_MDF_ITM_DYN_CONTROL with the common signature
    IV_OBJECT_TYPE
    IV_FIELD_NAME
    IS_HEADER
    IS_ITEM
    IS_ADD_DATA
    CS_METADATA
    to control my fields within SRM on ITEM LEVEL.
    Question:
    I have one Shopping cart with two positions.
    Is it posiible to configure the Item fields now on a positional basis?
    eg.
    Position 1 Field Description available
    Position 2 Field Description not available
    I debugged the class and changed cs_metadata for fields on position 1 and 2 but this might show no effect.
    Any ideas?
    Thanks and regards
    Andreas

    Problem solved, wrong coding

  • Item field EDI-X12 automatic 997 Acknowledgments

    hey ,
    in our scenario we are receiving EDI-X12 850 and need to send back 997 functional  acknowledment to confirm it .
    we are using conversion agent by item field / informatica to parse the 850 into XML by using the relevant files ( *.XSD , *.TGP )
    with validations.
    from the conversion agent documentaiton we understand that we can generate this 997 automatically.
    few questions :
    1. how can we know the incoming EDI parsing ended unsuccessfully within the XI ? 
    2.  is there any error log file or any other header indicator in the 850 validations xml  ?
    Best regards ,
    ASA

    Hi Asa
    >>1. PI will be able to know that when the message gets processed by the file adapter and passes from AE to the integration server for routing/mapping.
    >>can you please elaborate ?
    After the EDI document is picked up by the file adapter it calls the parser to convert and perform the EDI to EDI XML transformation. When you design this parser you have to make sure that you have this built with the required validations (ex mandatory segments etc). If the parser is able to execute (In Adapter engine) and create the XML it automatically means that the 850 is valid and from there you can map and send it to SAP. If there is no message output and the file adapter is in error this means that your parser has failed and the document is invalid.
    >>we want to split the scenario to two channels and only if the EDI 850 syntax and other validations is correct to pass the EDI into sap. in any case we want to to provide 997 F.A .
    >>again, we do NOT want to count or add any other logic to check the 850 because there is a parser the should automatic generate the 997.
    You may have to build a mapper and create the 997. I think its not possible for the parser to pop-out a 997 automatically when 850 is processed. I read the documentation that it is possible but doesnu2019t mention this functionality being available in conversion agent when used via PI.

  • Autopopulating PER_ALL_people_f column fields(related to people DFF) depending on Job title change in assignment form.

    Autopopulating PER_ALL_people_f column fields(related to people DFF) depending on Job title change in assignment form.

    Can you check these -
    http://www.google.co.uk/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0CDYQFjAB&url=http%3A%2F%2Foracle.anilpassi.com%2Ff…
    Forms personalization for DFF

  • Disable header and item fields in VA02

    Hello, good day
    Could you please help me with next issue?
    I need to define how to inactivate some header and item fields in a sales order when VA02 is used, a logic to decide if the field must be desable will be applied, because of that I can't use standar customizing solution.
    I read a lot of threads, but many of them are not answered, and as far as I can see many recommended solutions are refered to similar code that I have now.
    I tried with next user exits:
    To block gray out header and item fields:
    User exit form USER_EXIT_FIELD_MODIFICATION Program: MV45AFZZ
    To gray out pricing grid
    User exit form: USEREXIT_FIELD_MODIFICATION Program: LV69AFZZ
    To gray out partner screens (item, header): No user exit identified, please advise
    to gray out new items in sales order: No user exit identified, please advise, I mean not allow new items.
    fields to block:
    XVBAK-LIFSK
    XVBAK-FAKSK
    XVBAK-KUNNR
    XVBKD-VSART
    XVBKD-INCO1
    XVBAP-UNTTO
    XVBAP-UEBTO
    XVBPA-KUNNR
    XVBPA-PARW
    XVBAP-ROUTE
    XVBAP-ABGRU
    The code is something like this in MV45AFZZ - USER_EXIT_FIELD_MODIFICATION
          CASE screen-name.
            WHEN    'XVBAK-KUNNR'
                 OR '*XVBAK-KUNNR'.    "Sold To
              screen-input = 0.
           END CASE
    but is not working. please advise.
    Disable Pricing grid: after apply this code, is possible to add new manual conditions, how can I disable input new item conditions?
    The code is something like this in  LV69AFZZ - USEREXIT_FIELD_MODIFICATION Program:
      Modify screen fields
        IF   SCREEN-NAME = 'RV61A-KOEIN'
          OR SCREEN-NAME = 'KOMV-KBETR'
          OR SCREEN-NAME = 'KOMV-KPEIN'
          OR SCREEN-NAME = 'KOMV-KMEIN'
          OR SCREEN-NAME = 'KOMV-KWERT'
          OR SCREEN-NAME = 'KOMV-KSCHL'
          OR SCREEN-NAME = 'KOMV-KUMZA'
          OR SCREEN-NAME = 'KOMV-KUMNE'
          OR SCREEN-NAME = '*RV61A-KOEIN'
          OR SCREEN-NAME = '*KOMV-KBETR'
          OR SCREEN-NAME = '*KOMV-KPEIN'
          OR SCREEN-NAME = '*KOMV-KMEIN'
          OR SCREEN-NAME = '*KOMV-KWERT'
          OR SCREEN-NAME = '*KOMV-KSCHL'
          OR SCREEN-NAME = '*KOMV-KUMZA'
          OR SCREEN-NAME = '*KOMV-KUMNE'.
             SCREEN-ACTIVE = '1'.
             SCREEN-INPUT = '0'.
             MODIFY SCREEN.
        ENDIF.
      Modify buttons
        IF   SCREEN-NAME = 'BT_KOAN'    "Add
          OR SCREEN-NAME = 'BT_KOLO'.   "Delete
             SCREEN-ACTIVE = '1'.
             SCREEN-INPUT = '0'.
             MODIFY SCREEN.
        ENDIF.
        IF   SCREEN-NAME = 'BT_KONY'.   "Update
             SCREEN-ACTIVE = '1'.
             SCREEN-INPUT = '0'.
             MODIFY SCREEN.
        ENDIF.
    Thanks in advace.
    Regards!

    Thanks Sai, for your prompt answer, as far as understand variants, I can't add any logic, to allow change or only display, I do no't include the logic in the sample code, but that's my case, I need the user exit due a logic must be applied and standar solution like variant or customizing are not the better option.
    I Found that in order to gray pricing grid we just put the code in user exit form: userexit_field_modific_leer include  LV69AFZZ
    and to block the other fields  and to block partner functions:
    Include Program: MV45AF0P_PARTNER_PREPARE                    User Exit Form: partner_prepare
    Edited by: Jose Carrillo on Mar 30, 2008 4:21 AM

  • Item  Field  Conversion

    Hi,
       can any body  give me a brief introduction about Item  Field  Conversion.. When we need to go for this.. and  how can we do this.. please suggest me..
    Thanks
    babu

    Hi,
    Itemfield Conversion :
    Adds functions to SAP NetWeaver for converting data to and from XML. It can process unstructured, semi-structured, and structured data. The Conversion Agent can be called using an adapter module in the Adapter Framework of SAP Exchange Infrastructure.
    You can find SAP Conversion Agent by Itemfield in the SAP Software Distribution Center on SAP Service Marketplace at service.sap.com/swdc.
    A partnership with Itemfield aims to introduce complex data transformation capabilities to SAP's offering. But the partners will face significant integration and support challenges.
    On 5 December 2005, Itemfield, a provider of data transformation software, announced a partnership agreement with SAP. Under the terms of the agreement, SAP will embed the Itemfield Conversion Agent for SAP NetWeaver in its NetWeaver suite. This is an adaptation of Itemfield’s ContentMaster technology that is designed to plug into the latest release of NetWeaver Exchange Infrastructure (XI), SAP’s application integration platform.
    The addition of SAP to the list of Itemfield partners — which includes IBM, Informatica, Oracle, Microsoft, webMethods and Software AG — moves the company much closer to its goal of positioning ContentMaster as the de facto standard for independent data transformation technology. SAP's NetWeaver XI is achieving growing adoption, with 1,600 installed customers to date, but has somewhat limited transformation features. This combination of factors gives Itemfield an opportunity to substantially boost its own customer base. However, success will require a robust marketing effort, and the ability to scale up quickly to support a growing number of global customers.
    The partnership will also help SAP make up for the lack of complex data transformation capabilities in XI — a limitation that SAP customers have had to work around, either by developing custom code or by stretching the use of the XI business process management facility. The Itemfield Conversion Agent for SAP NetWeaver provides XI users with a proven and powerful option to address even the most complex unstructured, semistructured and structured data transformation issues. However, SAP will face a major challenge in effectively supporting, and keeping in a coherent state of integration, the growing number of third-party products in the XI platform (which include iWay and Seeburger adapters, IDS Scheer process-modeling tools, and now Itemfield's technology).
    XI customers with complex data transformation requirements: Evaluate whether the Itemfield Conversion Agent for SAP NetWeaver meets your technological and financial needs. Demand contractual guarantees of adequate long-term support from SAP (which offers full support for the product) before making a commitment.
    XI customers adopting XI in conjunction with other Itemfield partners' platforms: Consider using Itemfield as a "unified" transformation utility across multiple integration products (but remember that the Itemfield Conversion Agent for SAP NetWeaver is an additional-cost item, subject to the controversial XI volume-based pricing schema).
    I hope this will clarify you.
    Regards
    Aashish Sinha
    PS : reward points if helpful

  • Item Supplier relation tables

    Hello All,
    I have created an item supplier relationship.Could any one please let me know in which table this relation is stored.We thought it will be in MTL_CROSS_REFERENCES but that was not there.
    Any pointers will be of great help.
    TIA..

    Thanks for your reply.I have checked in all these tables MTL_CROSS_REFERENCES_B and MTL_CROSS_REFERENCES_VL but none has the corresponding record for the item supplier relation created.
    Any other pointers?
    TIA.

Maybe you are looking for

  • BringToFront and Closing Window

    Hello all, i have two issues which I hope you can help me with. We are using RoboHelp7 to create some WebHelpPro projects. 1) Is there a way to make the help window always appear on top when it is invoked? I can do it by using FindWindow api call wit

  • How to install cldc and imaps

    All every one please help me, How to install the cldc and imaps.I download already but i don't know how to install them.

  • How to remove duplicates while joining two query results ?

    Hi all, Please, anyone suggest me how to do below one.. i am using oracle version 11.2.0.3.0 Col_1 Col_2 111 AAA AAA 111 222 BBB 333 CCC As, oracle point of view the above table contains distinct rows. But i need the logic result like below, Col_1 Co

  • When I burn to DVD 1 of 3 Audio Tracks is missing

    I use Premier Elements,  New to this application as well as the process. We are making a movie of still shot pictures with back ground music.  There are 3 songs that play.  The 1rst and 3rd play as well as the menu music.  However the 2nd song doesn'

  • ERROR pingManager: nmepm_pingReposURL: Cannot connect

    Dear All, I got a serious issues with my database - I created a disks group  (DATA) using ASMLib - I installed Oracle grid infrastructure - I Installed Oracle database software 11g - My OS ORACLE ENTERPRISE LINUX 5 Result - I couldn't start OEM - lsn