Connect SAP Inbox with XI

hi,
    i have to get the mail attachment from SAP Inbox into                                        
    XI. Is it possible ?
Please revert back asap
gaurav

Hi,
to have a mail attachment just go thro this link
Work with attachments
Mail Sender Adapter with multiple sMIME attachments

Similar Messages

  • Connect SAP XI with External Oracle DB.

    hi,
    I have a reqt to connect SAP Xi with third party Oracle DB .
    What is required ?
    Please suggest me the steps .
    Regards
    PS

    Hi,
    What do you mean by "at a time'?
    If you are asking if how many database drivers can be deployed on the XI server, then the answer is you can have more than one.
    But you need to know the versions of the databases to get the appropriate JDBC drivers.
    If you are asking about the JDBC communication channels in XI, you can have only one JDBC connection string per channel.
    Hope this helps.
    Regards,

  • Sending the adobe form to SAP inbox with data (on submit action)

    Hi,
    I am fectching the data from the database table in WDDOINIT method and displaying it on the form. Now my requirement is that, on the action SUBMIT, I have to send this Form to SAP user inbox.
    I wrote a code to send the form as pdf attachment by giving the form name.. but the data are not passed. only the form goes to the sap inbox.
    My question is,  how to send the form as pdf attachment with the data that are fetched...?

    Hi,
    create the parameter FP_FORMOUTPUT as IMPORT parameter structure FPFORMOUTPUT and t_att_content_hex parameter is as XSTRING.
    CALL FUNCTION 'SCMS_XSTRING_TO_BINARY'
        EXPORTING
          BUFFER                = FP_FORMOUTPUT-pdf
    *   APPEND_TO_TABLE       = ' '
    * IMPORTING
    *   OUTPUT_LENGTH         =
        TABLES
          BINARY_TAB            = t_att_content_hex
    For sending code as PDF attachment to SAP Inbox
    CLASS cl_bcs DEFINITION LOAD.
      DATA:
      lo_send_request TYPE REF TO cl_bcs VALUE IS INITIAL.
      lo_send_request = cl_bcs=>create_persistent( ).
    * Message body and subject
      DATA:
      lt_message_body TYPE bcsy_text VALUE IS INITIAL,
      lo_document TYPE REF TO cl_document_bcs VALUE IS INITIAL.
      APPEND 'Dear,' TO lt_message_body.
      append ' ' to lt_message_body.
      APPEND 'Please fill the attached form and send it back to us.'
      TO lt_message_body.
      append ' ' to lt_message_body.
      APPEND 'Thank You,' TO lt_message_body.
      lo_document = cl_document_bcs=>create_document(
      i_type = 'RAW'
      i_text = lt_message_body
      i_subject = 'Personnel Information Form' ).
      DATA: lx_document_bcs TYPE REF TO cx_document_bcs VALUE IS INITIAL.
      TRY.
          lo_document->add_attachment(
          EXPORTING
          i_attachment_type = 'PDF'
          i_attachment_subject = 'Personnel Information Form'
    * I_ATTACHMENT_SIZE =
    * I_ATTACHMENT_LANGUAGE = SPACE
    * I_ATT_CONTENT_TEXT =
    * I_ATTACHMENT_HEADER =
          i_att_content_hex = t_att_content_hex ).
        CATCH cx_document_bcs INTO lx_document_bcs.
      ENDTRY.
    * Add attachment
    * Pass the document to send request
      lo_send_request->set_document( lo_document ).
    * Create sender
      DATA:
      lo_sender TYPE REF TO if_sender_bcs VALUE IS INITIAL,
      l_send type ADR6-SMTP_ADDR value 'provide Email id here'.
      lo_sender = cl_cam_address_bcs=>create_internet_address( l_send ).
    * Set sender
      lo_send_request->set_sender(
      EXPORTING
      i_sender = lo_sender ).
    * Create recipient
      DATA:
      lo_recipient TYPE REF TO if_recipient_bcs VALUE IS INITIAL.
      lo_recipient = cl_sapuser_bcs=>create( sy-uname ).
    * Set recipient
      lo_send_request->add_recipient(
      EXPORTING
      i_recipient = lo_recipient
      i_express = 'X' ).
    *  lo_send_request->add_recipient(
    *  EXPORTING
    *  i_recipient = lo_recipient
    *  i_express = 'X' ).
    * Send email
      DATA: lv_sent_to_all(1) TYPE c VALUE IS INITIAL.
      lo_send_request->send(
      EXPORTING
      i_with_error_screen = 'X'
      RECEIVING
      result = lv_sent_to_all ).
    Thanks.

  • Connect SAP Application with out of SAP Databasa (integration)

    Dear All;
    can any budy help me how to user DBCO to make a connection with non-SAP database.
    Regd
    AJ

    AJ,
    If not done already, please review the following notes and links (depending on the database that you want to connect to):
    Note 339092 - DB MultiConnect with Oracle as secondary database
    Note 323151 - Several DB connections with Native SQL
    Note 955670 - DB multiconnect with MaxDB as secondary database
    Note 738371 - Creating DBCON multiconnect entries for SQL Server
    http://sap.ittoolbox.com/groups/technical-functional/sap-basis/connection-between-sap-system-with-external-oracle-database-with-tcode-dbco-1178583?cv=expanded
    https://websmp109.sap-ag.de/~form/sapnet?_FRAME=CONTAINER&_OBJECT=011000358700002040342006E
    Hope this helps.
    PJ

  • Need to Connect SAP PI with Protocal LU6.2

    Hi ,
              I have interface which is SAP R/3 with Protocal LU6.2 , will any one suggest me using any standard adapters or any conversion i can do this interface other than Iway adapter
    Thanking you
    Sridhar

    >>need to connect SAP R/3 with Mainframes using LU6.2 Protocol
    Check if this helps
    Sending data to a mainframe using APPC-LU6.2 protocol
    Regards
    Jai

  • Connecting SAP HRIS with Kenexa BrassRing

    Hi Experts...
    I am not sure that HR would be the right forum to discuss this but since this is HR related, I'll take a stab...
    We would like to connect SAP with Kenexa BrassRing. Since we do not use SAP PI, we will need to directly connect with Kenexa BrassRing.
    What are our options to connect and transfer data between the two system. I have been reading about using XML but are there other options to look at. What would you suggest that would be easy to implement and maintain.
    Thank you in advance for all responses...
    Regards,
    Harshal

  • Cisco Unity Connection Single inbox with Exchange 2010

    I have a new installation of Unity Connection 8.6.2 using single inbox with an Exchange 2010 cluster frontended by a Netscaler load balancer.Functionality that does not work is when a new message comes into outlook and the message is read or deleted it does not update the status on the phone- IE turn off the MWI or if the message is deleted it is still a new message in Unity. If you click reset in the user unified message account, the status gets updated.
    TAC says its a blocked port on Exchange TCP 7080 but that is open.

      I followed this document :
    http://www.cisco.com/en/US/docs/voice_ip_comm/connection/8x/unified_messaging/guide/85xcucumg020.html
    but when i try to integrate CUC with exchange 2010 , i didn't find is clear enough
    do you have Step by Step more clear than that link becouse my lab very close to your case.
    Regards

  • Send Workflow email to User SAP Inbox with a Popup and cproject link

    Hi,
    I am working SAP portfolio and project management workflow.
    Requirement: Trigger workflow when Portfolio Execution Decision Point status changes,
    We have to send two email notifications as part of the requirement;
    First notification should go to user’s (Only one user) SAP Inbox, Containing two links
    Popup link (It will contain list of question which the user has to confirm) if he
    confirms we have to send second  email notification. (Pop-up layout is attached)
    Link for the user to navigate to SAP PPM cProject to upload the documents. (NWBC)
    The second notification should go to Outlook of the users (via group email) with Link for the user to navigate to SAP PPM cProject.
    We can trigger the workflow using event DECISION_POINT_STATUS_CHG in Class CL_RPM_DECISION. My question is how should design the pop-up and incorporate the Pop-up and cproject link in first notification email sent to user SAP Inbox.
    Please let me know if you need more details.
    Thanks & Regards,
    Amit Singh

    We use transaction NWBC to login to netweaver business client. Then from there we navigate to Project management view and double click to select the project. It opens project element --> Collaborations tab. There we select the folder link. (screenshot attached)
    Regarding addition of multiline container element (Table) let's say 'A'; I create multiline container element A in Workflow element list, Populated  element A using a utility class/method assigned to a background task.
    Then, I created a user decision task, inside the task container another multiline container element 'B' with same type and I did binding b/w workflow container element 'A' and task container element 'B'.
    Now, I am passing &B& in the decision task description. If I execute the workflow, The user decision task description is blank.
    Secondly, I did not get any pop-up asking how to display it (all lines with line break).
    PS: My internal table also has only one field.
    Am I doing something wrong here?

  • Connecting SAP CRM with Xcelsius to generate dashboards

    Post Author: ppchandrasekar
    CA Forum: Xcelsius and Live Office
    Hi Team,
    I am new to BOBJ and its components. I want to integerate SAP CRM system with Xcelsius to generate dashboards. As per my understanding only  through three sources we can generate Xcelsius dashboards
    1) Excel sheet  2) Web services  3) Live Office
    Now in this case, how can I generate Xcelsius dashboards. How can I connect it to CRM system and How can I fetch the data from it?
    Regards,
    chan

    Post Author: amr_foci
    CA Forum: Xcelsius and Live Office
    to create dashboards with xcelsius is not a big issue, just you've to understand how u get the data from ur database , for the excel sheet its a primary thing that make the xcelsius dashboards work, for the other things its just a work arounds to let ur data come live
    like "Live Office" , or "Web Service" or "XML Data map",,,, etc
    based on ur business and ur available tools, you can use anything of them to get the data life to the Xcelsius dashboards, read the xcelsius developer guide from business objects thats may help you much around this issue
    good luck

  • Connect SAP ECC6 with a external Oracle Database

    Hi guys
    I need to connect my ECC 6.0 (SID=UMD) System (MAXDB 7.6.00.035 over Linux RedHat 5.2 32 bits) with external database Oracle 10g (PROD). I follow the steps according the SAP Note 339092:
    1. Install the oracle client in the ECC server in the path /opt/oracle/oracle/product/10.2.0/client_3 (this client is the Oracle official client)
    2. Set the environment values for umadm with the command
    set ORACLE_HOME=/opt/oracle/oracle/product/10.2.0/client_3
    set NLS_LANG="AMERICAN_AMERICA.WE8ISO8859P1"
    set ORA_NLS33=$ORACLE_HOME/nls/data
    2. create in Oracle the user umdadm with the same password that in Linux
    3. in ECC 6.0 tx DBCO create a connection
    DB Connection ..... DBMS
    DBMS ..................ORA
    username...............umdadm
    Conn info ..............PROD
    permanent.............(no)
    Connection Limit ....0
    Optimum conns .....0
    4. Download the dboraslib.so for oracle-linux 32bits (extracted from SAPEXEDB.SAR 175 download from service marketplace) and put in /usr/sap/UMD/SYS/exe/run,  /sapmnt/UMD/exe and /usr/sap/UMD/DVEBMGS00/exe
    Then in the se38 run the report ADBC_TEST_CONNECTION, choose the DBMS connection and execute, this is the output error:
    M Tue Mar 24 14:32:17 2009
    M  TRACE FILE TRUNCATED (pid =     6160 )
    M sysno      00
    M sid        UMD
    M systemid   387 (Intel x86 with Linux)
    M relno      7000
    M patchlevel 0
    M patchno    175
    M intno      20050900
    M make:      single threaded, Unicode, optimized
    M pid        6160
    M
    M  kernel runs with dp version 241000(ext=110000) (@(#) DPLIB-INT-VERSION-241000-UC)
    M  length of sys_adm_ext is 576 bytes
    B
    B Tue Mar 24 14:32:28 2009
    B  create_con (con_name=DBMS)
    B  Loading DB library '/usr/sap/UMD/SYS/exe/run/dboraslib.so' ...
    M  *** ERROR => DlLoadLib: dlopen()= libclntsh.so.10.1: cannot open shared object file: No such file or directory -> DLENOACCESS (0,
    B  *** ERROR => Couldn't load library '/usr/sap/UMD/SYS/exe/run/dboraslib.so'
    [dbcon.c      4731]
    B  ***LOG BYG=> could not load library for database connection DBMS       [dbds#1 @ 1035] [dbds    1035 ]
    B  ***LOG BZY=> unexpected return code 8192       calling DBACDS     [dbacds#2 @ 1471] [dbacds  1471 ]
    Thanks in advance for your help in solve this error
    Alberto Gil
    Edited by: Alberto Gil on Mar 24, 2009 2:31 PM

    > set ORACLE_HOME=/opt/oracle/oracle/product/10.2.0/client_3
    > set NLS_LANG="AMERICAN_AMERICA.WE8ISO8859P1"
    > set ORA_NLS33=$ORACLE_HOME/nls/data
    > M  *** ERROR => DlLoadLib: dlopen()= libclntsh.so.10.1: cannot open shared object file: No such file or directory -> DLENOACCESS (0,
    > B  *** ERROR => Couldn't load library '/usr/sap/UMD/SYS/exe/run/dboraslib.so'
    You have to add the client library path (may be most likely /opt/oracle/oracle/product/10.2.0/client_3/lib) to the LD_LIBRARY_PATH variable in the .sapenv_<hostname>.csh or .sh script.
    Markus

  • How to connect SAP-BW with DataSul via ODBC

    Hi Experts,
    does anyone know the steps to be performed to connect a DataSul-ERP with SAP-BW to extract data. I just know that it should work with ODBC, but honestly I do not know the driver which I need to install nor further details (complete setup).
    Thanks for your help,
    Harald

    Hi Masila,
    this is information related to the eyxact SAP system you want to connect to and can either be extracted from your SAP logon file (saplogon.ini) or by asking your SAP administrator. Do you have SAP GUI (ie. SAP Client) installed on your computer?
    Regards,
    Stratos

  • Problem to connect SAP tables with Crystal report 2011

    Hi,
    I am new in Crystal report,
    I Install CR 2011 in my PC now when I make a new connection under path FIle->New->Blank Report I choose SAP Table,Cluster or Function
    here I give Clint,User and Password and try to connect then following msg will display 
    Logon Failed.
    Details: You do not have necessary rights to design report against the SAP system . Please check with your System Administrator.

    Hi,
    Step 1:After Clicking SAP BW Query, you need to goto SAP tab from the context menu and click on
    Step 2: Create New Report from a Query
    Step 3: Click on OLAP tab, Here you can select your Cube and select SAP Business Information Warehouse
    Step 4: Go back to SAP tab and click on Start BW Query Designer(this allows selection of the cube from the Query designer Interface)
    You will understand automatically about further steps once you are able to follow the above steps............
    Regards,
    Suman

  • Possibilities to connect SAP BW with BO

    Hello everybody.
    I'm a student writing my master thesis about the Business Objects Suite.
    A part of my task is to find all possibilities to connect the existing SAP BW System with the BO Suite.
    I allready know that SAP offers a tool named BusinessObjects XI Integration für
    SAP Solutions or SAP Integration Kit.
    But maybe theres other ways to get data out of the SAP BW.
    Thank you for your help in advance.
    Sebastian

    Hi Masila,
    this is information related to the eyxact SAP system you want to connect to and can either be extracted from your SAP logon file (saplogon.ini) or by asking your SAP administrator. Do you have SAP GUI (ie. SAP Client) installed on your computer?
    Regards,
    Stratos

  • Mail alerts with sap inbox

    Hi can any one tell me the procedure of   Pushing  BO inbox item to Lotus Notes and SAP Inbox with step by step means , how to cofigure it ?

    Hi,
    well you should ask your Lotus Notes administrator to setup an SMTP gateway on the LotusNotes side for you. I know that this is possible but I have not done it myself before. And since this is an SAP BusinessObjects forum I am not sure you will get an answer about this here.
    Regards
    Stratos
    PS: I found the following link in the internet
    [http://www-12.lotus.com/ldd/doc/domino_notes/Rnext/help6_admin.nsf/89d3962efd85426f85256b870069c0aa/f0e11c47fc62bc2e85256c1d00394ef9?OpenDocument]
    Not sure if this applies to your version though.

  • 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.

Maybe you are looking for

  • XI-- BAPI  return erroroneous

    Hi Forum, I have a XI scenario with BPM, where i make a Sync RFC call to a BAPI in R/3, the problem is, when i call the BAPI (function module), the expected return is 2 table parameters, but only 1 is coming to XI as return, but if i test the same fu

  • Cannot view purchased items in iTunes

    I am trying to view itunes to download purchased movies but they do not show on my iPad.

  • Notifications for events in the past

    Since iOS 7, my notifications in the notification center are gone, if i'm checking them to late. Is it possible to change the settings, so I can see them, until I'm going to delete them? If not, is there an alternative callendar-app with push notific

  • How do i quit plugin? I am unable to install adobe for this reason

    When attempting to install adobe, I am being asked to quit plugins - I am unable to install adobe for this reason

  • IDS upgrade

    Hi While trying to upgrade IDS 4235 (Version 4.1(1)S47) using FTP or IDM, it gives "Error: exp timeout" message. What could be the reason? If the FTP server is a Windows XP machine, and the signature/service pack file is in C:\Inetpub\ftproot, what i