Product Settype Attribute field input Function...

Hi, All..
I want to know the function(in CRM) that maintains additional fields(settype attribute) in Product master...
and how to use the function..
best regards, Mr. Lee...
Edited by: Sei.Hyung Lee on Apr 27, 2009 8:05 AM

Hi,
Try out the following FMs also.
COM_SETTYPE_ATTRIBUTE_PROGRESS
COM_SETTYPE_CHECK_PRODUCTTYPES
COM_SETTYPE_CHECK_PROPERTIES
COM_ATTR_TAB_VALUE_CHECK
COM_ATTR_VAL_CONV_TO_EXTERNAL
COM_ATTR_VAL_CONV_TO_INTERNAL     
I hope this helps.
Regards,
Venkat

Similar Messages

  • "Attribute" field in product class

    Hi All,
    Can anyone please tell what is the use of Attributes field which is present in product class?
    Thanks,
    Sandy

    To complement previous answer, I'm adding a referece to the Design Sutdio (DS) for OSM Documentation which describes product attributes in section: "About Product Classes"
    Here is an extract from the DS documentation:
    "... Product classes include dynamic attributes (characteristics) for a specific type of product. For example, DSL attributes might include Up Speed, Down Speed, Quality of Service, or Service ID.
    ... Incoming customer orders contain order items that include product class attributes as key/value pairs. For example, an order item may contain the DSL attribute Up Speed with a value of 1MB. Product class attributes enable Design Studio to anticipate the structure of an order item and pass the attribute key/value pairs to downstream systems"
    Carlos

  • Want to update field from product to asset using JoinFieldValue function

    I am trying to write a workflow with JoinField Value Function so that I will get the Field Value=Product Quantity from Product(Content Management) in Asset which is the related information under Account.
    In Asset on the basis of Product Name & ProductID, i want to update that field=Product Quantity in Asset.
    JoinFieldValue('<product>','<productid>','<product quantity>')
    i have tried this workflow under Asset record type with Trigger Event as When Modified record Saved.
    I need this to see the product quantity frm product for Available to Promise purpose.
    Pls help me out.
    Regards
    Mangesh

    Tnaks Venky for your Reply.
    I have written the exact workflow.
    I have created the Custom Field as Product Quantity in Product.In Account record type related info I have renamed Asset as Product Purchased & added field Product name & Product Quantity(Custom Field-Number) as read only.I have aslo added the productID Field(renamed from row ID in both product & assest record type).
    Product Name=A ProductID=123 Product Quantity=READ ONLY ---PQ & PID are coming from Product record type.Same way i want the Product Quantity field should come from Product Record type.
    If i require Product A from Product record Type(Inventory) with 10 Quantity in Required Product Quantity as Custom Field then when i save the Information or as a Modified Information,the Product Quantity field shoul be automatically upadted with the Value provided in Product Quantity field in Product Record Type.
    Regards
    Mangesh

  • Production Order - Modify field Material Provision Indicator for component in the production order

    Good afternoon,
    I have a component in the bill of material, that has the option Material Provision Indicator activated.
    When i create the production order, the component automaticaly is activated with the  Material Provision Indicator option.
    However, in the production order, this field isn't possible to modify, because is closed.
    Anybody knows way the modify this field? Configure to open?
    Thanks.
    Kind Regards,
    António Pinho

    Hello Amar,
    I am also getting the same error while Releasing Production Order and Costing (CO11N). This error is related to EHP7 in our case.
    Please try one of the following solution and see whether the error is gone or not.
    1. Implement the SAP Note 1317551 - Error AD_SUBCON 141 / 143 / 144 (T417)
    OR
    2. Complete the customizing of Material Provision Indicator (T Code OICO) as per the attachment.
    Regards,
    Prashant Karanjgaonkar

  • I just purchased Adobe Acrobat Standard DC andf upgraded from Acrobat XI. When I instalkled it on my PC the print Production Tools were there and functional. I installed it on my Laptop and those tolls are not there. What do I need to do to have Print Pro

    I just purchased Adobe Acrobat Standard DC andf upgraded from Acrobat XI. When I instalkled it on my PC the print Production Tools were there and functional. I installed it on my Laptop and those tolls are not there. What do I need to do to have Print Production Tools on both computers?

    This is quite odd. I wonder if you could try something for me on EACH computer.
    Use Help > About Adobe Acrobat DC.
    At the top of the box it should say Adobe Acrobat Pro DC or Adobe Acrobat Standard DC.
    On each of the two machines, what does it say? (I think something odd has happened)

  • Input function in PL/SQL

    Now I have a PL/SQL block like this:
    begin
    if i = 1 then
    sp_sample1(&x)
    else
    sp_sample2(&y)
    end if
    end;
    Now the user has to enter x, y no matter i equals to 1 or not.
    How can I make it to let the user to enter x only when i = 1
    and enter y only when i <> 1?
    OR is there any input function to read the input from the user
    in PL/SQL?
    Thx

    This use of input variables is a SQL*Plus thing, not PL/SQL.
    SQL*Plus requires values for all the declared variables before
    it executes any code.
    There is no work around for this. You can do inputting through
    named PL/SQL procedures with parameters, but they still require
    you to enter all the values before hand.
    rgds, APC

  • Use Batch-Input function module in WebDynpro?

    Hi,
    is it possible to use a batch-input function module in WebDynpro? This function module is RFC enabled, and would be executed only in background mode. The purpose is to create some business document in ERP, since we only have a dialogue transaction which is not encapsulated in BAPI, function module ...
    Thanks a lot!
    Sheng

    Hi Thomas,
    thank you very much! I'll try it.
    Best regards
    Sheng

  • I/O field (input field) xyz has no accessible label ?

    I have a selection screen which has several radio buttons as the code below. I checked code by using code inspector and it issued error messages "I/O field (input field) xyz has no accessible label". How do I fix this? thanks
    SELECTION-SCREEN BEGIN OF BLOCK status
                     WITH FRAME
                     TITLE text-006.
    SELECTION-SCREEN BEGIN OF LINE.
    PARAMETERS dy_ofn LIKE rihea-dy_ofn  FOR TABLE diaufk.
    SELECTION-SCREEN COMMENT 3(11) text-001 FOR FIELD dy_ofn.
    PARAMETERS dy_iar LIKE rihea-dy_iar FOR TABLE diaufk.
    SELECTION-SCREEN COMMENT 16(10) text-002 FOR FIELD dy_iar.
    PARAMETERS dy_mab LIKE rihea-dy_mab FOR TABLE diaufk.
    SELECTION-SCREEN COMMENT 29(10) text-003 FOR FIELD dy_mab.
    PARAMETERS dy_his LIKE rihea-dy_his FOR TABLE diaufk.
    SELECTION-SCREEN COMMENT 42(10) text-004 FOR FIELD dy_his.
    SELECTION-SCREEN COMMENT 52(10) text-005 FOR FIELD selschem.
    PARAMETERS selschem LIKE tj48t-selid FOR TABLE diaufk.
    SELECTION-SCREEN PUSHBUTTON 73(5) p_addr USER-COMMAND addr
    FOR TABLE diaufk.
    PARAMETERS dy_adrfl NO-DISPLAY FOR TABLE diaufk.
    SELECTION-SCREEN COMMENT 79(30) ad_icon FOR TABLE diaufk.
    SELECTION-SCREEN END OF LINE.
    SELECTION-SCREEN END OF BLOCK status.

    Hi,
    If an input field is located next to a selected radio button and its label, you must show this field as being ready for input.
    o If an input field is located next to a non-selected radio button and its label, you must show this field as inactive. Chapter 3.4 discusses why this is necessary.
    u2022 Do not place more than one element on the right of the label. If more than one element is placed after the label, then screen readers cannot read the following relationships correctly:
    o Relationship between a checkbox and a label
    o Relationship between a radio button and a label
    o Relationship between an input field and a label.
    Also, Please go through this document:
    http://www.sapdesignguild.org/resources/Accessibility_Guideline_ABAP_external_Version.pdf

  • Acessing global structure values in field exit function

    Hi Friends, 
    I have created field exit on sold to party field while creating sales order. But inside of that field exit
    i need to put one query on basis of sold to party and sales organization and division. But that field exit function having only one import parameter that is sold to party but from where i can fetch sales organization and division . How can i refer global program values. Can i use assign statememnt for that. Please help me.
    Thanks a lot in advance.

    Hello
    the original article about this topic can be found here:
    [SAP User Exits and the People Who Love Them|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/208811b0-00b2-2910-c5ac-dd2c7c50c8e8]
    Regards
       Uwe

  • Attribute field in QE51N

    Hi all,
    May I know what is the field "Attribute" used for during the result recording (QE51N)?
    It is a drop down box which consists many selection, for example:
    1 - # Not Determinable (valid)
    2 - * Outlier (invalid)
    3 - / Invalid
    4 - < Less than or equal to
    5 - > Greater than or equal to
    6 - ? Estimated
    7 - A
    10 - D
    11 - ...
    12 - ...
    Thanks
    YY

    Hi
    Go through help
    Use
    With an entry in this field you can indicate characteristic results or sample results as being invalid or, for example, mark outliers. If single values are recorded, the attribute field refers to a single value, otherwise this field refers to the results data for the characteristic or for the partial sample.
    Dependencies
    The system calculates statistics, such as the mean value, standard deviation and the number of fields only from valid single results.
    When you indicate that the result of a partial sample is invalid, the system reduces the summarized results data of the inspection characteristic by the results data of the invalid partial sample.
    Regards
    Suji

  • Making field input editable after giving error msg from table event 01

    Hi All,
    I have a requirement of giving error msg and making that row or the particular field input editable by writing code in table event 01 i.e before saving any record in a z-table i have to chk some condition for a column value and if that condition fails then i have to give error msg and make that column input editable.
    I have created a routine for event 01 and written the code to give error msg. But my problem is that column is not becoming input editable. Could you pls tell me how can i make that field editable?
    Thanks in advance.

    Hi Piyali,
    Use SET PARAMETER & GET PARAMETER ID  .
    You will get it.
    Best Regards,
    Pravin

  • Get current attribute field name

    Hello,
    how can i read the attribut field name of the current attribute - like the F2 help.
    I need the attribute name within a event handler method.
    Thanks,
    TomSd
    Edited by: Thomas Strehle on Dec 7, 2009 7:26 PM
    Edited by: Thomas Strehle on Dec 7, 2009 7:27 PM
    Edited by: Thomas Strehle on Dec 7, 2009 7:27 PM

    Hi Prasenjit,
    i've the issue to read the attribute name to use a on_sell event methode dynamic for more than one field.
    Within that method i need the attribute name, to consider what to do.
    Regards,
    TomSd

  • UpdateRow of EO is not calling while updating VO Attribute fields of table

    I have one seeded VO and EO which is attached with one seeded Region. When i change any display field in region updateRow of EO calls and update row in database.
    I have added one messageTextInout through personalization and used one attribute field as a View Attribute and View Instance Same as above.
    But when i apply it does not call updateRow and does not update my data in table.
    updateRow is having one API call which update data. I have extended this EO to call my API to store this attribute in table through extended updateRow Method.
    Please help.
    Thanks in advance

    have you created substitution for the EO?
    also check whether you have configured -Djbo.project=<project name> in the project settings.
    --Prasanna                                                                                                                                                                                                                                                                                                               

  • G/L Account - Field for Functional Area in IDoc?

    I'm experimenting with creating G/L Account data outside of SAP using IDoc's (GLMAS01).  However, I'm having trouble finding a field in that IDoc for the Functional Area of the account.  Is anyone familiar with this IDoc, and know whether or not there is a standard field for "Functional Area" or if I have to extend the IDoc?

    Have you tried the field FUNC_AREA on segment E1SKA1M?
    You could use WE60 to display the definition of GLMAST01 Idoc and look for the fields and segments on the document.
    Hope this helps.
    Regards.

  • Attribute field in 2008 R2 AD CS Web Enrollment - Obsolete?

    Is the Attributes field in AD CS Web Enrollment now obsolete?
    I have implemented a Windows 2008 R2 two tier PKI infrastructure at my organization for some time now. We are just now rolling it out to our general populace. As such, I am tasked with coming up with an instructional presentation for less knowledgeable
    users. I have found that I cannot use the Attributes field on the Web Enrollment page for requesting SAN certificates.
    I read the documentation from Microsoft located at:
    http://technet.microsoft.com/en-us/library/ff625722(v=ws.10).aspx#BKMK_MakeSanExt .
    I can see that in order to request a SAN cert via certreq and .inf file, I must use the [Extensions] section rather than the [RequestAttributes] section. This works when using and INF file. When using the Attributes field in Web Enrollment, my certificate
    can be issued but the SAN is not present in the resulting certificate. I used the makeSanExtension.vbs script as mentioned in the above site and create the ANSI1 formatted extension then copied it into the Attributes field in Web Enrollment
    and viewed the Binary certificate request in ADCS and the
    SAN is not even listed.  
    So, is there a way to request a SAN via that field? Are there other attributes that may be requested via this field?
    Below is what I read from the site mentioned above:
    [Extensions]
    ; If your client operating system is Windows Server 2008, Windows Server 2008 R2, Windows Vista, or Windows 7
    ; SANs can be included in the Extensions section by using the following text format. Note 2.5.29.17 is the OID for a SAN extension.
    2.5.29.17 = "{text}"
    _continue_ = "dns=www01.fabrikam.com&"
    _continue_ = "dn=CN=www01,OU=Web Servers,DC=fabrikam,DC=com&"
    _continue_ = "url=http://www.fabrikam.com&"
    _continue_ = "ipaddress=172.31.10.134&"
    _continue_ = "[email protected]&"
    _continue_ = "[email protected]&"
    _continue_ = "guid=f7c3ac41-b8ce-4fb4-aa58-3d1dc0e36b39&"
    ; If your client operating system is Windows Server 2003, Windows Server 2003 R2, or Windows XP
    ; SANs can be included in the Extensions section only by adding Base64-encoded text containing the alternative names in ASN.1 format.
    ; Use the provided script MakeSanExt.vbs to generate a SAN extension in this format.
    2.5.29.17=MCaCEnd3dzAxLmZhYnJpa2FtLmNvbYIQd3d3LmZhYnJpa2FtLmNvbQ==
    [RequestAttributes]
    ; If your client operating system is Windows Server 2003, Windows Server 2003 R2, or Windows XP
    ; and you are using a standalone CA, SANs can be included in the RequestAttributes
    ; section by using the following text format.
    SAN="dns=www01.fabrikam.com&dns=www.fabrikam.com&ipaddress=172.31.10.130"
    Thanks for the response.
    Brian Britt
     

    On Mon, 7 Apr 2014 18:50:47 +0000, Brtian wrote:
    Is the Attributes field in AD CS Web Enrollment now obsolete?
    No.
    I have implemented a Windows 2008 R2 two tier PKI infrastructure at my organization for some time now. We are just now rolling it out to our general populace. As such, I am tasked with coming up with an instructional presentation for less knowledgeable
    users. I have found that I cannot use the Attributes field on the Web Enrollment page for requesting SAN certificates.
    I read the documentation from Microsoft located at:
    http://technet.microsoft.com/en-us/library/ff625722(v=ws.10).aspx#BKMK_MakeSanExt .
    I can see that in order to request a SAN cert via certreq and .inf file, I must use the [Extensions] section rather than the [RequestAttributes] section. This works when using and INF file. When using the Attributes field in Web Enrollment, my certificate
    can be issued but the SAN is not present in the resulting certificate. I used the makeSanExtension.vbs script as mentioned in the above site and create the ANSI1 formatted extension then copied it into the Attributes field in Web Enrollment
    and viewed the Binary certificate request in ADCS and the SAN is not even listed.  
    So, is there a way to request a SAN via that field? Are there other attributes that may be requested via this field?
    You're reading the documentation incorrectly. That script is only required if you're going to use an INF file for the request. If you're going to use the web enrollment pages (which is
    not recommended as per the security warnings in the article) you need to enter something like the following in that section:
    san:dns=corpdc1.fabrikam.com&dns=ldap.fabrikam.com
    This example will register two SANs. Multiple SANs, if required, are separated with an &.
    From a security perspective I would strongly suggest that you forget about using the web enrollment and instead document how to use the Certificates MMC console.
    Paul Adare - FIM CM MVP
    "Space Aliens ate my UNIX compatibility!" -- cm about AIX

Maybe you are looking for