IDoc for PM Notification (tran IW21)

Hi all,
Does anybody knows if there is standard iDoc to create PM Notifications?
I find FM ALM_ME_PM_NOTIFICATION, but I didn't find any BAPI.
I've found business objects BUS2038 and BUS2080 but I think they aren't for PM Notification...
Any help please¿
Thanks in advance.
Regards.
Urtzi.

Hi Alfred,
Thanks for your quick response.
We haven't allready ECC 5.0....
Regards.

Similar Messages

  • IDOC monitor for shipping notification- EMASN

    Hello experts,
    Anybody know that is IDOC monitor for shipping notification-EMASN. what are the input we have to enter as defualt for this transaction.
    can anybody help, very urgent.

    I did not know about transaction VOFM (MAINTAIN Riquirements & Formulas), tab 'Data transfer' => 'Deliveries' .
    Copy routine '301' to '931' and add thos line at the end:
      likp-ntgew = xkomdlgn-ntgew_hdr.
      likp-btgew = xkomdlgn-brgew_hdr.
      likp-gewei = xkomdlgn-gewei_hdr.
      likp-volum = xkomdlgn-volum_hdr.
      likp-voleh = xkomdlgn-voleh_hdr.
    Then go to VTLA ('Order to delivery copying control'), select your target (for instance 'EL' <= 'DL')  and CtrlShiftF2 (Detail). Change the field Header data from '301' to our new '931'
    Hope this is help someone one day,
    Daniel
    Edited by: Daniel Putzschler on Jan 20, 2011 2:17 PM

  • Idoc segment for shpmnt notification for idoc type shpmnt02

    Hi gurus,
               I have to find the idoc segment for shipment notification,idoc  type which we are going to use is shpmnt02 or shpmnt01,Can any one of you please tell me the idoc segments for this idoc type with fields and table name?.Thanks in  advance.

    Hi Nagarathinam
    You can use transaction WE60 for documentation on IDOCs
    Best regards,
    Chris

  • IW21 Classification screen structurre for extended view for a notification type

    Hi Guru's,
    In Spro I added a screen structurre for extended view for a notification type
    I have well the subscreen now but the labels are missing and the button classification doesn't work.
    I guess that I should implement an user-exit or a badi.
    Any idea please ?
    Regards,
    Rahhaoui

    See this picture  This is from the same thread I referred earlier. I feel there should be better ways of learning these fundamentals about Module-pool programming, rahhaoui !
    Best of luck
    Jogeswara Rao K

  • IDOC for inbound delivery

    Hi Gurus,
    Pls help me to understand this functionality:
    Shipments destined for a Distribution Center will generate ASNu2019s(advance shipping notification) to alert the Distribution Center  to the upcoming receipt.
    There are two variations of the transaction that will initiate the ASN:
    u2022  Receipt of an ASN from a vendor to a Distribution Center  will result in the creation of an Inbound Delivery.  That Inbound Delivery must be sent to WM via  IDOC.
    u2022  Shipments from Distribution Center to DC will create an Outbound Delivery from the u201CClose Loadu201D process in Warehouse M.  Creation of the Outbound Delivery to another DC is the trigger for the IDOC to WM.
    The IDOC to be used could be a variation of the DELVRY03.
    My doubts includes:
    1. can I use one idoc for both the scenarios?
    2. both are outbound idocs or not?
    3. Any suggestions how to do this?
    Thanks..
    SD

    >
    Shibu David wrote:
    > My doubts includes:
    > 1. can I use one idoc for both the scenarios?
    Yes you can use IDOC DELVRY03 for both scenarios
    >
    Shibu David wrote:
    > 2. both are outbound idocs or not?
    No.
    ASN sent to DC will be outbound message.
    ASN received by DC, which creates Inbound delivery is inbound message.
    >
    Shibu David wrote:
    > 3. Any suggestions how to do this?
    As far as I know message type used in SAP for ASN is DESADV.
    For inbound ASN use process code DELS and for outbound use DELV

  • LSMW for open notifications,open sales order & open service order

    Hi Gurus,
    Can anyone please tell me how to go about writing LSMW's for open notifications,open sales order & open service order.
    This is for service processing in CS ,where has the scenario is 
    Create Notification (IW51) --> create Sales Order(Multiple Line Items) ( VA02) --> Create Service Order ( IW32)
    Service order is automatically (Item Proposal) generated w.r.t Sales Order (multiple line items)
    How to I do the recording for transactions in such a scenario.
    Please suggest!
    Thanks!
    Vinod

    you can use the below LSMW IDOC method
    SALESORDER_CREATEFROMDAT2       Sales order: Create Sales Order
    SERVICENOTIFICATION_CREATEFROM  Create service notification
      SERVICE_CREATE                  Creation of a Service Master Record
    CARNOT                          Delivery: Shipping notification
    DESADT                          Shipping notification
    DESADV                          Delivery: Shipping notification
    INOTIF                          Notifications
    INTUPD                          Notification Status Update
    ISU_ADVICE                      IS-U Deregulation: Notification
    ISU_CHANGE_REQUEST              IS-U: Notification of Change to
    ISU_MAINT_SO                    IS-U Dereg.: Notification of Dev
    ISU_REMITTANCE_ADVICE           Transfer Notification

  • User Exit / BADI for Header Text in IW21

    Dear All,
    I have an requirement to update a header text of IW21 (Creating Notification) with some condition, ie., Header Text should be updated with different text (some information along with entered text) depends on Notification type and Functional Location.
    Is there any User Exit / Badi to do this ?
    Could any one help on this regard ?
    Thanks and Regards,

    Hi,
    Below are the exits for the Transaction Code - IW21.
    Exit Name Description
    IWO10026 User check on setting status 'Do not perform'
    IWO10027 User exit: Generate user-defined settlement rule
    IWOC0002 PM/SM notification: Check whether status change is allowed
    IWOC0003 PM/SM authorization check of ref. object and planner group
    IWOC0004 Change single-level list editing PM/QM/SM ALV settings
    IWOC0001 Create PM/SM notification: Determine reference object
    Check each which can server your purpose.
    May be EXIT_SAPMIWO0_020 might suit your purpose.
    Regards,
    Vijay V

  • Mapping issue: FCC: Idoc for each record in file

    Hi,
    I have file to Idoc scenario.
    I receive csv file with multiple records.
    The requirement is to create an Idoc for each record.
    For eg.
    source file
    A1,B1,C1
    A2,B2,C2
    A3,B3,C3
    After FCC
    <MT>
    <TRANS>
    <ROW>
    <A>A1</A>
    <B>B1</B>
    <C>C1</C>
    </ROW>
    <ROW>
    <A>A2</A>
    <B>B2</B>
    <C>C2</C>
    </ROW>
    <ROW>
    <A>A3</A>
    <B>B3</B>
    <C>C3</C>
    </ROW>
    </TRANS>
    <MT>
    I have first tested it with only 1 record to test end to end connectivity. It works as expected and Idoc is posted to target system.
    Now when I am trying to send multiple records, I am getting some issues.
    Below are the steps that I have taken to process multiple records:
    1. Changed the cardinality of ROW (child of RecordSet) from 1 to Unbounded.
    2. Changed the occurance of Idoc to Unbounded.
    3. Mapped ROW to Idoc root.
    I have tested the mapping in IR and it generates multiple IDOCs.
    When I send the test file, it fails with error Tag found instead of tag IDOC BEGIN=
    I can see the xml message created with multiple ROWs in XI by File adapter in sxmb_moni.
    When I do Test Configuration in ID, with the XML message extracted from sxmbmoni, the result that I got was:_
    <?xml version="1.0" encoding="UTF-8"?>
    <ns0:Messages xmlns:ns0="http://sap.com/xi/XI/SplitAndMerge"><ns0:Message1></ns0:Message1></ns0:Messages>
    This means that idoc was not created while mapping.
    But the same sample message works OK in IR!
    Pls help where I have missed.
    Regards,
    Anirudh.

    Sudhir,
    Thanks for your response.
    FCC is working fine. I have taken the XML message in XI created after FCC from csv sample message.
    I have tested this message in IR by placing it between
    <?xml version="1.0" encoding="UTF-8"?>
    <ns0:Messages xmlns:ns0="http://sap.com/xi/XI/SplitAndMerge">
       <ns0:Message1>
    </ns0:Message1>
    </ns0:Message>
    It is working fine and Idocs are created in mapping in IR.
    But the same sample message is creating below output ID!
    <?xml version="1.0" encoding="UTF-8"?>
    <ns0:Messages xmlns:ns0="http://sap.com/xi/XI/SplitAndMerge"><ns0:Message1></ns0:Message1></ns0:Messages>
    Regards,
    Anirudh.

  • Create 2 outbound Idocs for 1 message type

    Hi Experts,
    We are sending an outbound Idoc of message type DESADV.  We would like to trigger 2 Idocs per Shipping Notification.
    Could you please help?
    Thanks,
    Vitish.

    Hello Vitish
    Each output partner can have it's own output. Also for the same message type. Maybe the 2 DESADV IDOC's are sent to different partners or destinations. But even when not you still can define 2 different output partners for the message type. Then 2 outputs will be triggered for the same message type.
    Regards Jack 

  • BAPI or IDOC for Advance Shipment in CS

    Hello
    I have to create Interface (inbound to SAP) for following function.
    (1) Create Service Notification and Create Sales Order from Notification and need copy from contract.
         This function can execute by manual.
          1) IW51 create Notification and click ADV Shipment icon
           2) Input SO type for Subsequent SO of Contract and enter
           3) in SO screen, item adding by reference contract and enter
           4) Copy contract item and update Qty
            5) Back to Notiication and save. (automatically SO saved)
         But I can't find BAPI/IDOC for this procedure.
         If someone know solution, please let me know.
    (2) Create Service Order and Create Sales order from CS order for Advance Shipment
       This function can execute by manual.
        1) IW31 create CS order and input component tab
        2) select component line and click ADV Shipment icon
        3) Input SO type for ADV SHIP and enter
        4) in SO screen, automatically component tab data copied and check this and back to CS order
        5) Save CS order (automatically SO saved)(CS order component changed to not relevant for reservation and ADV ship flag set to reservation)
       But I can't find BAPI/IDOC for this proceure.
       If someone know solution, please let me know
    If some portion can use by BAPI/IDOC etc, it good for me.
    Specially Link with Notification / CS order and SO is possible very useful for us.
    Regards

    check - VIEWPROC_V_TQ051
    Regards,
    Sonal

  • BAdI for PM notifications

    Hi All,
    I have a requirement to send notification tests (QMEL-QMTXT) as an email to the top managers whenever a Notification is created, either manually (using IW21) or pre-scheduled notifications. Whenever a new notification gets saved, it must go as an external email (non-SAP) to the top managers' ids.
    I found the following BAdIs for that object:
      IQS0_STATUS_MAINTAIN Control of Changeability of User Status
      IWO1_SUBSCREEN_0170  Display Additional Data on Object Screen 0170 PhysicalSample
      IWOC_LIST_TUNING     Performance Tuning for Lists in PM/CS
      IWOC_OBJECTINFO_CHNG Changes to Data of Object Info Screen
      NOTIF_AUTHORITY_01   Additional Authorization Checks for the Notification
      WOC_FL_DETERMINE     Determine Date for Determining Installation Loc. Equi.
    1) Which would be the right one to use.?
    OR
    2) Is there a better/another method to meet the requirement.
    Useful answers will be gratefully rewarded
    Karthik
    Message was edited by:
            Karthik

    Hi Karthik
    U can use BADI or user exit for the purpose. Please find out which is the BADI or Exit that ios getting triggered at the time of document save operation. following are some of the enhancements that are related to PM notification -
    IWO10026 , IWO10027 , IWOC0001 , IWOC0002 , IWOC0003 , IWOC0004
    Once u have chosen the right BADI / Userexit , than u can us the following peice of code as reference to send the required data as an external mail to the desired recepient.
    But the most important point to note in this regards is that, the SMTP port must be configured in the server for flushing the mail out of SAP system to the target Id through the mail server. this configuration is done in transaction SCOT
    Refer the following code for sending external mails -
    <b>&----
    *& Report  ZMK_TEST_MAIL                                               *
    REPORT  ZMK_TEST_MAIL                           .
    parameters: mail_id like ZTARGET_MAIL_ID-MAIL_ID.
    parameters: messeg like solisti1.
    parameters: subject like sodocchgi1-obj_descr.
    data : tab_lines type i.
    DATA: objpack   LIKE sopcklsti1 OCCURS 0   WITH HEADER LINE.
    DATA: objhead   LIKE solisti1   OCCURS 0   WITH HEADER LINE.
    DATA: objbin    LIKE solisti1   OCCURS 0   WITH HEADER LINE.
    DATA: objtxt    LIKE solisti1   OCCURS 0   WITH HEADER LINE.
    DATA: reclist1  LIKE somlreci1  OCCURS 500 WITH HEADER LINE.
    DATA: reclist   LIKE somlreci1  OCCURS 500 WITH HEADER LINE.
    DATA: itab      LIKE somlreci1  OCCURS 50  WITH HEADER LINE."RKU 220802
    DATA: doc_chng  LIKE sodocchgi1.
    CLEAR objtxt.
    move 'This is a test mail , on receipt pls make an acknowlegement to' to objtxt.
    APPEND objtxt.
    clear objtxt.
    move ' the following mail id <[email protected]>'  to objtxt.
    append objtxt.
    MOVE '  ' TO objtxt.
    APPEND objtxt.
    DESCRIBE TABLE objtxt LINES tab_lines.
    creation of the entry for the compressed document
      CLEAR objpack.
      objpack-transf_bin = ''.
      objpack-head_start = 1.
      objpack-head_num = 0.
      objpack-body_start = 1.
      objpack-body_num = tab_lines.
      objpack-doc_type = 'RAW'.
      objpack-doc_size = ( tab_lines - 1 ) * 255 + STRLEN( objtxt ).
      APPEND objpack.
      doc_chng-doc_size = ( tab_lines - 1 ) * 255 + STRLEN( objbin ).
      move subject to doc_chng-obj_descr.
      doc_chng-obj_prio = 1.
    recipient Details
      CLEAR reclist1.
      CLEAR reclist.
      REFRESH reclist1.
      REFRESH reclist.
      reclist1-rec_type = 'U'.
      reclist1-com_type = 'INT'.
      reclist1-receiver   = mail_id.
      APPEND reclist1 TO reclist.
      CALL FUNCTION 'SO_NEW_DOCUMENT_ATT_SEND_API1'
        EXPORTING
          document_data              = doc_chng
          put_in_outbox              = 'X'
          commit_work                = 'X'
        TABLES
          packing_list               = objpack
         object_header              = objhead
         contents_bin               = objbin
          contents_txt               = objtxt
          receivers                  = reclist
        EXCEPTIONS
          too_many_receivers         = 1
          document_not_sent          = 2
          operation_no_authorization = 4
          OTHERS                     = 99.
    if sy-subrc = 0.
    submit rsconn01 using selection-set 'SAP&CONNECTINT'  and return.
    endif</b>
    hope this helps u .....
    Regards
    Mukundhan

  • IDoc for "ready to Ship" in SD

    Can the IDoc for "Ready to Ship" be DELVRY04 or we have to use something else?
    Thanks,
    Bhaskar

    Is "Ready to Ship" is "Advance Shipment Notification" or some kind of shipping confirmation sent to your customer? If so, yes that is the IDoc type.

  • Getting error while opening a saved for later notification: The selected action is not available. The cause may be related to security. Contact your system administrator to verify your permission level for this action.

    Hi All,
    While opening a saved for later notification, we are getting "The selected action is not available. The cause may be related to security. Contact your system administrator to verify your permission level for this action". error.
    This is a custom notification.
    Please help.
    Thanks
    Raghava

    HI All,
    Please help on this issue.
    Thanks
    Raghava

  • Help required on OutBound IDoc for FI Invoices

    Hi All,
    I had a requirement to create a custom idoc for FI invoices via a user exit and these idocs will be routed (via RFC) to a JAVA server/processor. Pls suggest how can i acheive this.
    Is there any user exit for acheiveing this or can we proceed further without user exit also.
    If so how to acheive this.
    Thanks & Regards,
    Anil.

    One option that immediately pops up is
    Using Output Types: like for example transaction V/40
    Application: V3 Billing
    You can define a unique output type : ZINV
    Transmission Medium : 6
    Processing Routine
    Program:         RSNASTED
    Form Routine:    EDI_PROCESSING
    You can then use WE20, and define a unique customer / and map message control (ZINV) information in outbound parameters.

  • Outbound IDOC for Credit Management

    HI All,
    We need to send the Credit management data from SAP to other system. For that we require Standard IDOC, could you please suggest the standard IDOC available for the same and how to configure it. Please let me know if we have any standard program which generates the IDOC for my requirement.
    Regards,
    Phanindra

    Thanks for the Input, could you please let me know how we trigger this IDOC. Is it through configuration or any standard program which will generate idocs.

Maybe you are looking for

  • Posting 100% VAT

    Has any managed to post VAT/TAX through a standard GL journal and manage to get the VAT to show as deductable on the Tax Return. I am trying to find a way of claiming back VAT from purchase previously posted at full cost due to no VAT evidence. Two p

  • Do I have to name each file using FILE_DATASTORE

    Hello, i wan't to crawl and search our filesystems, do i have name each file and insert it to the database using FILE_DATASTORE or can I use an asterix? or is there an other solution thx

  • Screen is black, no fan is running, LED lights for volume is on/off

    On a random day, I opened up laptop to use and hit the power button, everything turned on but the screen slowly went white. turned back off & then back on & still did same thing. A couple months later, tried to use it again, LED lights for volume, ne

  • Connecting an Iomega 4TB External Hard Drive to Time Capsule

    I recently purchased an Iomega 4TB Hard Drive: http://www.bhphotovideo.com/c/product/687703-REG/Iomega34497_4TB_UltraMax_PlusExternal.html#reviews and I'm trying to connect it to my Time Capsule. However, I'm unsure of which of the four RAID settings

  • TS3899 Can't send mail from iPad 2

    My wife's iPad 2 gives an error message "Cannot send mail SMPT: [email protected]@smpt.live.com is incorrect" It seems that two email addresses have concatinated.  Any help would be much appreciated.