Send an SAP object (BUS****) as attachment with SAP Mail

Hi all,
I'd like to send a internal SAP(express)-mail
with a purchase order as business object (BO) attached. (here BO = BUS2012).
It's the same thing you can do with generic object services, GOS, to send a SAP business object as mail notification
attachment.
Can I use the function 'SO_DOCUMENT_SEND_API1' or
do I have to use the BCS-functions?
All the reports BCS_EXAMPLE* don't send a
business object.
Thanks in advance,
Markus

Hi Markus,
Seems as if FM 'SO_DYNP_DOCUMENT_TRANSFER_API1' may popup a window. Below is a working program. Have fun!!
Cheers,
Ramki.
REPORT  zramki_send_mail_bor                    .
*& Report  ZRAMKI_SEND_MAIL_BOR
*&  Send document with BOR Object as attachment
DATA: docdata    LIKE sodocchgi1,
      objpack    LIKE sopcklsti1 OCCURS 10 WITH HEADER LINE,
      objhead    LIKE solisti1   OCCURS 10 WITH HEADER LINE,
      objtxt     LIKE solisti1   OCCURS 10 WITH HEADER LINE,
      objbin     LIKE solisti1   OCCURS 10 WITH HEADER LINE,
      objhex     LIKE solix      OCCURS 10 WITH HEADER LINE,
      reclist    LIKE somlreci1  OCCURS  1 WITH HEADER LINE.
DATA: tab_lines  TYPE i,
      doc_size   TYPE i,
      objdes(100).
* For the BOR attachment
CONSTANTS:
  c_object_describe LIKE swotobjid-describe VALUE '*<OBJECT>*'.
DATA:
  l_object      TYPE swotobjid,
  l_objheader   LIKE soxobj.
PARAMETERS:
  p_objtyp TYPE swo_objtyp OBLIGATORY,
  p_objkey TYPE swo_typeid OBLIGATORY.
* Create Message Body
*   Main Text
objtxt = 'Test Document.'.
APPEND objtxt.
objtxt = 'You will find a BOR object attachment in message.'.
APPEND objtxt.
objtxt = 'Have a nice day.'.
APPEND objtxt.
*   Title and Description
DESCRIBE TABLE objtxt LINES tab_lines.
READ     TABLE objtxt INDEX tab_lines.
docdata-doc_size = ( tab_lines - 1 ) * 255 + STRLEN( objtxt ).
docdata-obj_name  = 'BOR Object'.
Concatenate p_objtyp '-' p_objkey into objdes.
Concatenate 'BOR Object' objdes 'as Attachment'
       into docdata-obj_descr separated by space.
condense docdata-obj_descr.
*   Write Packing List (Main)
CLEAR objpack-transf_bin.
objpack-head_start = 0.
objpack-head_num   = 0.
objpack-body_start = 1.
objpack-body_num   = tab_lines.
objpack-doc_type   = 'RAW'.
APPEND objpack.
* Create OBJ attachment
l_object-describe = c_object_describe.
l_object-objtype  = p_objtyp.
l_object-objkey   = p_objkey.
CALL FUNCTION 'OWN_LOGICAL_SYSTEM_GET'
  IMPORTING
    own_logical_system             = l_object-logsys
  EXCEPTIONS
    own_logical_system_not_defined = 1
    OTHERS                         = 2.
IF sy-subrc <> 0.
  MESSAGE e398(00) WITH 'No Log Sys Found'.
ENDIF.
MOVE-CORRESPONDING l_object TO l_objheader.
APPEND l_objheader TO objhead.
*   Write Packing List (Attachment)
CLEAR objpack.
objpack-head_start = 1.
objpack-head_num   = 1.
objpack-body_start = 0.
objpack-body_num   = 0.
objpack-doc_type   = 'OBJ'.
objpack-obj_name   = p_objtyp.
objpack-obj_descr  = Objdes.
APPEND objpack.
* Create receiver list
reclist-receiver = sy-uname.
reclist-rec_type = 'B'.
APPEND reclist.
* Send Message
CALL FUNCTION 'SO_NEW_DOCUMENT_ATT_SEND_API1'
  EXPORTING
    document_data              = docdata
    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
    document_type_not_exist    = 3
    operation_no_authorization = 4
    parameter_error            = 5
    x_error                    = 6
    enqueue_error              = 7
    OTHERS                     = 8.
IF sy-subrc <> 0.
  MESSAGE ID 'SO' TYPE 'S' NUMBER '023'
          WITH docdata-obj_name.
ENDIF.
WRITE: / 'End of Program'.

Similar Messages

  • Mail freezes when I want to add an attachment with my mail.

    Since I installed OS 10.9 mail freezes when I want to add an attachment with my mail. How can this be resolved?
    My iMac is from mid 2007 with 4 GB internal memory and 1 TB of diskspace of which 45% is used.

    Go to Settings>Store, tap the ID shown, sign out, sign back in with the ID you want to use.

  • Books for SAP C_TAW12_731 Exam: SAP Certfied Development Associate - ABAP with SAP NetWeaver 7.31

    Hi All,
    I have searched for some good books for the certification online, could you please tell me if any one has taken this certification and what books I should using for the certification. I am mentioning some books below:
    SAP Certified Development Associate - ABAP with SAP Netweaver 7.02 by by Puneet Asthana (Author), David Haslam (Author)
    http://www.amazon.com.au/SAP-C_TAW12_731-Exam-Development-Associate-ebook/dp/B00U1JY43Y/ref=sr_1_fkmr1_1?ie=UTF8&qid=1427541312&sr=8-1-fkmr1&keywords=SAP+Certified+Development+Associate+-+ABAP+with+SAP+Netweaver+7
    SAP C_TAW12_731 Exam: SAP Certfied Development Associate - ABAP with SAP NetWeaver 7.31
    25 February 2015
    by Jorge Parker
    http://www.amazon.com.au/SAP-C_TAW12_731-Exam-Development-Associate-ebook/dp/B00U2TL9P4/ref=sr_1_fkmr1_2?ie=UTF8&qid=1427541312&sr=8-2-fkmr1&keywords=SAP+Certified+Development+Associate+-+ABAP+with+SAP+Netweaver+7
    SAP C_TAW12_731 Exam: SAP Certfied Development Associate - ABAP with SAP NetWeaver 7.31
    26 February 2015
    by Cody Colin
    Any inputs on this will be much helpful.
    Thanks,
    Macky

    HI
    You can look into the following link te get desired information
    http://www.sap.com/services/education/certification/certificationtest.epx?context=FFC760B8923D16BB5150DAE63E7C1A6B331AF0B9E3A8F73CE3A9B7046E051044503600C911DBA13DCE978D3AC9057626D2B68111A7CD2D707E2EEC31213097E46EB790DD0106435EE0756F7B22F3FA4B4FF0645C06954BF3A150E023B4164DA282F33B1BD441FBE4083F2C923E33EA0C5960F8C8950FDEB6081ABED6E0E05E2617A693D85077260F9EA218716A79AEF3AA57C7D5E8975334%7cBDB43D565DAE7A9D74437573A166A860
    OR you can follow following steps:
    http://www.sap.com/services/education/certification/index.epx
    Go to "find a certification" box
    Put
    Sap netweaver
    developement
    developer/developement consultant
    Now got to "find" button
    click on "SAP Certified Development Associate - ABAP with SAP NetWeaver 7.0 " Option
    Now click on following link under "Certification Tests"
    SAP Certified Development Associate - ABAP with SAP NetWeaver 7.0
    Now u will get desired output.
    reward points if it is answered.
    Regards
    Sukhi

  • C_ABAP_70 - SAP Certified Development Associate - ABAP with SAP NetWeaver 7

    Hello all,
    Does anybody have any information on <b>C_ABAP_70 - SAP Certified Development Associate - ABAP with SAP NetWeaver 7.0</b>?
    Study guides? Outlines? Sample Questions? Anything?
    It is being offered at TechEd this year and I'm trying to determine if I should take it and what I should study up on.
    Thanks!

    HI
    You can look into the following link te get desired information
    http://www.sap.com/services/education/certification/certificationtest.epx?context=FFC760B8923D16BB5150DAE63E7C1A6B331AF0B9E3A8F73CE3A9B7046E051044503600C911DBA13DCE978D3AC9057626D2B68111A7CD2D707E2EEC31213097E46EB790DD0106435EE0756F7B22F3FA4B4FF0645C06954BF3A150E023B4164DA282F33B1BD441FBE4083F2C923E33EA0C5960F8C8950FDEB6081ABED6E0E05E2617A693D85077260F9EA218716A79AEF3AA57C7D5E8975334%7cBDB43D565DAE7A9D74437573A166A860
    OR you can follow following steps:
    http://www.sap.com/services/education/certification/index.epx
    Go to "find a certification" box
    Put
    Sap netweaver
    developement
    developer/developement consultant
    Now got to "find" button
    click on "SAP Certified Development Associate - ABAP with SAP NetWeaver 7.0 " Option
    Now click on following link under "Certification Tests"
    SAP Certified Development Associate - ABAP with SAP NetWeaver 7.0
    Now u will get desired output.
    reward points if it is answered.
    Regards
    Sukhi

  • C_ABAP_70 :SAP Certified Development Associate ABAP with SAP NetWeaver 7.0

    Hello,
       Could any one tell me what are the training/materials which one has to study to clear the <b>"C_ABAP_70       SAP Certified Development Associate - ABAP with SAP NetWeaver 7.0"</b> certification.
    Best regards
    Guru
    PS: Points rewarded for answers.

    Addition to tapan,
    I guess SAP has removed C_TAW12_71, C_TAW12_71, so you can apply for latest exam C_TAW12_731. Find difference between these two certification exam at given links.
    https://training.sap.com/shop/certification/c_taw12_731-sap-certified-development-associate---abap-with-sap-netweaver-731-g/
    https://training.sap.com/shop/certification/c_taw12_71-sap-certified-development-associate---abap-with-sap-netweaver-702-g/
    Sokita

  • SAP Certified Development Professional - ABAP with SAP NetWeaver 7.0

    Hi.
    I want do the test "SAP Certified Development Professional - ABAP with SAP NetWeaver 7.0".
    I find some book about, but i not find it.
    I pass in the SAP Certified Development Associate.
    My english is not good, i´m from Brazil.
    Does anyone have any books to recommend on me?
    Thanks.

    Try this sample question from SAP
    http://www.sap.com/services/education/certification/schedule/PABAP70.epx
    and prepare according to Competency Areas
    http://www.sap.com/services/education/certification/certroles/certificationtest.epx?context=%5b%5bP_ABAP_70%7cG%5d%5d%7c
    I cannot find the book speacially for this certification.

  • SAP Interactive Forms by Adobe with SAP CRM

    Hello community,
    I'm sure most of you would have seen the exciting videos showcasing the use of SAP Interactive Forms by Adobe with SAP CRM 2007 & SAP CRM 7.0. In case you haven't, you can find a couple of them [here|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/d05bc7e9-0183-2a10-17ab-cf77195fcdec] and [here|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/00fddbc0-e3c9-2b10-05b4-dd1aced4ad12].
    What I would like to ask of the community here is to share some of the experiences and feedback regarding the use of SAP Interactive Forms by Adobe with different business processes in SAP CRM, be it order managemnt, activity management or business partner management. Any implementation examples would be great!
    Thanks in advance!
    Regards,
    Sandeep

    Hi again
    I solved the problem by installing the Adobe Designer 7.1.
    Now my next problem is that I have no ADS (Adobe Document service).
    That makes sense to my Adobe forms newbi brain. My guess is that the ADS must run on the JAVA stack and my testdrive is a ABAP stack only.
    My next shot will be to install an JAVA testdrive on top of my ABAP testdrive and see what happens.
    =0)

  • Integrate SAP BusinessObjects DS ETL capabilities with SAP NetWeaver MDM

    A [How-to Guide|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/b097f3ba-5565-2b10-74af-b51838bb0515] explains the process of integrating the ETL capabilities of SAP BusinessObjects Data Services (DS) with SAP NetWeaver MDM.
    Check it out.
    Markus

    Please see the [article about Optimized Spend Reporting|Enterprise Master Data Management;, and watch the [associated demo|http://www.sdn.sap.com/irj/scn/elearn?rid=/library/uuid/a0a9f50b-09b1-2c10-8587-fe72b08eee29]. Optimized Spend Reporting is another example how SAP BusinessObjects Data Services and SAP NetWeaver Master Data Management make a perfect match.
    See also the general presentation on [BusinessObjects - SAP integration aspects in the overall Enterprise Information Management space|http://www.sdn.sap.com/irj/boc/im?rid=/library/uuid/107c11f7-3f27-2c10-e4bd-e5225e93fb48].
    Best regards,
    Markus

  • SAP PCM 7.0 Connectivity with SAP Business Objects

    Hi All
    We are trying to integrate SAP PCM 7.0 FP5 with Business Objects. The prime purpose is to fetch PCM data into Xcelsius dashboard and WebI reports via BO Universe.
    We are sruggling to understand the plugins required to do this.Since other SAP documentation states that SAP BO Connectivity pack is required which is a part of SAP BusinessObjects Profitability and Cost Management 7.5 Support Package 06
    But , we understand that SAP BO PCM75 Support pkg06 cannot be installed on SAP PCM 7.0.
    Also, Please kindly help me in understanding if SAP PCM 7.0 connectivity with BOXIR3 (without using BW NW layer) is possible or it needs to be upgraded to SAP PCM 7.5
    Thanks

    Hello Siva,
    I am thinking that you may need to deploy FTP adapter in PI to get this process work fine but not sure.
    Let's see what other experts suggest.
    Thanks,
    Siva Kumar

  • Brief discussion on SAP XI and its' Integration with SAP MDM.

    Hi,
    I have never worked on SAP XI.
    I am discussing it on brief, please give your valuable replies.
    SAP XI consists of System Landascape Directory(SLD).
    SLD Consists of Business System and Techinical System.
    Technical System contains all information about the software
    component. The Business System consists of Inbound and Outbound Business
    System which are used as logical names for data transfer.
    There is communication Channel for Receiver and Sender Business System and n agreement
    is signed between Sender and Receiver.
    Outbound Interface defined for Business System Outbound and Techical System associated
    with the Business System,
    Inbound Interface defined for Business System Inbound and Techical System associated
    with the Business System.
    In SAP NetWeaver XI Integration Directory, we have defined the Integration Scenarios,
    Actions, Interface Objects, Mapping Objects, Adapters Objects.
    Mapping Object defines the Structure and Value Mapping.
    Adapter Objects defines the Adapter program which implements RFC Adapter, FTP Adapter logic.
    FTP Adapter is used for XI-MDM Communication.
    RFC Adapter is used for XI-ECC Communication.
    Integration Repository: Both Outbound and Inbound Interfaces are Mapped with Value mapping and
    Structure Mapping inside Integration Repository.
    The File Adapter takes the File from the Outbound port of MDM System
    and sends it as IDOC to Receiver Business System.
    Value Mapping must be done between Sender and Receiver interfaces.
    Value Mapping is done by XSLT or Java based program.
    SAP NetWeaver XI Integration Server at runtime:
    Message Split, Interface Determination, Receiver Identifaction, Mapping, Techincal Routing
    and Call Adapter Proccess are done.
    In SAP XI 3.0 and MDM 5.5:
    Step 1: Create busines system as service.
    Step 2: Create communication channel for each business service. If the system can communicate
    through different channels, then create all possible channel types if necessary.
    Step 3: Create receiver agreement between the systems.
    Step 4: Interface determination:
    - Here you see for the first time the software component mentioned;
    there are some special requirements regarding this software component in relation to the customizing ID mapping.
    - To modify this software component, the customer needs to copy the SAP standard delivered software component
    into its own namespace. The customer is able to modify to create archives
    for the customized ID mapping.
    Receiver determination.
    Configure an FTP Server on the MDS.
    Create a send folder for outbound messages using outbound port(s) for
    remote systems(s).
    Create receive folder inbound messages using inbound port(s) for remote systems.
    This ia all about concept of SAP XI Infractsture and its' Integration with SAP MDM 5.5.
    Regards
    Kaushik Banerjee

    Hi Kaushik,
    You must be aware of File types that MDM Import Manager can Import i.e. we have XML, Excel etc. Now there are two transactions to extract data from R3
    1. MDMGX -
             - For lookup table extraction
             - Output in XML format which MDM can import without using XI.
              - FTP can be configured to put the file in the desired folder which will be then picked by Import Server.
    2. MDM_CLNT_EXTR -
              - For Main table records.
              - Output is in Idoc format which MDM doesn't understand hence we need XI in between which converts Idoc file received from R3 into XML which can then be imported using Import Manager or Import Server. For this we need to implement XI Scenario that consists of Source System, Receiver System, Type of Data etc.
    Just a basic understanding...
    Regards,
    Jitesh Talreja

  • Sending a file (.pdf) as an attachment via e-mail

    Hi,
    I have a selection screen with purchase order number as "select-options" and 2 radio buttons one for downloading and opening the SAP Script output to the local file and the other raido button would convert the SAP Script output into .pdf file and send that file as an attachment via e-mail to the receipent(only one).
    I'm through with the first operation. Now need to know about the e-mailing procedure and the function module(s) to be used and their import, export, etc. parameters.
    Thanks & Regards,
    Rajesh

    Re: Sending a PDF document as an attachment
    refer the above thread.
    the useful FMs in this regard are
    CONVERT_OTF
    SO_NEW_DOCUMENT_ATT_SEND_API1 to send mails with attachments:

  • To Send HTML Format and excel file attachment  in same mail

    Dear All,
            Have requerment ,to send a mail options HTML table format and same data in excel file attachement.have capable to do the html format using methods BCS .but how to send excel format attachment in same  mail.
    Please guide me how to do it.
    Regards ,
    Santhu
    Edited by: santosh jajur on Apr 9, 2010 1:54 PM

    Santhosh,
    please check the code:
    report bcs_example_7.
    This report provides an example for sending an Excel
    attachment in Unicode Systems
    constants:
      gc_tab  type c value cl_bcs_convert=>gc_tab,
      gc_crlf type c value cl_bcs_convert=>gc_crlf.
    parameters:
      mailto type ad_smtpadr
       default 'ur mail id'.                    "#EC *
    data send_request   type ref to cl_bcs.
    data document       type ref to cl_document_bcs.
    data recipient      type ref to if_recipient_bcs.
    data bcs_exception  type ref to cx_bcs.
    data main_text      type bcsy_text.
    data binary_content type solix_tab.
    data size           type so_obj_len.
    data sent_to_all    type os_boolean.
    start-of-selection.
      perform create_content.
      perform send.
    form send.
      try.
          send_request = cl_bcs=>create_persistent( ).
        create document object from internal table with text
          append 'Hello world!' to main_text.                   "#EC NOTEXT
          document = cl_document_bcs=>create_document(
            i_type    = 'RAW'
            i_text    = main_text
            i_subject = 'Test Created By BCS_EXAMPLE_7' ).      "#EC NOTEXT
        add the spread sheet as attachment to document object
          document->add_attachment(
            i_attachment_type    = 'xls'                        "#EC NOTEXT
            i_attachment_subject = 'ExampleSpreadSheet'         "#EC NOTEXT
            i_attachment_size    = size
            i_att_content_hex    = binary_content ).
        add document object to send request
          send_request->set_document( document ).
        --------- add recipient (e-mail address) -----------------------
        create recipient object
          recipient = cl_cam_address_bcs=>create_internet_address( mailto ).
        add recipient object to send request
          send_request->add_recipient( recipient ).
        ---------- send document ---------------------------------------
          sent_to_all = send_request->send( i_with_error_screen = 'X' ).
          commit work.
          if sent_to_all is initial.
            message i500(sbcoms) with mailto.
          else.
            message s022(so).
          endif.
      endtry.
    endform.                    "send
    form create_content.
      data lv_string type string.
      data ls_t100 type t100.
    columns are separated by TAB and each line ends with CRLF
      concatenate 'This Is Just Example Text!'                  "#EC NOTEXT
                  gc_crlf gc_crlf
                  into lv_string.
    header line
      concatenate lv_string
                  'MSGID'    gc_tab
                  'MSGNO'    gc_tab
                  'Language' gc_tab                             "#EC NOTEXT
                  'Text'     gc_crlf                            "#EC NOTEXT
                  into lv_string.
    data lines
      select * from t100 into ls_t100
        where arbgb = 'SO' and msgnr = '182'.
        concatenate lv_string
                    ls_t100-arbgb gc_tab
                    ls_t100-msgnr gc_tab
                    ls_t100-sprsl gc_tab
                    ls_t100-text  gc_crlf
                    into lv_string.
      endselect.
      select * from t100 into ls_t100
        where arbgb = 'SO' and msgnr = '316'.
        concatenate lv_string
                    ls_t100-arbgb gc_tab
                    ls_t100-msgnr gc_tab
                    ls_t100-sprsl gc_tab
                    ls_t100-text  gc_crlf
                    into lv_string.
      endselect.
      try.
          cl_bcs_convert=>string_to_solix(
            exporting
              iv_string   = lv_string
              iv_codepage = '4103'  "suitable for MS Excel, leave empty
              iv_add_bom  = 'X'     "for other doc types
            importing
              et_solix  = binary_content
              ev_size   = size ).
        catch cx_bcs.
          message e445(so).
      endtry.
    endform.                    "create_content
    Thanks.

  • How to send ALV list report as html attachment in a mail??

    Hi all,
    I have an ALV report which I want to send as an HTML attachment in a mail to an external id. I know that spool can be converted to HTML attachment in a mail. But I don't want to have 2 programs - one for generating ALV and the other to send mail with the spool-converted of the first report as attachment. I want to send the mail in the same program itself. Is it possible? Helpful answers will be suitably rewarded.

    Hi Sandip,
    In your ALV program after the alv output is build in the program do the following steps.
    1). Export the list to memory
    2). Import the list from mempry
    3). Do a COmpress of the data
    4). Send an email as an attachment using the normal FM.
    Take a look at the following links which will explain how to do the above steps.
    http://www.geocities.com/mpioud/Z_EMAIL_ABAP_REPORT.html
    http://www.thespot4sap.com/Articles/SAP_Mail_SO_Object_Send.asp
    http://www.sapdevelopment.co.uk/reporting/email/attach_xls.htm
    remember to change the doc type as 'HTM' in the FM to send email.
    Cheers
    VJ

  • SAP Sourcing 7.0 integration with SAP ERP - issue with SAP PI

    Hi All,
    We are integrating SAP Sourcing 7.0 with SAP ERP 6.0 with SAP PI 7.1 in middle. So the Sourcing will talk to PI and this intern will talk to ERP. Sourcing is on oracle 11g where as PI and ERP are on SQL 2008. All these 3 are on windows 2003 x64.
    We are following the "Configuration Guide Integration of SAP ERP and SAP Sourcing 7.0" provided by SAP.
    We have successfully configured Sourcing and PI systems as pe the document. In Sourcing, by using background jobs we are able to successfully generate files in "export" folder which is part of FTP directory.
    However the issue is with PI, we configured the "configuration scenerio" in Integration builder and point all channels to the FTP folder in Sourcing. But PI is not picking up these files.
    Is there any way to trigger this in PI system. Or do we need to do anything in sourcing itself.
    Regards,
    Siva.

    Hello Siva,
    I am thinking that you may need to deploy FTP adapter in PI to get this process work fine but not sure.
    Let's see what other experts suggest.
    Thanks,
    Siva Kumar

  • Issue in Communication of SAP R/3 6.4C with SAP J2EE Engine 6.40.

    Hello,
    We have an application deployed in SAP J2EE engine 6.20. From SAP R3 (SAP R/3 version is 6.4C), We are communicating to the application deployed in SAP J2EE Engine 6.20 using RFC protocol. EJB module (Deployed in SAP J2EE Engine 6.20) which is being invoked from a Function Module using RFC protocol has the same name as the Function Module name. We were able to communicate to SAP J2EE Engine 6.20 this way.
    Currently, I have deployed the same application in SAP J2EE Engine 6.40. I have followed the same procedure which i have used while depolying and working with SAP J2EE Engine 6.20. But, it is not working, and i was not able to communicate to SAP J2EE 6.40, the same way i did in SAP J2EE Engine 6.20.
    Please let me know whether the procedure for communicating to SAP J2EE Engine 6.40 has changed in comparison with SAP J2EE Engine 6.20.
    Also,Any pointers regarding RFC and JCO implementation in SAP J2EE Engine 6.40 willl be helpful.
    Thank you.
    Regards,
    -Shabir Rahim.

    Hi,
    compare to 4.7
    1.New ABAP editor added like if u write code  in abap editor ,using if coditions and select statments it automatically shows the link endif,  like if .. endif,select ...endselect.
    2.New abap debugger compare to the classic debugger.
    3.DBACOCKPIT
       Missing indexes of various database tablesu2019 and the transaction to reactivate all the missing indexes  is u2018DBACOCKPITu2019. Below is the screenshot of the transaction DBACOCKPIT.
    Regards,
    Madhu

Maybe you are looking for

  • Best way to use Sage 50 Accounts on an iMac

    I currently have an iMac and would like to run Sage 50 Accounts on it. Sage is not Mac compatible and so needs to run from a Windows environment. I know this is possible and am aware of the following options: 1. Install Windows via Bootcamp and use a

  • Shipping point and storage location determination

    for one of my delivery type i had defined shipping point determination as per following. define shipping conditions define loading group assign shipping points: with combination of shipping conditionsloading groupplantprop shippping pointmanual shipi

  • AP name is not consistent in APs Join Stats.

    hi all, i have strange issue in my controller (WISM2) AP name is not consistent in APs Join Stats page while the naming is consistent in Wireless  status page.as shown below.

  • Clickable text in JTextArea?

    Hi all, I'm writing a program that populates a textarea with medical terms and such. And, the problem is I need to give an explanation to the more difficult words by allowing the user to click on the words and a popup window with the explanations wil

  • Buyer is unable to view the purchase order in advance search screen

    Hi Experts, I have an issue, the issue is when a shopping cart is created by the requisitioner and got approved, following document purchase order is created. When buyer is trying to view the purchase order in advance search he could not view the pur