Technical Object Information in BAPI_CONTRACT_CREATEFROMDATA

We are using BAPI_CONTRACT_CREATEFROMDATA to create contract. While loading, we need to update Equipment Number (Tecnical Objects) into too. However, wea re unable to map the field. Any help?

Hi, I am trying to update the technical objects for the quotation as well. Can you explain a little more what you mean? I am not clear about the idoc setup.
Thanks

Similar Messages

  • Which SD Table holds the Technical Object Information?

    I am writing a report in SQ01 and can't find an SD table holding the technical objects information from the Sales contracts or orders. Can anyone suggest a table or which tables to joins I need. .
    Thanks
    Jen

    .... also:
    inner join with sales ordem item:
    VBPM-VBELN = VBAP-VBELN
    VBPM-POSNR = VBAP-POSNR
    Available fields:
    Technical reference object type
    Technical reference object
    Serial number

  • Update Technical Objects using BAPI

    Hi,
    I need to update the Equipment and Functional Location for an item using the Technical Objects options... in the VA41/42.
    Is there a BAPI which update this Info. I am using the BAPI BAPI_CONTRACT_CREATEFROMDATA, to create it, but it does not accept the Technical objects.
    Regards,
    K

    Try the following function modules for updating equipment / functional location
    ITOB_EQUIPMENT_CREATE,
    ITOB_EQUIPMENT_MODIFY

  • BAPI/FM to update Technical Objects in VA41/42

    Hi,
      I need to update the Equipment and Functional Location for an item using the Technical Objects options... in the VA41/42.
      Is there a BAPI which update this Info. I am using the BAPI BAPI_CONTRACT_CREATEFROMDATA, to create it, but it does not accept the Technical objects.
    Regards,
    K

    Try these BAPI's
    BAPI_LISTING_CONDITIONS,
    BAPI_AGREEMENTS
    Regards,
    Rajasekhar Reddy.

  • Object informations

    Dear Friends,
    We have defined the basic settings for object information .But still we need to have to call it manually when notification or order is created. How to open the Object information window automatically when creating a notification or Order?The other things is i want to know whether Is it possible to assign catalog profile for technical objects other than Notifications?

    hi have you assigned your object information key to order types?
    this will automatically display object information key.
    then you have to assign object information key to notification types
    hope it will solve your problem.
    thanks
    mzeee

  • Copy from VBRP to technical object Serial Number in Sales Order

    Hi SAP colleagues,
    I need some help in the following issue. Hopefully somebody can assist. In a F2 invoice in the field VBRP-CHARG, the serial number of the product is available. In the business of my client, many return orders exist (KR, RE, etc.). The return order is created while referencing to the billing document. At this moment SAP users (transaction VA01) must fill in the serial number manually via Extra -> Technical Objects. Regularly people forget to do this or use an incorrect serial number. This leads to all kind of problems further on in the process.
    The question is: how can this process be automatized? So the serial number which is available in VBRP-CHARG, should be copied automatically into the return order in the technical object area in the field SERNR.
    Who knows how to solve this technically in SAP?
    Best regards,
    Paul

    Hi Karan,
    First of all thanks a lot for your answer. Unfortunately it is more complex... The batch number which is available in VBRP-CHARG should be copied into the Technical Object area in the sales order. Menu path: Extra -> Technical Objects. So this is equipment functionality related to sales orders. So copying using copy control from VBRP to VBAP or VBAK will not solve the problem. Do you have any idee how this can be achieved (tables like SER02, OBJK are relevant)?
    Best regards,
    Paul

  • Check on Technical Objects when saving VA41/VA42 (Enhancement for SD)

    Hi All,
    I need to check whether a particular Equipment/Tech Object is already linked to any other existing Sales Document based on Sales Doc Type while saving. If so i need to raise an error and stop the VA41/VA42 Save.
    I tried USER EXIT SAVE DOCUMENT PREPARE under SAPMV45A but i cant access the Tech Objects attached which is under SAPLIWOL.
    Kindly advise me how to access Tech Objects data from SAPMV45A under SAVE DOCUMENT PREPARE or any better option is there.
    Thanks,
    Saleem BEC

    Instead of validating technical object, you can try to validate the technical field name which would be very much available in the user exit.
    G. Lakshmipathi

  • Urgent - BDC program to update technical objects using transaction VA42

    Hi,
    Currently my program updates technical objects details at item level as well as BOM header level.
    But my client insists on updating at contract level i.e when u go to va42 transaction and without selecting any item, we need to go to menu,technical objects where the client  wants all the items to be displayed.
    How to do this way?, is it possible, please advise on this regard.
    Very urgent!
    Thanks in advance
    Anandh.B

    I went into va42 and tried to extras->technical objects but it saying to select the item. Without selecting any item it is not going into technical objects.
    You can only do BDC if is possible manually, since its not possible you cannot do BDC for that.
    Cheers,
    Satya

  • Location and account assignment for technical objeCT

    WHAT IS Location and account assignment for technical objeCT , FOR functional location

    Hi
    check the one of the Views for the above data (notification no + fun Location)
    VIQMAML_IFLOS   
    VIQMELST_IFLOS  
    VIQMEL_IFLOS    
    VIQMFEL_IFLOS   
    VIQMSML_IFLOS   
    Regards
    Anji

  • Create contact on technical object??

    Hi Experts,
    We are implementing SAP CRM 7.0 for a utilities company. Our client has the following requirement: They want to log contacts on technical objects, especially on an installation. This contact should not be linked to a business partner.
    A consultant from SAP told our client this would be new functionality in 7.0. We doubt this is standaard SAP functionality in 7.0.
    What do you think?
    Kind Regards,
    Simon

    Hello NPB,
    I would suggest you to go with the personal list for every user. User can prepare it by clicking on the icon and add that p
    particular entry in his personal list. Next time when ever he will press F4, system will show only personal list not the other
    entries. It is the sixth icon from left in the drop down list.
    Hope this helps you.
    Regards,
    Vaibhav Mishra

  • Navigate to technical objects programatically

    Hi Folks,
    We are developing an internal tool  for developers in our team. The tool will produce output of a technical objects list. It can be program,Function Module,Class methods, DB table,BADI,Exits(pre/post/OVR), Implicit enhancements etc
    Is there any way to porgramatically handle the navigation when the user clicks on the object name other than doing recording for and filling BDC tab for each object type.
    Regards
    Arshad

    You can use cl_wb_worklist along with RS_TOOL_ACCESS for this purpose.
    This example code, shows how to do this for a program. This can be extended for other objects also.
    report navigation_example.
    data:lcl_wrklist type ref to cl_wb_worklist,
          i_wrklist  type wbworklist,
          l_wrkitem  type wbworkitem.
    l_wrkitem-id-type = 'P'.
    l_wrkitem-id-name = sy-cprog. "Program name to navigate to
    l_wrkitem-state-line = 2.  "Navigation position of the program
    append l_wrkitem to i_wrklist.
    lcl_wrklist = cl_wb_worklist=>get_worklist( sy-uname ).
    call method lcl_wrklist->clear.
    call method lcl_wrklist->add_objects
      exporting
        p_objects = i_wrklist.
    call method lcl_wrklist->store.
    call function 'RS_TOOL_ACCESS'
      exporting
        operation    = 'SHOW'
        object_name  = sy-cprog
        object_type  = 'PROG'
        with_worklist = 'X'.
    call method lcl_wrklist->clear.

  • No base object information for AQ$_PROP_TABLE_1

    Hi all,
    My alert log is stating that there is no base object information for the AQ$_PROP_TABLE_1 table? This table is owned by sys which is preventing me from preparing the table.
    Q1) How did the database end up in the state?
    Q2) How do I fix it?
    I'm running 9.2.0.3.
    WARNING: no base object information defined in logminer dictionary!!!
    knlldmm: gdbnm=HLRDB.SITE1
    knlldmm: objn=6850
    knlldmm: objv=1
    knlldmm: scn=1004390
    SQL> select OBJECT_NAME from dba_objects where OBJECT_ID=6850;
    OBJECT_NAME
    AQ$_PROP_TABLE_1
    Enter user-name: sys as sysdba
    Enter password:
    Connected.
    SQL> begin
    2 DBMS_CAPTURE_ADM.PREPARE_TABLE_INSTANTIATION('AQ$_PROP_TABLE_1');
    3 end;
    4 /
    begin
    ERROR at line 1:
    ORA-12087: online redefinition not allowed on tables owned by "SYS"
    ORA-06512: at "SYS.DBMS_CAPTURE_ADM_INTERNAL", line 74
    ORA-06512: at "SYS.DBMS_CAPTURE_ADM", line 159
    ORA-06512: at line 2
    Many thanks,
    Warren

    Select the image you'd like to use as the placeholder, and assign it a "name" in the Inspector - also make sure that the name only contains standard letters, numbers or underscores and starts with a letter (no spaces or punctuation). Does it show up in the Actions menu after that?

  • Technical objects required to be mandatory in service contract VA41

    Hi
    I've got exactly the same issue as the one described in the thread.
    Technical objects required to be mandatory in service contract VA41
    Unfortunately for me it has never been answered, and seems to be quite old now.
    Does anybody knows how it could be set or developed?
    Regards
    Olivier

    Through standard configuration, it is not possible.  However, you can try with any of the following exits
    USEREXIT_MOVE_FIELD_TO_VBAP or
    USEREXIT_SAVE_DOCUMENT
    in the program MV45AFZZ where your technical team needs to validate those required fields as mandatory which is quite possible through coding.
    G. Lakshmipathi

  • Object information pop-up in case of object link

    Hi,
    I want to populate object information screen while creation of notification automatically if object link exist on that object.
    Thanks .

    Hi Rahul
    Go to
    SPRO>>>Plant Maintenance and Customer Service>>>Maintenance and Service Processing>>>Maintenance and Service NotificationsMaintenance and Service Notifications>>>Notification Processing>>>Object Information>>>Define Object Information Keys
    Define oject keys with all required parameters.
    Then
    SPRO>>>Plant Maintenance and Customer Service>>>Maintenance and Service Processing>>>Maintenance and Service NotificationsMaintenance and Service Notifications>>>Notification Processing>>>Object Information>>>Assign Object Information Keys to Notification Types.
    Assign your key and required notification type.
    In create notification once you enter an object ie. FL or equip. object informatin will come with all details.

  • DW Workbench - Source System : Object Information

    I recently applied some bi support packs through spam, and I realize now in my BW Workbench Source Systems
    under Modeling,  the active/inactive sign under Source System : Object Information column is no longer showing,
    which, usually indicate whether the connection to the source system is ok or not.
    Does anyone know what configuration is changed?
    Thanks.
    Edited by: BI Junior on Jul 16, 2009 8:04 PM
    Edited by: BI Junior on Jul 17, 2009 2:36 AM

    Thanks Mohan Kumar,
    I check the source system, it is ok.
    However, under that column, I used to have a active/inactive symbol which will tell me whether
    the connection is ok or not, now the symbol is gone, so I have to check to see whether the
    related source system ok or not.
    Could you see the symbol in your system? My BI7 ides was SP70009, now I updated to SP70016...

Maybe you are looking for

  • Links do not work on Macs in document converted to PDF from Publisher 2007

    Not sure whether to post this under Acrobat Windows or Mac as the PDFs are generated on a Windows PC but the problem involves Macs.  I have come up against a very strange problem.  I have converted an MS Publisher document to PDF using Adobe Acrobat

  • Airport no longer connects to OPEN wireless networks

    Lots of people seem to think that their airport keeps dropping the connection to OPEN wireless networks because of the 2008-001 airport update. That is probably only true for a Macbook 2,1 (aka Macbook Core 2 Duo). I had the issue on my Macbook 1,1 (

  • Can the stand be removed on 21.5 imac

    Can the stand be removed from a 21.5 inch i Mac

  • Setting up video camera with iDVD

    I am very new to iDVD so please forgive me. I have read the manuals and what they don't tell you is how you go about linking up your video camera with your mac. I have an old Mini DV JVC video camera (one of the first digital cameras available). Do I

  • (more) FTP upload problems

    Hi, I recently uploaded some elements of my website to my FTP host...I later/just now redesigned the website and tried to upload to the ftp host again, however this new design hasnt seemed to have uploaded and the old design is now all jumbled and ha