SAP Inbox - IDOC Error

Hello All,
1. I am  getting mail alert when ever any IDOC failed in ECC system. Is there any solution available to stop this type of messages coming to SAP Inbox? These notification messages are passing to SAP most of users.
2.  Due to that their Inbox is getting full. And not able to delete all messages at a time. Is there any solution available to delete all messages once?
Lots of lots of error messags are coming in SAP Inbox for IDOC errror like: Partner profile not defined, IDOC not processed until Final stage, etc.,
regards,
Ansar.

Check the appropriate "Partner Profile" in WE20 and see if any agent is maintained for the
Post Processing - Permitted Agent.
Check the inbound and outbound parameters message types as well and seee if any agents are assigned or not...
try assigning a userid in test system and ensure the message goes to only the user mentioned..
Regards,
PR.

Similar Messages

  • SAP Inbox-Idocs

    Hi,
    Couple of questions on Idocs in SAP Inbox.
    1) If the error Idocs are mapped to be automatically transmitted to the users SAP inbox, then if the users reprocess the Idocs successfully using BD87, will the Idoc disappear from the users SAP Inbox?
    2) If on successfull reprocessing the idocs do not automatically disappear (ie if the answer to the above question is no) from the users inbox, then how can they remove them from their SAP inbox?
    Any help would be appreciated.
    Thanks in advance,
    Mick

    Thanks Atish.
    The Idocs have already been mapped to the users SAP Inbox. So the question is that if the users reprocesses the Idocs from BD 87 will they automatically disappear form their SAP Inbox or they have to do something to remove them from their SAP Inbox, after they are successfully reprocessed.
    Regards,
    Mick

  • STATUS 51 error not directed to inbox (Idoc error)

    Hi all,
    When the single step Task is triggering for Idoc error ie,Status 51 the workitem is not going to the Users inbox.
    The task has been assigned to User in PPOMW.
    Note: The workitem is going for other Status.
    Kindly guide with your points.
    Thanks and Regards,
           Sridhar

    Hello,
    Can you check the task attributes?
    Also, can you please maintain the user assignment in the Task itself, through the path Extras>Agent Assignment>Maintain.
    I think when you maintain the agent assignment in the task itself that would do the job correctly.
    Cheers.
    Abhijit

  • SAP inbox

    Hi,
    IN PO release strategy workflow,all levels we are sending mail to sap inbox.
    While executing work item from SAP inbox Workflow standing in 'INPROCESS'.
    if I am going to ME29n transaction and releasing means Workflow process get "Completed".
    Thanks,
    Ragav

    Hi,
    Customized workflow.
    Custom Task.
    But standard workflow also facing the same problem.
    But another one thing while testing thru standard workflow,execute same from sap inbox,Throwing error like 'No administrator found for Task'.
    thanks
    ragav
    Edited by: ragul1602 on Jan 10, 2012 7:33 AM
    Edited by: ragul1602 on Jan 10, 2012 7:39 AM

  • Error Idocs automatically transffered to users SAP Inbox

    Hi,
    I need to configure, such that Idocs with certain error messages will be automatically transffered to the users inbox (SAP inbox) based on the plant in the Idoc.
    Understand that to achieve this, will have to maintain the org plan in transaction PPOME. But what are the other  things that need to be done?
    Would greatly appreciate step by step instructions to achieve this.
    Regards,
    Mick

    Hi Mick,
    Rajeev Kasturi uses almost 10 pages in his book SAP R/3 ALE and EDI TECHNOLOGIES to explain.
    You have to do a complete workflow basic config including not only org plan but also org usnits, positions, assignments.
    Activate event triggering and linkage
    Acticate workflow generally
    configure partner profile parameters for receiver of notification
    Set ALEAdmin in EDI system table.
    God luck!
    Regards,
    Clemens
    P.S.
    On HELP.SAP.COM you will find lots of helpful hints searching for keywords IDOC WORKFLOW
    Message was edited by:
            Clemens Li

  • Error While Opening PDF File in SAP Inbox

    Hello Experts,
    I am facing a weird error in SAP Inbox while opening a PDF files (both created by custom ABAP programs as well as the one attached to a new SAP Inbox message from my desktop & sent to my Inbox as a test).
    The error states that "This file does not have a program associated with it for performing this action. Please install program or, if one is already installed, create an association in the Default Programs control panel.".
    I checked TCode DC30 also & found an appropriate program is already maintained for PDF.
    I couldn't make out more out of this error message. Any inputs in this regard will be highly appreciable.
    Regards,
    Shaurya

    Hi,
      Find out the FM that's generating the actual error through de-bug and analyze the same by looking in OSS and or SDN.
    Regards
    Narasimhan

  • Error when reading a pdf attachment file in sap inbox

    Hi all,
    I have created a RFC which sends mail from an external user to my sap inbox with attachment.
    the problem is with the PDF attachment where when i received the mail in my sap inbox in sbwp, it says that there is an error that it wasnt correctly decode.
    I used the class cl_document_bcs...
    and used the method add_attachment...
    would plz help me out

    this is my code
    FUNCTION ZMAIL_READ.
    *"*"Local Interface:
    *"  IMPORTING
    *"     VALUE(SUBJECT) TYPE  SO_OBJ_DES
    *"     VALUE(TEXT) TYPE  STRING
    *"     VALUE(SENDER) TYPE  ADR6-SMTP_ADDR
    *"     VALUE(RECEIVER) TYPE  ADR6-SMTP_ADDR
    *"     VALUE(ATTACHMENTS) TYPE  Z_T_XATTACH OPTIONAL
    *"  EXPORTING
    *"     VALUE(MESSAGE) TYPE  STRING
    DATA: lo_sender TYPE REF TO if_sender_bcs VALUE IS INITIAL,
          lo_bcs_send_request TYPE REF TO cl_bcs,
          l_send type ADR6-SMTP_ADDR ,
          l_rec type  ADR6-SMTP_ADDR .
    data: it_text type table of soli,
          wa_text type soli.
    DATA: lo_send_request TYPE REF TO cl_bcs VALUE IS INITIAL.
    DATA: lo_recipient TYPE REF TO if_recipient_bcs VALUE IS INITIAL.
    DATA: lv_recipient_uid TYPE uname,
          lv_recipient_mail TYPE adr6-smtp_addr.
    data: lo_message type ref to cx_send_req_bcs value is initial,
          text_val type string.
    data: it_userlist type table of BAPIUSNAME,
          wa_userlist type BAPIUSNAME.
    data: it_selection_range type table of BAPIUSSRGE,
          wa_selection_range type BAPIUSSRGE.
    data: wa_attachment TYPE ZXATTACH,
          attachment_sub type SO_OBJ_DES.
    DATA: xstr type xstring,
          str TYPE string,
          str1 type string,
          it_str2 type table of soli,
          wa_STR2 TYPE SOLI.
    DATA: LOC_CONV TYPE REF TO CL_ABAP_CONV_IN_CE,
          wa_solix type solix,
          it_solix type table of solix,
          wa_soli type soli,
          it_soli type table of soli.
    data result TYPE boolean.
    data: i_ext(10) type c,
          i_type type soodk-objtp.
    wa_text-line = text.
    append wa_text to it_text.
    CLASS cl_bcs DEFINITION LOAD.
    try.
    lo_send_request = cl_bcs=>create_persistent( ).
    catch cx_send_req_bcs.
    endtry.
    * Message body and subject
    data: lo_document TYPE REF TO cl_document_bcs VALUE IS INITIAL.
    try.
    lo_document = cl_document_bcs=>create_document(
         i_type = 'RAW'
         i_text =  it_text
         i_subject = subject ).
    catch cx_send_req_bcs.
    catch cx_document_bcs.
    catch cx_address_bcs.
    endtry.
    loop at attachments into wa_attachment.
    attachment_sub = wa_attachment-file_name.
    it_str2 = wa_attachment-attach.
    loop at it_str2 into wa_str2.
      str1 = wa_str2-line.
    try.
    CALL FUNCTION 'SSFC_BASE64_DECODE'
      EXPORTING
        B64DATA                        = str1
    *   B64LENG                        =
    *   B_CHECK                        =
      IMPORTING
        BINDATA                        = xstr
    * EXCEPTIONS
    *   SSF_KRN_ERROR                  = 1
    *   SSF_KRN_NOOP                   = 2
    *   SSF_KRN_NOMEMORY               = 3
    *   SSF_KRN_OPINV                  = 4
    *   SSF_KRN_INPUT_DATA_ERROR       = 5
    *   SSF_KRN_INVALID_PAR            = 6
    *   SSF_KRN_INVALID_PARLEN         = 7
    *   OTHERS                         = 8
    IF SY-SUBRC <> 0.
    * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    catch cx_sy_dyn_call_illegal_type.
    endtry.
    CALL METHOD CL_ABAP_CONV_IN_CE=>CREATE
          EXPORTING
            INPUT       = xstr
            ENCODING    = 'UTF-8'
    *        REPLACEMENT = '?'
    *        IGNORE_CERR = ABAP_TRUE
          RECEIVING
            CONV        = loc_CONV.
    TRY.
        CALL METHOD LOC_CONV->READ
          IMPORTING
            DATA = STR.
    CATCH CX_SY_CONVERSION_CODEPAGE.
    CATCH CX_SY_CODEPAGE_CONVERTER_INIT.
    CATCH CX_PARAMETER_INVALID_TYPE.
    CATCH CX_PARAMETER_INVALID_RANGE.
    ENDTRY.
    wa_solix-line = xstr.
    append wa_solix to it_solix.
    wa_soli-line = str.
    append wa_soli to it_soli.
    endloop.
    try.
    CALL FUNCTION 'SA_KW_RFC_FILENAME_EXT_GET'
      EXPORTING
       AREA            = 'IWBSOLAR'
        MIMETYPE        = wa_attachment-type
    IMPORTING
       EXTENSION       = i_ext
    catch cx_sy_dyn_call_illegal_type.
    endtry.
    i_type = i_ext.
    if i_ext <> 'pdf'.
    try.
      lo_document->add_attachment(
      EXPORTING
        i_attachment_type = i_type
        i_attachment_subject = attachment_sub
        i_att_content_hex = it_solix ).
           CATCH cx_document_bcs.
    endtry.
    clear wa_solix.
    refresh it_solix.
    else.
    TRY.
      CALL METHOD LO_DOCUMENT->ADD_ATTACHMENT
        EXPORTING
          I_ATTACHMENT_TYPE     = i_type
          I_ATTACHMENT_SUBJECT  = attachment_sub
    *      I_ATTACHMENT_SIZE     =
    *      I_ATTACHMENT_LANGUAGE = SPACE
          I_ATT_CONTENT_TEXT    = it_soli
    *      I_ATT_CONTENT_HEX     =
    *      I_ATTACHMENT_HEADER   =
       CATCH CX_DOCUMENT_BCS .
      ENDTRY.
    ENDIF.
    endloop.
    try.
    lo_send_request->set_document( lo_document ).
    CATCH cx_send_req_bcs.
    endtry.
    wa_selection_range-PARAMETER = 'address'.
    wa_selection_range-field = 'e_mail'.
    wa_selection_range-sign = 'I'.
    wa_selection_range-option = 'EQ'.
    wa_selection_range-low = receiver.
    append wa_selection_range to it_selection_range.
    try.
    CALL FUNCTION 'BAPI_USER_GETLIST'
    * EXPORTING
    *   MAX_ROWS              = 0
    *   WITH_USERNAME         = ' '
    * IMPORTING
    *   ROWS                  =
    TABLES
        SELECTION_RANGE       = it_selection_range
    *   SELECTION_EXP         =
        USERLIST              = it_userlist
    *   RETURN                =
    catch cx_sy_dyn_call_illegal_type.
    endtry.
    read table it_userlist into wa_userlist index 1.
    try.
      lo_sender = cl_cam_address_bcs=>create_internet_address( sender ).
      lo_send_request->set_sender(
         EXPORTING
         i_sender = lo_sender ).
    catch cx_send_req_bcs.
    catch cx_document_bcs.
    catch cx_address_bcs.
      return.
    endtry.
    try.
        lo_recipient = cl_sapuser_bcs=>create( wa_userlist-USERNAME ).
        lo_send_request->add_recipient(
           EXPORTING
             i_recipient = lo_recipient ).
    *         i_express = 'X' ).
      catch cx_send_req_bcs.
      catch cx_document_bcs.
      catch cx_address_bcs.
    endtry.
    try.
    ** Send email
         LO_SEND_REQUEST->SET_SEND_IMMEDIATELY( 'X' ).
         lo_send_request->send( EXPORTING
         i_with_error_screen = ' '
         RECEIVING
         result = result ).
         COMMIT WORK.
    CATCH CX_DOCUMENT_BCS.
    CATCH CX_SEND_REQ_BCS INTO lo_message.
    CATCH CX_ADDRESS_BCS.
    text_val = lo_message->IF_MESSAGE~GET_TEXT( ).
    endtry.
    if result = 'X'.
      message = 'E-Mail sent'.
    else.
      message = 'E-Mail not sent'.
    endif.
    ENDFUNCTION.

  • Workflow in SAP inbox(PRH) Giving Error Massage

    Hi all,
    I need help please ..
    the user has a workflow in SAP inbox(PRH) to Approve request, but unfortunately, whenever he try to open the workflow he  receive error
    please advice..
    Thanks
    Jasmin

    Hi,
    What is the error message?
    Regards,
    Masa

  • Need to get distribution errors in SAP Inbox

    Hi Experts,
    Please guide me where we can configure to get distribution errors to SAP Inbox of particular mail id.Thanks for your help.
    Regards,
    Siva

    Hi. Have you checked IMG Path?:
    EHS -> Product Safety -> Report Shipping -> Basic Settings -> Assign Recipient for Error Handling

  • Sending mail from workflow inbox to outlook,when idoc error occurs

    Hi All,
    I tried to send a mail to outlook from workflow by giving the email address in the step mail, but it was not working.
    i am getting the workitem in the sap inbox so tried setting the automating forward which we can forward from the sap inbox to outlook.
    Searched in SDN , but my issue was not solved..
    Could you please help me out with this issue to get the mail from workflow to outlook inbox.
    Thanks,
    Praveena

    Hi Praveena,
    Please check if the necessary SCOT settings have been made in your system to send mails outside SAP box. Check with your basis team if the SMTP connection between external system (Outlook, Lotus, etc) has been maintained or not.
    Then check in t-code SOST if you are getting the mail here when sent from workflow.
    Hope this helps!
    Regards,
    Saumya

  • Custom inbound Idoc error handling/ Workflow

    Dear Experts,
            I have a requirement where in I created a custom inbound idoc, but now i need to handle the errors in the workflow and notify the users thru workflow on an error.
    Can some one please provide me a step by step guide on how to create a organizational unit, position and assign users to the position... and any other steps that need to be configured to notify the user on the error.
    I'm pretty new to all these organizational uints and workflow related stuff. Any step by step would really be helpful.
    Thanks for your time.
    -Amit.
    Moderator message: sorry, these forums cannot replace proper training, if there is step by step guides out there, then please use the search functions.
    Edited by: Thomas Zloch on Oct 31, 2010 11:50 AM

    Vittal,
    1. If your requirement is for a SAP Standard Basic Message type and a Z extension: Then you simply have to find out the 'Standard Task' associated with basic type. You shouldn't worry about extensions. The standard task will be triggered at input error.
    2. If your requirement is for a Z basic type i.e. you have created a customer IDOC for a custom processing: There are many dependencies on how you can achieve this. Firstly, you need to know how you're are processing this Z_IDOC. Are you using a standard FM or custom workflow or custom FM? There should be some triggering event within the processing of this Z_IDOC which will raise a certain flag when the error you want to capture happens (or when there is a generic error). You can configure this event in binding objects to trigger a workflow task. If you take a look at any standard tasks, you'll get an idea how the triggering event happens.
    Once the workflow task (you can use custom task or use a standard task i.e. by triggering a standard event within the IDOC processing program) is triggered, you can either send it to SAP inbox, e-mail, trigger another processing etc. This is altogether another story.
    So bottomline: For custom IDOC processing, you need to trigger an event when error happens. This can be a custom event or a standard event. This event should be linked to a task (custom/standard - check in SWETYPV). Bind all of these in PFTC. Once the task is triggered, you can do whatever you want to do with it.

  • IDOC Error:Two accounts were transferred but not BSEG-HKONT

    Hi experts
    I got a porblem while posting IDOCs using FB01.
    Error: <b>Two accounts were transferred but not BSEG-HKONT</b>
    On diagnosis i found the reason stated for that error msg is :<i>This error also occurs if more than 1000 line items are transferred. In this case, the transferred data must be distributed across several documents.
    </i>
    But i m unable to understand that, in my idoc it has only 20-50 line items(Segments).
    Moreover if i try to process this idoc from SAP Inbox, it doesnt process and all the idocs that i try to process after this leads to the same error .
    Sometimes i get the error:<i>More than two accounts were transferred</i> which also means the more lineitems transfered.
    Can anyone plz explain me this.
    Whats the solution for the same.
    Each answers will be rewarded for sure.
    Regards
    DhanyaR Nair

    check the accounts parameters of idoc. may be the particular account type fucnctional configuration is mismatch with posting data

  • IDoc adapter inbox: IDoc sender partner is initial

    Hi,
       I have requirement to read the IDOC flat file and post IDOCs to SAP. As suggested in the following guide I am using report RSEINB00 to post IDOCS. This report basically calls the function module IDOC_INBOUND_FROM_FILE.
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/xi/xi-how-to-guides/how%20to%20convert%20between%20idoc%20and%20xml%20in%20xi%203.0.pdf
    While executing the IDOC_INBOUND_FROM_FILE I am getting error:
    "IDoc adapter inbox: IDoc sender partner is initial".  
    Please advise.
    Thanks
    Rajeev Gupta

    Hi,
    Idoc will be processed in SAP ECC based on the sender details (snprn,sndpor,sndpfc...) of idoc control record..
    instead of different partners name sending in the sender details of control record ...pass the value of the PI logical system name in SNDPRN.... (use only one and this is common for all partners...) any how data records of idoc will have the needed partner details...
    In SAP ECC you need to have this logical system ...to process the received idocs..
    thats it... Hope you got
    Regards
    Rajesh

  • IDoc error handling using workflows

    Hi,
    I have a requirement to generate IDocs in the Source system and process them in the target system. The IDoc message type is HRMD_ABA. And I am using standard processes to generate them and post them using PFAL and RBDAPP01 program respectively.
    All this is working fine. But now I need to include error handling in the source and the target systems which would send mails to a User's Outlook mailbox whenever there is an error. I mean to say, we need more functionality than just monitor them through WE05 transaction.
    Can any one tell me how this can be achieved. I have been looking into the program RSEIDOCA which would send workflows to SAP Inbox, but I need to send it to Outlook Inbox.
    And I have heard that there is a workflow process which would help me to do this.
    All your answers would be highly appreciated.
    Thank you in advance,
    Sid.

    Hi,
    First Step:
    You have to maintain the e-mail-address in SU01 for required users.
    Second Step:
    SCOT Configuration
    Third Step:
    Depends on your SAP Version do configuration SWNADMIN
    Or  excuting the report RSWUWFML2 as the background job.
    Thanks and Regards,
    Prabhakar Dharmala

  • Logical deletion of workitem from SAP INBOX

    Hello ,
    When we are trying to delete some work items related to generic
    decision task from SAP INBOX ,logically delte button is not visible and
    we searched in menu it is in display mode.
    The same button  is visble for other workitems related to error idocs .
    We have assigned the role to delete the work items of  type all.
    The button is visible for some type of tasks .
    We have some 30 to 40 workitems (decision task)  which are to be deleted .
    Can we use reports RSWWWIDE and RSWWHIDE without archiving of those?
    Kindly suggest us.
    Best Regards,
    Veena.

    Hi Veena,
    Please have a look at the 'Data Management guide' from service.sap.com/data-archiving, which tells you abou various options for deleting/archiving WI
    Also have a look at Note 49545.
    Hope this helps,
    Naveen

Maybe you are looking for

  • Using an independant presentation table error

    Hi all I'm building a repository with The administration tool of OBIEE. the data source is an Oracle 10g datawarehouse created with OWB. I have a currency table wich is used just for reporting it doesn"t have any physical link to any table. I want to

  • What is the popping/clicking sound in my voice recordings?

    Hi All! I just used my italk pro with the new 8gb nano. I recorded a lecture today, and when i played it back there are clicking/popping sounds every few seconds in my recording. i have used this italk also with my 80gb ipod (which was stolen by one

  • Item Condition Type

    Hi Team, Can anyone tell me please whether in pricing we have a Item Condition Type with no access sequence( i.e no tables maintained hence no records as well which usually is contrary to Item Conditions). An explanation alongwith for better understa

  • Memory full error...when it isn't

    Since updating to Belle I've been receiving a lot of "memory full" messages in a variety of applications, often with barely anything else running on the phone. I've done a fair bit of testing to try to narrow down the culprit but I'm coming around to

  • Developing system on netbeans

    well can any1 tell me how to use netbeans with java..m working on java 1st time..m developing a system n designing a login page..i aint know how to make the page work with the codings..i've done the interface, but dunno how to make it work..pls help.