Customized program in Network status change

when I change status for network in project from budget release to budget submit, it will trigger a email sending to my exchange mail box, but how to find the program name that trigger the email? thanks

You wanted to find out program name than you need to take help of ABAP resource they will get via SOST trasaction which records all the email triggered by system from here you will get name of business object or other details from there you get the details of program name and all..  Your take here should be SOST transaction where you email for Netwrok status Change you will find there onwards ask technical team to take lead furthere.
With Regards
Nitin P.

Similar Messages

  • Solman 7.1 - CRM WebClient UI - custom field mandatory on status change

    Hi
    I've got a question and I'm not sure if it's possible.
    Basically i have created a custom field in CRM WebClient UI and I have added this field to my Z configuration. This works fine.
    Now, I'm wanting to make an error to appear if this field is blank (hasn't been filled in) when the status of the transaction type changes to a specific status.
    i.e. if "custom field" is BLANK when SMTM changes to Closed, then error appears
    I know the field can be made mandatory, but this particular custom field won't be filled out straight away. Therefore I want the check to occur when the document is closed. Can this be done via PPF Conditions? Or is ABAP/enhancement the only way?
    Thanks
    Shaun

    Hi,
    For customizing crm web ui, you must need AET or EEWB tools. Best Practices for SAP CRM Web UI Customization - CRM - SCN Wiki
    but try by using the standard sap note  1772650 - ST710:You can save a message even though mandatory fields are not filled in. which can set certain warning message for custom fields or not and the other relevant  1931783 - Incident can be saved without filling mandatory fields
    Please check.
    Thanks
    Jansi

  • Exit for CJ20N where system status changes can be captured

    Hi Experts,
    I need exit for CJ20N where system status changes can be captured
    for both the below cases
    1) When WBS Element is having Networks inside it
    2) when WBS Element is having no networks inside it
    EXIT_SAPLCOBT_001  --->>>   ZXCO1U01  , will work for 1) , but not for 2)
    i want an exit where status change gets captured for both cases 1 and 2 and
    will do further processing according to client needs based on status change
    Need to trigger IDOC on status change of  WBS element.
    If WBS is having network inside it  , then network status changes also with WBS status change
    and IDOC should trigger for WBS also.
    I just want suitable exit  / place for coding . Rest i can do.
    if no suitable exit / BADI , then what is the best possible place where i can go for Implicit Enhancement
    Best Regards,
    Gaurav
    Edited by: TheGaurav on Oct 25, 2011 7:08 AM
    Edited by: TheGaurav on Oct 25, 2011 7:12 AM

    I am kind of stuck in a similar issue. I need to perform custom validations on standard fields which cannot be done through OPSI or OPUC transactions. 0007 or 0002 User exits seem to assist on custom field creations/validations. However, I do see people posting the following BADIs which may be useful.
    CO_SRULE_CHECK
    PROJECTDEF_UPDATE
    WORKBREAKDOWN_UPDATE (which you already tried)
    WBS_FIELDS_FOR_ASSET
    CO_SRULE_CDOC
    Let me know if any of these worked out...
    AN

  • E-Recruiting:Status change Activities on screen

    Dear Experts,
    I need to understand a few things about performing activities on candidacies(Object NE) . Please help me out in the following queries :
    We are implementing eRecruiting 603,specifically succession planning.
    I have created some custom activities (of type status change) & assigned them to some cutom created processes.
    In the BSP page, the list of candidacies NE for each NB is shown.
    The various processes (custom as well as standard) are also shown on the screen as different tabs.
    I have one Z activity Assigned to object status "intended as successor" and another assigned to status " rejected".
    1) To begin with all the NEs are shown in the ALL tab.If i perform any status change activity(intended as successor or rejected), the NE completely disppears from the screen (even from tab ALL) . Is this the standard expected behaviour ? There is a Process called "Rejection".But the Rejected NE is not shown in this tab. Is there any way i can show the NE under the Rejection tab? The same happens for status "intended as successor".
    2)Is this how all the status-change activities behave on screen? The NE is not shown on the screen but the changed status is reflected in the table 5139
    3)At the end of the process,for a NB,how can a succession planner see the NEs with status "intended as successor" if the NEs disappear from screen on performing this activity.
    Any assistance and thoughts on this will be invaluable.
    Many thanks,
    Sowmya

    Hello Sowmya,
    I think the SAP customizing mght tricked you a bit. The status of the candidacy which you set with the status changing activity has nothing to do with the tabs in the screen you are talking of.
    The Tabs result from the processes (or process steps - wording is not very clear here). Either you see all processes that are assigned to recruiting or succ planning or if you have assigned a recruiting plan to the requisition you will have tabs for each process(step) for which are activities in the recruiting plan.
    The candidacy is counted on the tab in which its most recent activity is in. So the status change activity rejected and the process rejected have nothing to do with each other directly. Only if it is the most recent activity of the candidacy and it belongs to the process reject the candidacy will be counted on the tab.
    If the candidacy disappears at all this results from the filters you set in the upper area of the screen. In the recruiting candidacy list the default filter restricts the candidacies shown to "in process" that might be the reason why the candidacies disappear after status change.
    Best Regards
    Roman Weise

  • Changes made in a Custom Program disappears after save.

    Hi,
         I made some changes to a report program.
    But the changes has been disappears after saving the report.
    This is really strange thing I come across.
    Please help me out here.
    Cheers,
    Sam

    This is really strange.
    Have you compiled and activate the program.
    Maybe you're working with a different version. Look at version management.
    regards,
    Hans
    Please reward all helpful answers !!!!!

  • Idoc reprocessing in Custom program

    I have a custom program which displays the IDoc data for the message type = ZSTLSP in the ALV format.
    Requiremt is that I shall select a record and change one of the coulmn contents . A button 'Reprocess' will be
    made available , when clicked it needs to reprocess the Idoc . The reprocessed idoc will be strored with the new values entered
    and the original idoc will be stored with status 70.
    Kindly let me know how to reporcess the IDoc in the custom program.
    p.s.:  Function module IDOC_INPUT does also reprocess ..but it does not disoplays the updated status.

    Hello,
    You may call standard program RBDAPP01 to reprocess the IDOCs using SUBMIT statement. Pass the IDOC Number, Message type etc. while submitting the program.
    Thanks,
    Venu

  • How to make a sales order item deleted in ECC while in CRM just status changed?

    Hi expert,
    I have a requirment, that is:
    1. the user will change the USER STATUS in a line item of sales order to "CANCEL".
    2. When the order was replicated to ECC,the item should be deleted totally and the ITEM in CRM should not be affected.
    How can I implement this? Is there any resolution by just make some configuration?
    Thanks in advance.
    Jerry

    Hi Jerry,
    As per standard SAP, the line item is not deleted (in ECC) based on the status changes at the line item (in CRM)
    You need to do the development to achieve this.  Following points to be considered if you are doing any custom enhancement.
    1. What triggers the sales order replication ? Is it status change at header level ?  If yes, then you need to define a program which will first check the line item status in CRM Sales Order.
    2. Wherever a line item status is CANCEL, it may store in some internal table and then it will call an RFC to delete these line items in the replicated ECC Sales Order.  (without deleting the line items in CRM Sales Order)
    3. Mind you that, this will be a complex enhancement and may give lot of challenges in the sales order replication to ECC.
    Drawback of this requirement -
    1. If your client prefer to have this scenario, then it is fine, but I could see the data inconsistency in all such sales orders.  There will be a mismatch between the sales order in ECC and CRM
    Hope this will be useful
    Thanks and Regards
    DJ

  • Custom program for Dynamic Actions

    Iam using BDC’s for Actions and Org.Assignment infotypes. The dynamic actions are planned to be carried out by using separate function modules.
    My query is, On the plausibility check conditions lots of structures are referred (eg: PSPAR,RP50D etc). How do i perform this condition check in the custom program (for dynamic actions) as these structures do not have any data?
    Thanks
    Message was edited by: SShenoy

    1. PSAVE-FIELDNAME will use the old values in the FIELD. It will be used in cases when we have to do plausibility checks on the basis of new as well as old value, eg, we want to use dynamic action for employees whose status changes from 'inactive' to 'active'
    2. Sequence no represents sequence no. If for a particular Infotype and FCode, we have to specify which step has to be performed first. Sequence no tells the system exactly this thing.
    Regards
    Lincoln

  • My status change to pass from fail after 40 days. Microsoft Exam 74-409 Score

    Microsoft update 74-409 exam.
    My status change to pass from fail after 40 days..
    Recived below email. is this possible ?
    Dear Valued Customer,
    You recently took Microsoft Exam 74-409: Server Virtualization with Windows Server Hyper-V and System Center. After close evaluation of the exam, we have made some revisions that resulted in a change to your exam results. We are pleased to inform you that your
    status has been changed to ‘PASS’. This update will be reflected in your official transcript within two weeks. A new score report will be mailed to you within two weeks.
    Thank you for taking this exam and for your support of our program.

    Yes its possible, but its also possible that its a scam trying to entice you to provide information that could be used for identity theft.  I would wait a couple weeks and then check your transcript on the MCP site.  If the exam shows then it was
    for real.  If it doesn't then it was probably a fake message.
    The reason it might be for real could be that someone challenged the clarity of one of the questions in their comments and Microsoft decided after looking into it that some question was misleading.  This might have lead them to accept more than one
    answer or to throw the question out.  That could have modified your score in some way and promoted you above the Pass line.  It is possible, but not likely.
    Paul Stork SharePoint Server MVP
    Principal Architect: Blue Chip Consulting Group
    Blog: http://dontpapanic.com/blog
    Twitter: Follow @pstork
    Please remember to mark your question as "answered" if this solves your problem.

  • Unable to connect to internet although network status is ok

    Dear all,
    Since Monday (9 January 2005) I have been unable to access the internet using my usual web browsers (Safari, Internet Explorer and Firefox) and e-mail program (Mail) via Airport. This was despite Airport being active and the network status indicating that I was connected to the internet via Airport (green status). When plugging the iBook directly into my router, the network status naturally changed to being connected to the internet via Built-in Ethernet (I defined this order in the network port configurations). I was able to access the internet normally using my web browsers and e-mail program via Built-in Ethernet until this morning. Although the status of both Airport and Built-in Ethernet is still the same, my web browsers indicate that they can't find the respective servers.
    Your help would be very much appreciated.
    Best regards,
    Semilev
    iBook G4 14-inch   Mac OS X (10.3.9)   Airport Extreme Card 640 MB DDR SDRAM

    I have exactly the same problem. Internet provider (Time Warner) repaired a cable, installed a new splitter and a new modem. It worked for a day, then same problem. TWC tech verified cable, modem and router OK, problem in the computer. My work around is to disconnect the ethernet from the computer and operate it soley on WiFi. I hope to find out what is wrong with the iMac (running Lion), but for now it works fine this way.
    I had even restoree the OS, did not help.
    Go to the network preferences and make sure your network is selected, and it should work.
    Message was edited by: DocRon78

  • REG: Status change

    Hi can somebody help me with the below scenario...
    In Transaction VF02 in menu Header –>output, i need to change the status of the particular lets say as ZSED provided the condition as given below.
    IN Transaction XD03 , sales area data , goto extras->texts.
    If the textid ‘Routed Export Transaction’ is present for the given Customer in transaction XD03, then in the above screen shot ,the status in the traffic light signal should be of Processing status (green signal) , if the textid is not present for the given customer then it should show ‘Not Processed’ status (i.e.) red signal.

    I've never done this myself but I know that instead of assigning, for example, a Smartform to the output you can actually assign a custom program (or an FM) to it. Then this program will be executed at the output determination and you may set any "light" in it. The light is driven by the status in the NAST table, I believe.

  • INBOUND IDOC REPROCESSING IN CUSTOM PROGRAM

    Hello,
    I have a custom program which displays the INBOUND IDoc data for the message type = ZSTLSP in the ALV format.
    Requiremt is that I shall select a record and change one of the coulmn contents . A button 'Reprocess' will be
    made available , when clicked it needs to reprocess the Idoc . The reprocessed idoc will be strored with the new values entered
    and the original idoc will be stored with status 70.
    Kindly let me know how to reporcess the IDoc in the custom program.
    Note that If I try to cakk l standard program RBDAPP01 to reprocess the IDOCs using SUBMIT statement. We can pass the IDOC Number, Message type etc. while submitting the program but CANNNT pass the changed SDATA field.
    Thanks in Advance!!
    Senthil

    I am able to change the value using FM IDOC_INPUT , but the changed values is not updateing in the databse.
    Maybe I need to do commit. kindly let me know how to do commit in this scenario.
    Senthil

  • Question over the appraisal status change

    Dear All,
    Our appraisal has ( following the flexible template ) has planning, mid year review and final phases. With in each main status we have sub status configured. Example - In the planning stage ( say in the month of February ) , employee add objectives, change weights etc and send to manager for approval. If manager approves, the document status will be changed from planning  to mid year status and employee's form is changed to the display mode ( so he cannot update objectives / weight etc)
    Then again in the mid year  status ( say a few months later - June ist ), the employee needs to review the appraisal, add or update the objectives etc and submit for manager approval.
    My issue is -  After the employee's appraisal form is changed to display only from planning to review status - How the employee's appraisal  form can be changed from a read only to change mode in the same status ? As it is necessary for employee to add/ update in the form.
    I am seeking the best approaches for the below as I am considering two options ( as mentioned below )
    1)   For the  mid year status  , I will configure a sub status ( called start mid year ) and attach a push button. The employee select the push button during the mid year  period ( say June 1st ) and this push button triggers the status change from Mid year to Mid Year / Start Mid year. We also plan to apply a custom implementation for  BADI for column access and badi  (HRHAP00_COL_ACCESS) will decide the access control for columns etc.
    2) The other approach I am considering is we are considering a workflow (INFO_APPRAISEE_CHANGE_REVIEW ) to notify th employee 7 days before the mid year review starts. Can this workflow trigger the status change or read the column access from the BADI (HRHAP00_COL_ACCESS) ?
    Any other simpler approaches ?
    I saw in the Process config ( tabs and process ) that we can define the phase with dates and status / substatus etc. Can this be useful for the above scenario. For eg. On June 1st when the mid year review start, can the status be changed  like from Mid year  to Mid Year / Start Mid year ?
    Please let me know . Greatly Appreciated!
    Aneez Hameed

    Hi Aneez, both options are great,   HRHAP00_COL_ACCESS is configurable at each sub-status, so you have many options.  You can have the manager "approve" at beginning of year, but keep it in "in planning" by having a 3rd sub-status.
    You can have the employee or manager have access to the pushbutton so that mid-term can start. 
    you can also do a workflow option where it is changed automatically, your option 2.
    the final option is the HR adminstrator can change the status, by doing a mass select in phap_admin and then they change to the status to move it to "in review" with all of your mid-term substatuses. 
    they key to making this work is the additional config that goes along with HRHAP00_COL_ACCESS.  here you will want to do define a Z table with the following columns:
    object id - your template ID
    role - which are the same roles values defined at your template - apee for apraisee
    template status - integer - represents status ID
    template sub-status - ID
    column id - FAPP, OBJO, etc..
    availability indicator (char) - here you will configure H, X etc... which the badi uses to know how to handle it. 
    best regards - michael

  • How to show network status in top toolbar?

    how to show network status in top toolbar? Network preferences is there, but network status has disappeared on last reset of Airport Express, but may not be connected. Thanks in advance for practical help

    Interestingly, in my experience, using the method described above of unchecking the "Show Connected Servers" box in the Finder Preferences makes no difference in what I can put in the sidebar. I was able to move a sub-folder of a shared disk to the Favorites section of the Finder Sidebar, but nothing else. (i.e. I could not add the shard disk itself to the sidebar – either to the devices, favorites, or any other section, and I could only add a subfolder of the shared disk to the favorites section – not to the devices section or any other section). This was the same whether I had "Show Connected Servers" checked or not.
    I'm running OS X Mavericks, and the setup I have is with a previous generation Time Capsule (i.e. the short, square kind that you could buy before the most recent taller variety came out last year), with a LaCie 3 TB USB 3.0 external drive plugged into the USB port of the Time Capsule. I'm then accessing this network drive over WiFi. The differences in what I'm seeing may be due to some change they made in the way Mavericks handles these setups.
    I could also just be misunderstanding what you're saying, but I thought I'd add this in case anyone else gets similar results so that they'd know they're not alone. Let me know if I'm missing something here.

  • GOS on custom program not saving links

    Hi all, I've just implemented GOS to a Z program following the instructions of a SDN contribution document called "How to attach documents to any custom program using GOS". I simply want to add GOS to the selection screen of the program in order to locat and store documentation regarding this Z program.
    I run the program and the GOS button is displayed, I add some link or document and then I display the list of attachments and everything seems to be working ok. So when I leave the program and run it again no list of attachments is available as this is greyed out. Anyone could help please.
    Steps I performed:
    I created the Business object saved and released to implemented with the following:
    Key -> programName (TRDIR-NAME)
    and redefined the GOSAddObjects method like this:
    BEGIN_METHOD GOSADDOBJECTS CHANGING CONTAINER.
    DATA:
          SERVICE(255),
          BUSIDENTIFS LIKE BORIDENT OCCURS 0,
          LS_BORIDENT Type BORIDENT.
        CLEAR LS_BORIDENT.
        LS_BORIDENT-LOGSYS = SPACE.
        LS_BORIDENT-OBJTYPE = 'ZGOS'.
        LS_BORIDENT-OBJKEY  = OBJECT-KEY.
        APPEND LS_BORIDENT TO BUSIDENTIFS.
      SWC_GET_ELEMENT CONTAINER 'Service' SERVICE.
      SWC_SET_TABLE CONTAINER 'BusIdentifs' BUSIDENTIFS.
    END_METHOD.
    Z program:
    REPORT  Z_RUBS_TEST_GOS.
    CONSTANTS: OBJTYPE TYPE BORIDENT-OBJTYPE VALUE 'ZGOS'.
    DATA: MANAGER TYPE REF TO CL_GOS_MANAGER,
    OBJ TYPE BORIDENT.
    PARAMETERS: MATNR TYPE MARA-MATNR.
    AT SELECTION-SCREEN OUTPUT.
    CLEAR OBJ.
    * SET OBJECT TYPE TO 'ZGOS'
    OBJ-OBJTYPE = OBJTYPE.
    OBJ-LOGSYS  = 'OP1CLNT200'.
    * SET OBJECT KEY = REPORT NAME
    SELECT SINGLE NAME FROM TRDIR INTO OBJ-OBJKEY
    WHERE NAME = SY-REPID.
    * CALL GOS MANAGER WITHOUT CONTAINER (WILL BE DISPLAYED IN THE TOOLBAR)
    CREATE OBJECT MANAGER EXPORTING
    IS_OBJECT = OBJ EXCEPTIONS
    OTHERS = 1.

    You must add COMMIT WORK (AND WAIT or not) somewhere in your application (add a button that the user), or use CREATE OBJECT manager EXPORTING ... IP_NO_COMMIT = space or 'R' ... so that the COMMIT WORK will be done automatically by the GOS manager. Note: IP_NO_COMMIT = 'R' means that the service will start in its own LUW (using synchronous RFC).
    For more information, read the [SAP Library - GOS - Publishing unique object|http://help.sap.com/saphelp_nw2004s/helpdata/EN/7e/4dbeb62c8e11d4a39e00a0c943858e/frameset.htm] (well, it doesn't talk about 'R'...)

Maybe you are looking for

  • Updating to iOS 6.1.1 and 6.1.2 wiped all my music TWICE

    I have an iPhone 4S, 32 GB and have updated the OS a few times since I got it without a hitch.  But when I updated my the OS to 6.1.1 the update seemed to run fine and when it was done I restored from the backup I had done just prior to doing the upd

  • Getting Bombarded by Telemarketers and Toll-Free Numbers

    Okay, let's start from the beginning: Preface, we have had the same cell phone numbers for over 10 years and we have not had one telemarketing or unwanted call. We started with Verizon Digital Voice on August 26th. By September 1st, we got our first

  • Idoc WPUWBW: Status 51 - IDoc not fully processed

    Hi All! Hi All! This is regarding Goods Moment. In Quality, Idoc is successfully generated at POSDM system and also in ECC system. In Production, Idoc is successfully generated at POSDM, but in ECC it is failed (Idoc WPUWBW: Status 51-IDoc not fully

  • How can i insert an anchor in edge reflow ?

    Hello, All in my subject :-) Then, if i can create an anchor, will it be visible in the link window (near the status) ? Ty for your answer

  • After Effects error:crash occurred while invoking effect plug-in"scripting"

       I made up a bat file with 8 commands like"  afterfx -m -r ...." .    It will startup 8 AEs and render my work. But when I double the commands with starting 16 AEs,7-8 of them are carshed,says "crash occurred while invoking   effect plug-in"scripti