Service Order -- When Date Changed -- Appointment need to changed

Whenever Date on the Service Order is changed, then already existing Appointment Date needs to updated with the new
new date.
To meet this requirement, I was thinking about using Events (AFTER_CHANGE).
But is it possible to meet this requirement with the help of Events ?  Any advice on this on how to proceed?
Please help !
RJ

Hi,
of course you can do it using events.
using after_change function module will be executed after each change - think of filter eg. in function module
to limit number of code executions to minimum. You can use save event also - then appointment will be changed after saved change of date.
BR

Similar Messages

  • Service order posting date error.

    In DBM Service order posting date is taken from the controlling document because of that error comes as
    Document date 03.12.2011(Curent date)is greater than billing date 02.12.2011(Date given in Billing date in service order header)
    But this error is not coming in sales document..
    I need to post service order in the date i mentioned in the service order..
    How dould i resolve this issue..?

    Hi Arvind,
    there a many notes describing this problem:
    1474254, 1473093, 1422246, 1482159, 1588751, 1359333, 1658317
    Best regards
    Robert

  • Sql query to bind data from grid and print total count and amount total when date changes

    SELECT SLHD.VOUCH_CODE,SLHD.VOUCH_DATE,SLHD.VOUCH_NUM,SUM(SLTXN.CALC_NET_AMT) AS AMT,ACT.ACT_NAME,SUM(SLTXN.TOT_QTY) AS QTY
    FROM SL_HEAD20132014 AS SLHD,ACCOUNTS AS ACT,SL_TXN20132014 AS SLTXN
    WHERE SLHD.ACT_CODE=ACT.ACT_CODE AND SLTXN.VOUCH_CODE=SLHD.VOUCH_CODE
    GROUP BY SLHD.VOUCH_CODE,SLHD.VOUCH_DATE,SLHD.VOUCH_NUM,ACT.ACT_NAME
    ORDER BY SLHD.VOUCH_DATE 
    i want to print total quatity and total sale in grid when data changes
    like
    date amount quantity
    01/02/2013 1200 1
    01/02/2013  200 1
    01/02/2013  1400 2 // date changes here 
    02/03/2013 100 1 
    02/03/2013 50 4
    02/03/2013 150 5 // date changes and so on

    this query only print all the data from table i want total quantity and total amount of daily sale in same grid when ever date changes
    You may add the date filter to Visakh's query:
    SELECT SLHD.VOUCH_DATE,SUM(SLTXN.CALC_NET_AMT) AS AMT,SUM(SLTXN.TOT_QTY) AS QTY
    FROM SL_HEAD20132014 AS SLHD,ACCOUNTS AS ACT,SL_TXN20132014 AS SLTXN
    WHERE SLHD.ACT_CODE=ACT.ACT_CODE AND SLTXN.VOUCH_CODE=SLHD.VOUCH_CODEand SLHD.VOUCH_DATE = @yourdate --passed from the front end application
    GROUP BY SLHD.VOUCH_DATE
    WITH CUBE
    ORDER BY SLHD.VOUCH_DATE
    Having said, each time when you select the date, you query the table would be expensive method. May be you can filter the date within your dataset already populated if you have entire data in the dataset.

  • Best event when data changes via a user in a datagrid

    How do I capture when data changes via a user in a datagrid?
    change event?

    thanks mate but I'm not sure where to put it:
    <mx:AdvancedDataGridColumn headerText="sell" dataField="sell" textAlign="right" editable="true">
                    <mx:itemEditor>
                        <fx:Component>                   
                        <s:MXAdvancedDataGridItemRenderer>   
                            <s:TextInput width="100%" text="{data.sell}" fontWeight="bold" contentBackgroundColor="#eeeeff" color="#3333ff"  textAlign="right"  restrict=".0-9" maxChars="11">                                           
                            </s:TextInput>                                               
                        </s:MXAdvancedDataGridItemRenderer>                                       
                        </fx:Component>               
                    </mx:itemEditor>                               
                </mx:AdvancedDataGridColumn>

  • Pricing date change on service order when creating confirmation.

    Hi gurus,
    I want  to change the pricing date (and recalculate prices)on service order to the date confirmation is created from the service order.I would like to know if this can be achieved by copy control BADI or order save BADI or pricing BADI ?
    Please  guide if anybody has already achieved this functionality.
    Thanks
    Dona

    Hi Dona,
    Pricing manipulation for an order can be done by using CRM_PRICING_BADI.Use the method CRM_PRICING_MERGE, here you can use the changing parameter CS_PRICING_BADI to change the pricing data.
    Hope it helps you.
    Regards,
    Shweta

  • Purchase order shipping data change exit in ME59N

    Hi Experts,
    While creating Purchase Order from purchase requisition I need to change the value in field unloading point in shipping tab of Purchase order item. I am coding in exit 'EXIT_SAPMM06E_013' and changing the value of XEKPV-ABLAD. Still the value is not updated in the Purchase Order. Please advise.

    Hi,
    You can update the delivery date , by an customer program in back ground.
    This should be triggered for every PGI done with count in PO delivery date.
    This delivery date should be changed before the shipment is triggered.
    Ask your ABAPER to develop an custom program , based on input logic how to change the delivery date in PO.
    He will develop the program as per your input given to him.
    Rgds,

  • Technical mapping incomplete for Purchase Order when we change address.

    Hello Experts,
      When we change the delivery address manually in the Purchase Order item we are getting the message 'Customs Business Partner Required'.  In the GTS system the PO status as Technical Mapping Incomplete. 
      Our system is configured to take the delivery address from the plant automatically.
      If we don't change the address manually in the PO we are not having any issue. 
      Please help me with this, this is very ungent.  Thanks in advance.
    with best regards
    K. Mohan Reddy

    Hi Mohan,
    Please counter check your configuration/mapping  per the SAP Configuration guide.
    This message is very clear, and points to the communication problem between your feeder system and the GTS Server/client.
    Check the following:
    System Communication
    Connecting the Feeder System to SAP Global Trade Services
    Defining a Logical System
    Assigning the Logical System
    Defining RFC Destinations for RFC Calls
    Defining RFC Destinations for Method Calls in Feeder Systems
    Defining the ALE Distribution Model
    Connecting SAP Global Trade Services to the Feeder System
    Defining the Logical Systems of the Feeder Systems in SAP GTS
    Assigning the Logical System
    Defining Groups of Logical Systems
    Assigning Logical Systems to Logical System Groups
    Defining the Target System for Remote Function Calls
    Defining RFC Destinations for Method Calls in SAP GTS
    Thanks,

  • Sales order header data change by using the ORDERS05 IDOC

    Hello Team
    I am getting sales order number and some code value from the legacy system. i need to check whether the sales order is avialable in SAP or not. if it is there, i need to update the CODE value (ie for example ABC100) in sales order header data> order data> your reference field.  For doing this i am using the IDOC type ORDERS05 and message type ORDCHG message type.
    Now i want to know what are the mandatory fields which i need to do the mapping for the IDOC ORDERS05, to change the sales order header data. please check and suggest me the required fields of the IDOC to be mapped, so that i can change the sales order header data.
    Please correct me if i am doing something wrong here.
    Regards
    Rj

    Hello chirag
    Thanks for your reply. My requirement is to change the sales order which is already avialable in SAP. Just i need to change the header data of the sales order, for example if i am getting the sales order as 1000 and CODE as ABC100. i need to change the Sales document number 1000 and put the code ABC100 in sales order header data>orders data>your reference field.
    So now i want to know the below points
    1. what are the mandatory fields for which i need to pass the values for the IDOC ORDERS05.
    2. what is the user-exit used for picking up those values from SAP because i am getting only sales order number and CODE values from legacy system.
    Please check and suggest me accordingly.
    Regards
    Rj

  • Service entry sheet date change box prompting in ML81n

    Hi Gurus,
    Can anyone tell me why this might be happening. Lets say we created a service entry sheet in the previous period and after performing the service i want to approve it. I cannot post to the previosu period because it is closed. I can only post to the current period. No doubt or confusion there. Even if i try to post to the previous period the system should prompt the date change box so that the user knows yes i have to put a date in the current period. But this does not seem to happen always. Sometimes the system prompts the date change box and sometimes it does not and directly gives the message error log of accpetance entry psoting and blah blah. Why is it that systemgives the date change box sometimes and sometimes it does not
    Thanks
    Anusha
    Edited by: anusha vemulapati on May 13, 2009 5:37 PM

    Dear Anusha,
    System give the date change box only when your date not matching to  MM posting period dates.If your dates is under MM posting date periods system is to question you.
    befor posting,i mean you check dates with MM posting dates to curent dates.
    mostly system allow previous month periods,if more than that system is not accept ,it is purely relation with posting periods issue,this type of question you can idetify in MIGO posting time
    Hope this may helps you
    Prem.

  • Service order  clssification data extraction

    Dear Gurus
    I need to extract Service Order (T-Code IW33 - click on the configuration button in new window it will display configuration data that i need to extract ) i tried to  crated classification data source but not able to create the Data source i used all the service order data sources like 2lis_17_,    2lis_18_ ,,,,0CS_OM_OPA_1 and the 0PM_OM_OPA_1
    not able create classification data source...
    Please advice me how to get this data.....
    Thanks and Regards
    BPSR

    hi,
    have you made search in RSA5 and the business content objects in RSA1? do search there u could be successful.
    Go through the below links for procedure for Business Content Installation.
    http://help.sap.com/saphelp_nw2004s/helpdata/en/80/1a66d5e07211d2acb80000e829fbfe/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/80/1a66d5e07211d2acb80000e829fbfe/content.htm
    Ramesh

  • Service Order status  Not Changing From Resloved to Closed status

    The service order Status not automatically moving from Resolved to closed after 30days.
    Observation
    We Revived program Z program ,seems to be fine.
    I am set the program in debugging mode for testing the Service orders by  reduce the time duraion for staus resolved to closed, am getting the getting the Error Test determination procedure is not evaluated . 
    Point of dout
    1) Is there any relation between Test Determination Procedure and Z program.
    2) while am checking for Text Customing for Consistency I found an error Log.
    3) While creating Service Order Test field was Mandatory
                      for that have dout about is there any relation between for this program
    Thanks in Advance
    Regards
    Raju.........

    Solved ...
    BD75  (RBDMOIND ) is T-Code and report name ...
    need to schedule ...

  • Internal Order master data change

    Hi all
    My requirement is to change cost center and profit center in Internal Order master data using KO04. In my project cost center and profit center are same. I am able to change and save but my question is...
    How come History(Posted transaction) of cost center and Profit center can be transferred to new CC and PC?
    Is it possible?
    Please help.
    Thanks
    Hari

    Hi, Hari:
    Do you mean Manual Reposting of Costs ?
    You can try KB11N for Cost Center.
    Best Regards, Lawrence

  • Broadcasting when data change

    hi,
    I have added the Process Trigger Event Data Change (for Broadcaster) in the process chain. In the broadcast settings I have given the authorizer as ALEMASTER.
    I have scheduled the process chain with the help of an event and the process is getting failed with an error mesage (Alemaster does not have authorization to execute the broadcast setting)
    I have changed the authorizer to my ID in the broadcast setting  and executed the process chain and i am getting an error message SDAPIYK01_BROADCAST_01: User Z57324 cannot be used for background processing.
    I have checked the authorization objects S-RS_ADMWB and S_RS_BCS and they are assigned to me with all the access and not for ALEMASTER.
    I am not sure how to schedule it in the process chain.
    Please help me in this regard.
    Raghu Reddy

    Hi Raghavendra,
    You would need the following authorizations.
    Authorization object - S_RS_BCS
    Field name - RS_EVTYPE
    Value - DC(Execution with data change in infoprovider).
    Activity - *(Full authorization).
    Authorization object - S_RS_ADMWB
    Filed name - RSADMWBOBJ
    Value - BR_SETTING
    Activity - *.
    If you are sending mails to recipients through broadcast settings, you need authorization
    Authorization object - S_OC_SEND
    Filed - COMM_MODE
    Value - INT.
    Lastly,S_BTCH_NAM u2013 User specific processing. Allows a user to specify other users for runtime authorization for a job. However, i think you are missing only the first one.
    Hope it helps,
    Regards,
    Sunmit.

  • Executing workflow when Date Changes in CRM 2011

    Hi,
    I want to execute workflow and get count of all records when year changes . For example if year changes from 2015 to 2016 then workflow should automatically trigger and get count of all system users in CRM. I can do same thing using .NET batch job and putting
    it into window schedular. But i want to achieve same thing in workflow , is it possible?
    Thanks,
    Abhishek
    Abhishek

    Hello,
    To calculate anything you will have to write code. But for periodical execution you can use workflows -
    http://gonzaloruizcrm.blogspot.com/2011/05/quite-often-we-have-business-process.html
    Dynamics CRM MVP/ Technical Evangelist at
    SlickData LLC
    My blog

  • How to restrict Internal Order master data changes

    Hi Experts,
    We have internal orders that have no Functional Area assigned to it at the beginning of the month, but part way through the month a change is made to the master data and a Functional Area gets assigned to the internal order.  When settlement is run at the end of the month, part of the internal order has a FA blank and part of the internal order has a FA of OPEX or G&A depending on what was assigned in the master data.  This causes an issue because they don't offset.
    Typically if no change was made to the master data during the month, all the transactions to the internal order with FA blank would offset and there would be no issues on settlement.
    So, how can we control in the system that does not allow changes?.
    Thanks 
    Sanju

    Hi Sanju
    If FA is not needed at all in the IO- hide that field in the order type screen layout.
    Otherwise, restrict the authorization to someone who understands the criticality of it
    Last resort, implement user exit which won't allow to add FA if transaction data exists. You can search for the exits as COOPA* in SMOD
    Br. Ajay M

Maybe you are looking for

  • Windows 7 with SharePoint 2013 Foundation and Visual Studio 2013

    Hi, I am begginer with Sharepoint 2013 Foundation.  My company installed Sharepoint 2013 Foundation on a virtual Server. I installed Visual Studio 2013 on my local computer. Also i created a developer site. Based on http://msdn.microsoft.com/en-us/li

  • Problems with ICQ Nokia Lumia 720

    There's a problem with ICQ on Nokia Lumia 720. The fact is that being minimized (not closed) it loses connection, after maximizing it, you have to launch the program again. Who faced this problem, did ya find any decision?

  • Alert log is not updated in Oracle 8i

    Database is running Alert log is not updated,not even after manually logswitch I have created job on this but , it is not running itself while same job is runnig on other Db DBA_JOBS shows null value for this job I can run job manually ..then DBA_JOB

  • "artists" vs "compilations"

    Good day! Some of my music, by a single artist, shows up in my iPod in the "compilations" segment of my music files but not in the "artist" segment, where I would prefer to find these selection. How may I move artists from these albums into my "artis

  • Error 1310--what to do now?

    I successfully installed Acrobat X yesterday. I get my first notification today to install updates. I proceed to install these updates. During the process I receive an "Update Failed" message that reads: "Error1310.Error writing to file: C:\Program F