Montioring Dates for Services

My scenario is that i will create Services PR through Activities,through External Processing and accordingly PO.
Now ,there are various deadline dates for each of these service activities entered services as per the contract with the vendor.
The customer wants to incorporate and  monitor these dates through the system for individual service activities. If the date of the particular service is exceeded then system should flash a message that date is exceeded at the time of service entry sheet and should allow preparation of service entry sheet only after proper approval in the system and if any late delivery penalty clause is there for payment then the same should be flashed at the time of invoice verification.
Can this be addressed through Project Systems using Montioring Dates option in SPRO > Project Systems > Material > Monitoring Dates.

Hi,
I can propose you 2 solutions :
1- customer fields in PR to store the dates
2- At R/3 PO creation, call from R/3 to read the SC content and add the dates to the R/3 PO.
Thus you won't have any date in the PR but PO will be filled correctly with dates.
I would suggest solution 1.
Up to you now
Kind regards,
Yann

Similar Messages

  • Organization Data for Service Orders and Service Confirmation

    Hi,
    Whenever I create any Service Order or Service Confirmation, the Organization Data is automatically populated.
    My doubts are :
    1. Is is mandatory to provide Organization Data for Service Order/Confirmation Creation ?
    2. What/ Where are the customization for the Organization Management for the above scenario ?
    Thanks and Regards,
    Samantak.

    Dear Samantak,
    org determination should only be made, if you have customized it.
    So please check which org. data profil has been assigned to the involved transaction types (in SPRO Define transaction types).
    And what the profil does (the rule behind) can be found also in SPRO
    - Master Data
      - Organizational Management
        - Organizational Data Determination
          - Change Rules and Profiles
             -Maintain Organizational Data Profile
    Please check the documentation there!
    Regards, Gerhard

  • How do I set-up my Dataset to pull data for Service Requests for a report

    I am using SQL Server 2012 Report Builder 3.0.
    I have my Data Source added - DWDataMart
    I want to build my Dataset to query and find a very specific item. Basically I am creating a daily report that will show what each "team" or Support Group (AD Object) Closed that day. He also wants the ability to open it by date, so if he misses
    a day he can get it later.
    I am totally new to this report building and only got this far by following a guide on a blog, but he used incident Reports in his example, and I do not know what objects to query for service requests.
    Thanks for any information you can provide.

    First, you will need to get the support group ID's in the warehouse before you can run reports for them.  I found that putting these queries in their own stored procedure was a better path.
    select IR.IncidentTierQueuesId, IR.IncidentTierQueuesValue
    from dbo.IncidentTierQueues as IR
    where IR.IncidentTierQueuesId != 0
    select SR.ServiceRequestSupportGroupId, SR.ServiceRequestSupportGroupValue
    from dbo.ServiceRequestSupportGroup as SR
    where sr.ServiceRequestSupportGroupId != 0
    Enter the the support group ID's into your work item query.
    Incident information is in dbo.IncidentDim and Service Requests are found in dbo.ServiceRequestDim.  Both incidents and service requests link to relationship data through dbo.WorkItemDim.  You can INNER JOIN on BaseManagedEntityId to link the incident
    or service request to the workitem entry and from there to the Assigned Users, Affected Users, or Affected Configuration Items.  Each relationship has it's own separate fact views.
    If you poke about in the tables, you will find it pretty easy to pull back all sorts of information from the data warehouse.

  • No organization data for service products

    Hi,
    I create a CRM service order with a service product. Now there is a message, that the product in sales organization and distribution channel is not scheduled.
    Our service products in general don't have organization data, cause they occur from r/3 service master data (transaction ac03).
    How to assign org.data to service products in CRM? I cannot assign the set type for org.data to the category of service products cause we download the products with the middleware from R/3.
    Regards
    Jochen

    Hi
    Sercie products will be created in CRM in service product type, while creating a service product you have to assign the Organizational data in sales and distribution tab
    Thanks
    Satheesh

  • Pricing date for Service Order and Service Confirmation

    Hi,
    I cretated a Service Confirmation as followup for Service Order.
    Client is asking "Pricing Date" should be same Same in Service Order and Service Confirmation. But, I am not seeing any such field in the screen.
    I need to check T&C field and Zone field. But, I am not seeing these fields also.
    Can you please let me know, where can I find this fields. (In which assignment block).
    Thanks,
    Sandeep
    Edited by: Sandeep Reddy on May 31, 2010 7:21 PM

    Hi,
    I think by PRICING DATE they mean BILLING DATE.
    In date profile of SERVICE ORDER and SERVICE CONFIRMATION you assign the BILLING DATE date type (i think it is there in the standard itself- however just ensure it).
    Or customize a PRINCING DATE date type in the DATE PROFILE of SERVICE ORDER and CONFIRMATION and copy the date set in SERVICE ORDER to SERVICE CONFIRMATION.
    This is one strategy you can use.
    Regards
    Surendra More

  • Release date for service pack for 9.2

    When is the release date for weblogic 9.2 sp1? What bug fixes are included in this release?

    I'd suggest contacting [email protected] for this type of information
    -- Rob
    WLS Blog http://dev2dev.bea.com/blog/rwoollen/

  • Best way to implement conclusion date for service ticket

    Hello Folks,
    I have to fix, part of a crm implementation in a customer, and I was thinking what´s the best way to reimplement/reconfigure the conclusion date (or to do by) in a service order ticket.
    I was checking the crm 5.0 best practices, and I found something related on sla contracts on th efollowing documents:
    C13_BB_ConfigGuide_EN_US
    C26_BB_ConfigGuide_EN_US
    C28_BB_ConfigGuide_EN_US
    But the material is poor. Do somebody have a good idea how to implement this? I´m also using webclient and crm 5.0.
    Tips, documents, and ideas are welcome.
    best regards,
    Luiz David

    Ronald,
    There are numerous ways to do this. I would recommend using the SessionFactory. The SessionFactory makes use of the SessionManager, which holds onto the singleton Server session. You can then acquire client sessions using the oracle.toplink.sessions.Session interface from the SessionFactory. There is no need to hold the SessionFactory in a singleton yourself and you do not need to reference the ClientSession directly either.
    We have introduced this latest approach to simplify coding. It will work in both the web architecture with JSP/Servlets accessing the sessions as well as within an EJB tier (Session/Message Driven beans).
    Doug

  • Requirement Date of PR for Service Activity

    Hello All,
    Can any one tell me how to enter the requirement date for service activity?
    Scenario is that I don't have budget in current fiscal year, hence; cannot book my commitment. So, I want to book a commitment in future (for next fiscal year). How can I enter requirement date for service purchase requisition?
    Thanks in advance.
    Warm Regards

    Thanks for you quick response.
    In this case I have to create multiple service activities. Is it possible that I can split service items from one service activity into muliple fiscal years.
    For Example: There are three service items in activity XYZ, I require two items in current fiscal year and one item in the next. Please advise...
    Regards

  • Bapi BAPI_REQUISITION_CREATE : how to populate data for sevices tab

    Hi all,
    I am creating a purchase requisition through bapi .I am using  bapi BAPI_REQUISITION_CREATE
    For creating purchase requisition. The bapi is  creating PR.
    I need to add item level services details also through bapi.i am Using structure BAPIESLLC to populate data. But the data is not getting populated in the services tab.
    For header data i am populating the following data.
    itab_bapiebanc-preq_item      =    '10'.
      itab_bapiebanc-doc_type       =    'NB'.
      itab_bapiebanc-short_text     =    'Blinding'.
      itab_bapiebanc-quantity        =    '1'.
      itab_bapiebanc-unit              =    'AU'.
      itab_bapiebanc-deliv_date      =    '20081027'.
      itab_bapiebanc-plant             =    '1000'.
      itab_bapiebanc-pur_group      =    '001'.
      itab_bapiebanc-preq_name    =    'tracking no'.
      itab_bapiebanc-trackingno     =    '2/C/1B'.
      itab_bapiebanc-mat_grp        =    '007'.
      itab_bapiebanc-acctasscat    =    'P'.
    itab_bapiebanc-ITEM_CAT      =    '9'.
    itab_bapiebanc-GR_IND          =    'X'.
    itab_bapiebanc-IR_IND            =    'X'.
    itab_bapiebanc-FIXED_VEND    =    ' '.
    APPEND itab_bapiebanc.
    itab_bapiebkn-wbs_elem        =    'E-2004'.
    itab_bapiebkn-g_l_acct  =  '0000417000'.
    APPEND itab_bapiebkn.
    itab_bapiebantx-PREQ_ITEM = '10'.
    APPEND itab_bapiebantx.
    when i am adding the above data the p,r is creating sucessfully in the system.
    I need to add data in the item level services tab also.
    I am populating for services tab .
    *----- this part is not working
    itab_bapiservices-SERVICE  = '100217'.
    itab_bapiservices-PCKG_NO  = '0000000001'.
    itab_bapiservices-LINE_NO  = '0000000001'.
    itab_bapiservices-EXT_LINE = '0000000010'.
    itab_bapiservices-short_text = 'BREAKFAST CNTR TOP; AS PER SPECS'.
    itab_bapiservices-QUANTITY  = '680'.
    itab_bapiservices-BASE_UOM  = 'M2'.
    itab_bapiservices-GR_PRICE  = '23.00'.
    itab_bapiservices-MATL_GROUP = '007'.
    itab_bapiservices-PRICE_UNIT = '1'.
    append itab_bapiservices.
    I am populating data for service tab like given above.But the value is not get updaing in purchase requisation.
    Please let me know how to populate the data for service tab.
    with regards,
    ambrose
    itab_bapiebantx-text_line      =    'Test for Purchase requisiton'.
    APPEND itab_bapiebantx.

    Hello
    Try this:
        CALL FUNCTION 'NUMBER_GET_NEXT'
             EXPORTING
               nr_range_nr                   = '01'
               object                        = 'SERVICE'
             IMPORTING
               NUMBER                        = pacno
             EXCEPTIONS
               INTERVAL_NOT_FOUND            = 1
               OTHERS                        = 8.
    itab_bapiservices-PCKG_NO = pacno + 1.
    Also Note 499626 - FAQ: BAPIs in the service

  • GR extraction for Service POs

    Hello all,
    I am trying to create a custom datasource for extracting GR data for service purchase orders.
    I need information such as -
    PO number , Service entry sheet number, Service/activity number, acceptance indicator, accept/reject qty, material document number, movement type etc.
    I am considering tables -
    EKPO, ESLH, ESLL, ESSR and EKBE.
    Has anyone worked on such extractor? Could you please share your learnings with me?
    What is the best way to achieve this - a join or a function module?
    Is delta possible? On what field?
    Any clues / information / advice is highly appreciated.
    Many thanks in advance!
    Regards
    Sanjyot

    I am posting some sample data. The ESLH packno does not match with ESSR packno.
    In below example there are 2 services, out of which only one, 3000000003,  is accepted with ACT_WERT = 10.
    EKPO                              
    EBELN     EBELP     PACKNO                    
    4300000000     10     289271                    
    ESLH                              
    PACKNO     FPACKNO     HPACKNO     EBELN             EBELP          
    289271     289271     289271     4300000000     10          
    289272     289271     289271     4300000000     10          
    ESLL                              
    PACKNO     INTROW     EXTROW     SRVPO          PACKAGE     SUB-PACKNO     ACT_WERT
    289271     1     0                    X     289272                       0
    289272     2     10     3000000003          0                      10
    289272     3     20     3000000002          0                       0
    ESSR                              
    LBLNI                   PACKNO     EBELN               EBELP          
    1000052342          289279     4300000000               10          
    EKBE                              
    EBELN           EBELP     VGABE     BELNR             BEWTP     LFBNR     
    4300000000     10     9     1000052342     D     1000052342     
    4300000000     10     1     50000451255     E     1000052342     
    WHAT I NEED                               
    EBELN              EBELP     LBLNI               SRVPO       ACT_WERT     BELNR     
    4300000000     10     1000052342     3000000003     10     50000451255     

  • Release date for JRE version 1.4.2_13

    Does anyone have a scheduled release date for JRE Version 1.4.2_13? I'm in need of this patch as it fixes some Oracle Forms Client Issues.
    Thanks in advance.

    Hi Jason,
    Can you please let me know the release date for Service Manager 4.1.
    Also please guide me where can I find the functionality difference between 4.1 and 4.2
    Thanks and Regards
    Neha Mahanty

  • Service Desk: Pricing data for partner could not be read

    Hi all,
    I am trying to configure the Service Desk functionality for Service Providers (on EHP1).
    I follow the SAP Documentation (SAP Solution Manager: Service Desk for Service Providers) and SLA's made easy in SAP Solution Manager. Also some discussion threads helped me with some steps (I applied e.g. the recommendation from Pricing data for partner 106 could not be read. , but it didn't help).
    I am facing some errors related to the CRM part of the configuration.
    When I create Service Desk Contract (SLFV) in CRMD_ORDER, the error appears Pricing data for partner xxx could not be read. I checked the setting of BP and I am not able to find the reason, for customer's (sold-to-party) BP the sold-to-party > Sales Area Data the Sales Organization/Distribution Channel/Division are maintained. Which information for pricing is needed and where can it be configured?
    Another error - I am sure it is related to the first one - the service contract cannot be determined in the service message (in Item details view under product). The error messages are about sales area/organization, so I suppose there is something wrong with the link Service Contract -> Business Partner definition.
    Could you please help me what can cause the error?
    Thanks in advance,
    Vaclav

    Hi Balaji.S,
    my problem was solved when I double checked the settings of org structure. That means there must be a consistent setting for sales organization / distribution channel / division in businness partner (tcode BP), organizational model (PPOMA_CRM), product workbench (COMMPR01). The setting must be same for both the sales department of the service provider and the customer's company (I am sorry I am not CRM, so I am following just this simple logic)
    In the long text of the error (in CRMD_ORDER) I could see "expected" combination for sales organization / distribution channel / division (message e.g. The access was carried out with sales organization 'O 50000613', distribution channel '01' and division '') -> when the org model was set up everywhere in this way, the contract was automatically filled by the organization data and in the next step the contract could be determined in the service desk message.
    Anyway it took some time to find out the correct combination. Deeper CRM knowledge would help me much.
    Vaclav

  • Problem while refreshing the data for the second time using excel services in sharepoint 2013...

    Hi,
    I have migrated my Sharepoint from 2010 to 2013.I am able to get the data at the first time of refresh when I click on refresh for the second time I am getting the empty the sheet.
    below find the flow of refresh
    First Refresh
    On Click of refresh open the workbook with excel services and return the session id.
    Using that session I am invoking RefrehAsync method of excel services
    After refresh completed I am setting the calculation of workbook as automatic(to calculate the formulas) using the same session id
    After setting the calculation as Automatic I am setting the calculation type as full(recalculate) using the same session id.
    Now I am able to see the data
    Second Refresh
    After clicking on refresh instead of opening the workbook I am using the session id(already opened workbook) and setting the calculation type as manual
    I am following the same process from refresh(RefreshAsync) as I have followed in first refresh.
    This time my formulas are not getting calculated because of that I am not able to see the data.
    Could you please let me know that am I missing anything here?
    Is this know issue in Sharepoint2013 excel services as same code is working fine with Sharepoint2010.
    If I close the workbook(session id null) and opens(new session id) for all the refreshes it is working and I am able to see the data.
    Thanks,
    Meenakshi Nagpal
    N.Meenakshi

    I am able to see the data for the second refresh  if I change the data source.If I use the same data source which is used in the first refresh I am not getting the data.Excel services will contact the cubes and calculate the formulas in my workbook.
    Could you please let me know what could be the problem at second refresh while contacting the same data source with same session id?
    Please help me asap.
    Thanks,
    Meenakshi Nagpal
    N.Meenakshi

  • Purchase Order data extraction for Service PO

    Hi Experts,
    I am facing problem for extraction of Service Po data .For extractor 2LIS-02_ITM which will give the item details for PO. for the same  I am not geting service Number .
    In ITEM data its show only its service type PO . but not giving service number.
    How to do this ??? plz send reply
    Thanks
    sharad

    Hi Sharad,
    You can enhance the extract structure for 2LIS_02_ITM by adding a new field.
    To populate this field, please try the below logic in user exit code. I am not sure which field you need from ESLL. I am assuming the activity number which is SRVPOS.
    1. Select ESSR-PACKNO into temp where ESSR-EBELN = Pur Doc no in extract
                                                           and  ESSR-EBELP = Pur Doc item in extract.
    2. Select ESLL-SRVPOS where ESLL-PACKNO = temp(retrieved from above step).
    I was not able to find any direct link between Purchase doc number and ESLL, that is why used table ESSR to get the packno.
    Hope this helps.
    Thanks,
    Archana

  • Taking Mac In For Service - How to Secure My Data

    I need to take my G5 in for service today. I'm concerned about the technicians having access to sensitive data on the system. Besides backing everything from the documents folder off to a firewire drive that I'll keep at home, what steps would:
    a) protect passwords, account numbers, etc.
    b) still allow the repair shop the access they need to run the system and troubleshoot.
    c) prevent someone from installing a keylogger or similar security threat which I would not be able to detect when I get the machine back.
    Related questions:
    1) If I backup and then delete the system.keychain before giving them the system, will the mac generate a new keychain which they can use during the repair; and will I be able to replace it when I get the machine back?
    2) If there are multiple user accounts on the machine, are there multiple keychains, and if so where are they?
    Thanks much!

    Király's post describes exactly what I do. I clone the drive to a spare, and then do an erase-and-install of generic OS X with none of my personal files, before sending the machine in. When the machine comes back, I clone my entire drive back to the Mac. I do this because:
    1. I don't want to lose any data, so I back it all up.
    2. I do not want others logging into my account or having access to my data, so I take it all off the drive.
    3. Even if I had no confidential info, I would not want people screwing with my personally tuned configuration or installing or accidentally deleting things.
    By cloning out, wiping, and cloning back, I ensure that the drive contents after it returns from service are 100% exactly what I had before I sent it out, no matter what the techs did.

Maybe you are looking for

  • Editing metadata in the file properties

    Hi, I'm using Win XP SP3 on a "normal" Desktop-PC. Since my problem is not connected to hardware I think that description is enough but I do not know which software information is required. So you may ask. The problem: I always changed and edited som

  • Family Guy Blue Harvest DVD with Itunes 7.6

    I downloaded 7.6 when I got home from buying my Family Guy dvd from Wal-Mart, it includes a way to transfer from the second disc of the DVD to the PC. I went into iTunes using the way it told me. iTunes gives me this error: iTunes could not connect t

  • How to change the 'Thank you for your submission' message?

    I have a webform to collect subscriber info for an email list - there is a standard 'Thank you for your submission' message that is posted when they submit. How does one edit that message?  Thanks!

  • Problem configuring the mouse in KDE 3.4.

    This is a problem I'm having since I upgraded KDE from 3.2 to 3.3. When I try to configure the mouse in Control Center - Peripherals - Mouse, I get this error message: The specified library input could not be found. The diagnostics is: /opt/kde/lib/k

  • When trying to burn a cd in iTunes, message says no disc burner or software found.  What do I do?

    When trying to burn a cd in i Tunes, meassage appears "no disc burner or software found".  The last time I burned a cd was about a month ago and had no problem.  What do I do?