CLFM_OBJECT_CLASSIFICATION

Dear All,
  I am working with the PM Notifications, transaction code IW21.  In this transaction for a 'Z' notification i put a 'SERVICE' button.  When this service button is pressed, then the function module CLFM_OBJECT_CLASSIFICATION will executes and displays a Characteristic screen.  In this screen, user will enter the data.  I want to capture this data.  Inside the funtion module CLFM_OBJECT_CLASSIFICATION, the user entered data is storing in 'allausp' table.  But the function module is not returning this data.  I want to capture this data.  Please give me your inputs to extract this data.
  Thanks in advance.

Hi Kishore / Pasala,
how can i update classification data for Vendor Master using the FM CLFM_OBJECT_CLASSIFICATION ??
Any inputs on this are highly appreciated.
Thanks and Regards,
Mallika.

Similar Messages

  • Use of function CLFM_OBJECT_CLASSIFICATION

    Hi,
    I create, with MM01, a material LAODS10012.
    It's necessary that a material suffixed by '00' exist in MARA : LAODS10000.
    LAODS10000 has two classes in classification view : PLANNED and OBJECT.
    During the creation, a class ME_MATERIAL was created for material LAODS10012 with one characteristic MER.
    This characteristic exists in the class PLANNED of material LAODS10000 ; I want to retrieve it.
    I use the function CLFM_OBJECT_CLASSIFICATION with following parameters :
    CALL FUNCTION 'CLFM_OBJECT_CLASSIFICATION'
    EXPORTING
    class                    = 'me_material'
    classtype                = 'z01'
    initflag                 = 'x'
    meins                    = e_marau-meins
    multi_classif            = space
    object                   = 'LAODS10012'
    objtxt                   = w_makt_maktx
    ptable                   = 'MARA'
    ref_object               = 'LAODS10000'
    ref_datuv                = sy-datum
    status                   = '1'
    table                    = 'MARA'
    language                 = sy-langu
    IMPORTING
    class                    = class
    classtype                = classtype
    class_text               = class_text
    ok_code                  = ok_code
    typetext                 = typetext
    updateflag               = updateflag
    update_per_call          = update_per_call
    internal_obj_number      = internal_obj_number
    same_classify_by_copy    = same_classify_by_copy
    EXCEPTION....
    For material LAODS10012, the characteristic MER of class ME_MATERIAL id filled.
    On the other hand, the class OBJECT of material LAODS10000 is copied in classification view of material LAODS10012 when I don't want it.
    This function with same parameters operates with an other material type and other classes.
    Can you help me ?
    Thanks,
    Janny73

    Help me please !

  • FM CLFM_OBJECT_CLASSIFICATION

    Dear Colleagues !
    I use the FM CLFM_OBJECT_CLASSIFICATION for displaying and assigning classification values. As a result I get a dynpro containing the characteristic descriptions without value. How can I get the values too ? (There are values - I call the FM with parameters OBJECT, STATUS, TABLE and CONFIRM_CLASS)
    Thank You for Your helps.
    Regards  Peter

    Hi Bala Krishna,
    I define the parameters CLASS, CLASSTYPE and OBJECT. The FM delivers in the table T_OBJECTDATA the characteristics but without the values.
    Thank a lot and kind regards
    Peter

  • Isuue in IW21 : CLFM_OBJECT_CLASSIFICATION

    Helli,
    I would like to asaign charecterstics for PM notification in IW21.
    I am using calss type 'FNT' .Under this type there are two classes(A and B).
    In IW21, I put two push buttons two assaign charecerstc values for A and B.
    For this I am using the Function Moudle : CLFM_OBJECT_CLASSIFICATION.
    ISSUE :  When I assagin charecterstics to 'A'... same charecterstics are copying to 'B' class.
    But I would like to assagin for A and B differently.
    Please  give me solution
    Regards
    NSR

    Are you assigning the same object to 2 different classes?  If yes, do the 2 classes each have some of the same characteristics? Are these the characteristics that are "copying" over?
    If this is the case, then I believe you have a misunderstanding of the way classification works.
    You cannot assign different values to these characteristics, they are shared and only one value (or set of values for multivalue characteristics) is captured to the object.  If you want different values you will need to have use different characteristics for each value.

  • How to handle Back button in IA06 BDC

    Hi all,
    I am calling IA06 inspection screen for an task list operation using BDC from my custom program. on this screen user can change the SAP data. if I save the task list then it's working fine.
    But I have one issue how to control back button, when user make any changes on this screen and click on back button because it calls all the previous screens which i skipped using BDC.
    Or for this particular functionality there is any Function module same as for Characterstics as "CLFM_OBJECT_CLASSIFICATION"
    Please advice.
    Thanks,
    Sanket Sethi

    Hi all,
    Please suggest if there is any function module/ API  to call Task list characteristic screen directly; same as for Task list classification screen using Function module CLAF_CLASSIFICATION_OF_OBJECTS.
    Thanks,
    Sanket Sethi

  • MIGO : Error when copying batch characteristics

    Hi,
    I've some problem on MIGO Tcode when i want to copy the batch characteristics.
    I work with class type 022.
    I create a GR from PO. (movement 101). My item line contained sub-items (with BOM). So i would like to copy the batch characteristics in reference of component batch values.
    I've implemented the UE "EXIT_SAPMM07M_004".
    Case 1 : In this UE, i fill a standard internal table (named VALUES) with the characteristics names and values i want to resume.
    and i use the FM 'CLFM_OBJECT_CLASSIFICATION' with the father and the son batch information in UE, i go to MSC3n and all characteristics are copied (even those unwanted). But when i go to MCS2N,  i retrieve the expected values.
    Case 2 : Only use the internal table, but some characteristics are not maintained.
    Case 3 : Only use the FM, but no characteristics are reversed.
    Does anyone could help me ?
    Thanks in advance
    Best regards.

    Hi,
    Table and field used in additional data table should be related to the object than only it will work, for e.g. MCHA and ERDAT will work if you create a characteristcis and assign it to class type Batch (022/023) because MCHA table has Batch no. as primary key,
    this implies for using material specific table e.g. MARA , you should use characteristics with class type 001 (Material class) , try using with table MARC also
    Cheers
    Dheeraj

  • Upload Vendor Classification Data in R3

    Hello Everyone,
      I was trying to get my hand on a Function Module for uploading Vendor Master Classification data in R3. I came across CLFM_OBJECT_CLASSIFICATION. I do not know if this is the right one and also how it works.
    If someone could just help me as to whether I have the right end of the stick and can also provide me with some documentation on it to get going, I would highly appreciate that.
    Thanks & Rgds
    SDR

    Rob,
    I highly appreciate and thank you for your prompt response and the update on using the Standard program that you had provided to upload classification data. However I dont know whether it suits my requirement though.
    The situation is that a BAPI gets called from webmethod in real time passing data to it. This Bapi is then supposed to create classification data for the vendor in R3. I suppose the former approach by using the standard program requires a formatted file for input to carry out the necessary. I dont think I can have that luxury though. Can you think or suggest of a way to get around.
    Thanks & Rgds
    SDR

  • How to get the list data in MM01/MM02 Classification view

    Hi,
    Anyone know the FM that we use for getting the list in Clasification View of MM01/MM02?
    Thanks,
    Alfred

    hii,
    U can use the below fm to get the classification view in MM02..
    CLFM_OBJECT_CLASSIFICATION
    CLFM_OBJECTS_CLASSIFICATION
    BAPI_OBJCL_CREATE_KEY
    CLFM_CLASS_CLASSIFICATION
    or if u want data from classificaton view then use this function module.
    CLAF_CLASSIFICATION_OF_OBJECTS
    Regards,
    Anil N.

  • Calling Standard screen from custom program

    Hi all,
             My requirement is
    1)Either to fix a link(say from a button) on my custom screen for material creation,to call mm01 basic data screen for image upload.
    2) Or to upload material image directly to the corresponding table(using any fm or something).
    ,please show me light on the above issue.
    Thanks in advance
    Sri

    Hi Jovito,
    I also think the same that it's not possible. Now my issue is how to get my requirement.
    FYI..
    To open Classification screen directly we have a function module CLFM_OBJECT_CLASSIFICATION. But if I want to open IA06
    Inspection characterstics screen we don't have any FM or API to do the same.
    So how will I get my requirement done. That why I use the BDC call transaction to open IA06 Insp. characterstics screen but here I am facing this Back issue.
    Please advice if there is any suggestion.

  • BDC - How to ignore skipped screens when user click on back button

    Hello all,
    I am working on a module pool program. From this custom transaction I am calling a standard SAP screen using BAC call transaction. I am calling this screen by skipping 2-3 screens and user can directly see the 3 screen on an event on my custom transaction.
    Now my issue is whenever the user want to back, he clicks on back button then user have to back from all the screens that I skipped.
    Is this any way by which if user click on back then he can directly go to my custom transaction.
    Please suggest.
    FYI..
    I am calling IA06 - Inspection characterstics screen from my custom screen using BDC.
    Thanks,
    Sanket Sethi

    Hi Jovito,
    I also think the same that it's not possible. Now my issue is how to get my requirement.
    FYI..
    To open Classification screen directly we have a function module CLFM_OBJECT_CLASSIFICATION. But if I want to open IA06
    Inspection characterstics screen we don't have any FM or API to do the same.
    So how will I get my requirement done. That why I use the BDC call transaction to open IA06 Insp. characterstics screen but here I am facing this Back issue.
    Please advice if there is any suggestion.

  • Material Master - classification view - URGENT

    I am coding a proxy for Material master creation. I have done for all the views except for Classification view. Can any one tell me how to start coding for this view.
    Thanks,
    -Naveen.

    Try function module CLFM_OBJECT_CLASSIFICATION. You cannot do a BDC for it. You can also try standard programs  RCCLBI03, RCCLBI02 or RCCLBI03 but they may not be relevant in your case.

  • Phase event InitMethod() is calling 4 times on Back button click???

    Hi Everyone,
    My Jdev version is 11.1.2.3.0.
    I have developed one ADF application with 3 pages.
    First page has a button to move to second and third pages. In the same way second and third pages have the Back buttons to first page. Everything is working very fine.
    But the first page has phase event InitMethod which executes when the page loads. At the starting of the Initmethod i kept the some code to return back if any event takes place that is also working fine.
    But When i press Back button in second or third page then the InitMethod of First page is being called for four times.
    What can be the reason?
    How could i control this behaviour?
    Please let me know....
    Thanks...............

    Hi Jovito,
    I also think the same that it's not possible. Now my issue is how to get my requirement.
    FYI..
    To open Classification screen directly we have a function module CLFM_OBJECT_CLASSIFICATION. But if I want to open IA06
    Inspection characterstics screen we don't have any FM or API to do the same.
    So how will I get my requirement done. That why I use the BDC call transaction to open IA06 Insp. characterstics screen but here I am facing this Back issue.
    Please advice if there is any suggestion.

  • Define New Class Types

    Hello Experts,
    is it possible to create my own Class Types? When it's possible in which TA can I do that?
    thank you.

    Hi Daniel,
    Please refer the following steps copied from SPRO transaction.
    SPRO->Cross-Application Components->Classification System->Classes->Maintain Object Types and Class Types. Then click on the Documentation icon.
    Defining new classifiable object types
    Prequisites:
    Define the object key of the object in Maintain Object Keys. You can display possible entries for the key fields. You see all key fields in structure RMCLX. If the key fields of the new object type are not in structure RMCLX, you must assign them to structure RMCLY. Structure RMCLY is embedded in structure RMCLX and defined for customers.
    The key fields for entering the object key are displayed in the assignment functions in the Classification System. You must define special subscreens for the object key and embed them in the assignment screens (see Defining Subscreens).
    Create a function module that checks whether the object that you are are classifying exists and is valid (see Function Module Object_Check).
    If you want to classify your object in its master record, call function module CLFM_OBJECT_CLASSIFICATION from the application for the object.
    Procedure for Customizing the Classification System
    1. Starting from the list of classifiable object types, choose New entries.
    Enter the object table and a description for the object type.
    Save your entries.
    2. Enter the detail data for the object table.
    Enter the numbers of the subscreens for assignment functions.
    Select the screens that you want to process in classes of this object type.
    Defining class types
    1. Select the object table for which you want to create a new class type. Go to the class types overview.
    2. Choose New entries.
    You see the detail screen for settings for a class type.
    a) Enter a name for your class type.
    This name can contain letters and figures, and must contain at least one letter.
    b) Enter a description for your class type.
    c) Enter the object table for the class type.
    d) Select the screens you want to process in classes of this class type.
    e) Define how changes to classification data are recorded.
    f) Select settings for classification.
    Each object type must have exactly one standard class type.
    Each object type can have just one distribution class type.
    3. Confirm your entries and return to the class types overview.
    Save your new entry.
    Hope this helps
    Thanks
    Lakshman

Maybe you are looking for

  • Convert XML string into XML

    Hi All, Can you please let me know for any sample code in xslt/java mapping for converting XML string into XML. We use SAP Pi 7.0 My XML string starts like this <?xml version="1.0" encoding="UTF-8" ?>  - <ns0:MT_ReceiverFileStructure <namespace>"><Ou

  • How to create new character styles in Numbers 3.0

    In Numbers 3.0, it is possible to update existing characters styles, but I cannot find how to create a new character style, the + sign in the popup is always inactive when I edit text in a cell. The paragraph style popup has an active +, but it doesn

  • How to create the stubs in JDeveloper 10.1.3.3.0

    Hi, i am unable to find an option called Web Service Stub/Skeleton in the 10.1.3.3.0 version of JDev. Can you please let me know what is the option to create a stub web ... Thanks

  • Debt management in Fixed assets

    Hi All, I have a project as a question which I try to realize but I do not know if it is possible in Fixed oracle Asset. The question is as follows: Shall I can generated the writing of subscription of a loan in oracle Basic salaries Assets fa as an

  • Word 2003

    My Word 2003 is part of the Office 2003 that includes Internet Explorer and Outlook Express. This is installed on my PC even though I am connected to a network.  When I attempt to "save" a file or "Access" another directory or file, in word or outloo