Impact of the Datasource structure got changed?

Hi all,
I am working on CRM as sourcesystem.I have created datasource with Function module.Data has been loading to the cube since one month.The problem is in the structure Tittle1(40) and Tittle(40) length has taken.But it should have to take Tittle1(60).So I need to change the Structure of the function module.
I would like to know what are the impacts will happen if changed the existing structure at CRM system.What are the steps to be taken to make these changes?What would be the impacts at BW side.
your help will be greatly appreciated
Regards,
Praveena

Hi Praveena,
               Firstly there wont be any impact on your BW side assuming that the infoobject you were mapping in B/W can be mapped readily(assuming that you need not change the infooject properties) to the field (the field for which length is changed in the structure).
               On the source system side, once you make your structure changes and activate, you need to make adjustments in function module and in cmod code(if any cmod code exists).
              Apart from the above, there wont be any more impact on other objects. Anyway you want to change the length of a field in your structure, so there wont be much of changes even in FM.
            But you need to replicate your Datasource in BW once your FM is activated after your structure changes
Regards
Sunil

Similar Messages

  • RFC Structure got changed, getting ArrayIndexOutOfBoundsException Exception

    Hi All,
    I am using a RFC in my web Dynpro Application. before it was working fine but now my RFC's Structure name got chnaged.
    I reimported the RFC and mapped. But now I am getting ArrayIndexOutOfBoundsException Exception
    java.lang.ArrayIndexOutOfBoundsException
    I have invalidated the dictionary cache but still problem did not resolve.
    Restarting of server will resolve this issue but I dont want to restart server as I am working on client server.
    Please any one help me how to solve this issue without restarting the server.
    Thanks in  advance!!

    Hi,
    Have you made any changes in your Function Module ? if yes have you reimported the Model ?
    if you reimported , you need to restart the J2EE Engine
    Or else you can do the following
    Reimporting Model without restarting the J2EE Engine -- you can do u201CMetadata Cache invalidation for Webdynpro Adaptive RFC Modelsu201D ( Please look at Vishweshwarau2019s Links)
    Hope this is help full for u
    Best Regards
    Vijay K

  • Is there a way to find out when the user password got changed last time?

    thanks.

    To sweeten the deal, you can get confirmation from this metalink doc,
    ORA-28002 On User Connection Immediately After PASSWORD_LIFE_TIME Changed
    Doc ID: NOTE:162818.1

  • Impact of the Transport Layer changes in the package

    Dear Experts,
    We are in the process of the Upgrade. As a part of the upgrade from 3.1to BI7. We have two Dev systems one is with the 3.1 - BWD   and the other one is with the BI7- CBD now. We have transported all the objects with the Package : ZBWD (Where the transport Layer of this Package ZBWD).
    And we have introduced the new Integration system(CBQ) in the landscape now and we have changed the Package ZBWD properties(We have changed the Transport Layer of this Package from ZBWD to ZCBD).
    Can anyone please tell me the consequencies of this change in the package. We are planning to move this changed package, once the upgrade is finished.
    Can any one tell me the consequencies of this change and also if we dont transport this package change in the other systems, then what wil be the consequences.?
    Thanks
    Raman
    Edited by: Raman R on Aug 12, 2008 5:42 PM

    Hi,
    We have the package exists in the production which is with the earlier Transport layer called ZBWD.
    As we have the new development system now, we need to change the Transport layer in that same package: to ZCBD.
    Can anyone tell me will there be any impact of this change on the objects in the further landscapes? and also please explain me what are all the steps which needs to be carriedout if the transport layer got changed in the package?
    Thanks
    Raman.....

  • GR based IV is disabled but it got changed

    HI gurus ,
    We are using SRM 5.0 Extended classic scenario, ECC 6.0
    In the Purchase Order ,item data-> Follow-on documents -> Confirmation-Related Invoice Verification  is disabled.
    But somehow the GRIV indicator got changed , I can see the change log for the same.
    User just changed the Requester and Goods recepient , but the change log shows he changed the GRIV indicator too.There have been no changes on the GRIV field in the vendor master.Also when the changes were done, there were already some partial GR and invoices posted for the PO.
    Because of this , the PO fell into 'error in process' from 'ordered' status. Although I have removed the GRIV indicator at the table level and pushed the PO again into ECC which has changed the status of the PO to 'ordered' again, I want to know how the GRIV indicator got changed automatically ?
    Is there any OSS note for this ??

    Hi experts,
    We are on SRM 7.0 ECS , support pack SAPKIBKV08.
    Our vendor master in SRM has following flags set:
    GR= set
    IR = set
    GR based IV=set
    Now in an SRM PO , buyer wants to set the following flag:
    GR = buyer wants to set
    IR =buyer wants to set
    GR based IV= buyer wants to reset GR based IF flag , since the invoice comes before the GR and has to be paid
    But in the SRM system , if GR flag is set , and IR flag is set , then GR based IV flag gets set automatically. Buyer is unable to uncheck it. This is a bug in the system , how to resolve this. the above mentioned notes, 1010791, 1445234,1114343 are not applicable to the system .
    (If a PO was directly created in ECC system , and GR falg and IR flag is set , then buyer can manually uncheck the flag)
    Rgds
    sumendra

  • How to get the folder structure using Sevlets

    Hi....
    I have to retrieve the directory structure on the server and display it
    to the user. Once the user selects a folder from the tree, the files
    have to load on a different pane. Of course the folder structure could
    change on the server if any folder or file is added. In short, i have
    to get something like the windows file explorer.Also I need to get the path to a particular folder in the server. Is it possible to do
    this with using servlets. If we can do this using
    servlets, how can i retrieve the folder structure and send it to the
    user interface?
    Can somebody help me to do this please.....
    Thanks!

    I need to get the path to a particular folder in the
    server. Is it possible to do
    this with using servlets.You can use:
    String thePath = getServletContext().getRealPath("/WEB-INF/someDir/somefile");
    If we can do this using
    servlets, how can i retrieve the folder structure and
    send it to the
    user interface?You could try using a File object and its method listFiles() or some of its other methods.

  • Changing the Datasource of example CMP from Weblogic

    I got an error message while running a successfully (?) deployed
    Weblogic example bea\weblogic700\samples\server\src\examples\ejb20\basic\containerManaged.
    The error message is like this when I run the "ant run":
    run:
    [java]
    [java] Beginning containerManaged.Client...
    [java]
    [java] The client was unable to lookup the EJBHome. Please make
    sure that you have deployed the ejb with the JNDI name
    ejb20-containerManaged-AccountHome
    on the WebLogic server at t3://localhost:7001
    [java] Unable to look up the beans home: Unable to resolve
    'ejb20-containerManaged-AccountHome' Resolved: ''
    Unresolved:'ejb20-containerManaged-AccountHome
    BUILD FAILED
    D:\bea\weblogic700\samples\server\src\examples\ejb20\basic\containerManaged\build.xml:121:
    Java returned: 1
    The ConnectionPool and DataSource have been set through the Weblogic
    Console.
    Such that
    Name: MySQLConnectionPool
    URL: jdbc:mysql://localhost:3306/MyDatabase
    Driver: Classname com.mysql.jdbc.Driver
    Properties: user=sa
    password=
    Name: MySQLTxDataSource
    JNDI Name: MySQLTxDataSource
    Pool Name: MySQLConnectionPool
    Then I modified the weblogic-cmp-rdbms-jar.xml, such that
    <!-- the following line actually should be the JNDI name -->
    <!-- data-source-name>examples-dataSource-demoPool</data-source-name
    -->
    <data-source-name>MySQLTxDataSource</data-source-name>
    Then I got the above error. If I change the DataSource back to
    examples-dataSource-demoPool. Everything works fine.
    I could not find where the problem is. Could anyone give me a clue.
    Thanks
    Ruiwu Tao

    Please re-post if this is still an issue but first update to CR4E 2 and retest

  • Custom IDOC changes in the IDoc structure

    HI experts,
    I have made some changes in the Custom IDoc Structure
    But when I have transported the changes like I have 5 fields in the custom IDoc I changed the data type of field 2 changing the length of that field to 132 but when i am executing that all the other remaining fields getting populated in that 2nd field. Is there any way this problem can be resolved
    early answer is appreciated.......
    advance thanks
    srini

    Hi Srinivas,
    I would like to confirm some things. First your IDoc struc had field2 which is of length less than 132 and then you increased it to 132. Now you are now using <b>WE19</b> to test your IDoc. The reference IDoc no. that you gave was the IDoc that had been generated while the length was less than 132.
    If this is what you have done, then you will have this issue. I will tell you why. When you created the IDocs, this field was less than 132, then in the EDIDD-SDATA which is a character field of length 1000 bytes would have got filled with a different position.
    Say for example you have two fields in a segmentthey are A(of lenght 10) and B(of length 20). When you create IDoc, EDIDD-SDATA(which actually contains data would have been like the following:
    Say if A = 'ABC', B = 'DEF'
    EDIDD-SDATA = 'ABC       DEF                 '
    If you see it carefully it is a string of charachter where A starts at 1st and B starts at 11th position of the string. Now you changed length of A to 15. Then A would start from 1st Position upto 15th position while B starts from 16th upto 35. Hence when the WE19 tool extracts data from EDIDD, it extracts it as:
    A = 'ABC       DEF  '
    B = space
    Hope this answers your question.
    Regards,
    Srikanth
    PS: Same will be the case with WE09 as well. The IDocs which was created before changing the length will still look distorted.
    Message was edited by: Srikanth Lodd
    Message was edited by: Srikanth Lodd

  • After the upgrade of SAP the screen got changed

    the available tab in the screen got changed after the upgradation.
    the changes of the upgrade has been transported to testinf server . But in production system the tabs are different in Project System CJ20N. Here earlier it was artist but aftre upgrade in testing environement its  Cust. Enhancement also one new tab introduced LONG TEXT.
    PLEASE PROVIDE THE SOLUTION.

    Please respect Forum Rules..!!
    (do not use full capital letters for message / heading)
    It seems your Lay-out of flexible detail screen got changed, which needs to be corrected from the below path.
    SPRO >> PS >> Structures >> Operative Structures >> Work Breakdown Structure (WBS) >> User Interface Settings >> Layout of WBS Element Detail Screens >> Define Layout of WBS Element Detail Screens
    Please also refer SAP Notes : 304386 and 383310

  • Donu00B4t  see the fields after to change the append structure

    Hi experts,
    My problem is the following. I enhanced a Extraction Structure, I activated the append structure, and I assigned the Infosource to the datasource and it was ok. Then, I had to do some changes to the append structure, I again activated it, replicate the datasource, but I don´t see the changes. When I replicated the datasource for first time I saw the fields of the append structure, even I did the transfer rules. Then, when I did the changes I could not see more the new changes, but I can see the fields that they have not been changed.
    The changes were:
    - I changed the name of the one field because it was longer of 16 car. (before ZZ_CLASSIFICATION, after ZZ_CLASSIFCAT).
    - I added two fields more.
    I am not sure How works the RSA3 transaction. On it I entered the datasource name and I pressed the "Strat Extraction" and the system show to me a message "1558 register selected", then I pressed "Display List" but I can´t see the changes
    Do you have any idea about what happen?
    Thanks

    Hi Leonel,
    Usually, when I try to enhance my DS, I delete DS-IS assignment. Then do what you've done already. If you don't delete the assignment first, then often the old info remains.
    So, delete this assignment and repeat all steps again.
    Best regards,
    Eugene

  • Change the extractor structure in standard extractors?

    Hi, is it possible (and wise) to change the standard extraction structure on the standard extractors?

    Hi  Rune,
                    Yes you can change the standard extract structure for the standard datasources.You can write a code for enhancing extract structure in CMOD and you can add fields to the standard extract structure.For LO datasources you can customize the extract structure as well.You can do it in Extractor  maintainance and add fields from pool to extract structure.
    Hope this clears
    Regards
    Karthik

  • Add attributes in InfoObject: DataSource still remember the old structure

    Hello,
    I got some problems doing the datasource in SAP-BW.
    The situation
    - added new attributes in InfoObject-OCRM_PROD
    - generated export Data of the InfoObject-0CRM_PROD
      got 80CRM_PRODM, 80CRM_PRODH, 80CRM_PRODH
    - removed the new attributes just added above since they were incorrect from the InfoObject-0CRM_PROD
    - added other new attributes in the InfoObject-0CRM_PROD
    - re-generated export Data of the InfoObject-0CRM_PROD
    - replicated data source
    - in the RSA3 in SAP-BW was able to see the new attributes, but in the InfoSource still recognized the previous structure.
    - Therefore, we decided to go to RS02 and removed the InfoSource 80CRM_PRODM only and replicated the DataSource again.
    The problems
    - when we re-generated export data source this time, there was a message mentioned that the data source was already generated. Unfortunately, we were not able to see the data source 80CRM_PRODM any more. I wonder how to recover this case since it is a standard InfoObject from SAP-BW.
    Any suggestion would be appreciated.
    Thanks.
    -WJ-

    Hi WJ,
    Goto RSA1 -> Settings (from menu) -> Display generated objects and select the "Show Generated objects" option. Once your Infosource is visible then activate the transfer structure using RS_TRANSTRU_ACTIVATE_ALL.
    Hope this helps.
    Bye
    Dinesh

  • Unable to change the Extract structure

    Hi All,
    In LBWE in R/3, I need to the change the extract structure MC02M_0HDR for DataSource 2LIS_02_HDR, by including some fields using the maintenance tab, After doing the required changes when i give "continue", the system is throwing me the following error -
    <b>"Struct. from appl. 02 due to open V3 proc. not changed".</b>.
    The long text of the error message shows -
    Diagnosis
    Changing the extract structure MC02M_0HDR of application 02 is not recommended as there are no V3 update entries for the update module MCEX_UPDATE_02.
    If an extract structure is changed for which there are still open V3 updates, these can no longer be updated and the V3 collective update is terminated.
    Procedure
    Start the V3 update and delete those update entries that are already incorrect. You will find these in the update overview.
    Kindly reply me as soon as possible in this regard.
    Regards,
    Manickavasagan

    Hello,
    in transaction sm37 in the source system, you will find a job starting with LIS-BW-VB_APPLICATION*. Please select the job related to your application and in the menu Job->Delete, delte the same which is in the released state ready to be executed.
    then you can go ahead and enhance the extract structure.
    Hope it helps.
    thanks

  • Possible to change the datasource from a business-view to a Sql Command ?

    Hello,
    When a business view contains a lot of elements it takes a while just to open the report.
    We'd like to keep the BV as the dictionnary, but,
    once the report design completed,
    we'd like to disconnect the business view and replace it by the Sql command which can be seen in the menu option 'show SQL query'.
    Is it possible via the RAS sdk ?
    Did somebody experience this ?
    How to proceed ?
    Thanks a lot
    Alain

    Hi Ted,
    I'm thinking opening a Case for this problem of opening reports based on a big BV.
    We can't really reduce the BV, since it is the dictionnary and we need the whole thing...
    I'm wondering why it is impossible to change the Datasource if the tables and fields underneath are identical.
    Is it impossible to change the fields' mapping ?
    The other solution, as you suggest, is to create a report from scratch, create a new Datasource with the Sql command format, and rebuild the report... I agree it looks like a big job...
    Do you know if it is possible to export the report in XML for instance, change the XML, and then re-import ?
    Thanks for your Help.
    Alain

  • How to change the default structure when exporting data in CSV format?

    Hello,
    can some one tell us how to change the default structure in CRM when exporting lists in CSV format (with Option "Always use unformatted list format (CSV) for download" ? Because we want to add a new structure for our own -is it possible ?
    If it is possible where can we find these structure ? In the blueprint customizing ?
    Thank you very much,
    Christian

    There is a workaround to move from 1.5 version to the older 1.4 version. But this could be specific to the browser setting the JRE version.
    Excerpts from sun docs:
    However, a user can still run older versions. To do so, launch the Java Plug-in Control Panel for the older version, then (re)select the browser in the Browser tab.
    Example:
    Assume you are running on Microsoft Windows with Microsoft Internet Explorer, have first installed version 1.4.2, then version 5.0, and you want to run 1.4.2.
    Go to the j2re1.4.2\bin directory where JRE 1.4.2 was installed. On a Windows default installation, this would be here: C:\Program Files\Java\j2re1.4.2\bin
    Double-click the jpicpl32.exe file located there. It will launch the control panel for 1.4.2.
    Select the Browser tab. Microsoft Internet Explorer might still appear to be set (checked). However, when 5.0 was installed, the registration of the 1.4.2 JRE with Internet Explorer was overwritten by the 5.0 JRE.
    If Microsoft Internet Explorer is shown as checked, uncheck it and click Apply. You will see a confirmation dialog stating that browser settings have changed.
    Check Microsoft Internet Explorer and click Apply. You should see a confirmation dialog.
    Restart the browser. It should now use the 1.4.2 JRE for conventional APPLET tags.
    Details are here
    http://java.sun.com/j2se/1.5.0/docs/guide/deployment/deployment-guide/jcp.html
    My system (Windows XP) has the version 1.5_09 set as the default. However i just installed JRE 1.5_06 and would like to revert back to _06 as the default JRE..
    Will update if i find more information

Maybe you are looking for

  • Iphone 4 (4.2.1) panic error we are hanging here

    Good Day I am having an Iphone4 (16gb) factory unlocked phone bought from an apple store in canada and currently I am using it in Dubai; the apple id is configured with geographic location India ; it was working perfectly till my last OS upgrade to 4

  • Ho to find script and the related print program for print preview of PO

    Hi All, We are getting some text output on the print preview of a purchase order. How can we determine the driver script and the corresponding print program for this. Can you please guide on this. Thanks in advance. Regards, Sanjeet

  • How do you create a searchable table on Adobe Muse?

    I really need a searchable and filterable table for my website I am creating with Adobe Muse. An awesome example can be found at this link. If I can't do it directly in Muse, is there a 3rd party service or program that will let me insert the HTML fo

  • StartDrag using Generic method in Actionscript 3

    Hi, AS3: How to get general id (or) name from xml loaded images. bcoz, i want to drag and drop that images in generic method. Now, i currently used the event.target.name for each one. So, code length was too large. See my code below. /*********loadin

  • IOS 4.2.1 iCloud Mail

    I cannot access my iCloud mail (formerly MobileMe, formerly .Mac - I've had this account since the day iTools launched) using my 3rd gen 8GB iPod Touch (which is stuck at iOS 4.2.1). Since it's only an e-mail address, it should be a matter of tweakin