How to link Service Notification and Quotation

Hi Guys,
My business scenario is migrating Quotation.
The source file will be the flat file.First, service notification needs to be created and then quotation need to be created based on that.All these things I need to do through BAPI.
I have tried using Bapi's in the following order.
BAPI_SERVNOT_CREATE
BAPI_SERVNOT_SAVE
BAPI_TRANSACTION_COMMIT
The above sequence creates Notification.
Then I am creating Quotation with the Notification number using
BAPI_QUOTATION_CREATEFROMDATA2
BAPI_TRANSACTION_COMMIT
After creating Quotation ,when I check VBAK , Notification number is present.
But when I check QMEL , VBELN (Quotation number ) is not present.
In other way,In Transaction VA22 , I am not able to see the Sales order(Quotation) number next to Sales.Ord button.
How to solve this issue.
Thanks in advance.

FORM link_notification_quotation .
  DATA:wtl_notification_db_table LIKE qmel OCCURS 0,
       wsl_notification_db_table LIKE qmel.
  IF NOT wtg_longtext[] IS INITIAL.
    SELECT * FROM qmel INTO TABLE wtl_notification_db_table
        FOR ALL ENTRIES IN wtg_longtext
        WHERE qmnum  = wtg_longtext-notif_no.
    LOOP AT wtl_notification_db_table INTO wsl_notification_db_table.
      READ TABLE wtg_longtext INTO wsg_longtext WITH KEY notif_no = wsl_notification_db_table-qmnum
      BINARY SEARCH.
      IF sy-subrc = 0.
        wsl_notification_db_table-vbeln = wsg_longtext-quot_no.
        MODIFY wtl_notification_db_table FROM wsl_notification_db_table.
      ENDIF.
    ENDLOOP.
    MODIFY  qmel FROM TABLE wtl_notification_db_table.
  ENDIF.
ENDFORM.                    " link_notification_Quotation
Sorry for the late reply.Now only i am checking this.Hope you will get some idea from this.But I am sure that this is not the correct way.

Similar Messages

  • Service Notification and service order in ISU

    Dear's
    I want to know that how to configure Service notification and service order in ISU and in ISU their is any posibility if i put a note with meter reading the notification is auto genrate?
    Witing for your positive responce
    Regards,
    Syed Zahoor Ahmed

    Check out [Work Management Help for ISU|http://help.sap.com/saphelp_utilities472/helpdata/en/c6/4dc955eafc11d18a030000e829fbbd/frameset.htm].
    Then you can go to your sandbox SPRO and try the configuration.
    For note question, I am not sure whether I understand it correctly. If you want to automatically create MR from the note that you put in notification. There is not configuration for that. you need an enhancement.
    Chaiphon

  • Link Between Service Notification and Sales Order

    Hi All,
    In our business process, we will create sales order from Service Notification and we can see the same in the Document flow. But when i check in the VBFA table, there are no entries. I would like to know how the document flow is updated without updating the VBFA Table or is there any other table gets updated for this flow.
    Please guide me.
    With Regards
    Vinu.N

    Hello Vinu
    For one Sales Order # figures in Notification header table- VIQMEL-VBELN.
    Similarly Notification # figures in Sales Order Header table- VBAK-QMNUM
    That is a solid link right there.
    I Also guess technical objects like Equipment, Serial number also form link between the Sales and Service Documents.
    Also check out the logic in document flow program RIBELF20, may be it will give you the clues to the problem.
    Hope this helps.

  • How to link Icloud calendar and contacts with windows 8

    How to link Icloud Calendar and contacts with windows8

    Hi ATarakdjian,
    If you are having issues configuring iCloud Calendar on your Windows 8 machine, you may find the following article helpful:
    iCloud: Troubleshooting iCloud Calendar
    http://support.apple.com/kb/ts3999
    Cheers,
    - Brenden

  • How to link another forms and reports in one main forms?

    hai all,
    how to link another forms and reports in one main forms?
    i am creating Custom forms Main_menu
    in that i am puting on button and
    pl/sql code for when-button-pressed
    BEGIN
    Open_form('GROUP_MSTR_ENTRY');
    END;
    i am getting:
    ERROR:frm-40010: cannot read form GROUP_MSTR_ENTRY
    also i am un able change the text colour in form.
    how to link reports in forms?
    any help?
    before open i have to link all form i need?
    thanks in advance
    rcs
    ------

    even after changing to The forms_path variable and
    put the executable(GROUP_MSTR_ENTRY.fmx
    F:\oracle\ora90\FORMS60\server\FACCT\MAIN_MENU\GROUP_MSTR_ENTRY.FMX
    not working
    also i am un able change the text colour in form. how?
    how i can find?
    $ORACLE_HOME/forms/server/default.env
    my files are
    9i oracle database
    SQL*Plus: Release 9.0.1.0.1 - Production on Fri Dec 19 11:37:07 2008
    E:\oracle\ora90\bin\oemapp.batt
    forms6i
    F:\oracle\ora901\bin\
    since 9i is later than forms 6i i am unable to put in the same directory
    ------------

  • Archive service notification and service orders

    Hello
    We need to remove few service notification and service orders from the system.These were created by mistake and now we want to remove those orders and notificaiton from the system
    Please explain with required transactions.
    Regards
    Santosh

    Check preconditions for archiving notification :
    1) The notification has been marked as u201Ccompletedu201D in Change Notification.
    To archive notifications, go to transaction SARA. The archiving object for Notification is NM_QMEL.
    Click on the Write button in the initial screen of Archive Administration to start an archive session of archiving notifications.
    RQARCNMA u2013 Archive Notifications
    RQARCNMD u2013 Delete Notifications
    hope that your problem will be solved.

  • Linking  two notification and tracking

    Hi, Experts
    There are two service notification.Example - X and Y
    X is for lighting propsal for customer
    Now for this propsal electric division want to plan the task for execution and hence has Y notification- (Electric request.)
    My requirement is to create Y notification with reference to X. Hence i can use Iw51 and enter X as reference notification.  But this will not have one to one relationship means i can create any number of Y notifcation with reference to X
    Please guide me how to map this scenario. Also any time i can track  them i.e for y what is x in notification
    Regards
    Anil Kumar

    Anil Kumar,
    This is not standard....
    However, I did hear that someone had resolved this issue via the Object for Services functionality (button in the top-left of the notification screen.
    Its probably possible via the Action Box too. You would need to develop a new function module that requests the second notification number, than updates the document flow.
    Another option is to utilise user-exit QQMA0001 (user screens) to create your own notification sub-screen.
    PeteA

  • Creation of Service Notification and filling certain fields

    Hi,
    I am trying to create a service notification document from inside dunning activity (TR FBVB).
    The steps that I followed are
    A custom FM is configured which is called after dunning event ISU_DUNNING_BLOCK_DEVICE_0350. This std FM creates a disconnection order number which can be seen via TR EC87. This EC87 transaction has a tab for service orders created via it.
    The custom FM configured is called after standard FM is used to get disconnection order and then we are using FM ISU_S_DISCDOC_CHANGE. This FM creates the relevant service notification document for the disconnection order.
    The problem we face in here is the equipment number, connection number, installation, material, serial number created via the FM ISU_S_DISCDOC_CHANGE is blank.
    Our requirement is to have the service notification created via the above fields populated in it.
    Kindly suggest is there any alternative to get those fields populated in the service notification (TR IW53)
    Regards,
    Imran

    hi eshwar
    you can create service order by using the service notification,
    create service notification using IW54 after entering the details select the Service notification in the menu and select the service order create OR press the Order buttom ,and enter the order type you  want to create
    hope this will clear you
    regards
    thyagarajan

  • How to Setup Service Desk and CHARM in Solu Man 4.0

    Hi Gurus
    I am New to Solution Manager 4.0 and i want to setup Service Desk and Change Request Management for my client. Any one help me to guide where i can start and after configuring how the functionality of service desk and change request management.
    Can anybody send the documents with screen shot how to configure and how it lokks after Configuration.
    My client requirement is he wants to make Service desk as a ticketing tool and Charm as Change management tool
    Please help me
    Piont rewarded for solution
    Rajesh

    Hello
    I have configured Ibase for Charm, i followed spro config info as follows:
    Manually Create and Assign the Component Systems asiBase
    In this IMG activity, you define the Installed Base (iBase) manually, that is for refreshing existing iBases after solutions have been changed.
    An iBase component has to be created for each satellite system from which Service Desk messages will be sent to the SAP Solution Manager system.
    For the Value Added Reseller (VAR), it is not absolutely necessary to manually define the iBase at this point. We recommend, however, that you carry out this step so that you have a functioning test scenario.
    Activities
    1. In transaction Change Installed Base (IB52), choose iBase No. 1 (SOL_MAN_DATA_REP).
    2. Create under the IBase Header (SOL_MAN_DATA_REP) an IBase component, for example the SAP component system (SAP WEB AS) or use an existing one.
    3. To assign the systems as iBase components, go to the Text item tab.
    Three components are included in the standard package.
    4. Add all the satellite systems as text items to the table:
    Column Short text: Description of the system
    Column Identification: System ID, installation number, client
    5. Save.
    After changes have been made to a solution, repeat these steps to update system landscape data for iBase.
    Note:
    Every system is only listed once in the iBases. That means a system is not listed in an iBase if it has been listed in another iBase before.
    If the identification is not entered correctly, the system cannot correctly identify the component from the incoming Service Desk message.
    Its really good and I have set up the config in that way only.
    If useful reward the points.
    Thanks
    Regards
    Sharmishtha

  • Control/Default values in Service Notifications and Service Orders

    Hi all,
    When in transaction IW52 and IW32 I know you can maintain a set of default values for when you are either creating a Service Notificaiton and/or a Service Order.
    My scenario is as follows:-
    User 1 has a set of default values and it contains Work Centre A.  User 1 then creates a Service Notification.
    User 2 has a set of default values and it contains Work Centre B.  User 2 then reviews the Service Notification created by User 1 and wishes to create a Service Order.
    When User 2 creates the Service Order, the default value for the Work Centre is using User 1's Work Centre (Work centre A) and not their own Work Centre of Work Centre B?
    What is stopping User 2 picking up their own Work Centre of Work Centre B when they want to create a Service Order from a Service Notification?

    Gary,
    The order takes its data from the notification (which got it from USER1's defaults).
    What you need to do is change the notification work centre to that of USER2's preferred default value.
    There is no standard setting for this. However, all is not lost. It may be possible by misuing one of the order user-exits
    PeteA

  • How to link Position flexfield and grade flexfield with business group?

    Hello guys,
    I am a new for Oracle HRMS. We have 2 position flexfields and 2 grade flexfields that need to be assigned to each business group.
    How to link it? I have found the way for job flexfield (within job group) however I can't find any similar setup for those flexfields.
    Please advise.
    Many thanks.

    Can you provide the solution, please.
    thanks in advance

  • How to create service items and sales order for service contracts.

    Hi,
    I have created item using Purchased Item template and one more item(service item) using service /warranty program template. Then I have used these items to create sales order with service item in it and closed that order , but Iam not getting this order in service contracts. Is this right way to create sales order for service items. I
    item name:- personal_computer
    copied from purchased order template. service is enabled and install base is checked and enable service coverage is enabled.
    item name:- service_item
    copied from service /warranty program template
    service is selected to inactive,
    service type: service
    duration: 1 year
    template: Gold
    and saved the item.
    Then I have used these two items in sales order for service contracts. But that sales order is not hitting in service contracts. Is there any error with item creation.
    Thanks,
    Bharat G.

    Following SAP Notes to be referred for Service Tax:
    1.     778976 u2013 Service Tax and Ecess on Service Tax
    2.     1032265 - SEcess on Service Tax
    Regards
    AK

  • How to get service name and listening host to connect to oracle DB server?

    I have successfully installed oracle db client 10g release 2 on my winXP. But when I tried to use Net Congiguration Assistance to connect to oracle db server. I do not know what is the "service name" and listening "host" I supporse to enter. Where can I get the names?
    PLEASE HELP! THANKS!

    machine name or IP = machine name or IP address of the database server
    To know the service name do the following on the server :
    $ lsnrctl services
    LSNRCTL for Linux: Version 10.1.0.3.0 - Production on 30-DEC-2005 00:24:28
    Copyright (c) 1991, 2004, Oracle.  All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=127.0.0.1)(PORT=1521)))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
      Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
        Handler(s):
          "DEDICATED" established:0 refused:0
             LOCAL SERVER
    Service "test10" has 1 instance(s).
      Instance "test10", status READY, has 1 handler(s) for this service...
        Handler(s):
          "DEDICATED" established:0 refused:0 state:ready
             LOCAL SERVER
    The command completed successfully
    $The service name is test10 in my case. Of course you have to use yours.

  • How to internationalize BPM Notifications and the User Interfaces ?

    Hi masters.
    Could anyone say me the better way to internationalize, translate the texts of the BPM Notifications and Adobe Forms and WebDynpro user interfaces ?

    Hi Lehcim,
    Have a look at the src\bpmn folder of your process. For example if your process is called demoprocess, you'll find demoprocess.bpmn.xlf file there.
    If you open that file it should be opened with the S2X editor. Have a look at the Resource Text Tab, you'll find all the texts of your process there. That means e.g. Activity names etc. but also the Texts you have used in your Notification activities.
    Internationalisation works now like the aforementioned WebDynpro internationalisation.
    In short terms: you copy the xlf file, add the iso language code (e.b. demoprocess.bpmn_de.xlf), then open the new xlf file and translate the texts.
    Just post again if my explanation wasn't clear enough.
    Cheers, Marcel

  • How to create  Service Order  and then Invoice    using   IW31

    I  have  problem  to create   Service Order  and  then Billing,
                   could  anyone tel me ,what is process  flow.
    Thanksa in Advance.

    Hi Suniel,
    PLease take a look at:
    Re: Problem  to create  Service Order  using   IW31 and  then Invoice  for that
    Best regards,
    demas

Maybe you are looking for

  • I'm missing the back cover and flap for my book. Doesn't show up in the interface. How can I restore these?

    I'm missing the back cover and flap for my book in the layout interface. Does anyone know how to restore these?  I've searched the interface but can't find an option to add cover/flap. Don't want to order a book without it. Any advice is welcome!

  • I'm trying to simply download iTunes.  I keep getting error messages that I don't have apple support

    I have tried to download iTunes on my computer several times.  I keep getting an error message that it can't download it.  Also having issues with my iPod touch.  It is frozen and just shows:iPod is disabled connect to iTunes.  The problem is, I can'

  • RSYNC.NLM causing a grief

    Hi, RSYNC.NLM seems to be the culprit in recent abends (03/12/2011, 11/12/2011 and 12/12/2011). I have listed server's OS details as shown below: ================================================== ==== Novell Open Enterprise Server, NetWare 6.5 Suppo

  • Fillable pdf file

    I have Adobe Reader XI and a pdf file that is fillable. I want to fill these fields programmatically. The fillable fields are highlighted but how do I determine the field names of the fillable fields? Is there a link explaining how to do this?

  • HotSpot VM doesn't support connection to an IBM mainframe?

    Are there any known issues with HotSpot Client VM (1.4.2_06-b03, mixed mode) or J2RE Standard Edition (1.4.2_06-b03) that would cause problems connecting to an IBM mainframe (OS 390)? If so, what are they? My program compiles with no errors on a Sun