ISU config for creating notification on Move In/Out or Disconnect/recon

Hi
Can anyone let me know how to configure system to create notificaiton/work order on following events in ISU:
1) Move in
2) Move out
3) disconnection
4) reconnection
Thanks in advance,
Laxmi

Hi Olivia,
I did the config for creating service order/notif on move in process for BP who is also a SD customer (independent of Company code).
1) Created a service object containing work center and PM order and referencing "Funcitonal location" and assigned to order codes (SM01, SM02, and SM03) and then configured the plant and work center for the service objects.
2) Configured the "Parameters for MR data processing" for blank company code and original company code for each division - cheked the service order/notifi and allow est MRRs, input 1 in data limitation and checked the display default meter value.
3) Did not configure the "general system parameters for Move in/out" for 'Create Service order/notif with delay"
After installing a device in the installation (billing installation) , I tried creating the move with intial meter readings and only "Service order/notifi" checked.
The problem is, after move in it is not creating the meter reading order and the service order but i could find entries in EABLG table with merer reading reasons 21 and 06.
Please help me creating meter reading order and service order on Move in.
I am new to ISU.
Thanks,
Laxmi

Similar Messages

  • Suggest BAPI for create notification IW34

    Hi,
    Kindly suggest BAPI for create notification IW34.
    Regards,
    Tanaya

    How to find function module or Bapi for particular transaction in sap?
    If you mean that you need to know what BAPI's a particular tranx uses, which I can only assume that's what you mean, then you should access the code behind the transaction and search for 'CALL'. That normally is the standard method that think that most people use. 
    Suppose you want to find the bapi for creating a sales order, you usually use transaction VA01 for this. 
    1. Find out the package of the transaction. 
    Start Va01 go to system --> status. 
    Double click on transaction 
    Package is VA 
    Open this package in SE80 
    Open business engineering-->Business object types 
    Find the BO which sounds the most appropriate 
    I would suggest BUS2032 Sales Order 
    Double click. 
    Open methods. 
    Find the released method with from data or something similar in the name 
    , Createfromdat2 
    Position the cursor in it and click the program button 
    Scroll down to find the bapi used in this method 
    With this way you can also find out programs and FM's 
    2. Start va01 go to system-->status 
    Double click transaction VA01 
    Double click on package 
    Read the application component. (this is SD-SLS Sales) 
    Then open the transaction BAPI 
    Sales and distribution>Sales>sales order 
    createfromdat2 
    Answer: This is  the BAPI for your mentioned   transaction code BAPI_GOODSMVT_CREATE.
    thanks,
    Sankar M

  • Best settings for creating a web mov. from a motion project

    Hi,
    I have been trying to get a crisp image online, that doesn't take a age to load. I know it's possible as I have seen sites that seem to have their settings spot on.
    I am using H264 codec, which greatly reduces the file size (although it's still about 4.5mb) and the once crisp looking motion project, now looks dull.
    Can anyone help? I am very new to motion (and FCP). What codec should I set my sequence to before I import the motion project to FCP and then what settings should I use for compressor?
    Your help would be much appreciated.
    Thanks

    You could also try Squeeze.
    I've read that for highly compressed H.264 (doesn't matter for files that aren't), Squeeze has better quality. (would certainly like to hear other's experience - Squeeze seems a lot slower to compress from the review)
    Here's one review ( there's a more detailed review around somewhere )
    http://digitalcontentproducer.com/videoencodvd/revfeat/encodershootout1208/index1.html
    http://digitalcontentproducer.com/images/812DCP_DexpTable3LG.jpg

  • Argent Help Needed for VL01N(create delivery) and IW51(Create Notification)

    Hello All
         Requirement :
         when create a delivery using VL01N, at the same time, 'Notification creation'(IW51) will automatically being create.
         in short, when i'm creating a delivery and save it at same time 'Notification Creation' will autometically genetare.
         So, i think, change in SAP Standard Program..
         So how to do that or is there any way to do it??
    Thanks All
    Kaushik
    Edited by: The Kaushik on Aug 31, 2011 1:13 PM

    Hello Anjaneya,
    Business requirement is that, we dont want to create notification separately  because of our business sense.
    i have also find out the solution .
    BAPI_ALM_NOTIF_CREATE is the function module, for create notification in background.
    but now question is that,
    where to put this code in transaction VL01N or SAP Standard Program SAPMV50A.
    My Program is like,
    DATA: I_BAPI2080_NOTHDRI TYPE STANDARD TABLE OF BAPI2080_NOTHDRI WITH
    HEADER LINE.
    DATA: I_BAPIRET2 TYPE STANDARD TABLE OF BAPIRET2 WITH HEADER LINE.
    DATA: I_BAPI2080_NOTHDRE TYPE STANDARD TABLE OF BAPI2080_NOTHDRE WITH
    HEADER LINE.
    DATA: I_BAPI2080_NOTFULLTXTI TYPE STANDARD TABLE OF BAPI2080_NOTFULLTXTI
    WITH HEADER LINE.
    I_BAPI2080_NOTHDRI-SERIALNO = 'XXXXXX5885'.    u201Cu can find this is vl01n
    I_BAPI2080_NOTHDRI-MATERIAL = 'XXXXXXXX20111'.  u201Cu can find this is vl01n
    CALL FUNCTION 'BAPI_ALM_NOTIF_CREATE'
      EXPORTING
      EXTERNAL_NUMBER          =
        NOTIF_TYPE               = 'S0'
        NOTIFHEADER              = I_BAPI2080_NOTHDRI
      TASK_DETERMINATION       = ' '
      SENDER                   =
      ORDERID                  =
    IMPORTING
        NOTIFHEADER_EXPORT       = I_BAPI2080_NOTHDRE
    TABLES
      NOTITEM                  =
      NOTIFCAUS                =
      NOTIFACTV                =
      NOTIFTASK                =
      NOTIFPARTNR              =
       LONGTEXTS                = I_BAPI2080_NOTFULLTXTI
      KEY_RELATIONSHIPS        =
        RETURN                   = I_BAPIRET2.
    CALL FUNCTION 'BAPI_ALM_NOTIF_SAVE'
      EXPORTING
        NUMBER            = I_BAPI2080_NOTHDRE-NOTIF_NO
    IMPORTING
      NOTIFHEADER       =
    TABLES
      RETURN            =
    u can not geting output here......but if u can run tcode : IW53, U can see that, notification will be created.
    Thanks
    Kaushik

  • Creating notification (Its urgent Plz help)

    Hi All,
    I am asked to do a development for create notification such that if a person enter the measuring point greater than a specified limit say 60 which according to them is a dangerous point then a notification should be created and it should be triggered to the concerned person that the measuring point is at danger level. How could i achieve this functionality, how should i proceed, the transaction in which they needed this functionality  is IK11.
    What  should i do , how to proceed please help me out as its urgent issue.
    Thanks and Regards,
    Rachit Khanna

    Hi,
    <u>check the following fun modules based on it</u>
    <b>2078 BAPIs for quality notifications</b>
    BAPI_QNOTIFICAT_CREATE Create quality notification
    BAPI_QNOTIFICAT_GETCATALPROFIL Determine Catalog Profile for Quality Notification
    BAPI_QNOTIFICAT_GETKEYFIGURES Determines Existing Quality Notifications
    BAPI_QNOTIFICAT_GETLISTFORCUST Select quality notifications for a customer
    BAPI_QNOTIFICAT_GETMATLISTFCUS Select a Customer Material List for Quality Notifications
    <b>EEWM_SV_NTF IS-U-WM: Service Notifications</b>
    BAPI_ISUSMNOTIF_CREATEMULTIPLE Create service notifications
    BAPI_ISUSMNOTIF_SETCOMPLETED Set Service Notification to Completed
    BAPI_ISUSMNOTIF_USERSTATUSSET Set User Status for Notification
    <b>IWOPM BAPI Functions for PM/CS Notifications</b>
    BAPI_ALM_NOTIF_CHANGEUSRSTAT Change User Status of a PM/CS Notification
    BAPI_ALM_NOTIF_CLOSE Complete PM/CS Notification
    BAPI_ALM_NOTIF_CREATE Create PM/CS Notification
    BAPI_ALM_NOTIF_DATA_ADD PM/CS Notification: Add Data
    BAPI_ALM_NOTIF_DATA_DELETE PM/CS Notification: Delete Data
    BAPI_ALM_NOTIF_DATA_MODIFY PM/CS Notification: Change Data
    BAPI_ALM_NOTIF_GET_DETAIL PM/CS Notification: Read Detail Data
    BAPI_ALM_NOTIF_LIST_EQUI Select PM/CS Notifications by Equipment
    BAPI_ALM_NOTIF_LIST_FUNCLOC Select PM/CS Notifications by Functional Locations
    BAPI_ALM_NOTIF_LIST_PARTNER Select PM/CS Notifications by Partners
    BAPI_ALM_NOTIF_LIST_PLANGROUP Select PM/CS Notifications by Maintenance Planner Group
    BAPI_ALM_NOTIF_LIST_SORTFIELD Select PM/CS Notifications by Sort Field
    BAPI_ALM_NOTIF_POSTPONE Reset PM/CS Notification
    BAPI_ALM_NOTIF_PUTINPROGRESS Release PM/CS Notification
    BAPI_ALM_NOTIF_SAVE Save PM/CS Notification
    BAPI_ALM_NOTIF_TASK_COMPLETE PM/CS Notification: Complete Task
    BAPI_ALM_NOTIF_TASK_RELEASE PM/CS Notification: Release Task
    BAPI_ALM_NOTIF_TASK_SUCCESS PM/CS Notification: Set Task to Successful
    <b>IWWW BAPIs for Eqpt. + Service Notifications</b>
    BAPI_SERVICENOTIFICAT_CREATE Create service notification
    BAPI_SERVICENOTIFICAT_GETLIST Select service notifications according to customer or contact person
    Reward points for useful Answers
    Regards
    Sudheer

  • New Type of Firewall Config (for me)

    OK - this is a different type of config for me so I am reaching out for  some advise / help.  I manage many cisco asa 5520's and I am in the  process of converting one asa from a block of 30 outside addresses of to  a 50 Meg Cox cable modem with a block of 30 cidr addresses.
    Normally  I would just reference an outside address and bingo, things would work  right.  In this case I found out so far that I could only get internet  access through this cable modem by setting up the outside interface of  the asa with dhcp - then it grabbed a public wan address, added a route  to the asa 5520 and then I had internet access out through the cable  modem.
    My question / problem / nuance to me is when I reference /  assign  one of our cidr addresses to a device (like a server) and that  is natted from the dmz to the outside address I don't get access to the  device.
    I'm thinking I have to do something special to set up  these cidr addresses but having never done this before I am reaching out  for some advise.
    my outside dhcp assigned wan address is 70.168.x.1xx with a gateway of 70.168.x.1
    The cidr block I have been assigned from the cable company is
    184.185.x.x/27
    The  cable company also has suggested a default gateway address withing the  cidr block and a first useable and last useable address.
    I must say that I usually look to over complicate things by thinking things are more difficult than they really are.
    Can  anyone get me pointed in the right direction so I know how to assign  these cidr addresses and have then accessable from the outside???
    Thanks in advance
    Paul

    Hi,
    So from what I understand you should have your own public IP address range of /27 usable through your current connection. Yet it only works with setting the ASA outside to use DHCP and doesnt work when you staticly assign an IP address from the /27 address range and set the default route.
    If the above is the case I'm kinda wondering why you are even getting IP address with DHCP from the ISP if you are supposed to have your own public address block.
    You sure the ISP has its side configured correctly?
    - Jouni

  • BAPI for Creating a PM order(iw34) with reference to a Notification

    Hi All,
    Could anyone help to find the BAPI for creating a PM order with reference to a notification Number.
    I will explain my requirement :
    I want to create a notification from an external Application where i got the BAPI BAPI_ALM_NOTIF_CREATE and keeping this created notification number as Referece or for this notification number  i need a create a PM order.Usually this process in done transaction IW34 in R/3.
    But with the BAPI BAPI_ALM_ORDER_MAINTAIN i can create a PM order but this BAPI doesn't have a input parameter "Notification number ".So i can't use this BAPI.
    Could any suggest for a BAPI where i can create a PM order with reference to a Notification Number.
    Regards,
    Sid

    Hi,
    I have tried with the FM CO_IH_ORDER_GENER_2 but when i executes it gives a error message
    "<i>Service/maintenance order type PM02 not completely maintained in plant
    Message no. IW216
    Diagnosis
    For the selected order type and plant, no check control is maintained in Plant Maintenance/Service in 'Availability Check for Materials, PRTs and Capacities'.
    Procedure
    A check control must be maintained for this combination of order type and plant</i>"".
    And even have a doubt what to enter in this input parameter "GEWRK_OBJTYP"  .
    Kindly help me to solve this issue.
    Regards,
    Sid

  • Can we create new partner types for quallity notifications in SAP system?

    Can we create new partner types for quallity notifications in SAP system?
    The business requirement is to limit the available entries for partners  displayed when they search in quality notification. I have already created new partner functions & assigned the relevant partner types, however struggling with defining new partner types.
    Would appreciate help in resolving this.
    Thanks,
    Nilesh

    I know this customisation setting ...It allows us to create the partner functions & assign it to the partner determination procedure.
    Then you can assign the procedure to the notification type.
    This customisation setting does not solve the problem I have.
    I'm looking for the partner type creation process which we assign to the partner function.
    Edited by: NILESH BHAVE on Aug 12, 2010 3:06 PM

  • Bapi's for creating Maintenance order in IW31 with notification

    Hi All,
       Is there any bapi's for creating Maintenance order with Notification number in the transaction iw31.
      Also is there any bapi's for creating measurement document.
    Points will be awarded.
    Regards,
    vinoth

    RFC MeasDocument: Individual Processing, Create
    MEASUREM_DOCUM_RFC_SINGLE_001
    RFC MeasDocument: Individual Processing, Change/Display or Read
    MEASUREM_DOCUM_RFC_SINGLE_002

  • Create Notification via Email(java-mail) for task creation

    Hello. We are EP6 SP11 and our business is asking for a notification to be sent to the person responsible when a task is created. I know that there are a lot of custom solutions that I can pursue however was wondering if anyone had any experience.
    Thanks in advance for any advice.
    Best Regards,
    Pete

    Hello,
    sorry for breaking into your discussion.
    Try to do this:
    1) declare MAIL_SERVER variable
    2) declare ODI_ADMIN_EMAIL variable
    3) declare LOGGER_CHECK_JOB variable
    3-5) set values to all variables
    6) call procedure:
    Jython, just single step with ignore errors flag set to yes
    l = 'MAIL_SERVER = '+ '#MAIL_SERVER' + 'ODI_ADMIN_EMAIL = '+ '#ODI_ADMIN_EMAIL' + 'LOGGER_CHECK_JOB = '+ '#LOGGER_CHECK_JOB'
    raise(l)
    7) call your procedure
    !!! check that you set the step 1) as the first step in the package !!!
    Using the step 6) you can check if the variables have values that you expect. Try to "debug" and let us know if it helped.
    BR
    Antonin

  • How to create a sub head(code) in a catalog- for service notification

    Hi everyone,
    How to create a sub head(code) in a catalog- for service notification?
    Please guide with your valuable comments.
    Please guide its very urgent.
    Thanks and Regards
    Edited by: MPVash Vash on Oct 24, 2008 8:14 AM
    Edited by: MPVash Vash on Oct 30, 2008 7:38 AM

    Hi,
    Go to T-code QS41, give the catalog and code group and enter.
    U can click on the code after selecting the code group and create new  codes.
    In SPRO u should see which type of catalog is assigned to the notification type. This u can see in the overview of the notification type by selecting the notification type in SPRO.
    Regards
    Haricharan

  • Best practices for creating movie from still images?

    I have created an architectural model in *someone else's* software, and animated a camera in *someone else's* software, and rendered that out to still images.  I rendered every 5th frame (for a total of 401 frames) in order to save time on rendering.  My goal is to create a short movie (2 minutes) of the camera flying around the building.
    When I imported all of the images, I stretched the duration so that they equally fit the 2 minutes, and used the keyframe assistant to sequence the layers.  Now that I've done that, the movie is choppy (as I expected it to be, since I only rendered every 5th frame).  Does anyone have suggestions as to what effect or transition can be used to smooth the sequence out?  Or am I living in a dreamland and I need to go back and render every single frame?  Is this even the software I should be using?  I'm obviously a n00b, so any help is greatly appreciated.
    Thanks!
    Using After Effects CS4 (9.0.0.346) on Windows 7 64-bit

    Or am I living in a dreamland and I need to go back and render every single frame?
    You are. There is no effect that could automatically synthesize those missing frames even halfway realistically. Timewarp and Twixtor are only gonna make things look like a smear even with a lot of tweaking. By the time you have tweaked their settings and done all your masking and otehr corrections, your 3D render with all frames will be finished just as well and offer better quality.
    Mylenium

  • BAPI for Quality notification create QM01

    Hi,
    any body plz provide me bapi for creating qualyty notification of type ZS/ZV
    which are store to dc,mail to vendor,w.r.t delivery etc.
    Thanks.
    Regards.

    Hi,
    Use the following BAPI's
    BAPI_ALM_NOTIF_CREATE - Create PM notification
    BAPI_SERVICENOTIFICAT_CREATE - service Notification
    <b>Reward points</b>
    Regards

  • Prerequisite config steps for creating a lease-in contract

    Hello Gurus,
    Could anyone please advice on the config steps that are required for creating a lease- in contract.
    Thank you

    Hi,
    Go through the below link for details :
    [Generic Settings for RE-FX and complementary modules|http://help.sap.com/bp_bblibrary/600/html/D89_EN_DE.htm]
    [Configuration |http://help.sap.com/bp_profservicev1600/ProfServ_DE/Documentation/D89_BB_ConfigGuide_EN_DE.doc]
    VVR

  • IMovie is crashing after creating the large movie for YouTube.

    Hey Guys!
    So, I have been uploading to YouTube from iMovie for several years now and today I uploaded again as I usually do. The problem was that about 30 seconds before the end of my video it went black on YouTube! I deleted it off YouTube and reuploaded but it happened again! So, thinking that it was something on YouTube's end I deleted it but the next time I tried to upload, iMovie gave me this error message: "The project could not be prepared for publishing because an error occurred. (Not enough room in heap zone / )"
    Now when I try to upload, iMovie crashes after creating the large movie to upload to YouTube!
    I have restarted my computer, deleted items to create extra space on my disk, and ejected my iPhone so nothing else happens while I'm trying to create the large movie.
    Does anyone have an idea of what is happening and how to fix it?
    Thank you!

    I'm having a similar problem with Imovie 11.  I wonder if the problem is in the new Mountain Lion update.  Fortunatly, I cloned the drive befor installing the update.  I've cloned this drive back to the original startup drive and gotten back to IMovie.

Maybe you are looking for