Field catalog not appearing in the condition table for output determination

Hello,
I wanted to include WBSTK as a condition table entry in the output determination for  outbound deliveries, WBSTK is available as field catalog , but not available during condition table creation.
Can you pls help me out?
Regards
Vaidee

Check OSS Notes
379619 - Preference process in SD order: Prefrnc ID missing
595984 - Preference indicator in SD order
379269 - Preference in SD doc: User exit: Set pref. indicator PREFE
Regards

Similar Messages

  • Fields in Field Catalog not available when creating condition table

    I  see that field HIEBO01 to HIEBO12 are available in Field Catalog, but I don't see these fields when creating condition table
    Please let me know what I am missing here.
    Any insight on this would be really helpful.  Thanks guys!

    you need to get them added to the pricing structure KOMKAZ or KOMPAZ based on whether you need @ header level or @ item level respectively.
    and then add the logic in the sales order user exit for these added field in the pricing_prepare_TKOMK or pricing_prepare_TKOMP...again based on header level or item level.....
    Then go back to the field catalog and select from the respective structure and add them, Then you can see them when creating cond tables.
    Hope this helps. Hope i havent misunderstood your query.,
    Regards
    Sai

  • Own condition tables for tax determination purposes

    Hi,
    While using TAXINN pricing procedure. For simplified tax rate determination, we want to create our own condition tables for tax determination purposes, as is otherwise possible with the conditions technique.
    The existing conditions which are pre-delivered with access sequence/s are as:-
    TABLE     Description
    3     Tax Classification
    363     Plant/Vendor/Material
    358     Country/Plant/Ctrl code/Material
    357     Country/Plant/Ctrl code
    362     Country/NBM-NCM Code
    359     Plant/Matl group
    However we want to create a custom table (9xx:Vendor/Material) with which can meet our requirement of tax determination while purchasing materials.
    Could you please elaborate weather our requirement can be fulfilled by standard customization?
    Thanking you.
    PP

    hi sam,
    Thanks for reply. I watched many posts related to this issue and your reply is generic one.
    I understand that all kind of requirement can be meet with existing data.
    I am writing here because I want to reduce the number of records to be maintained. (say, Plant/Vendor/Material, if I have 10 Plants then no of records will be 10 different Plants x vendor x Mat. codes. Hence I am keen to have as Vendor/Mat. code. SAP delivered Plant/Matl group somehow not fulfilling our business need).
    I am interested to know weather it is possible to create a custom condition table to meet our requirement/s?
    What is your opinion on this..? Please share if you know any SAP Note as am unable to find any relevant one.
    Thanks,
    PP

  • Fields are not appearing in the configuration

    HI All,
    I created new  view in the BP_HEAD component and view type is table view. In that view i created model context node and it is referring to BuilHeader bol object. these context node fields are not showing in the configuration tab. if i expand my context node folder in the configuartion , it is shoiwng empty. I am facing this problem.I changed view type table to form also it is not working.Could you help me any one .
    i

    Hi venky
    Check the generation of the context node class , check its super class it should be CL_BSP_WD_CONTEXT_NODE_TV, and your view code must support the configuration. check the below view code snippet for table
    here replace the partner with your view variable which represents the controller class context node
    <%@page language="abap" %>
    <%@extension name="thtmlb" prefix="thtmlb" %>
    <%@extension name="chtmlb" prefix="chtmlb" %>
    <%@extension name="bsp" prefix="bsp" %>
    <%
      DATA: lv_xml               TYPE string,
      lv_visible_row_count TYPE string.
      lv_xml = controller->CONFIGURATION_DESCR->GET_CONFIG_DATA( ).
    %>
    <chtmlb:configTable xml                   = "<%= lv_xml %>"
                        id                    = "ResultTable"
                        navigationMode        = "BYPAGE"
                        onRowSelection        = "Select "
                        selectionMode         = "<%= PARTNER->selection_mode %>"
                        table                 = "//PARTNER/Table"
                        usage                 = "SEARCHRESULT"
                        visibleRowCount       = "10"
                        width                 = "100%"
                        actionsMaxInRow       = "6"
                        selectedRowIndex      = "<%= PARTNER->selected_index %>"
                        selectedRowIndexTable = "<%= PARTNER->selection_tab %>" />
    The generated method GET_TABLE_LINE_SAMPLE must refer to BOL structure that you refered
    say for example if you are creating table for BuilHeader the generated code should contain the structure CRMST_HEADER_OBJECT_BUIL. (sample code snippet is given below)
        TYPES: BEGIN OF line.
        include type CRMST_HEADER_OBJECT_BUIL.
        TYPES:
               END OF line.
        CREATE DATA rv_sample TYPE line.
    Thanks & Regards
    Raj

  • Urgent:SUS PO not appearing in the PO list for vendor's user

    Hi experts,
                       I am working on SUS. SRM5.0 single box scenario. PO is created by the purchaser and is successfully transfered through XI. But this PO is not appearing in the PO list of vendor's user. Please let me know what can be the possible reason.
    following roles are given to the user:-
    SAP_EC_SUS_ADMIN_PURCHASER
    SAP_EC_SUS_ADMIN_VENDOR
    SAP_EC_SUS_BIDDER
    SAP_EC_SUS_DISPATCHER
    SAP_EC_SUS_INVOICER
    SAP_EC_SUS_ORDER_PROCESSOR
    SAP_EC_SUS_SERVICE_AGENT
    SAP_BBP_STAL_BIDDER
    SAP_EC_BBP_BIDDER
    Also checked vendor data. Communication method is selected as XML.
    After creating PO and transfering it - message comes-
    Information  Processing BBP_PO_SEND_XML Is Started  
    Information  Action successfully completed 
    Please help. It is very urgent.
    Thanks and Regards
    Kapil

    Hi Kapil,
    do you have the same result when deleting all roles and only using role SAP_EC_SUS_ORDER_PROCESSOR?
    Are vendors successfully replicated into SRM and a user created via Web
    Txn "Manage Business Partners"?
    Did you maintain table BBP_MARKETP_INFO?
    Did you replicate the company code using Txn BBP_SUS_BP_ADM?
    In any case there is also an inital replication of vendors
    from MM to SUS via BD14 necessary.
    Thanks,
    Claudia

  • Price was not picking from the Condition type for Item Category 'P'  in PO

    Hi Experts,
    I Created one condition type based on Material and WBS which price was fixed based on this
    I used the Purchase Order having Item <b>Category ‘P’ or ‘Q’</b> Price should pick from the condition type where I mapped the WBS Element and Material.
    The Net price was not picking from the Condition type Record.  Why? What should be the Problem?
    Whether my logic is correct or not?
    <u><b>
    The Scenario:</b></u> I want to fix the Material price base on each WBS Element for a Project. For each WBS Element the Price will be various for same material.
    Please help on this.
    Thanks
    Muthukumar

    Hi,
    In standard configuration you cannot set item delivery date as a pricing data.
    Maybe you shoud look at SAP enchancement - in dedicated structures you can pass additional item data (structure KOKMP).
    IMG link:
    Materials Management -> Purchasing -> Conditions -> Define Price Determination Process -> System Enhancements
    hope it helps.
    regards,
    wojciech

  • My camera will does not appear in the drop down for importing videos even though it is listed as a supported camera - sony hdr-xr260

    I am trying to import video footage from my sony camera on to imovie. The camera does not appear on the drop down when i connect it to the pc via usb. Anyone any ideas?

    I'm using a zr500 via firewire and it doesn't recognize it either. Are you using firewire?

  • Condition table for account determination

    Hi,
    I would like to know if there is any generic transaction to create condition tables.
    Specifically, I would like to create a condition table for revenue account determination.
    Any help would be appreciated.
    Thanks,
    Aroop

    Aroop,
    Yes you can create IMG --> SD --> BF --> Revenue Account determination --> Define dependencies of revenue account determination --> Account determination create Tables OR Tcode V/12.
    Try to create Table above 500 number.
    Regards
    Sathya

  • Addition of field to field catalog in order to create condition table

    hi,
       I need to add field to SAP 5.0 Field Catalog to allow for creation of custom Condition Table. A field named “Serial no. profile”  exists in SAP 4.6c. The equivalent should be added or created in the SAP 5.0 Field Catalog.
    How do i do this. Plz help.

    Thank you. i've got the solution

  • Adding fields in condition table for output control

    Hello,
    I have added a new field LGNUM in the fieldcatalog for delivery in transaction VOK2.  Now i need to create a new condition table in which i want to include this field. But i am not able to see LGNUM in the list of fields which are displayed in the field list.
    Please advice.
    Thanks in advance,
    Mathangi

    Hi Refer below link on sdn for adding new Field
    Adding New Field to Catalog
    Adding New fields to field catalog

  • The Photo tag does not appear on the iTunes menu for syncing

    I had recently bought an iPhone and I would like to transfer some photos from my computer to the iPhone. The problem is that I can`t see the Photos tag on iTunes to select the folders I want to sync. My wife has an iTouch and, with the same computer, she can transfer Photos without any problem. Is there any way to make this tag appear? I would like to use my iPhone as a picture frame as well, and it doesn't seem to work? Is there any other way, for PC users, to transfer some pics from PC to iPhone (again to use it as a photo frame?

    hi, I have not this problem, but have read some forums with people having the same problem. It seems to be with people using PC and not mac. Are you using iTunes 9? If so, it seems to be a screen resolution problem, and some of the image is cut and not shown on the screen. Just adjust your screen resolution so the image is all on the screen and the photo tag (the last on the list!!!) will show up!
    Hope this helps
    xavier

  • Buyer not appearing in the Approver LOV for a PO

    Hi,
    When submitting a Standard PO for Approval, my name(Buyer) was not visible in the Approver drop down list. It should have been there, and was there all last week. But today it was gone.
    This happens intermittently and if I close all IE sessions and clear all cookies and temp files, it comes in the Approval list.
    What could be the possible reason for this and permannent solution if any?
    Quick help would be highly appreciated.
    Thanks

    1) I add a document to a library hosted in the Content Type Hub ....
    Ok I create my library in my other HNSC and upload a test document which I attach to the same Content Type as above  .....
    Spot the difference!!!!!
    Freelance consultant

  • Create condition table for account determination

    I would like to create a condition table which contains customer number as the key. However, I can only find the follow fields in field catalog.
    Acct Key
    AcctAsgnmt
    AcctAssgGr
    Cond. Type
    Distr. Chl
    Division
    Ord. reason
    Plant
    Sales org.
    Tax Code
    Vendor
    Is it possible to extend the field catalog? I have tried to added fields in KOMG according to note 21040, but it seems not work.

    Hi
    some additional information:
    please check the documentation under customizing path:
    IMG -> Sales and Distribution -> System Modifications ->
    Create New Fields (Using Condition Technique) ->
    New Fields For Account Determination
    click on the icon
    Notice that the userexits USEREXIT_ACCOUNT_PREP_KOMKCV and
    USEREXIT_ACCOUNT_PREP_KOMPCV are useful only for revenue
    account determination.
    For reconciliation account determination you should use the userexit
    EXIT_SAPLV60B_011 (enhancement SDVFX011) to fill the custom field.
    The System modification documentation exaplins to add the new field
    in the structure include KOMKCZ of KOMPCZ.
    Notice that KOMKCZ is included in KOMKCV and KOMCV; KOMPCZ is included
    in KOMPCV and KOMCV.
    regards,
    Ramana

  • IPTC Extension fields do not appear in the Metadata panel (Bridge CS5)

    I can see and edit them from the file info (cmd-I) but I cannot get them to show up in Metadata panel. They are listed as a set and individually in the Metadata preferences but no amount of enabling/disabling with or without restarting Bridge will coax them to appear. This is a little disappointing as they are all available in the Lightroom 3 metadata panel.
    Is this a known problem/feature/bug????
    tks, louie

    I heard on another forum that it is just a mater of time before this is fixed.
    Times seems to fix everything. However the big question is: will you still
    be around when the result is there...

  • The refresh icon is not appearing in the customize box for the toolbar

    I went to View...Toolbars...Customize, but do not find the option "refresh" available to install on the toolbar...is there another place I should be looking for the "refresh" option?...thx

    * Make sure that you have the "Navigation Toolbar" and the "Bookmarks Toolbar" visible: "View > Toolbars"
    * If items are missing then see if you can find them in the "View > Toolbars > Customize" window
    * If you see the item in the Customize window then drag it back from the Customize window to one of the toolbars.
    * If, in "View > Toolbars > Customize", you do not see that item then click the "Restore Default Set" button
    See also [[Back and forward or other toolbar buttons are missing]] and [[Navigation Toolbar items]]
    See http://kb.mozillazine.org/Toolbar_customization
    * If the above steps didn't help then see http://kb.mozillazine.org/Corrupt_localstore.rdf
    Note: Do not delete localstore.rdf in the program folder (Windows: "C:\Program Files\Mozilla Firefox\defaults\profile\") (Mac: "/Applications/Firefox.app/defaults/profile/")

Maybe you are looking for