IW22 - Change PM Notification - Upload Attachment

Hi Experts,
I have some problem when making ABAP Program that functioned like IW22.
I have to attach the file with my ABAP Program, so does the file appear as attachment file in TCode IW22 Change PM Notification.
Did anyone knows what FM used to attach the file like the IW22 does?
I just want to debug it, but the screen make it difficult to debug that attachment function. Every time I used the '/h' mode it just only debug the process to pop up the list of selection in the upper right corner of the main screen.
Thanks for all of your reply.
Edited by: Jonathan Febrian on Sep 15, 2010 6:51 AM

I'm also not familiar with IW22.
But I can help you in debugging screens. Open a new notepad and paste the ff:
[FUNCTION]
Command=/H
Title=Debugger
Type=SystemCommand
save it and include it in your pc's shortcut icons for easier drag and drop.
You can simply drag and drop this notepad on the sap screen to activate debugging on screen.

Similar Messages

  • Tnx. IW22 Change PM Notification -  Create external document (URL) posting

    Hi:
    I am in transaction IW22 i.e. Change PM Notification.  There is a 'Services for object' drop down which appears below the enter tick.  This appears in online but not in BDC.  I have tried it through the transaction SHDB i.e. Transaction Recorder also herein the 'Services for object' does not appear.  I need to post entries through 'Create external document (URL)' through the 'Services for object' drop down using BDC / BAPI / etc.
    Please advice.
    NB.

    Hi NB,
    We have similar issue for QM notification and I have used function "SO_OBJECT_INSERT".
    I am enclosing my code may be useful for you:
    FORM CREATE-URL-ATTACHMENT.
      CALL FUNCTION 'SO_FOLDER_ROOT_ID_GET'
        EXPORTING
          REGION    = 'B'
        IMPORTING
          FOLDER_ID = FOLDER_ID
        EXCEPTIONS
          OTHERS    = 1.
      CLEAR: LS_OBJCONT, LT_OBJCONT, LT_OBJHEAD.
      REFRESH: LT_OBJCONT, LT_OBJHEAD.
      CONCATENATE '&KEY&' H-URL INTO LS_OBJCONT.
      APPEND LS_OBJCONT TO LT_OBJCONT.
      CLEAR: L_OBJ_DATA.
      L_OBJ_DATA-OBJSNS = 'O'.
      L_OBJ_DATA-OBJLA  = SY-LANGU.
      L_OBJ_DATA-OBJDES = 'NOTES URL'.
      CALL FUNCTION 'SO_OBJECT_INSERT'
        EXPORTING
          FOLDER_ID             = FOLDER_ID
          OBJECT_TYPE           = 'URL'
          OBJECT_HD_CHANGE      = L_OBJ_DATA
        IMPORTING
          OBJECT_ID             = L_OBJ_ID
        TABLES
          OBJHEAD               = LT_OBJHEAD
          OBJCONT               = LT_OBJCONT
        EXCEPTIONS
          ACTIVE_USER_NOT_EXIST = 35
          FOLDER_NOT_EXIST      = 6
          OBJECT_TYPE_NOT_EXIST = 17
          OWNER_NOT_EXIST       = 22
          PARAMETER_ERROR       = 23
          OTHERS                = 1000.
      CLEAR: IS_OBJECT.
      IS_OBJECT-OBJKEY = WQMNUM.
      IS_OBJECT-OBJTYPE = 'BUS2078'.
      CLEAR: REL_DOC.
      CONCATENATE FOLDER_ID L_OBJ_ID INTO REL_DOC-OBJKEY.
      REL_DOC-OBJTYPE = 'MESSAGE'.
      CALL FUNCTION 'BINARY_RELATION_CREATE'
        EXPORTING
          OBJ_ROLEA    = IS_OBJECT
          OBJ_ROLEB    = REL_DOC
          RELATIONTYPE = 'URL'
        EXCEPTIONS
          OTHERS       = 1.
      IF SY-SUBRC EQ 0.
        COMMIT WORK.
      ELSE.
        T_MESSAGE = 'Notification Attachment Add Failed'.
        APPEND T_MESSAGE.
        CLEAR: T_MESSAGE.
        T_MESSAGE = 'Reference:'.
        T_MESSAGE+11(20) = H-REF.
        APPEND T_MESSAGE.
        CLEAR: T_MESSAGE.
        T_MESSAGE = 'Notification:'.
        T_MESSAGE+14(12) = WQMNUM.
        APPEND T_MESSAGE.
        CLEAR: T_MESSAGE.
        T_MESSAGE = 'URL:'.
        T_MESSAGE+5(72) = H-URL.
        APPEND T_MESSAGE.
        PERFORM SEND-EMAIL.
      ENDIF.
    ENDFORM.                    "create-url-attachment
    Hope this may help you.
    Please reward all the useful answers.
    Regards,
    Lanka

  • After making a website with muse and launching it with Business Catalyst. My website gives a notice: To change this page, upload your website into the public_html directory. How can i upload my website into the public_html directory?

    Hello,
    I'm using a Mac and made a website with Muse. After making the website i published the site and launched this afterwards with Business Catalyst.
    When i enter my website, i got the notification: To change this page, upload your website into the public_html directory.
    Does anyone know how i can fix this? I'm a complete noob in this subject.
    Thank u for reading

    Could you post a link please?
    BC does not give that message - Would be good to see if it is indeed BC.

  • Upload (Attach) documents to a custom application

    Hi Experts,
    We have a requirement.
    our finance team is getting the Bank Guarantee in Hard copy.
    And at present they are maintaining  all the Details(Like bank name, bank address, Value, customer, customer name, Guarantee valid from & to ) in Excel sheet and the scanned document in a folder on their desktop.
    Now they want to bring into SAP.so for that data to maintain I created a Z Table & Maintained all the data & given a Z report for seeing the data.
    But they want to upload (Attach) the scanned copy of that Bank guarantee to the corresponding document in z table. so how to upload the scanned (pdf or image or word) copy into sap and they want to open & see in the sap itself.
    already I searched the sdn, for GOS creation for custom program , but that document is for 4.6c version.we are on ecc 6.0 version.
    So please suggest a solution , how to upload  & manage the documents.
    Thanks in advance,
    Regards,
    Venkat

    Hi Abhi,
    All object services require a unique identifier for the object processed. The Internal
    Number for a document is used as the key. But this number is not created until the request  is saved. Therefore it is only possible to add an Object such as an attachment through  change mode fb02.
    try this and assign points if it useful.
    Regards
    Ravinagh Boni

  • Upload attachements using ESS

    Dear Guru's
    Is it possible to upload attachements on behalf of travel expensses using an ESS scenario? We are on ECC 6.0 and EhP4 but I can't see a button in the webdynpro to attach documents or scanned receipts in the accelarated entry of expense function in ehp nor in the ehp1 or ehp2 functionality . If possible which scenario or service should we use. Should we use ArchiveLink or Easy DMS in favor?
    All answers are welcome.
    Kind regards,

    Hi Stephan
    This functionality is available in ABAP Web Dynpro starting Enhancement
    Package 2 with BP 1.2.  However please note this is limited only to the WD ABAP landscape for ESS and
    is a limitation for Java but is planned functionality for EHp5.
    Use of Scanned Receipts and Adding of Attachments
    If you use optical archives for Travel Management, in expense reports
    you can display receipts that are scanned into the system. When
    scanned receipts are allocated to an expense report, the system shows
    them in the POWLs for travelers, travel assistants, and approving
    manager.
    Travelers can add attachments to their expense reports (for example, the
    agenda of a convention). This can be done when creating an expense
    report or in the POWL. Attachments are linked to the trip number and can
    be viewed by travel assistants and approving managers.
    http://help.sap.com/erp2005_ehp_04/helpdata/en/5d/eecf6d3832433ea4d292e5
    7d925e10/frameset.htm
    Please also check here:
    http://help.sap.com/saphelp_47x200/helpdata/en/dc/92d8345388482be1000000
    9b38f83b/frameset.htm
    You also have to decide between using the functionality of using either attachments or scanned receipts (Archivelink) . Attachments are created with BUS2089. These are shown:
    - in the POWL under the column 'attachments'
    - in the trip itself on the header data view
    Scanned documents must be created with TRAVEL. These are shown:
    - in the POWL under the column 'facsimiles'. If not there, please
      change the settings to display this column!
    - in the trip itself in the receipts view!
    You need to also customise in PE03, feature TRVPA, This works if OAA is 1 and if the documents are created with Type
    TRAVEL.
    Hope this helps!

  • Hi i have the same apple id for my iPad and my mac. my iPhone has a different one. My i cloud on my mac seems to be the iCloud on my iPad, if that makes sense so its not sending my photos from my mac to the cloud. how do i change it to upload mac?

    hi i have the same apple id for my iPad and my mac. my iPhone has a different one. My i cloud on my mac seems to be the iCloud on my iPad, if that makes sense so its not sending my photos from my mac to the cloud. how do i change it to upload mac pictures instead? thanks

    Did you go into Settings > Store and then tap your old ID, sign out and then enter your new ID?

  • How do I change the phone number attached to my Icloud? All the codes and stuff are being sent to my old number.

    How do I change the phone number attached to my Icloud? All the codes and stuff are being sent to my old number.

    Hello Babyygrl23,
    Welcome to the Apple Support Communities!
    It sounds like your iCloud Apple ID has a phone number associated with it that you would like to update. If this is the case, after signing in to the linked website below, you will see a section on the left side of the screen labeled Phone Numbers. You can edit the phone number associated with that account from there. 
    Apple - My Apple ID
    Cheers,
    Joe

  • IS THERE A WAY TO CHANGE THE NOTIFICATION SOUNDS FOR REMINDERS?

    IS THERE A WAY TO CHANGE THE NOTIFICATION SOUNDS FOR REMINDERS?

    Yes you can, in the sense that this is an "Alert" sound you've set for the whole Mac software, and of course this is set in System Preferences > Sounds > Sound Effects. This will change the "alert sound" for the whole Mac.
    So, No, you can't change only this particular Alert sound. If you could, it would be done in System Preferences > Notifications, and your only option there is whether you want the sound or not (Chkbox on "Play sound when receiving Notifications")

  • Is there a way to change the notification sound for the FB app

    is there a way to change the notification sound for the FB app?

    Go to: Settings, Sounds and look for Facebook Post.  You can click on it and select which sound you want.

  • How to Upload/Attachment File  in MYSQL    ADF???

    HEY Guys...
    How to Upload/Attachment File in MYSQL ADF???
    Regards Ninja,

    You need to provide more information.
    Which jdev version do you use?
    Which ui technology?
    I see two question to be answered:
    1) load the attatchments ADFrc af:inputFile (http://technology.amis.nl/blog/2297/adf-faces-file-uploading-it-is-really-that-simple)
    2) store the loaded data in the DB -> mysql doc or google should have the needed information
    Timo

  • Upload attachements from Windows and Save them to File System

    Hi
    We are upgrading to 11.5.10, using Database 10g r2. Can any one help me to upload attachement from a PC and save to a Unix file system instead of database. We are using forms 6i. Please help.

    Hi
    We are upgrading to 11.5.10, using Database 10g r2. Can any one help me to upload attachement from a PC and save to a Unix file system instead of database. We are using forms 6i. Please help.

  • Change status notification for PM (update to 'NTBC' status)

    Hi everyone, i'm still newbie to using BAPI and BDC and i need your help. My problem is when i change status notification to NTBC using function module <b>'STATUS_CHANGE_EXTERN'</b>, this fm change status successfully but bypass validation to malfunction date and time, i want to save this error to my message log. Is there another BAPI that change status notification but also validate malfunction date and time (this validation arise when change status to NTBC only) ? Thank you
    Regards,
    Satria B

    TRY THIS FM "STATUS_CHANGE_INTERN"

  • Function module to change price of uploaded product

    Hi Gurus,
    is there any function module to change price of uploaded product info in crm
    regards
    Naveen
    Edited by: Naveen Kumar on Feb 13, 2009 12:05 PM

    condition record can modify using FM 'CNFPR_RECORD_PUT'

  • How do i change my notification e-mail

    Hello,
    How do I change my notification e-mail address without changing my apple id?
    I want my notification e-mail address to be my me.com address.
    Thanks a lot and best regards.

    Firstly, if you have 'Find My iPhone/iPad/iMac' enabled on any of your devices, turn it off.
    Create a new email address, for example  at Yahoo or Gmail, or anywhere convenient (or you can use an existing address as long as it has never been associated with an Apple ID).
    Go to http://appleid.apple.com and click 'Manage your Apple ID'. Sign in with the current ID.
    Where it says 'Apple ID and primary email address' and gives your current ID email address, click 'edit'.
    Enter your new address and click 'Save changes'.
    Now you will need to go to each of your devices and sign out in System Preferences (or Settings)>iCloud - 'Sign out' on a Mac, 'Delete this account' on an iOS device (this will not delete the account from the server).
    Then sign back in with your new ID. Your iCloud data will disappear from your devices when you sign out, but reappear when you sign back in.
    I re-iterate: before you start, turn off 'Find My Mac' (or whatever) or you will need the services of Support.

  • HT3576 How do you change the notification sound

    Is there a way to change the notification sounds?

    Hi ckuan,
    could you tell me whcih 3rd party Apps are able to do that?
    Thanks...

Maybe you are looking for

  • Internal order settlement through KO88

    Hi Experts, i have one issue where i need to settle the Order balances to AUC on periodic basis, but user has not done it on periodic basis from past 7months. when we try to do it now, system is giving the error that the posting period is not opened

  • Re-ordering tags using ORDER panel doesnt work in Acrobat X

    I am having major problems re-ordering tags (text and form field) using the Order Panel. When I select a tag from the Order Panel and try to drag it from position #20 up to position #5 it does not work. In fact, my tag completely disappears??? I've b

  • How do I cancel an invoice?

    I am trying to cancel an invoice using the following code but get back error code -5006.  The document is one that has been entered today.  Why can't I cancel it? int retVal = sapInvoice.Cancel(); if( retVal != 0 )   int errCode;   string errMsg;   S

  • Foggy pictures with Photosmart Plus B210

    Hi. I am having quality issues when printing my holiday pictures on my HP Photosmart Plus B210. The pictures have been taken with a Nikon SLR and printed directly from the SD card. regardless of the photo quality, all not fully lit parts of the pictu

  • When I open Firefox browser, as well as my homepage opening, a new tab also opens at the same time how can I stop this please?

    This problem has only just started and I don't know why. When I click the Firefox icon to open the browser, my homepage tab opens and another new tab opens up alongside my homepage tab. I have checked and the are no pipe characters in my homepage add