User Responsible Field when saving PM Notification

Hi,
I'm trying to use exit EXIT_SAPMIWO0_020 contained in enhancement QQMA0014 to perform some checks upon saving a PM Notification.
Does anyone know what field is passed into this exit for the "User Responsible" (RQM02-PARNR_VERA)? I need to check this field has been filled in the Notification Header upon saving.
I can't see the value in this field in any of the tables/structures passed into the exit.
Help is appreciated!
thanks
Jason

Sujit,
Thank you!!!! That solved the problem, the "User Responsible" is returned from that function even when the Notification has not yet been saved to the database.
Thanks! I have awarded points.
Jason

Similar Messages

  • Error when saving quality notification (QM01)

    Anybody knows what caused the error which says that the notification number is locked by the same notification? Encountered this when saving transaction QM01.
    Thanks!

    Hi Srinivas,
    Error message is: 
    Notification 200300002675 locked by 200300002675.
    Message no. IM 416
    This was encountered when saving the notification that is just being created so how could it be locked?
    Thanks for your advise.

  • Internal Order report on User Responsible field

    Hi Gurus,
    Is it possible to report internal orders on "User Resposible" field (this field appears in internal order master data) with standard reports?
    I couldn't find a way to add this field as a select criteria.
    Thanks very much in advance.
    Catherine

    Hi Catherine,
    In KOK5 transaction (Master Data List for Orders), you can create a selection variant (with a chosen name of yourself) and define the User Responsible there.
    Let me know if this tip helps you.
    Kind Regards,
    Daniel

  • Accessing user defined fields when multiple forms as open SBO 2005

    Hi
    I have a program which updates a user defined field on the sales order screen. This works fine but fails to work correctly when they have more than one sales order screen open.
    It updates the first sales order screen and not the active one.
    Is there any easy way of accessing the correct user defined form which is attached to the active screen please ?
    Code below -
                For lc = 0 To B1Connections.theAppl.Forms.Count - 1
                    If B1Connections.theAppl.Forms.Item(lc).TypeEx = "-139" Then
                        form2 = B1Connections.theAppl.Forms.GetFormByTypeAndCount("-139", 1)
                        form2.Items.Item("U_bpremarks").Specific.string = orecset.Fields.Item(0).Value
                    End If
                Next
    Many thanks
    Regards Andy

    Hi Paul,
    you got the point - as long as you have always the udf screens open the count is the same !
    no need to say sorry
    iam relaxed - i have a EURO 08 livestream open
    lg David

  • Auto-populate filename field when saving?

    I have a form which contains a Save button (using the following JavaScript: app.execMenuItem("SaveAs"))
    I have a required field on the form called 'ProjectTitle'. Is there something I can add to the button script which will pick up what the user types in the 'ProjectTitle' field and use that as the filename when they click the 'Save' button?
    They wouldn't be required to use the carried over text, but it will save time and prevent possbilty illogical filenames.
    Anyone? Thanks!

    Hi
    I know but you can try to use the field-symbols
    DATA: WI_AUFK TYPE CI_AUFK.
    DATA: FIELD(30) TYPE C.
    FIELD-SYMBOLS <FS> TYPE ANY.
    FIELD = '(PROGRAM NAME)STRUCTURE NAME'.
    ASSIGN (FIELD) TO <FS>.
    WI_AUFK-FIELD1 = ....
    WI_AUFK-FIELD2 = ....
    MOVE-CORRESPONDING WI_AUFK TO <FS>.
    So you're looking for the name of the program and the structure.
    I suppose they can be: SAPLCOIH, CAUFVD, so:
    DATA: WI_AUFK TYPE CI_AUFK.
    DATA: FIELD(30) TYPE C.
    FIELD-SYMBOLS <FS> TYPE ANY.
    FIELD = '(SAPLCOIH)CAUFVD'.
    ASSIGN (FIELD) TO <FS>.
    MOVE-CORRESPONDING <FS> TO WI_AUFK.
    IF WI_AUFK-FIELD1 IS INITIAL
    WI_AUFK-FIELD1 = ....
    ENDIF.
    IF WI_AUFK-FIELD2 IS INITIAL
    WI_AUFK-FIELD2 = ....
    ENDIF.
    MOVE-CORRESPONDING WI_AUFK TO <FS>.
    Max

  • Reports 3.0 - Dissappearing fields when saved

    My buddy showed me a report in reports 3.0..
    He saves his report, opens it back up,
    and a field dissappears in the layout editor.
    So he copies and makes the field good.
    Then he saves it again and ANOTHER 1 or 2
    fields dissappears.
    I had never seen this until he showed me
    on my machine too!!
    Reports 3.0.5
    Any thoughts/comments?
    Its not that complicated of a report.
    Thanks!
    null

    I am also using Reports 3 and the same problem happens a few times especially when the file size if big. Anybody knows whether there is a solution to that? Or if an upgrade to Report 6 will solve the problem?
    Ben Chen

  • Hide extension in file name input field when saving?

    A few days ago in Photoshop CS6 I started automatically getting an extension in the file name input field.
    Previously, when I did a "save as" I got, for example "image01."
    A few days ago I started getting "image01.jpg."
    I have another installation of CS6 on another desktop and on that one I get simply "image01." That's the way is had been on this machine.
    This has nothing to do with file/folder options in Windows Explorer. I don't see extension names anywhere but in the Photoshop 'save as' input field.
    It is highly annoying because I process a lot of images and having to get rid of the ".jpg" wastes time.
    Anyone have any ideas?
    dg

    Thanks, everyone for your replies. Perhaps I did not explain this clearly.
    This change I experienced has nothing to do with Windows Explorer settings.
    Here's what the input looks like on my secondary machine and how Photoshop behaved on my primary machine until a few days ago:
    All that is shown is the file name: No extension.
    Here's what I'm getting now:
    Suddenly Photoshop in adding ".jpg" to the end of the file name. This happens in both 64 bit (my default) and 32 bit (I never use it but tested i)t.
    I have not changed anything yet, but could this be a Photoshop preferences issue as gener7 suggested? I made no changes to my Photoshop installation prior to this starting to happen.
    As an aside. I'm surprised people like having the extension in the file name. I have never found that to be necessary at all, since Windows Explorer shows the file type right in the window:
    And if you select an image it's also shown on the lower left:
    I use primarily .jpgs, .tiffs, and CR2 files and even without looking at the examples above, the icon alone tells me what kind of file it is.
    dg

  • Automatically put in process PM notification when saving

    Hello all,
    Does anyone have an idea in how to implement specific process when saving PM notifications after their creation ?
    My aim is to swith from system status I0068 (Oustanding notification - which is the one for the notification when saving) to I0070 (Notification in process) in an automatical way when saving the notification.
    I found function module IQS4_CHANGE_STAT_NOTIFICATION, but as i am in creation for the notification, is it possible to update its status at the same time ?
    Moreover, i found user exit ZXQQMU20 (function module EXIT_SAPMIWO0_020 ) : is it the good one to implement the ABAP code ?
    As i can not have development key on the development environment, i am not able to do tests.
    Thank you in advance for your advises.
    Regards.
    Laurent.

    Hello everybody,
    We tried to changed default (initial) system status notification from I0068 (Outstanding notification) to I0070 (Notification in process) in user-exit EXIT_SAPMIWO0_020 when we are creating new notification (not all notification types are concerned).
    We used for this function module IQS4_CHANGE_STAT_NOTIFICATION with export parameter:
    i_qmnum = notification number,
    i_vrgng    = 'PMM2',
    i_spras    = 'FR',
    i_commit = 'X'
    Nevertheless, this does not work. Besides, notification is no longer saved...
    Any suggestion in the way to solve this problem ?
    Thanks.
    Laurent.

  • Stopping user compare when saving composite roles in 4.6c basis pack 25?

    One of the environments I look after is a 4.6c system with basis pack 25 – they can’t upgrade as it breaks a great deal of very heavy customisation in that system.
    We have encountered an issue with the saving of composite roles in that system - when a role is saved we must sit through a very long period of “user distribution in role XXX” while the system performs a user compare of every singular role in that composite role.  This is very painful as it can take nearly half an hour simply to save the composite role – we then need to rebuild the menu and compress it (we use the composite role’s menu structure).  The odd thing is that this behaviour wasn’t apparent for many years – it suddenly started happening about 2-3 years ago to a previous administrator but he wasn’t aware of any changes going through, it just began to force these lengthy compares on him when saving composites.
    I’ve tried in vain to disable this forced compare on every save – I’ve tried the PRGN_CUST modifications including adding the lines “AUTO_USERCOMPARE” with a value of “NO” and “USRCOMPARE_PFUD” with a value of “YES” to try and stop the profile generator from doing this but to no avail.  Unless these settings need a restart of the system to take effect (do they?) I’m at a loss to find any other options.
    The menu setting in the profile generator of “automatic user master adjustment when saving role” is switched off – though setting “auto_usercompare” seems to have broken the ability to bring up the “settings: role maintenance” dialogue box anyway.
    We have a very large number of roles to modify and would be grateful if anyone could offer any advice here.
    Thanks
    DT

    the problem with your issue is that none of use can reproduce that phenomenon, since none of use has that combination of primal release/support package level at hand any longer (at least i think so). so there's only two options left to you:
    first: update this special application until the problem goes away - do so by adding note after note on the very subject, like the one i mentioned plus [905924|https://websmp130.sap-ag.de/sap(bD1kZSZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=905924&nlang=EN&smpsrv=https%3a%2f%2fwebsmp107%2esap-ag%2ede] plus [662484|https://websmp130.sap-ag.de/sap(bD1kZSZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=662484&nlang=EN&smpsrv=https%3a%2f%2fwebsmp107%2esap-ag%2ede] and stop only when you hit one that is not implementable using SNOTE but only by implementing a support-package -> this will obviously be the point where you're stuck then.
    (and yes - for the sake of rob burbank: there are several other ways to implement corrections aside from SNOTE).
    second: open a call with SAP. mind you, this might become a lenghty one since they will also give you note after note ...
    as i said, i'm pretty sure no one in here can help you doing a proper analysis anymore (but maybe i'm wrong).
    anyone - any other (better) suggestions?

  • Notification User Difine field

    Hi,
    Would like to add user define field in M2 type notification, which customer exit is suitable for me?
    Or else...?? Pls advice..
    KB

    KB,
               Check the below :
    QQMA0001 QM/PM/SM: User Subscreen for Notification Header
    QQMA0008 QM/PM/SM: User Subscreen for Additional Data on Notif. Item
    QQMA0010 QM/PM/SM: User Subscreen for Additional Data on Cause
    QQMA0011 QM/PM/SM: User Subscreen for Additional Data on Task
    QQMA0012 QM/PM/SM: User Subscreen for Additional Data on Activity
    Check where you want to add fields and select from the above ...
    regrds
    pushpa

  • Display of document line items with user defined fields

    Hi all,
    I have created two user defined fields in CI_COBL structure and they are available on OBC4 screen. I maintained  optinal for entry in the screen layout. I posted one document with user defined fields and saved.
    Now the document is updated in BSEG table. I then display the document, and it display the doucment
    But when i double click on the one of the line items system gives an error that there is some problem in customising and entries missing in Table COBM.
    I checked OXK3 and see that in field information for user fields, it says entries maintained in table COBM.
    But still i couldnt display my line items in detail.
    Any solutions
    Thanks in advance
    Ram

    Yes your are looking at the correct sap note.
    Things look pretty straight forward in the notes documentation.
    1)Extend the VBKRED structure with the fields you want.
    2)Populate thse values in the user exit in program DBKMVF02 in FORM routine USER_EXIT_FUELLEN_XVBKRED.
    For extending a standard structure you need to create a zstructuree in se11 first and then append it to the standard structure.
    In your case you need to  extend VBKRED_EX1 structure rather than VBKRED.
    Regards,
    ravi

  • User defined field values

    Hi,
    i Created an add-on on VB.net code.I have an user defined field.when i try to COPY TO Return or A/R Invoice the user defined field value is not pushing into the field.
    could you help me .
    Thanks
    Ravi

    Hi Ravi
    if it is a document header  level
    oForm = SBO_Application.Forms.ActiveForm
                oItem = oForm.Items.Item("uf_id")
                oEdit = oItem.Specific
                oEdit.Value = "value"
           OR
    it is a document row level
    oForm = SBO_Application.Forms.ActiveForm
            oItem = oForm.Items.Item("38")
            POMat = oItem.Specific
    POMat.Columns.Item("UF_id").Cells.Item(i).Specific.value ="value"
    try this it will workout
    vijju

  • User Required Field - As Required

    Hi
    I am a functional consultant, Can you please let me know, i need to make User responsible field as mandatory while creating cost center (KS01).
    Thanks

    Hi
    By using SHD0, will this create a custom transaction code like ZKS01 or
    KS01 remains the same to all users once you said the settings.
    Thanks

  • Using Fields from PDF when saving

    Im looking on how to use fields in a pdf form when saving the form.
    ex. Incident Report
    Staff open up the form. Put in the information. Want it so when they save it puts the clients name and date in the save as. So they open Incident_Report.pdf when they save it would be Incident_Report_ClientsName_Date.pdf Yes the staff could type that in that way but want to make it as easy for everyone involved.

    So let's say you have the following fields in your file:
    Incident_Report
    ClientsName
    Date
    You can then add this code to the file's WillSave action (under Tools - JavaScript - Set Document Actions):
    var newFileName = this.getField("Incident_Report").valueAsString + "_" + this.getField("ClientsName").valueAsString + "_" + this.getField("Date").valueAsString + ".pdf";
    app.response("Please copy the text below and use it as the new file-name:","", newFileName)
    Of course, you can adjust the message to the user, and even the format of the file-name, although I've used the format you specified.

  • Reader-enabled form from Acrobat is retaining interactive form fields when user saves the form

    This is an issue that has only recently come up. In the past it was not a problem to take a pdf, add interactive form fields to it in LiveCycle, then open the form in Acrobat and enable usage rights for Reader users.
    This allowed Reader users to fill out the form and save the results. With the most recent versions of Acrobat and Reader the user saves the form and the data AND the interactive form fields are saved in the resulting file - meaning that the data is still there to be changed. Clearly not what we want and not what Acrobat and Reader were doing previously.
    The form does properly display "You can save data typed in this form" when opened in Reader.
    I have got no response to this issue in the LiveCycle forum, and nothing shows up in a search. I would very much like to fix this, as it is affecting our entire library of pdf forms.

    In most instances the form is linked on the website, so the original form will cannot be overwritten.
    In some cases we have to supply an interactive pdf for a department that they will then distribute by email to various groups who are expected to fill the form out on submit on an ongoing basis. That is what I was meaning by the user filling out the form, printing it, and then being prompted to save changes.
    The bigger issue is that most of our users expect to take a form hosted on the website, fill it out, and then save a pdf copy of their responses for reference. The reference copy is retaining the interactive fields rather than printing as a static pdf.
    If I could force the action of printing as a pdf (rather than saving as a pdf) on submission I think that would solve the issue. The script for most of the forms in the library is xfa.host.print(1, "0", (xfa.host.numPages -1).toString(), 0, 0, 0, 0, 0); and I am not aware of a way to force the print to only be to the pdf print driver.

Maybe you are looking for

  • Is it time for a new one or can it be fixed.

    I have had my iPod classic for close to 4 years now and it has started to freeze during a song, won't come off hold, and won't light up though I can still see the song info. in the background. I have let it sit for awhile and have even tried to put i

  • Can't See com.sap.portal.runtime.logon in list of PAR Files in Iview Wizard

    Hello All, I am trying to create an iview from PAR file com.sap.portal.runtime.logon which is the logon par file that has the logon page. But when I right click a folder in the PCD and click on New From PAR Iview I try to find on the list of availabl

  • Match subscription question???

    Hello, I have a good deal of CDs and songs at that I imported at low quality in my iTunes library. These CDs are stored away in the attic and I never got around to importing them properly. If I subscribe to iTunes Match to "upgrade" these songs, do I

  • Error FSL-02015 in Installing 4.7 IDES

    TRACE searching for task files with basename SAPVIEW in C:\Program Files\sapinst_instdir\R3E_472SR1_ABAP_NUC\DB TRACE no usable task file TRACE trying to insert package SAPVIEW.STR TRACE checking directory E:/Exp4/EXPORT5 ERROR 2005-08-23 13:17:42 MS

  • My raw images download as 2 photos

    When I download my raw images into iphoto 6, I end up with twice as many photos as it converts one and leaves one raw. Is it possible to have these go into different files automatically? Editing has suddently become such a big job!!! G5   Mac OS X (1