Interface to send the BOM-DMS link to Other Legacy System.

Dear All,
I am Looking to MAP the Interface Between 2 SAP Systems to Send the Information Related to Document No, Version, and other Information from BOM.
I am unable to identify the table where i can get this details.
Kindly help on this.. this is very urgent requirement.
Thanks with Regards,
Baya JO

Hi Christoph,
Thanks for guidance. but DOCMAS is working for Material Master Record and it is working on CV01N.
Below are the Critical point where i am facing the problem:
1. The IDOC is not generating when any changes happended in existing Document Info
    Record. is their any separate way availble to trigger the IDOC.
2. Regarding the DMS for Bill Of Material, how to trigger the IDOC for Document info Record?
I will give Sample BP:
Client is working on Engineering product, so they have the Desing Documents for Every Part as well Assenbly Desing Document for each Bill of Material (Header and Component). And Same Design Document No is Applicable for the Multiple Material Products and it will get added in to Existing Document Info Records (CV02N).
Now I needs to Genrate the IDOC to Multiple Systems in below Cases:
1. CV01N.
2. CV02N
3. After Document Info Records get linked to BOM.
hope you get clear picture.
Thanks With Records,
Baya Jo

Similar Messages

  • What's with the new edition of Pages using Maverick?  Google rejects the files  with the following message attached "The reason for the problem: 5.3.0 - Other mail system problem 552-'5.7.0 This message was blocked as its content security threat?

    I recently upgraded both Pages 09 (I believe) and went to OSX 10.9 Maverick .... now I am unable to send a pages document to a friend on gmail.  Google rejects the message and attachment with the following explanation -
    The reason for the problem:
    5.3.0 - Other mail system problem 552-'5.7.0 This message was blocked because its content presents a potential\n5.7.0 security issue.

    Same Problem here
    IWORKS 09    pages, keynote, numbers does not send in MAIL (mac) because of "This message was blocked because its content presents a potentialsecurity issue"
    its a problem not only on GMAIL but also Live, Hotmail, Yahoo, and other services...
    The problem is that gmail and others haved yet accepted the latest iworks 09 files. its a problem that apple can ask then to fix but its up to the gmail and others to fix it.
    Solution!!!:
    1 - Send it by exporting to office files
    2 - Saving the files as old iwork documents
    3 - Command P and save as PDF
    4 - Save in icloud and send the URL
    So you can still send them but have to take a bit more of your time
    i hope you understand my english is not optimal
    And if you have any questions feel free to ask me

  • Problem with interface - when send the data for PA0002

    Hi Gurus,
        I am interfacing employees data from one system to another system  with all the PA infotypes.
    we are using the fuction module " HR_MAINTAIN_MASTERDATA " to upload the master data. Here the problem is, when we send the data - in destination system all the segments have the data correctly . But middle name is not loaded in to the system. Problem with only middle name.
    But, here strange thing is, when i resend the idocs it is laoded correctly all the fields with middle name also.
    I am unable to figure out the problem .. Please let me know if you have any advise on this ..
    Thanking you.
    Regards,
    Giridhar Pujari

    Hi Sikindar,
       Technical name is corrent .. and once you resend the idoc, you can't see the problem again.
    Regards,
    Giridhar Pujari.

  • What should i do if i can't remember my security question's answer because i do not have a safety email for apple to send the reset question link? my safety email got deleted :(

    what should i do if i can't remember my security question's answer because i do not have a safety email for apple to send the reset question/answer link? my safety email got deleted

    Your only option will be to contact iTunes Store support and see if they can help you.  Click on this link and choose the Account Management option, and create a new case with iTunes Support. 
    Good luck!

  • Problem in sending the smartform as email for other language except english

    Hi Experts,
    I could not send the smartform as an attachment for other languages, but where as i could send it in english.
    The program is working fine with print priview but not when sending the SF as an attachment
    (in other languages except english).
    Please do find the below code which i used to send the smartform as an attachment.
    Please let me know if there is any mistake in the code.
        wa_ctrlop-LANGU = nast-spras.
        wa_ctrlop-getotf = 'X'.
        wa_ctrlop-no_dialog = 'X'.
        wa_compop-tdnoprev = 'X'.
        CALL FUNCTION lf_fm_name                  "'/1BCDWB/SF00000197'
          EXPORTING
            control_parameters = wa_ctrlop
            output_options     = wa_compop
            user_settings      = 'X'
            is_ekko            = l_doc-xekko
            is_pekko           = l_doc-xpekko
            is_nast            = l_nast
            iv_from_mem        = l_from_memory
            iv_druvo           = iv_druvo
            iv_xfz             = iv_xfz
          IMPORTING
            job_output_info    = wa_return
          TABLES
            it_ekpo            = l_doc-xekpo[]
            it_ekpa            = l_doc-xekpa[]
            it_pekpo           = l_doc-xpekpo[]
            it_eket            = l_doc-xeket[]
            it_tkomv           = l_doc-xtkomv[]
            it_ekkn            = l_doc-xekkn[]
            it_ekek            = l_doc-xekek[]
            it_komk            = l_xkomk[]
          EXCEPTIONS
            formatting_error   = 1
            internal_error     = 2
            send_error         = 3
            user_canceled      = 4
            OTHERS             = 5.
        IF sy-subrc <> 0.
          MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                  WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
        ENDIF.
    *Convert the data from OTF to PDF format
        it_otf[] = wa_return-otfdata[].
        CALL FUNCTION 'CONVERT_OTF'
          EXPORTING
            format                = 'PDF'
            max_linewidth         = 132
          IMPORTING
            bin_filesize          = l_len_in
            bin_file              = lp_xcontent
          TABLES
            otf                   = it_otf
            lines                 = it_tline
          EXCEPTIONS
            err_max_linewidth     = 1
            err_format            = 2
            err_conv_not_possible = 3
            OTHERS                = 4.
        IF sy-subrc <> 0.
          MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                  WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
        ENDIF.
        TRY.
      ---------- create persistent send request ----------------------
            send_request = cl_bcs=>create_persistent( ).
            len = XSTRLEN( lp_xcontent ).
    transform to solix tab
            lt_solix =
              cl_document_bcs=>xstring_to_solix(
                ip_xstring = lp_xcontent ).
    Create Body to the E-mail.
            APPEND Text-005 TO l_text.
    Attachment Name
            l_ponumber = text-004.
            CONCATENATE l_ponumber l_doc-xekko-ebeln INTO l_ponumber.
    Subject for the E-Mail.
            l_subject = text-001.
            CONCATENATE l_subject l_doc-xekko-ebeln INTO l_subject.
    *create document E-Mail.
    *TRY.
    CALL METHOD cl_document_bcs=>create_document
      EXPORTING
        i_type        = 'RAW'
        i_subject     = l_subject
        i_length      = '13'
        i_language    = nast-spras
       i_importance  =
       i_sensitivity =
        i_text        = l_text
       i_hex         =
       i_header      =
       i_sender      =
      receiving
        RESULT        = l_email_object
    CATCH cx_document_bcs .
    *ENDTRY.
           CALL METHOD cl_document_bcs=>create_document
             EXPORTING
               i_type    = 'RAW'
               i_subject = l_subject
               i_length  = '13'
               i_text    = l_text
             RECEIVING
               result    = l_email_object.
    *Create PDF Document
            bcs_doc =  cl_document_bcs=>create_document(
                                            i_type     = 'PDF'
                                            i_subject  = l_ponumber
                                            i_length   = len
                                            i_language = nast-spras
                                            i_hex     = lt_solix
    *Type casting
            obj_pdf_file ?= bcs_doc.
    Add PDF document as an attachment
            CALL METHOD l_email_object->add_document_as_attachment
              EXPORTING
                im_document = obj_pdf_file.

    hi,
    i tried with ur problem.but i am able send mail in other languages also.actaullly i wrote a msg whether the mail has been sent or not.i got success message. i am placing my code here please go thorugh it,and do relavant modifications.
    *& Report  ZPPS_SMARTFORM_TO_PDF
    REPORT  ZPPS_SMARTFORM_TO_PDF.
    PARAMETER: p_date LIKE sy-datum.
    PARAMETER: p_rea TYPE char255.
    DATA: t_otfdata TYPE ssfcrescl,
          t_lines LIKE tline OCCURS 0 WITH HEADER LINE,
          t_otf TYPE itcoo OCCURS 0 WITH HEADER LINE,
          t_RECORD LIKE SOLISTI1 OCCURS 0 WITH HEADER LINE.
    Objects to send mail.
    DATA:T_OBJPACK LIKE SOPCKLSTI1 OCCURS 0 WITH HEADER LINE,
         T_OBJTXT LIKE SOLISTI1 OCCURS 0 WITH HEADER LINE,
         T_OBJBIN LIKE SOLISTI1 OCCURS 0 WITH HEADER LINE,
         T_RECLIST LIKE SOMLRECI1 OCCURS 0 WITH HEADER LINE.
    DATA: w_filesize TYPE i,
          w_bin_filesize TYPE i,
          wa_ctrlop TYPE ssfctrlop,
          wa_outopt TYPE ssfcompop,
          WA_BUFFER TYPE STRING,          "To convert from 132 to 255
          WA_OBJHEAD TYPE SOLI_TAB,
          WA_DOC_CHNG TYPE SODOCCHGI1,
          W_DATA TYPE SODOCCHGI1.
    DATA: form_name TYPE rs38l_fnam,
          V_LINES_TXT TYPE I,
          V_LINES_BIN TYPE I,
          nast-spras type sy-langu value 'DE'.
    CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'
      EXPORTING
        FORMNAME                 = 'ZSR_DEMO1'
      VARIANT                  = ' '
      DIRECT_CALL              = ' '
    IMPORTING
       FM_NAME                  = form_name
    EXCEPTIONS
       NO_FORM                  = 1
       NO_FUNCTION_MODULE       = 2
       OTHERS                   = 3
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    wa_ctrlop-LANGU = nast-spras.
    wa_ctrlop-getotf = 'X'.
    wa_ctrlop-no_dialog = 'X'.
    wa_outopt-tdnoprev = 'X'.
    CALL FUNCTION form_name
      EXPORTING
      ARCHIVE_INDEX              =
      ARCHIVE_INDEX_TAB          =
      ARCHIVE_PARAMETERS         =
       CONTROL_PARAMETERS         = wa_ctrlop
      MAIL_APPL_OBJ              =
      MAIL_RECIPIENT             =
      MAIL_SENDER                =
       OUTPUT_OPTIONS             = wa_outopt
       USER_SETTINGS              = 'X'
        MYDATE                     = p_date
        REASON                     = p_rea
    IMPORTING
      DOCUMENT_OUTPUT_INFO       =
       JOB_OUTPUT_INFO            = t_otfdata
      JOB_OUTPUT_OPTIONS         =
    EXCEPTIONS
       FORMATTING_ERROR           = 1
       INTERNAL_ERROR             = 2
       SEND_ERROR                 = 3
       USER_CANCELED              = 4
       OTHERS                     = 5
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    t_otf[] = t_otfdata-otfdata[].
    CALL FUNCTION 'CONVERT_OTF'
    EXPORTING
       FORMAT                      = 'PDF'
       MAX_LINEWIDTH               = 132
      ARCHIVE_INDEX               = ' '
      COPYNUMBER                  = 0
      ASCII_BIDI_VIS2LOG          = ' '
      PDF_DELETE_OTFTAB           = ' '
    IMPORTING
       BIN_FILESIZE                = w_bin_filesize
      BIN_FILE                    =
      TABLES
        OTF                         = t_otf
        LINES                       = t_lines
    EXCEPTIONS
       ERR_MAX_LINEWIDTH           = 1
       ERR_FORMAT                  = 2
       ERR_CONV_NOT_POSSIBLE       = 3
       ERR_BAD_OTF                 = 4
       OTHERS                      = 5
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    loop at t_lines.
    TRANSLATE t_lines USING '~'.
      CONCATENATE WA_BUFFER T_LINES INTO WA_BUFFER.
    ENDLOOP.
    TRANSLATE WA_BUFFER USING '~'.
    DO.
      t_RECORD = WA_BUFFER.
      APPEND t_RECORD.
      SHIFT WA_BUFFER LEFT BY 255 PLACES.
      IF WA_BUFFER IS INITIAL.
        EXIT.
      ENDIF.
    ENDDO.
    Attachment
    REFRESH: T_RECLIST,
    T_OBJTXT,
    T_OBJBIN,
    T_OBJPACK.
    CLEAR WA_OBJHEAD.
    T_OBJBIN[] = T_RECORD[].
    Create Message Body Title and Description
    T_OBJTXT = 'test with pdf-Attachment!'.
    APPEND T_OBJTXT.
    DESCRIBE TABLE T_OBJTXT LINES V_LINES_TXT.
    READ TABLE T_OBJTXT INDEX V_LINES_TXT.
    WA_DOC_CHNG-OBJ_NAME = 'smartform'.
    WA_DOC_CHNG-EXPIRY_DAT = SY-DATUM + 10.
    WA_DOC_CHNG-OBJ_DESCR = 'smartform'.
    WA_DOC_CHNG-SENSITIVTY = 'F'.
    WA_DOC_CHNG-DOC_SIZE = V_LINES_TXT * 255.
    Main Text
    CLEAR T_OBJPACK-TRANSF_BIN.
    T_OBJPACK-HEAD_START = 1.
    T_OBJPACK-HEAD_NUM = 0.
    T_OBJPACK-BODY_START = 1.
    T_OBJPACK-BODY_NUM = V_LINES_TXT.
    T_OBJPACK-DOC_TYPE = 'RAW'.
    APPEND T_OBJPACK.
    Attachment (pdf-Attachment)
    T_OBJPACK-TRANSF_BIN = 'X'.
    T_OBJPACK-HEAD_START = 1.
    T_OBJPACK-HEAD_NUM = 0.
    T_OBJPACK-BODY_START = 1.
    DESCRIBE TABLE T_OBJBIN LINES V_LINES_BIN.
    READ TABLE T_OBJBIN INDEX V_LINES_BIN.
    T_OBJPACK-DOC_SIZE = V_LINES_BIN * 255 .
    T_OBJPACK-BODY_NUM = V_LINES_BIN.
    T_OBJPACK-DOC_TYPE = 'PDF'.
    T_OBJPACK-OBJ_NAME = 'smart'.
    T_OBJPACK-OBJ_DESCR = 'test'.
    APPEND T_OBJPACK.
    CLEAR T_RECLIST.
    T_RECLIST-RECEIVER = 'MAIL-ID'.
    T_RECLIST-REC_TYPE = 'U'.
    APPEND T_RECLIST.
    CALL FUNCTION 'SO_NEW_DOCUMENT_ATT_SEND_API1'
      EXPORTING
        DOCUMENT_DATA              = WA_DOC_CHNG
        PUT_IN_OUTBOX              = 'X'
        COMMIT_WORK                = 'X'
      TABLES
        PACKING_LIST               = T_OBJPACK
        OBJECT_HEADER              = WA_OBJHEAD
        CONTENTS_BIN               = T_OBJBIN
        CONTENTS_TXT               = T_OBJTXT
        RECEIVERS                  = T_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.
      WRITE:/ 'Error When Sending the File', SY-SUBRC.
    ELSE.
      WRITE:/ 'Mail sent'.
    ENDIF.
    and i thought of one more soluyion u can write
    wa_ctrlop-langu = T002-spras. i think it will also help for u.
    revert back if any questions.
    please reward me if helpful.
    gupta.pullipudi

  • How to send the weekly status report to other users

    Greetings everyone,
    I only have two clients that I have hosted on the BC, and neither client has access to the business catalyst. Every Monday the system generates a website usage report and sends me an e-mail for the statistics of these sites. Other than forwarding the e-mail from my account to their account is there a way to set it up where the system will send the report to my clients? Thanks in advance… Butch

    Sure!
    The only thing that matters is for the respective users to have the weekly report checked in their user options: http://prntscr.com/3oxqtw. With that in place, you can limit their access as much as possible.
    Kind Regards,
    Alex

  • We finished the two CRM link into single ERP system via SAP middleware

    Hi ,
       We finished the setting two CRM (CRM4.0 & CRM 5.0 )link into single ERP system by ourself .
       Who needs the documents ?
    Lobate
    China

    Hello jing wei,
    the best way would be that you publish a Blog or Article here in SDN. At https://www.sdn.sap.com/irj/sdn/submitcontent can find out how to contribute. Also a <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/68f93647-0a01-0010-8891-92cea7f0313f">Community Contributor Template</a> is avaliable.
    Regards
    Gregor

  • JMS (Sender Communication Channel) and MQ in Mainframe (Legacy) System

    Hi All,
    Can we use JMS Sender Communication Channel in XI that runs on Windows 2003 server to DIRECTLY poll messages from MQ in Mainframe (Legacy) system??
    I understand that we can install MQ on XI server and have mainframe push the messages to XI MQ so that JMS can poll but wanted to see if there is a way to do this without having MQ on XI server.
    If you know of any documentation regarding this, can you please post it?
    Thanks,
    Jay

    Jung,
    Are you looking for this help:
    /people/william.li/blog/2006/11/13/how-to-use-saps-webas-j2ees-jms-queue-in-exchange-infrastructure
    Also check this sap help:
    http://help.sap.com/saphelp_nw04/helpdata/en/cd/d85a9d6fab7d4dbb7ae421f710626c/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/f4/2d6189f0e27a4894ad517961762db7/content.htm
    ---Satish

  • Create a photo page and have the photo's link to other internal pages

    really basic quesiton, sorry but I can't do this for some reason. I created a photo page that is going to be a menu page to link to some internal pages. for some reason the Enable as a Hyperlink is greyed out and I can't click on it to make the image a hyperlink.
    Any help or suggestions?
    Thanks

    What you need to do is place a shape over the top of the image, then using Inspector, Graphic Tab give it an Opacity of 1% then you can make the shape a hyperlink.
    The imageholders on the photo page cannot be used as hyperlinks.
    Alos you must giv ethe shape an opacity of at least 1%, if you try 0% it will not work.
    Will
    1GHz G4, 15" PowerBook, Airport Network, 1G iPod Mini   Mac OS X (10.4.6)   www.willg4pb.com for iWeb tips

  • BOMBOS interface "warning" message after changes saved in the BOM.

    Hello,
    We our client is facing an issue, regarding BOM change / Modification in CS02.
    After any modifications saved in the BOM (transaction CS02), in SLG1 transaction system gives u201Cwarning messageu201D as given below.
    1.     Entry already exists in the work list
    For components, system is giving following message.
    2. Item material PPA_FORM_NU001 (Material number) is not assigned to a specification
    We found one note for this u2013 u201Csapnote_0000893616_BOMBOS_Specification not foundu201D, this note is already applied in the program by SAP at 2005.
    Because of this note, program creates the message in SLG1.
    We also found that, in the IMG customization >>>
    Environment Health & Safety > Product Safety > Bill Of Material Transfer > Specify Environment parameter & condition for the parameter u201CBOMBOS_WL_DIALOGu201D parameter value is u201CXu201D. If we remove this value, then system gives error message in the SLG1.
    We want to know,
    1.     Why we have such entries in SLG1?
    2.     What is the goal of this standard BOMBOS interface?
    3.     What is the impact of this warning message in the process of the transaction?
    4.     To solve this, is there any solution?
    Please confirm us.
    Thanks in advance.
    Edited by: Hemant Baviskar on Apr 27, 2009 11:25 AM
    Hello, Can any body help me on this?
    Thanks

    Hello,
    To rectify this issue, please refer the SAP Note - sapnote_0000683420 and make the changes accordingly.
    Thanks
    Best Regards

  • Podcast email - send the same link with different Podcasts

    I have started using the podcast email function after my upgrade to OS3.0 on my iPhone 3G
    I sent one podcast link via email, now every time I send a link to the podcasts (in this podcast subscription) it sends the SAME FIRST LINK
    Why does this happen? Has anyone else had this problem?

    Looks like I am mistaken. It sends a link for the podcast, whereas I thought it was per podcast in the subscription. Bugger, feature improvement?

  • Please send the details of Notes-note-184754,407485

    Hai
    Please send the details of Notes-note-184754,407485 to [email protected]
    I will assing the points
    kumar

    Hi check it here.
    <b>184754</b>
    Summary
    Symptom
    CAUTION: THIS NOTE WAS REPLACED. FOR MORE UP-TO-DATE, COMPREHENSIVE INFORMATION SEE NOTE 886102.
    You want to copy a single BW System of a system group using a database copy. After the copy, you want to have a functional BW source system connection.
    Refer to Note 325525. This helps you to select the correct procedure for your scenario. Also note that there are several ways to carry out the actual copy procedure. This is not covered in this note. Refer instead to the URL http://service.sap.com/solutionmanagerbp.
    Other terms
    Database copy, source system, BW, connection, refresh
    Reason and Prerequisites
    There are three scenarios:
    1. You want to install a new BW (referred to below as "target BW") by copying an existing BW (referred to below as "original BW"). That is, you import the copy onto an empty computer.
    2. You want to replace an existing BW (henceforth "old BW"), by copying a different BW (henceforth "original BW"). That is, a BW was already installed on the target host (the old BW). We will call the copy of the original BW "target BW". There are two different scenarios here:
    a) You are still in the planning phase of this step, that is, you have not yet made the copy.
    b) You have already overwritten the old BW with the copy of the other BW.
    Solution
    You must perform ONLY THE STEPS required for YOUR SCENARIO.
    Scenario 1): In 1.2B, create a transport request in the original BW that contains all source system-dependent objects for all R/3 and DataMart source systems. The object types are ISMT, ISTT and ISTS. Note that the ISTS object (the transfer structure) may contain routines that must be transported as separate objects (Object Type ROUT).
               As of BW 2. 0A, you are supported by the BW transport link, grouping "Backup for system copy". Select the R/3 and DataMart source systems in the source system filter and collect the source systems using the Drag and Drop function.
               If you use type PSADELETE processes, also add these to the transport request.
    Scenario 2)a): Create the described transport request in the old BW.
    Scenario 2)a): In the old BW, delete all R/3 and DataMart source systems in the Administrator Workbench source system tree.
    Scenario 1), 2)a) and 2)b): Import the copy.
    Scenario 1), 2)a) and 2)b): In the target BW, change the contents of the "target host" field in all RFC connections (destinations) for R/3 and DataMart source systems (Transaction SM59) to a nonsensical, nonexistent address (such as 'nowhere'). Then, delete ALL R/3 and DataMart source systems in the Administrator Workbench source system tree. Caution: This step deletes all PSA tables of these source systems - the data is lost. A message is generated stating that the source system cannot be accessed (since you deleted the host of the RFC connection). Select "Ignore".
    Scenario 2)b): Change to the source systems connected to the old BW and THERE delete the connection (in the source system) to BW. To do this, change to Transaction SE37 - RSAP_BIW_DISCONNECT function module  Sngl. test. Parameter I_BIW_LOGSYS = <name of BW>, I_OLTP_LOGSYS = <name of the source system>, I_FORCE_DELETE = 'X'.
    Scenario 1): If you want to connect the target BW to one or more source systems that are also connected to the original BW, assign a new logical system name (Table T000) to the target BW. However, we recommend that you follow Note 184447 when designing the system environment.
    Scenario 2)a) and 2)b): Assign the same name to the target BW system that was assigned to the old BW system (logical system name, Table T000).
    Scenario 1), 2)a) and 2)b): If you have just renamed the BW, execute Transaction BDLS to convert all relevant tables to the new logical system name. To do this, refer to Notes 121163 and 369758.
    Scenario 1): Connect the required source systems. (Administrator Workbench - Source systems)
    Scenario 2)a) and 2)b): Connect the source systems, that were connected to the old BW. (Administrator Workbench - Source systems)
    Scenario 1) and 2)a): Import the request created above. Bear in mind the special CTS features for the source system-dependent objects (system changeability in connected systems; View V_RSLOGSYSMAP).
    Scenario 2)b): Recreate the transfer structures/transfer rules and activate them.
    Header Data
    Release Status: Released for Customer
    Released on: 20.03.2007  15:58:10
    Priority: Correction with medium priority
    Category: Consulting
    Primary Component: BW-WHM-DST-SRC Source Systems
    Releases
    Release Independant
    Related Notes
    886102 - System Landscape Copy for SAP BW 2.X, 3.X and NW2004s BI
    733623 - Oracle export/import for BW system copies
    524554 - Storing destinations in the BW environment
    369758 - BDLS: New functions and better performance
    325525 - Copying and renaming systems in a BW environment
    127326 - CTS for InfoSources, update rules ...
    121163 - BDLS: Converting logical system names
    <b>
    40785</b>
    Summary
    Symptom
    You are transporting BW objects that are heavily linked with each other so that several requests are necessary.Objects of a request are using objects which are locked on other requests.
    In the target system, errors arise during the method execution of requests with BW objects (return code 8).The messages indicate that objects are required which do not exist in the target system and are also not contained on the request.
    For example, you transport an object with attributes, but the attributes are not transported nor are they available in the system.In the log, message R7322 appears: 'Attribute &1 from characteristic &2 not (actively) available'. As a result, an InfoCube cannot be activated if InfoObjects are missing and so forth.
    Additional key words
    CTS, transport link, AWB, object collector
    Cause and prerequisites
    You collect objects with the transport link of the Administrator Workbench and then write these to a transport request.In the process, all objects which have not yet been transported are marked (development class $TMP). Or you install Business Content and write the installed objects directly to a request.
    Objects with a different development class (not $TMP) are also gathered but they are not marked because the system assumes that these have already been transported and are then subject to automatic recording.If you are not sure whether these objects already exist in the target system, you can mark the objects.The system then writes them to the request and transports them (once again).
    It could happen that objects that are locked on another request have been collected.You can recognize this by the column "Transport request" in the window with the collected objects (you may have to expand the tree with the collected objects completely). You should always release the requests beforehand, that means prior to the request that is being compiled.
    This is because these objects are needed by objects that the system is now collecting, but do not yet reside in the target system or do not yet reside there in their most current version. If you import the request which the system is collecting prior to the other request, then the errors described in the symptom section of this note.
    Solution
    Proceed as follows if you are using the object collector:
    Collect the objects
    expand the tree with the collected objects completely
    Release all requests that are displayed in the 'transport request' column.
    Only then release the request with the objects that are being currently collected.
    As of Support Package 16 this approach is simplified even further.In this case, a log with the following messages is displayed after writing the collected objects:
    'Objects which are locked on a different transport request' (Message RS0305).If you expand this message, you receive a list of all objects which are locked on other requests.
    'Transport requests which must be released first' (Message RS0306).If you expand this message, you receive a clear summary of the requests which must be released before the request currently being compiled.Here the system simply summarizes the requests from the previous list that still contain dependent objects.
    Thus, as of Support Package 16 you no longer have to expand the tree completely and search for linked requests.
    Source code corrections
    Header Data
    Release Status: Released for Customer
    Released on: 05.09.2001  22:00:00
    Priority: Recommendations/additional info
    Category: Consulting
    Primary Component: BW-SYS Basis System and Installation
    Secondary Components: BW-BEX Business Explorer
    BW-WHM Data Warehouse Management
    Releases
    Release Independant
    Highest Implemented Support Package
    Support
    Packages Release Package
    Name
    SAP_BW 20B SAPKW20B19
    SAP_BW 20B SAPKW20B20
    Related Notes
    125499 - Activation error after transport of BW objects
    <b></b>

  • How to send the dynamically generated XML file to other site for further processing?

    I have a question regarding exchanging data between two systems
    using XSQL servlet. The situation is descrbed as the follows:
    Assume that we have a simple XSQL page named "emp.xsql"
    <?xml version="1.0"?>
    <?-- XSQL page file "emp.xsql" -->
    <xsql:query xmlns:xsql="urn:oracle-xsql" connection="demo" >
    SELECT * FROM EMP
    </xsql:query>
    and we can access it through the HTTP request likes
    http://web_server_name/xsql/emp.xsql.
    Usually we will the returned dynamic XML file and show it on the
    screen. Now the problem is that we don't want to show the
    generated XML file on the calling screen. Instead, we want to
    send the generated XML file to other website for further
    processing, say, using JSP or ASP likes
    http://other_web_server_name/XMLProcessing.jsp?.....
    How can it be implemented using XSQL servlet?
    Any hint and outline of the solution is appreciated.
    Thanks

    Ike,
    Do you have a sample. I am searched so much in this forum for samples. I looked on SAX Parser. I did not find any samples.
    Please help me.
    Thank you for your posting.
    Padma.

  • FireFox 3.6 and Adobe Reader X. Reader X PDFs opened within the browser contain links, which do not work. Anyone got clues on why the links fail and how to fix?

    When we rolled out ReaderX and AcrobatX we uncheck the Diaply PDF in Browser window. OK with IE, but ignored in FireFox (3.6.16). We can live with that except the PDFs have links to other URLs and clicking on them is ignored. Same PDF opened outside the browser the links work fine. FireFox with Reader 9.4.0 no problem. Reader X with IE no problem. I can fix the Display in Browser with a change to firefox.js, but have not figured out how to fix the links when the PDF is displayed within the browser.

    My replies are in Bold.
    Thank you for your response and message.
    1. Are you seeing this problem with all kinds of PDF's or some specific  kinds like secure PDF's (with doc open password or printing  restrcitions), reader extended PDF's or PDF forms.
    This problem is with all kind's of PDF's.
    2. Are you opening a locally saved PDF by doing a drag drop in the  browser or right click and open with IE/FF or directly opening a PDF  hosted on the internet?
    It doesn't matter. However I do it, I see this problem in Firefox, IE & Google Chrome.
    3.  Can you also check the version of the Reader X browser plugin? you  could find it at C:\Program Files\Common  Files\Adobe\Acrobat\ActiveX\AcroPDF.dll. Right click -> Properties  -> Details
    If version is 9.0.x then you could try a clean install of Reader X.
    I have checked it. It's the latest plug-in (though at the moment, I have gone back to Adobe Reader 9.4.1, as I've mentioned before, because I need the reader to be working fine for my work and daily life. I am just waiting for a fix before I try Adobe Reader X again.
    As I've mentioned before, I am seeing this issue ONLY on my Windows 7 Ultimate (Laptop). In the desktop's at work, with Windows XP / Vista, I don't see it. Adobe Reader is working fine, browser integration is fine, the floating tool bar works fine, the right click menu pop' up where the right click is done...I can also save PDF' from the main toolbar at the top and so on...
    I really have run out of ideas.... and I am very surprised that no expert support personnel (if at all there is one) have dropped by or said anything or mentioned anything about this.
    Anyway.... Cheers.

  • ABAP Proxies to send the data to PI

    I have a scenario to send some data from ECC to Legacy system in flatfile format. I would like to use ABAP client proxies on the ECC side and File receiver adapter to tranmit the data to Legacy system.
    I tried various sample scenarios and know how to send simple data using ABAP report program(which triggers the client proxy from ECC).
    But the question is if I have to read SAP data files and send the data conditionally based on certain criteria to the other Legacy system. How do we write the ABAP code with in the ABAP Proxie program?  Can any body share the real time coding procedure to achieve this. I am not good at ABAP.
    I absolutely have good idea how we can configure on the receiver side.
    Thanks in advance.

    Hi
    If I want to transfer only specific data from various SAP database files from ECC and then triggering the ABAP client proxy in the ABAP report program
    There are various ways to do this. Create a class that can call reports(forms) for various legacy system say L1, L2 and L3. now create 3 reports each for the systems .
    In XI create a generic structure which can satisfy L1, L2 & L3 and generate the proxy for this structure.
    now in reports for L1 pass the data from ERP tables specific to L1 and use the client proxy report to pass the data to XI and deliver the flat file. Similarly for others you can do
    now at XI you do conditional receiver determination. Identify the condition from the payload that can distinguish L1, L2 & L3. based on this you can pass the data to defined receiver.
    Hope this helps.
    Thanks
    Gaurav

Maybe you are looking for