PCR with two notification types

Namaste all.
Is there any way to customize a PCR which contains two notification types.
I want SPEG function combined with SPSD. SPEG has a notification type 56 and SPSD has 57. While customizing the PCR, i'm unable to include these functions.
Regards,
Krishna Murthy

I will give you the detials of the Function modules used for this in the backend, all you have to do is to combine both the functionalities and make a single custom FM which solves your requirement and goahead.
The function modules to perform personnel actions are scenario specific and can be found in the function groups HRWPC_PCR_xx_ACTIONS. They are called HRWPC_PCR_xx_TRANSACTION_PA40 and they differ by the fields that are pre-filled. Those function modules are only available for scenarios that allow stand-alone personnel actions: In the standard delivery, the scenarios SPEG, SPPA, SPWT, SPSE and SPSD are linked with a stand-alone personnel action.
These function modules first get the table SPECIAL_DATA to get the form data that is filled into a table PROPOSED_VALUES that is afterwards used to pre-fill infotype data. Then the function module HR_MAINTAIN_MASTERDATA is called with the personnel number, the personnel action stored for the scenario and with the effective date as start date. Furthermore the copy mode (actio = u2018COPu2019) must be chosen and the dialog_mode is set to u20182u2019. The table PROPOSED_VALUES pre-fills the data in the infotypes that are called within the personnel action.
In order to trigger a personnel action, the function module HR_MAINTAIN_MASTERDATA must be chosen instead of HR_INFOTYPE_OPERATION that does not offer capabilities to prefill data in infotypes called within the personnel action.

Similar Messages

  • Using a form with two input type="submit" ... buttons...

    Hello All!
    I'm using a form to add and remove parameters for a service definition.
    <form action="serviceinput.jsp" method="post">
                   <table>
                        <tr>
                             <td><b>Level</b></td>
                             <td><b>Fieldname</b></td>
                             <td><b>Stucturename</b></td>
                             <td><b>Type</b></td>
                             <td><b>Format</b></td>
                             <td><b>Optional</b></td>
                             <td><b>Semantics</b></td>
                        </tr>          
         <%
                        for (Iterator iterParameters = parameters.iterator(); iterParameters.hasNext();)
              Parameter parameter = (Parameter) iterParameters.next();
         %>
                        <tr>
              <td><%= parameter.getLevel() %></td>
              <td><%= parameter.getFieldname() %></td>
              <td><%= parameter.getStructurename() %></td>
              <td><%= parameter.getType() %></td>
              <td><%= parameter.getFormat() %></td>
              <td><%= parameter.getOptional() %></td>
              <td><%= parameter.getSemantics() %></td>
                        </tr>     
         <%
         %>
                   </table>
                   <input type="submit" name="<%= parameters.addParameter() %>" value="add"/>
                   <input type="submit" name="<%= parameters.removeParameter() %>" value="remove"/>
              </form>
    The special thing about is, that I'm using two <input type="submit"...> buttons.
    The idea is, that I'd like to add one more row with attributes by clicking the "add" button and removing one row by clicking the "remove" button.
    If I use just one of them, it works fine. If I use both of them, nothing happens at all.
    Isn't it allowed to use two <input type="submit"...> fields?
    Is there an alternative? How can I implement my form the correct way?
    Thanks a lot in advance to all!
    Regards,
    Tomi

    Hi,
    Hai Tomi ,
    As swati already Explained U can try it with buttons,
    But u have to make a Hidden field and set the value of the hidden field
    with the Javascript code after pressing the button , Call a client side function which has an argument as given below
    Validate the Flag field in the JSP file
    <script language=javascript>
    function Validate(s)
    if(s==1)
         document.forms['ServiceInput'].elements["flag"].value="add";
    else
         document.forms['ServiceInput'].elements["flag"].value="Remove";
    document.forms['ServiceInput'].submit();
    alert("hai");
    </script>
    <form name="ServiceInput" action="serviceinput.jsp" method="POst">
    <table>
    <tr>
    <td><b>Level</b></td>
    <td><b>Fieldname</b></td>
    <td><b>Stucturename</b></td>
    <td><b>Type</b></td>
    <td><b>Format</b></td>
    <td><b>Optional</b></td>
    <td><b>Semantics</b></td>
    </tr>
    <%
    for (Iterator iterParameters = parameters.iterator(); iterParameters.hasNext();)
    Parameter parameter = (Parameter) iterParameters.next();
    %>
    <tr>
    <td><%= parameter.getLevel() %></td>
    <td><%= parameter.getFieldname() %></td>
    <td><%= parameter.getStructurename() %></td>
    <td><%= parameter.getType() %></td>
    <td><%= parameter.getFormat() %></td>
    <td><%= parameter.getOptional() %></td>
    <td><%= parameter.getSemantics() %></td>
    </tr>
    <%
    %>
    </table>
    <input type=hidden name=flag value="bb">
    <input type="Button" name="b1" value="add" onclick= "Validate(1)">
    <input type="Button" name="b2" value="remove" onclick= "Validate(2)">
    </form>

  • Applications with two deployment types makes uninstall button in software center "greyed" out.

    Hi
    SCCM 2012 R2 running on Windows server 2012 with Windows 7 clients.
    We are publishing applications to users that are available (not required), so that they can be downloaded from the application catalog web site. We have som applications that needs more then one deployment type (different pre requirements depending
    on OS architecture) and when I create two deployment types for one Application the uninstall button in Software center is greyed out? If i remove one of the deployment types so there is just one, well then the Uninstall button is available again.
    An example is Itunes. I publish one Itunes application to the store that has two deployment types, one for X86 and another for X64 with requirments on OS architetcure. the correct version gets installed but the uninstall button is not possible to use. If
    i remove one of the deployment types then the deployment button is not greyed out.
    Is this a bug?
    Thanks everyone. 

    We will be installing CU3 this Friday. During the next week or so, I will deploy the CU3 client to the workstations.
    I do not believe that the uninstall button issue will be addressed with this update either, according to what I have read so far.
    If, by some small yet profound miracle, my uninstall button regains full functionality, I will gladly let all of you know.
    I would hope that Microsoft would address this issue seriously, as I am sure the rumblings of dissatisfaction are beginning to grow louder with each passing CU that ignores the problem.

  • BPM startting with two IDoc Types

    Hi All!!
    I have designed a BPM starting with two IDocs (MATMAS05 y CLFMAS02). Is designed with two start process in a switch. When one comes, wait a minute for the other. I'm not sure what IDoc comes first to the process, the I can lose data.
    Somebody has any idea tto encapsulate the infornmation of the 2 IDocs without a ZIDoc?
    Thanks and regards,
    Manuel Míguez.

    Hi,
    sounds like a
    > Collecting and Bundling Messages - Multiple Interfaces
    scenario like described here:
    http://help.sap.com/saphelp_nw04/helpdata/en/0e/56373f7853494fe10000000a114084/frameset.htm
    Regards
    Patrick

  • Billing orders with two category types of items

    Hello everybody
    I have a doubt, I hope that people help me is this ....
    I have a sales order service and have two items in it, is a service material (Dien) with the item category YBS1 and another is a material stockavel (HAWA) with the item category TAN (Standard) ... So when I make the sale of these materials in a single order and try to sell the bill, is charged only the material with item category YBS1 and not the two categories of materials ....
    Can anyone help me?
    hugs

    dear if you want to make one order for both materials. Delivery related item category and non delivery related item category then there are 3 solutions for this scenario.
    If you want to create delivery related billing for this sale you have to make service material delivery related and make it non valuated stock. when you di PGI this material will also be in delivery and you can create delivery related billing. But i wont recommend this to you.
    Another solution is create separate sales order for service materials and delivery related materials. You need create new sales document type for service materials. I also wont recommend this.
    What i recommend is to use order related billing for this kind of sale in which service and delivery related materials are involved. We are also doing the same in our business scenario.

  • APP - F110 - Payment of multiple invoices with different document type

    Hi
    Vendor X has been assigned with payment method same with two document types. One document type got 4 invoices and other document type got 1 invoice.
    During payment run (F110) for each document type, the system picked up both the document type but listed them as two separate lines in the proposal list. When we process the payment the system also created two payment documents.
    Is there a way for these two document types to be processed as a single proposal and payment.
    Any suggestion how can we process these invoices together in a single proposal/payment document?
    Thanks & Regards,
    Sam

    Thanks

  • Wether can invoice have with two different VAT rates, 16%

    Dear SDN team,
    I have a requirement like a invoice should have two different VAT rates.
    Situation is below:
    A rebate agreement is created and it was settled partially and final settlement is also carried out.
    Rebate agreement nº  XXXXXXXX, with a validity period between the 01.05.2010 until 31.07.2010. This rebate agreement created the credit memo XXXXXXXXX with the VAT rate of 18%.
    Mean time the VAT rate was changed from 1st July from 16% to 18%.
    There are invoice created in the first half and others belonging to the second half.  Invoice created during the First Half it was created the VAT value with 16% (Before July)and the Invoice created with the Second Half it was created with 18% (After July1st).
    But customer request is to have an invoice with two different VAT rates, 16% and 18%. However, the invoice only takes into account the 18%.
    And i have suggested the below resolution - But user still needs to have two different VAT rates in one invoice for the line item this is for the have a legal precept which force me to have a different VAT rates depending on the original invoice date
    Please let me advice how to resolve this issue.
    Looking forward for your favorable reply.
    Thanks and Regards,
    Jana
    Suggested Solution:
    But having two different VAT rates in one single invoice or credit note is not possible at all.
    Further if you would liked to have different VAT rates for the two separate ivoices - This can be done by doing the Rebate agreement with partial settlement for the First half that is before 30.06.2010 and final settlement after 01.07.2010. By doing this rebate agreement will have two different invoices created with two different VAT rates.  But now this is not possible for the RA where it is done with final settlement.
    So, You can not have two different VAT rate in one single invoice.

    Dear,
    In order to solve this issue with wrong VAt rates I propose you to proceed as follow:
    1) Cancel the CN (Credit Note)
    2) In the CMR (Credit Memo Request) set the tax classification of the materials with wrong VAT % to 0 (inside the CMR in item-billing document).
    3) Maintain for the access sequence of MWST a higher access than the normal one for tax classification 0 with the old tax percentage (E.g.: 16% in your case)
    4) Determine a new pricing for the CMR (via menu path: Edit > New pricing document)
    At this stage your items will have some 18% and some 16% of VAT. When you create the CN those percentages will be kept.
    If you are satisfied with the result it is now a matter of making sure the program that prints your invoice is mentioning the different VAT rates of the items. As you didn't specify anything about this point, I seize the opportunity to advice you about. No matter of the type of print program you are using (SAP script, PDF or Smartforms), you need TO BE SURE that when the CN is created (with two different types of VAT %) also your PRINTOUT is properly created mentioning the two different rates and relative values.
    If not printed correctly because you did not foresee to have different percentages it is easy to solve it with a programmer.
    In case of questions or doubts do not hesitate to post back your answer.
    Regards,

  • Default PM Notification type to PM Order type

    HI All,
    Please any one let me know where I need to make setting to obtain the default Notification type from PM Order creation or change mode.
    I have done some analysis i.e. I am able to obtain the default Order type for Notification i.e. when I click on create Order button in Notification creation or change mode (IW21 / 22). The pop-up window appears with default PM order type. To obtain the default value , we need make settings in SPRO i.e. Maintenance and Service Processing > Maintenance and Service Notifications > Notification Creation > Notification Types > Assign Notification Types to Order Types.
    I required vice verse i.e.  Default Notification type from PM Order creation or change mode. To obtain this I have checked any SPRO settings to make. Example: Maintenance and Service Processing > Maintenance and Service Orders > Functions and Settings for Order Types > Define Notification and Order Integration. But here the notification is immediately created, when we save the PM order. This is happening since the automatic creation check box (3 rd column) is checked in SPRO settings i.e. Define Notification and Order Integration.
    I need the system to display the pop-window with default notification type, when I clicked on create Notification button in PM order create or change mode (Iw31/32). Please let me know where I need to make settings for this?
    Regards
    Ramu

    Hi Ramu,
    Goto SPRO ->Maintenance and service processing ->Maintenance and service orders ->Functions and settings for order type ->Define notification and order integration.
    Goto specific order type remove the check box in the third column.
    Result:When ever you create the service order, notification is not created automatically.You have to goto IW32 goto create notification click on the icon then pop-up appears for the notification.Hope this solution resolve your problem.
    Regards
    Suman Kumar

  • Pmcs- notification type deactivate from spro

    hi pm gurus,
    pl help in step by step path for deactivating the existing notification type for users.
    thanks & regards
    srihari

    Hello Srihari,
    depends on what you want to do. If you onyl want to ensure, that no new notifications with these notification types can be created, you should change the authorizations of the users. We've made the same for PM order types, and it works very well (creation of new orders with this type is impossible - already existing orders can be displayed w/o problems). As far as I rememeber, you'll run into problems, when you delete the customizing settings for already used notification types, when you try to access old notifications of this type.
    Best regards
    Stephan

  • Struggling to have two document type attributes in the same notification

    Hi All,
    I need some help. I am working with Oracle Time and Labor, and am trying to get two document type attributes to play nice in the same notification message body.
    One documentation type attribute is made available to me. Here is its attribute value:
    JSP:/OA_HTML/OA.jsp?&OAFunc=HXC_TIMECARD&akRegionApplicationId=809&retainAM=Y&Action=ApprovalDetail&Timecard_id=-&APP_BB_ID-&ResourceId=-&RESOURCE_ID-&TimecardMode=TIMECARD-REVIEW&Review=Y&FromAppPage=YES&NtfId=-&#NID-&StartTime=-&FORMATTED_APP_START_DATE-
    The second one I created as a PLSQL document. This one I have simplified to just a 'Hello World'.
    When both are in the message body at the same time, the notification message body looks like this (the name of one of the document type attributes is 'TIMECARD'):
    hello world Attribute TIMECARD refers to Framework Region JSP:/OA_HTML/OA.jsp?&OAFunc=HXC_TIMECARD&akRegionApplicationId=809&retainAM=Y&Action=ApprovalDetail&Timecard_id=-&APP_BB_ID-&ResourceId=-&RESOURCE_ID-&TimecardMode=TIMECARD-REVIEW&Review=Y&FromAppPage=YES&NtfId=-3614187-&StartTime=-&FORMATTED_APP_START_DATE-.
    When either document type attribute exists by itself in the message, everything works as planned.
    Any suggestions?

    I think the problem here is caused when you token - substitute an attribute which appears in another attribute.
    Suppose that you have two document type attributes as shown below:
    1. CONTENT whose value is:
    plsqlclob:PA_PWP_NOTIFICATION.SHOW_PWP_NOTIFY_PREVIEW/&CONTENT_ID
    and
    2. CONTENT_ID whose value is: 11629
    Now, what happens is, while token substituting &CONTENT_ID in the first attribute, &CONTENT_ID is possibly being broken into
    &CONTENT and replaced with a null value and then ID is left as is. The problem seems to be because CONTENTID is used
    inside another attribute CONTENT.
    The workaround here is to change the name of attribute CONTENT to some other name or change the attribute name CONTENT_ID
    to something different.
    In your case I suppose that the names of attributes you are having may be similar or one being subset of other. You can avoid the
    problem by having different names (or name which is not part of another attribute's name).
    If this does not solve the problem you can generate output of $FND_TOP/sql/wfmlrdbg.sql output for this notification id.
    Hope that helps !!
    Thanks,
    Dilbagh

  • Need to setup Premiere CS6 sequence for two file types with different field orders

    I have a client who has shot video for me using two cameras, one camera was set to progressive, and the other to interlaced upper field first. I need to use both file types in the edit and have been struggling to set up the sequence to get the best look for the end product, a DVD. I have several videos to do for her that were all shot in the same way, so I need a solution!
    I would appreciate help figuring out how to set up this work flow from beginning to end.
    Should I convert one of the files from the beginning so they match field orders before going into a sequence? Or do I just need to do some adjusting of the files once they are in the sequence? Is it just as simple as changing the transcode settings to favor the upper field first? I'm definitely having issues once the video is transcoded in Encore and you can see a lot of jagged edges and lines especially during movement. My client isn't happy and I've tried several workarounds, but to no avail.
    Here are the two file types I have:
    File extension: .MOV
    H.264, 1920x1080, Linear PCM, 16 bit little-endian signed integer, 48000 Hz, stereo
    FPS 29.97
    No Fields: Progressive Scan
    File extension: .MTS (my Mac finder can't read these files, but they are read in Premiere)
    Image Size: 1920 x 1080
    Frame Rate: 29.97
    Source Audio Format: 48000 Hz - compressed - 6 channels
    Pixel Aspect Ratio: 1.0
    Upper Field First
    I am using Adobe Premiere CS 6.0.2
    Encore 6.0.1
    Media Encoder 6.0.2.81
    I am running it on an iMac 27-inch, Mid 2011
    with Mac OS X Lion 10.7.5
    Processor  3.4 GHz Intel Core i7
    Graphics  AMD Radeon HD 6970M 1024 MB
    I've just been setting the sequence to match the .MOV files since they look much better than the .MTS files. I've done the opposite as well, setting the sequence to match the .MTS files and it doesn't seem to help. I've also changed the field order of the files once they are in the sequence by changing the field options and have tried converting the .MTS files in the Media Encoder, but nothing I've done has worked.
    Any help would be so appreciated! The client I have is a photographer, so she wasn't aware of this issue when she first shot these videos. So I have 10 videos with these issues I need to get back to her, hopefully issue free! I'm struggling as an editor because my last job I was using FCP and was working with videographers who knew what they were doing, so I've never faced such problems before. Plus I'm new to the Adobe software. Not a good combination. Please forgive me if I didn't give all the information you need. I will happily respond with whatever more information you may need to help me out!
    ~KTrouper

    I wonder if you could do your edit ignoring any visual issues of the interlaced footage but keeping the different sources separate ( checkerboard edit Vid 1/ Vid 2 )
    Lock it down then export the interlaced part of the edit as a Digital Intermediate.
    Maybe Export the other source as well to the same codec. DI
    Bring them back together in a New Sequence. You wold have to deal with the black spacing.

  • Why do I get downloads installed with two types, Ex. photoshop CC as well as photoshop CC (2014)

    why do I get downloads installed with two types, Ex. photoshop CC as well as photoshop CC (2014)

    http://blogs.adobe.com/jkost/2014/06/installing-the-2014-release-of-creative-cloud.html
    This messages says (at least some) CC 2014 programs use NEW plugins https://forums.adobe.com/thread/1499663
    -so do not uninstall the older CC programs if you use plugins in your programs until you are sure you have plugins that work in CC2014
    If you are sure you don't need the old CC programs
    -http://helpx.adobe.com/creative-cloud/help/install-apps.html to install or uninstall
    -read reply #3 about the ORDER of uninstalling & installing https://forums.adobe.com/thread/1242671

  • Fgv with two types of variables

    it goes something like this
    i want the FGV to have a cluster of two 1D arrays of double (that will be the FGV variable). and the data that i'm "adding" is a double number/constant (whatever), this will be the added variable.
    the main idea is that i want to be able to select to which one of the two i'm adding the additional number and i think it's pretty easy to accomplish with case structure and a simple boolean control (reference), that is what i've done.
    the problem is that if i don't connect anything to the shift register of the FGV labview doesn't recognize it as the FGV variable i've described and if i do, it's an additional input which i don't want to use later.
    in theory, i can make my additional variable to also be a cluster with two 1D arrays of type double within, however, since my input consists of only one number, i'm not sure how to accomplish it.
    thanks in advance.
    it would be good to know if something like this is even possible. (first option)
    Solved!
    Go to Solution.

    I'm not sure what you are looking for.  Something like this?
    There are only two ways to tell somebody thanks: Kudos and Marked Solutions
    Unofficial Forum Rules and Guidelines
    Attachments:
    Two Array FGV.png ‏15 KB

  • Setting notification type for PCR

    Hi ALL,
    Here is what I am tryign to do. I opened a Change request form:
    Change Employee Group and Subgroup
    It loaded fine and I am able to review it. But when I try to submit the form. It gives me this error.
    Notification type 57 not defined
    and for other form it gives Notification type 56 not defined.
    Do we need to set these notification anywhere? In case can any one help me with that procedure?
    THanks for your help..

    Hi James,
       Goto tcode - SPRO -> Cross Application Components -> Internet/Intranet Servies -> Scenario Definition - > Prepare General Notification - > Notification Creation -> Define Notification Type...Here you can create a notification as you want.Do let me know still if you have any problem.

  • Message interface with two types of message types

    Hi experts,
    I am having problem that a proxy cannot be generated because  of the (mixed) types of the message types that the interface is using.
    The first message type is defined in the repository and another is defined as an external definition, imported in from an outside source.
    Here is the SAP message I received when I tried to generate the proxy for this interface.
    +++++++++++++++++++++++++++++++++++++++++++++
    Interface uses external and internal message definitions
    Message no. SPRX122
    Diagnosis
    In a message interface you can use messages from different sources:
    1. Message types and fault message types edited in the Integration Repository
    2. Messages imported into the Integration Repository (external definitions, RFC, IDoc)
    In the current message interface, message types from different sources have been used.
    Since messages from these different sources must be handled differently during proxy generation, such a mixture of messages within a message interface is not possible.
    System Response
    The interface cannot be generated.
    Procedure
    Change the interface definition accordingly in the Integration Repository.
    ++++++++++++++++++++++++++++++++++++++++++
    The imported xsd is quite large and also contain many large includes. I don't have the option of creating the message type manually.
    Any suggestions?
    Thank you,
    -michelle

    Hi all,
    I tried several things and the problem is still not resolved. This is what I learned.
    First of all, I believed the SAP message about mixing of internal and external message is misleading or even wrong. I tried with both message types being external but I still get the same message that the interface has one internal and the other external message type.
    Secondly, since Arvind suggested that I might have used an xml element that is not currently supported by ABAP proxy, I then change to another definition with the most simplest elements. I then attached this other definition to the interface and tried generating the proxy again. I still get the same system message that I am using mixing of message types in one interface.
    My conclusion is XI still is not capable of generating ABAP proxy from external definition.
    Does anyone have any comments/suggestion/experience on this issue?
    Best regards,
    -michelle

Maybe you are looking for