BAPI for assign equipment to a class

Hi SDN,
I need assign an equipment (table EQUI) to a class, using BAPI (as CL24N - Assign Objects/Classes to Class ).
Can you please help?
Thanks in advance,
Best Regards,
Maria João Rocha

Hello,
have a look at the following thread. There're some function modules that should fit to your requirements:
BAPI for CL24N
Best regards
Stephan

Similar Messages

  • Is there any Bapi for assigning CreditcontrolArea to Salesarea

    Hi Experts ,
        Is there any Bapi for assigning CreditcontrolArea to Salesarea
          Thanks in advance

    Hi Mugu,
    WELCOME TO SDN.
      refer to the BAPI below:
    BAPI_MATERIAL_GETBATCHES
    Create Batch List for a Material
    to display:
    BAPI_MATERIAL_DISPLAY Display Material
    refer to the link below for other BAPI's:
    http://www.sapbapi.com/bapi-list/
    With luck,
    Pritam.

  • BAPI for Assigning multiple ship to party for customer

    Hi experts,
    I need a bapi to assign different ship to party for a customer.
    I have tried SD_CUSTOMER_MAINTAIN_ALL but not working properly.
    Kindly suggest the solution.
    Regards,
    Nitin.

    Hi,
    For the maintenance of customers, there is NO BAPI and NO direct function module.
    There are some functions modules like the one above where the name is looking nice. But these should not be used.
    Below ECC 2005 (6.00), the only solution was batch input and DEBMAS idocs. See [note 384462|https://service.sap.com/sap/support/notes/384462]
    Starting with ECC 2005 (6.00) and above: a synchronisation tool has been introduce. See class CMD_EI_API and VMD_EI_API
    Hope this helps
    BR
    Alain

  • BAPI for assigning models to the Product

    Hi
    We are trying to create some product locations which are not there in SAP R/3.
    Is there any BAPI which can be used to assign models to the created products ?
    Thanks and Best Regards
    Mitesh

    Hi Mitesh,
         You can use '/SAPAPO/DM_MODEL_ADD_PROD' for assigning the models.
    ( /SAPAPO/MOD_VERS_BEGIN_ACCESS and  /SAPAPO/MOD_VERS_END_ACCESS function modules can be used for locking and unlocking the models).
    Regards,
    Siva.

  • BAPI for Assigning Business Partner Collection Profile

    Hi,
    Is there any BADIs for assigning collection profile for Business Partner?
    Thanks.
    Updates:
    Found it. UDM_BP_PROFILE_C
    Edited by: Isagani Laude on Oct 2, 2008 10:25 AM

    Hi Ravish,
    BAPI_BUPA_CREATE_FROM_DATA   which generates a general Business Partner.  BAPI_BUPA_ROLE_ADD.                   to add a different role
    Regards
    Narayana

  • FM/BAPI for assigning a class and value instead of manualy doing in IE02

    hi guys,
    i need a FM/BAPI which will allow me to take input as equipment number and assign the class and value for it as done manually in IE02.
    Input should be equipment number.
    POINTS will be given.

    Hi
    I hope this thread can help you
    Characteristic Value
    Re: Equipment Characteristic Value
    Change Equipment Using Transaction IE02
    Regards
    pavan

  • FM/BAPI for assigning a class and value for the class instead of manually d

    Hi guys,
    Instead of manually adding equipment class and assigning value for the class added can i get a FM or BAPI.
    this is for transaction IE02.
    rewards will be given.

    Hi
    I hope this thread can help you
    Characteristic Value
    Re: Equipment Characteristic Value
    Change Equipment Using Transaction IE02
    Regards
    pavan

  • Need BAPI for assignment of services to respective activity

    Hello Friends,
                          I need to assign services to respective activity through uploading. For this purpose i need BAPI which will update the specific field of uploaded file in standared transaction CJ20N. The field which i need to update are all present in ESLL Transp. Table (Lines of Service Package) and the fields are : short text (KTEXT1)  ,  Quantity (MENGE) , Gross price (TBTWR) , Unit (MEINS) .
    Suggest the BAPI which will update this fields.
    Edited by: Jain RahulM on Feb 1, 2011 6:17 AM

    Sasi,
    Simpler would be FM /SAPAPO/DM_MODEL_POST:
      CALL FUNCTION '/SAPAPO/DM_MODEL_POST'
        EXPORTING
          iv_vb     = 'I'
        TABLES
          it_matmod = t_matmod.
    If you have product location existing in the system, you need to read records from respective APO tables and populate into t_matmod with appropriate model and pass it to this FM.
    Rgds,
    Sarah.
    Message was edited by:
            Sarah

  • Bapi for Assign a Location Product - Model in SCM 4.1.

    Hi,
    I need a BAPI / FM to Assign a Location Product - Model in SCM 4.1. Can any body give me the info regarding this.
    Thanks in advance for your help.
    Saisdhar

    Hi,
    please have a look at note 865361. Please use Userexit CIFPPM01.
    In the note you'll find a sample coding for the locations.
    regards
    Joerg

  • BAPI for getting Equipment and Resources for a WORK CENTER

    Hi All,
    I have a requirement where i need to get all the equipment list for a given work center. So its Interface should be like
    Input -- Work center
    Output -- Table filled with Equipment list
                   Table filled with Resource(Person) list
    Please let me know if i need to provide other additional information also.
    Thanks ,
    Abhishek

    Hello,
    I think What you providing input is right.Just would like know how will you get Person Responsible out put list??
    Please Use The table ITOB to fetch the Equipment List according to Work Center as Input.
    OBJID=Put work center ID in CRHD Table you will get the OBJID then you have use the OBJID in table ITOB for  getting the equipment data.
    Regards,
    Rakesh
    Edited by: RAKESH ASHOK MANE on Oct 1, 2010 9:13 AM
    Edited by: RAKESH ASHOK MANE on Oct 1, 2010 1:20 PM

  • BAPI for assigning A contract with Assortment

    Hi all,
         Can any one gimmie the name of the BAPI that is used to Assign a contract with Assortment with the given Contract id and Assortment ID.The transaction used is VA42.
       Points are waiting.
    Regards,
    Ravi K.

    Hi,
    Check with these function modules one will work.
    bapi_assortment_maintain
    bapi_assortmentlist_getgroup
    bapi_assortmentlist_gethead
    bapi_assortmentlist_getpos
    regards,
    ms

  • FM for assign employee user name to Business partner (employee) in BP t.cod

    Dear alll
    I need fm / bapi for assigning employee (user name) to business partner in identification tcode in BP tcode. Any one help me?

    Hi Saumya Govil
    I have used
    1. BP_BUPA_GET_HROBJECT to get the person number based on PARTNER_GUID.
    2. pass this person number to FM BP_CENTRALPERSON_ASSIGN_USER to assign user ID.
    Instead of the creating new central personal number i have used above BP_BUPA_GET_HROBJECT fm.
    Thanks for your quick reply.

  • Assigning Equipment Number to MIC (Use of class type 005)

    Hi,
    I want to assign equipment number to MIC. For this i have made a class with class type 005 and assigned a characteristic for equipment number(EQUI table field). I have assigned the class to MIC. Now i want to enter the equipment number, when MIC is attached to a inspection plan. Please tell me how to do so ? and am i doing it correctly?

    I am not sure whether classification can be used here or its coorect way as classification has very different use altogather.
    Now what my understanding here is you can use
    1.PRT filed in Inspectionn plan and assign the same to a mic @ char lavel.
    2.You can also use the "Inspection method" to specify method and equipment that you are going to use for inspection.As Method is free text you can vertually write anything here.Attach method to mic in QS22/QS23
    3.In "Inspection char desription /  search field " you can use name of equipment.
    This is my understnading.

  • BAPI for characteristics and classes

    Hi all,
    I need to upload classifications, characteristics and characteristics value
    and classes to the master and also need to extract the same from the material master..
    Can any one of you suggest me any BAPI of function module or any othe way so as to implement the above requirement..
    Useful answers will be rewarded..
    Thanks in advance..
    Arun

    Hi,
    Check all,
    BAPI_CLASS_ALLOC_GLOB_DEP BAPI: Assign Global Dependencies to Class
    BAPI_CLASS_CHANGE BAPI: Change Class
    BAPI_CLASS_CHARVALUE_DEL_DEP Class BAPI: Delete Local / Global Dependencies for Characteristic Valu
    BAPI_CLASS_CHARVALUE_GLOB_DEP Class BAPI: Assign Global Dependencies to Characteristic Value
    BAPI_CLASS_CHARVALUE_LOCAL_DEP Class BAPI: Maintain Local Dependency for Characteristic Value
    BAPI_CLASS_CHARVALUE_READ_ALLO Class BAPI: Read Dependencies for Characteristic Value
    BAPI_CLASS_CHAR_ALLOC_GLOB_DEP Class BAPI: Global Dependencies for Characteristic
    BAPI_CLASS_CHAR_DELETE_DEP Class BAPI: Delete Global / Local Dependency for Characteristic
    BAPI_CLASS_CHAR_LOCAL_DEP Class BAPI: Assign / Delete Local Dependency for Characteristic
    BAPI_CLASS_CHAR_READ_ALLOC Class BAPI: Read Dependencies for Characteristic
    BAPI_CLASS_CHAR_VALUE_TEXT_DEL Class BAPI: Delete Overwriting of Long Text for Characteristic or Value
    BAPI_CLASS_CHAR_VALUE_TEXT_OVR Class BAPI: Overwriting of Long Text for Characteristic or Value
    Reward if useful!

  • BAPI for fill class characteristics

    Hi,
    Wich BAPI schould I use to fill class characteristics,
    where class is associated with batch.
    Please it's very important
    Regards,
    Greg.

    BAPI_CLASS_ALLOC_GLOB_DEP      BAPI: Assign Global Dependencies to Class
    BAPI_CLASS_CHANGE                      BAPI: Change Class
    BAPI_CLASS_CHARVALUE_DEL_DEP   Class BAPI: Delete Local / Global Dependencies for Characteristic Valu
    BAPI_CLASS_CHARVALUE_GLOB_DEP  Class BAPI: Assign Global Dependencies to Characteristic Value
    BAPI_CLASS_CHARVALUE_LOCAL_DEP Class BAPI: Maintain Local Dependency for Characteristic Value
    BAPI_CLASS_CHARVALUE_READ_ALLO Class BAPI: Read Dependencies for Characteristic Value
    BAPI_CLASS_CHAR_ALLOC_GLOB_DEP Class BAPI: Global Dependencies for Characteristic
    BAPI_CLASS_CHAR_DELETE_DEP     Class BAPI: Delete Global / Local Dependency for Characteristic
    BAPI_CLASS_CHAR_LOCAL_DEP      Class BAPI: Assign / Delete Local Dependency for Characteristic
    BAPI_CLASS_CHAR_READ_ALLOC     Class BAPI: Read Dependencies for Characteristic
    BAPI_CLASS_CHAR_VALUE_TEXT_DEL Class BAPI: Delete Overwriting of Long Text for Characteristic or Value
    BAPI_CLASS_CHAR_VALUE_TEXT_OVR Class BAPI: Overwriting of Long Text for Characteristic or Value
    Just check these FM
    Regards,
    Pavan P.

Maybe you are looking for

  • How to write ModuleData process exit bean in the sender file adapter

    Hi all, I am referring to this blog: /people/sap.user72/blog/2005/07/31/xi-read-data-from-pdf-file-in-sender-adapter Can any one come across this situation like reading a PDF file and converting it to XML using XSL-FO. I am using NWDS, and selected J

  • OpenScript Load Testinf - Download File

    Hi guys! I was recording load test script which ends with file download. My problem is that file isn't actually download while playing this script in OpenScript. Do you know how to make it work? With regards, PsmakR

  • Consolidated Report on emails to all agents in AGENT INBOX

    Hi     I need to prepare a report for the manager to check the details( Dates,Status and Escalations) of all the emails received by all agents in the system. How can I acheive it ?    I was trying to create the report using the BTQUeryAUI Bol query i

  • Oracle 8i Post Installation Prob..

    Respected members I succesfully installed Oracle8i on linux (redhat linux 6.1) . Everything is ok and got a succesfull installation message. After it i set Path and everything but but getting listner not available or sometime oracle not available mes

  • Receipt needed

    I need a receipt for my MacBook which I bought July 2008, at that time I didnt get the receipt by email, now my Mac was stolen and the insurance company wants the receipt. I have credit card transaction no., date of purchase, amount and the apple sto