Data vanishing in new fields after request activation in ODS

Hi,
I have added some new fields in ODS and updated it by end routine .Now when i run the dtp and check the data by pressing NEW DATA tab then i am able to see data updated in the new fields.
                   When i tried to activate that request in ODS ,the values that i populated in new fields got vansihed .I am not able to find wats d issue after activation even though before activating request in ODS all data is perfectly updated in new data table.
Regards,
Montz

I have faced the same issue.Data was coming till new table,but after activation fields were getting
blank.
There is no necessity for doing a dummy mapping. In the transformation screen you will be having an ikon near to the delete
routine symbol with an arrow symbol
similar to select all and unselect all, just clikc on it and then mention the setting as Update all the target fields need to be populated.
This will solve the issue, if it is not solved, then you can make a direct mapping to any of the field in the source, it need not be the
exact field in the target.
Thanks,
Saveen Kumar

Similar Messages

  • Creation of new field in CRM activity screen

    Hi CRM Experts,
    I need some help regarding this issue.
    Now when executing the campaign in the CRM system the results are not showing the function code.
    We need the function code to visible when executing campaign.For this we need to add new field in CRM activity screen.
    And the function code values are stored in the BUT051 table and field name PAKFT and Data element BU_PAKFT.
    When we executinmg the campaign FUnction also should be there in the selection criteria.
    Please help me how to create new field and assign this function code in the search results.
    Please reply me ASAP.
    Thanks in Advance
    Regards,
    rahul

    Hi JC,
    The context node that you are using is a mixed node, so from this node you need to get value node so that you can cast the value into cl_bsp_wd_value_node.
    Here's the sample code for getter and setter method of that attribute:
    DATA:
       lr_mixed TYPE REF TO cl_bsp_wd_mixed_node,
       lr_value_node TYPE REF TO cl_bsp_wd_value_node.
    lr_mixed ?= current  or lr_mixed ?= iterator. " use either of the code i dont have system right now
    lr_value_node ?=  lr_mixed_node->if_bsp_wd_ext_property_access~get_value_node( ).
    Here, from lr_value_node get the property access method and set the attribute value to VALUE parameter.
    Thats it
    Thanks,
    Bhushan

  • Loading Historical data to the new field without deleting the data in cube

    Dear BI Experts,
    I have enhanced a new field to the Generic data source in BI 7.0 .
    I need to load historical data to the newly  appended field.
    As we are having very huge data it is not possible to delete and do init again.
    Is there any  other possibility to load the historical data for the new appeneded field without deleting the old requests?
    Thanks for your Kind  help.
    Kind Regards,
    Sunil

    Dear Sushant,
    Thanks for your reply.
    But I am just wondeing if there is any possibility of loading historical data for new field using Remodelling  concept
    with out deleting old requests.
    I do not know about Remodelling conept but heard that it is not recommeneded to use.
    Can you please suggest and help.
    Thanks and Regards,
    Sunil Kotne

  • Append new field after call cl_abap_typedescr= describe_by_name( tabname )

    Dears :
      i use cl_abap_typedescr=>describe_by_name( tabname ) to create a new structure type. The parameter tabname could be 'MARA' .
      and now i want to append a new field such as 'ZTEST' to this structure, is this possible ?
      ths in advance!

    Hi,
      This is possible, Use get_components method to get the list of components
    Then once yout get this list add one more component to this list.
    Then use this list to create your strucutre using the method create.
    See the below code.
    DATA: lr_rtti_struc TYPE REF TO cl_abap_structdescr.
    DATA: lt_comp       TYPE cl_abap_structdescr=>component_table.
    DATA: ls_comp       LIKE LINE OF lt_comp.
        lr_rtti_struc ?= cl_abap_structdescr=>describe_by_data( wa_data ).
        lt_comp = lr_rtti_struc->get_components( ).
        LOOP AT it_elements INTO wa_element.
          ls_comp-name = wa_element.
          ls_comp-type = cl_abap_elemdescr=>get_string( ).
          APPEND ls_comp TO lt_comp.
        ENDLOOP.
        CALL METHOD cl_abap_structdescr=>create
          EXPORTING
            p_components = lt_comp
            p_strict     = abap_false
          RECEIVING
            p_result     = lr_rtti_struc.
    Regards,
    Sesh
    Message was edited by:
            Seshatalpasai Madala

  • Beginner User:  Locking (making read only after data entry) a single field after selecting date

    Hello, I am a beginner user trying to create a form using Adobe Livecycle.  One of the fields I would like to make read only/protect it/password protect it after a user selects the date.   For example, I select August 17, 2010 as the date. After I select it, I would like that field to be read only or protected so that another user can not edit it. 
    I am a complete novice using XML or codes.  I'm learning alot from these boards though.    I know its probably simple.
    Any help is appreciated.

    The attached locks a text field if the date chosen is "08-17-2010". If it is not the text field is accessible.
    // form1.page1.date::exit - (JavaScript, client)
    if (this.rawValue == "2010-08-17") {
      form1.page1.tf.access = "protected";
    else {
      form1.page1.tf.access = "";
    Steve

  • Need help in Populating data in to new fields using BDT

    Hi all,
    in BDT,
    i have created  a VIEW and attached it to a subscreen,
    i am able to see the the fields and have problem in populating data into the fields,
    In the BEFORE OUTPUT FM, i am populating data into the screens, but its not available in the screen,
    Please help me in this.
    Thanks and regards,
    Sumanth.

    Hi,
    Use managedBean scope as pageFlowScope and try
    See
    http://tanveeroracle.blogspot.com/2011/02/pageflowscope-variables.html

  • How to add a new field in the cube and load data

    Hi,
    The requirement is
    We have  ZLOGISTICS cube , the data souce of this filed has REFDCONR-reference dcument number filed . We have to create a new field in cube load data and get this new filed into the report also.
    Please any one can help me with the step by step process of how to do?
    How to get the data into BW and into the report.

    Hi,
    So you need that this new field have data in old records?
    1.- If you are in BI 7.0 and the logic or data for that New field are in the same Dimension, you can use a Remodeling to fill it. I mean if you want if you want to load from a Master Data from other InfoObject in the same Dim.
    2.- If condition "1" is not yours.
    First add the new field, then create a Backup Cube (both cubes with the new field) and make a full update with all information in the original Cube. The new field willl be empty in both cubes.
    Create an UR from BackUp_Cube to Original_Cube with all direct mapping and create a logic in the Start Routine of the UR (modiying the data_package) you can look for the data in the DSO that you often use to load.
    To do that both cubes have to be Datasources ( right click on Cube-> aditional function-> and I think is "Extract Datasource")
    Hope it helps. Regards, Federico

  • Master data extractor -Adding a new field.

    All,
    I will need to add a new field to the Masterdata extractor (*ATTR). I have the following questions. Please clarify.
    R/3 side.
    1. I guess I will go SE11 and add this feild to the Extract Structure. Is there any thing else here?
    BW side.
    2. I will create this newly added field as an attribute. Now I want this to be a Navigational attribute in the cube. So
                   a) Do I have to delete the data from the cube?
                   b) How can I populate the history data for the new field?
    Thanks,
    Ajay.

    Hi,
    If the field is already available in the extract structure,
    i think we change the properties of the field in table ROOSFIELD,
    https://www.sdn.sap.com/irj/sdn/wiki?path=/pages/viewpage.action&pageid=12607
    to make it available for extraction.
    Kedar can you please suggest?
    Regards,
    Raj.

  • Popup Errors caused by new fields with retrieval rules.

    I need to suppress the popup errors caused by retrieval rules that  reference fields that were added to a dictionary after a service request  was submitted.
    I added several fields to a dictionary, and the fields will always   remain hidden.  In the form (that is used by multiple services) I   created several retrieval rules to insert data into these new fields.    This now causes popup errors, "An attempt to get data and/or use it on   the form has failed because the field
    <Dictionary>.<Field>
    is not on this form" on  service requests that have this form and were  submitted prior to the  addition of the dictionary fields.  If possible,  we would rather not  use a Javascript to supress this as we like to  configure the product  correctly rather than patch it.  The fields are  filled in by retrieval  rules (on field change) on the  Customer_Information newScale reserve  form, so just creating another  form isn't an option. If I do have to  use a Javascript, and someone can  send me what they use, I would really  appreciate it.  Thanks.

    Hi Joe,
    I found the function to exist in two files by searching for the error message you were receiving:
    RequestCenter.war\refactor\common\js\isfReduction.js and
    RequestCenter.war\refactor\common\js\common_sm_task_and_req.js
    You should be able to stop that function being called easy enough.
    Cheers,
    Ant

  • How to add a new Field in the Dynamic Selection screen section.

    HI,
    There is a requirement in which I need to add a field in existing program of dynamic selections.
    I need to add a field KNKK-DBRTG (Customer Rating) in dynamic selections screen of some existing report
    which has a dynamic selection screen with other fields like customer account, company code etc. Along with this i need to add Customer rating field also in the selection screen.
    I have used GET KNKK statement to select this in the Dynamic selection screen. But I need to make it appear
    on the screen.
    LDB used is the Customer Database.
    I have added GET KNKK statement after GET KNA1 statement.
    Can any one help me how we can make this rating field appear in the selection screen.
    With the GET statement Credit control area Fields can be selected in the selection screen but I have to permanantly add the field in the selection screen.
    Regards
    Prashant Prabhu

    Hi,
    So you need that this new field have data in old records?
    1.- If you are in BI 7.0 and the logic or data for that New field are in the same Dimension, you can use a Remodeling to fill it. I mean if you want if you want to load from a Master Data from other InfoObject in the same Dim.
    2.- If condition "1" is not yours.
    First add the new field, then create a Backup Cube (both cubes with the new field) and make a full update with all information in the original Cube. The new field willl be empty in both cubes.
    Create an UR from BackUp_Cube to Original_Cube with all direct mapping and create a logic in the Start Routine of the UR (modiying the data_package) you can look for the data in the DSO that you often use to load.
    To do that both cubes have to be Datasources ( right click on Cube-> aditional function-> and I think is "Extract Datasource")
    Hope it helps. Regards, Federico

  • Error Activating the ODS data

    Hi Guys,
    I am facing an error while activating the data in the ODS.
    The data is loading perfectly fine but when activating the ODS data the following error is coming
    <b>Request REQU_3ZI9CZ369HR6SM49OL9ULRVKM, data package 000031 incorrect with status 5 in rsodsacstreq
    System error occurred (RFC call)
    No confirmation for request ODSR_3ZI9DUVOMM02L1I777X5YX9QU when activating the ODS object PA_ODS1
    There is no PSA for InfoSource 8PA_OA001 and source system BWPCLNT641 ( The data laod is without PSA )</b>
    This is happening after we had a BWQ refresh .
    I thought this has something to do with the BASIS guys but they say they checked everything.
    Need Help

    Hi Sidhu,
    There were red requests in the ODS but I deleted them and tried activating the green requests , even when there are only 4 records it is not activating the data.
    I checked the RESREQDONE table but I dont see these requests in there.
    I checked the SM58 there I saw a lot of errors
    <u><b>ALEREMOTE    RSAR_TRFC_DATA_RECEIVED       BWQCLNT641    10/17/2005 18:50:48 ERROR REQU_3ZHNIS265F9F6HJQ8PY838046 PG# 21 In BW</b></u>  
    one line in that is this . can u throw some thought on this. when I try to execute this LUW it says that function module RSAR_TRFC_DATA_RECEIVED doesnot exist or exception raised message. I got these yesterday but today I got only one and when I executed that LUW it gave me the same message but that error message is not showing now
    Regards
    Majeed

  • How to add a new field to the Quote: Shipping and Bill Tab Payment region

    Hello All,
    We have a requirement to add payment description column to the Payment Region of Shipping and Bill tab in Quoting User(Quote Page).
    We have extended the View object HeaderPaymentsVOObj and created a custom view object, then created and ported the substitution.
    In Quotes page, 'Shipping and Bills' tab Payments region, we have created a new item(Payment Description), assigned the custom View object instance and attribute to it.
    We are able to enter and update the payment details before substitution, but after substitution while entering payment details we are facing the below error.
    At most one payment record can exist at quote header/line level.
    Help and inputs are highly appreciated.
    Thanks in advance.
    Regards,
    Supriya.

    Hi,
    So you need that this new field have data in old records?
    1.- If you are in BI 7.0 and the logic or data for that New field are in the same Dimension, you can use a Remodeling to fill it. I mean if you want if you want to load from a Master Data from other InfoObject in the same Dim.
    2.- If condition "1" is not yours.
    First add the new field, then create a Backup Cube (both cubes with the new field) and make a full update with all information in the original Cube. The new field willl be empty in both cubes.
    Create an UR from BackUp_Cube to Original_Cube with all direct mapping and create a logic in the Start Routine of the UR (modiying the data_package) you can look for the data in the DSO that you often use to load.
    To do that both cubes have to be Datasources ( right click on Cube-> aditional function-> and I think is "Extract Datasource")
    Hope it helps. Regards, Federico

  • Add a new field to ODS

    Hi All,
    We need to add couple of Data fields to Order Header ODS which gets loaded daily in Production through Delta mechanism enabled in R/3.
    Currently there are around 3 million records in the ODS.
    Wanted to know how do I go about it.
    Thanks,
    Pradip Parmar.

    Hi All,
    Here is the exact solution as explained to me by my senior consultant.
    1. Add 2 new fields in the ODS in the Development System.
    2. Stop the scheduling of the load & After that completely empty the Delta Q in R/3. As mentioned that there are several loads further happening through this ODS which are Delta and also it itself gets loaded with Delta from R/3. Hence we need to clear / empty Delta Queue.
    3. Once this is done now we transport the ODS from Development to test / quality to Production System and once this is done. We will again remap the DataSources and then again re-activate the Update / Transfer Rules.
    4. Now Do a Re-Initialization of the Delta Queue and henceforth the ODS will get loaded with data in the new fields but the history data will not have any data for those new fields (This is what I was unaware of earlier).
    5. We also need to add this new fields in the Data Targets which are getting loaded from this Modified ODS. And then Empty that Delta Queue and then do Re-Initialization for the same as well.
    This is what I got to know and we shall be doing this in short time. Hope this works fine. As there are million of Records which we do not want to delete.
    Thanks for all the responses.
    Pradip Parmar.

  • How to add a new field in the Field Mapping

    Dear Freinds,
                   I have two un used fields in the  Source fields to the Target Fields ,
    i have to add the 3   fields which r there in the my source fields to that
    of the target fields ( as per the change in the requirement) in the 5th Step
    i.e Maintain Field Mapping and Conversion Rules
    the Target strucutre & the Source fields( by clicking the button
    Source field and selcting the fields from the popup menu) in the mapping and conversion step  ,i want to  add  3 fields which are availabe in the list of th source list  which i want to map to the Target strucutre  .
    When i tried it is adding in the othe target field
    presently i have mapping (5th sept ) as below.
       ZPA30_08                       LSMW
           Fields
               TABNAME                      Table Name
                                   Source:  ZP0008_STRC-PERNR (Personnel Number)
                                   Rule :   Default Settings
                                   Code:    ZPA30_08-TABNAME = 'ZPA30_08'.
               TCODE                        Transaction Code
                                   Rule :   Default Settings
                                   Code:    ZPA30_08-TCODE = 'PA30'.
    now i want to add 3 fields Pernr,wage type and Amount  , but when iam trying it is
    getting and saved in the TABNAME .
    How can i map please let me know .
    Regards
    syamla

    Hi,
    So you need that this new field have data in old records?
    1.- If you are in BI 7.0 and the logic or data for that New field are in the same Dimension, you can use a Remodeling to fill it. I mean if you want if you want to load from a Master Data from other InfoObject in the same Dim.
    2.- If condition "1" is not yours.
    First add the new field, then create a Backup Cube (both cubes with the new field) and make a full update with all information in the original Cube. The new field willl be empty in both cubes.
    Create an UR from BackUp_Cube to Original_Cube with all direct mapping and create a logic in the Start Routine of the UR (modiying the data_package) you can look for the data in the DSO that you often use to load.
    To do that both cubes have to be Datasources ( right click on Cube-> aditional function-> and I think is "Extract Datasource")
    Hope it helps. Regards, Federico

  • How to add a new field in target ODS that is not available in source ODS ?

    Hello every one , this is the first time i am placing a question
    - Currently we have an existing ODS based on 2LIS_02_SCL data source. This ODS is already in production.
    We have a requirement to use this existing ODS as our source to load required data in to two different data targets which also are ODS.Their update rules are different.
    Problem: There is  now a requirement to include a new field (PO need date) in the two target ODS. As this field in not available in our source ODS . How do we go about adding this.
    concern: As the source ODS is already in Production, How do we go about loading data if this new field is added.
    Anticipating your co operation.

    The new field is 0SCL_DELDATE  (planned delivery date of document schedule line)
    It is already there in the comm structure of our source ODS. But as it was not needed earlier in the source ODS, it was not used/added.(i.e not there is the source ODS update rules)
    But now as we are basing our targets on this source ODS.
    How do i go about doing this.
    The main idea of doing it this way is because we do not want to reload data from R/3.

Maybe you are looking for

  • Can not view my photos in iPhoto. All photos are black

    I have an iPad 3 and I can not view my photos. I can view them through the photo stream on my phone but on my iPad they come up black. I'm not sure what to do.

  • POReceipt mapping on target side

    File content conversion is working .But in target side geting first supplier and poheader and porecipt details and not getting remaining data Getting the data from source file as per below with file content conversion Supplierid POheaderdetails PORec

  • Looking to group emails 'from' then by when received, with gap between each of the 'from' with a number count , like in Outlook

    In Outlook, I have emails grouped by 'From' and then by when received.. with a gap between each of the 'From' So one might look like From: Bloomberg.com (59 items, 4 unread) Subject XXX Received YYYY

  • Where are My Podcasts on iTunes?

    Wondering why Podcasts I posted do NOT show in iTunes, but DO show in the podcast web-site: http://athleticsmedia.quinnipiac.edu/athletics/Podcasts/Podcast.xml I am aware that sometines it takes 24/48 hours, but I have been waiting 3-5 days. Any help

  • Netfile in portal 6.0 - stable?

    Hi all, Don't want to rock the boat too much here, but I'm wondering for people using portal 6.0, and utilizing Netfile (java2 implementation), with SRA installed as well. How do you find it? -> I know there have been some bug fixes / patches for it,