Fields missing in Update rules

I am creating snap shot DSO for inventory management and after that i created the update rules for it linking it to the info source 2LIS_03_BX. When i do this i am missing the info objects that i created to include in the DSO. How do i solve this issue as those info objects are very important and i have to create the routines for it.
I have got the units for those fields and they are mapped but the info objects itself are missing.
Thanks for any help in advance
Naveen

HI Naveen,
Yes, you can include the missing infoobject in DSO. for that you need to follow bellow steps:
a). Delete the data from DSO.
b). you have to include the infoobject in DSO.
      Double click on  DSO>select chage mode->select keyfield /data field node--->right click select Infoobject Direct Input.
c). Activate the DSO
Brief Description about 2LIS_03_BX :
The 2LIS_03_BX is used to extract an opening stock balance on a detailed level (material, plant, storage location and so on). At this moment, the opening stock is the operative stock in the source system. "At this moment" is the point in time at which the statistical setup ran for infosource 2LIS_03_BX.Loading the opening stock balance InfoSource 2LIS_03_BX into data target.In the InfoPackage, choose the upload mode u201CCreate opening balanceu201D.
Regards,
Suman.

Similar Messages

  • Key Figure missing in update rules

    Hi All,
    A Key figure is missing in Update rule of ODS & Infocube.
    But it is listed in infosource ( comm. & transfer structure) of ODS.
    Why it is so . Any suggestions.
    infosource->ODS_>infocube.
    Please help me.
    Edited by: anand k on Mar 24, 2008 12:16 PM

    Hi,
    I will give the process that I followed (as you specified) now:
    1. I deleted the Source System Assignment for the Infosource.
    2. Next went to Source Systems. Right click on source system and replicate it.
    3. Select the InfoSoucre and assign the Data Source.
    4. Here I automatically got the Field(ZZMBGBTR).
    5. I added the field in the Communication Structure. and then assigned the Transfer Rules.  Next activated the InfoSource.NExt checked the InfoCube for the KeyFigure. That InfoObject ZQTY is available.
    6. I activated the InfoCube. Right Click and select Create Update Rules. Still I didnt got that InfoObject.
    Regards
    Jay

  • FIELDS IN TRANSFORMATION (UPDATE RULES)

    Hi all,
    When i add fields to a standard cube from the infosource. I understand that i also have to add those fields in the transformation.
    In the transformation display i do see the added fields in the datasource (infosource). But i do not see any infoobject in the rule group to match it with.
    How do I add an info object in the rule group (transformation) to match it with the datasource?
    Thanks

    Hi,
    It is not neccessary to use infosource any more. Please follo the below steps:
    1. create rule for target infoobject.
    2. choose rule type read from master data
    3. add  source field
    4. assign source infoobject to target as IOAssgnmt
    5. set Source InfoObject
    6. save and activate
    Hope so this will be helpfull for you.
    Cheers
    Rajesh

  • R/3 DataSource field missing in Transfer Rules

    Hello Everyone,
    I am working with R/3 Datasource 0ASSET_AFAB_ATTR. I enhanced the structure by adding a new field 'VYEAR'. After generating the Datasource in R/3, i replicated the datasources on the BW Application Component. But, i cannot see the appended field 'VYEAR'in the Transfer Rules. The field is not hidden and I can see the field getting populated in RSA3 for that datasource. Could someone help.
    Thanks

    Hi Sachin,
    In the InfoSource Maintenance screen expand the node for transfer structur/transfer rules and click on the tab datasource/transfer structure and scroll down to find your field.
    Cheers,
    Sree

  • Update rule field.

    hiye,
    i'm trying to assign a field to my update rule but i keep getting this error.
    Field "COMM_STRUCTURE-ZCOSTCODE" is unknown
    any idea?

    Hey,
       I got the issue. It is due to different data types.
    Do type casting before passing it to the target field.
    Example :
    source_var TYPE CHAR
    target_var   TYPE  NUMC
    Create a temp variable.
    temp_var   TYPE NUMC.
    Assign the value as follows.
    temp_var  = source_var.
    target_var = temp_var.
    This will solve the problem.
    Regards,
    Balaji V

  • ABAP needed: New Value/Old Value in Update Rules

    Hi all
    I'm updating some attributes in IObj by ABAP routine. Is it possible to get not only new value of attribute but the old one to compare them?
    Is it possible to get others attribute old and new values?
    I'll illustrate it with example.
    Say, IObj has 3 attributes:
    0ACC_GRP
    0DT_FROM
    0DT_TO
    if NEW value of 0ACC_GRP <> OLD value of 0ACC_GRP then
    new 0DT_FROM = SYSDAT
    new 0DT_TO = old 0DT_FROM
    else
    new 0DT_FROM = old 0DT_FROM
    new 0DT_TO = old 0DT_TO

    My case quite simple I guess.
    I got 0CUSTOMER infoobject and appended it with several time-dep attributes. After it my Update rules were deactvated.  I got error message with prompt to fill out FROM_DATE, TO_DATE as key fields in every attribute (time-dependable and none time-dependable) while was trying re-activate Update Rules.
    So, what's wrong with that? What I supposed to do with all those to/from date key fields  in my Update Rules??
    Edited by: Gediminas Berzanskis on Jul 2, 2008 3:44 PM

  • 0PM_DS02 - Problem with Update Rule

    Hi ,
    I have installed the Standard ODS 0PM_DS02 from BI content.
    Problem is --> In Update Rule all Data Fields have been installed perfectly but all Key Fields with Blank ( No Assignment ) .
    I would like to know  what is the reason that All the KEY Fields have installed with Blank .
    Though I can do the manual assignment for characteristics like Equipment / Functional location but my specific area of Concern is what to assign to time characteristcs 0CALDAY / 0CALMONTH etc.
    I would appreciate your help in guiding me what to assign in Key fields of 0PM_DS02 update rule.
    regards
    Vishal

    Probably you have got it resolved already.  The key fields are assigned along with the data fields in the statement RESULT_TABLE[] = G_T_UPDATE_IMAGE. 
    G_T_UPDATE_IMAGE has the same structure as /BI0/APM_DS0200, which is nothing but the active data table of 0PM_DS02.  This structure gets populated in the FM BW_MCI1_KEYFIGURE_ARRAY_GET.

  • Update rule changes

    hi
    is there a way to compare previous & currently active Update rules ...somebody has changed the update rules and i have no clue what changes have been made ..
    i need to check changes to 0recordmode
    thanks

    Hi Koops
    Check the Update routine as well as field wise routine
    Click on any field in the update rules it will take to you to the another screen there u will click on the field  wise code u will know.Normally for our seek when ever changes are made @ that time we will put a comment along with the date.
    Hope it will clear.If not let me know for further.
    Regards
    RMK
    **No need to say assisgning pointz is the only way of saying thanx IN SDN**

  • Deleting  rows with missing values in field in start routine of update rule

    Hello experts,
    how can I delet rows with missing values in a specific field in the start routine of update rules?
    I think ABAP code should look something like this:
    delete ...  from DATA_PACKAGE where Z_NO = ''.
    thanks in advance for any suggestions!
    hiza

    Write:
    delete data_package where field = value.
    Hope it helps.
    Regards

  • Added fields doesn't display in update rules

    I added new fields in the infocube and these fields are not getting displayed in left side pane of update rules to apply the logic. Can some one help me in this issue.
    Thanks in advance,
    Tony

    I assume you activated the cube once you finished adding the fields...
    Close your session, logout of BW and then open it again and check... It has happened to me... One of those things that doesn't make sense...
    Another thing would be to delete the update rules and create them again, check that fields show...

  • R/3 extraction - Missing Messages:No data from Update rules

    Hi SAP Gurus,
                  I'm into the process of R/3 extraction into BW for 0PUR_O01 . The Datasource we r using is 2LIS_02_ITM. The Sceduled infopackage still runs for over 12 hrs. We are getting the typical Missing Messages error. Its in the yellow status with one out of 3 data packets showing Everythin OK.While the other two are "Warning Received".
    PSA and Transfer rules have all the records . But Update rules show 11339 --> 0 records. Please suggest what has to be done to move forward. We have checked and there is no dump in ST22. Also its shows 11339 to 0 in start routine of Update rules. I m giving out all possible hints so that it might help giving in a wide variety of suggestions . Please do suggest a way forward.

    Hi,
    Try if this works for you.
    In this case you can execute the LUWs to get the missing data into BW. Here is the procedure.
    1. Go to manage data target  Monitor OR directly go to Monitor for request that failed
    2. Select: Environment  Transact RFC  In the Data Warehouse
    3. Enter the selection criteria Date and User TCODE and execute
    4. Select EDIT  Execute LUW
    This will restart the loading process only for the data package that failed because of space issues or some server problems thereby avoiding the necessity of reloading the entire request.
    Hope this info helps you.
    Regards,
    Yogesh

  • Error in update rules when trying to add a field

    Hi Gurus,
    I would appreciate if u could help me out.
    I am trying to add the field Cumulative order quantity in sales unit ( 0CML_OR_QTY) in the update rule of 2LIS_11_VAITM. The field already exists in transfer rule and communication structure. When i am trying to add the field its giving and error message :No routine has been created for InfoObject BP:Business Partner Group (from Hierarchy) (data ield: Cumulative order quantity in sales units).
    I have tried to make the BP field as initial value. But still the same error persisted.
    Kindly let me know as to how to proceed.
    Thanks & Regards,
    Kapil

    Hi,
    Are you creating update rules for a ODS or a cube. If it is an ODS please make sure that none of your Key Fields are referring to the routine.
    Now first please add this 0CML_OR_QTY to your data target and activate it. Once you do that you will see that it will automatically come in the update rules and will be not assigned. Now once this is done you can assign the required value
    Regards,
    Pramod

  • DATE FIELD SET TO NO UPDATE IN UPDATE RULES

    DATE FIELD SET TO NO UPDATE IN UPDATE RULES :
    hi friends,
    i have a keyfigure(custom) of type date , but while creating the update rule it is automatically set to
    no update and i have no option to change it ,
    could any one suggest me how to handle this..
    thaks,
    raky.

    Hi Rakesh,
    select "source chracteristics" radio button and MAP the date field which you have in your infosource though the color will be gray after selecting the radio button but system will allow you to map that field (I mean do not care about gray color).
    Hope this will help you.
    Suneel

  • Need help in assigning date to a field in Update Rule.

    Dear all,
    I am stuck with a small problem but could´t find a solution. I need to fill a date field (Last Movement date)  in the update rules. Currently it is being filled correctly. I need to just enhance the code in ELSE part, that is if i don´t find a relevant date in a look up ODS, i need to assign a future date i.e 99991231.(31.12.9999). When i write the same thing in the ELSE, RESULT = 99991231, the date is not filled. it is showing blank.
    Any help would be appreciated.
    Regards,
    Srini

    Hi,
    If you are assigning the value directly, mark it in single quotes.
    For example: Result = '99991231'.
    This will work.
    Regards,
    Yogesh.

  • Field not populating in update rule

    Hi Gurus,
                  I have created an update rule and i assigned some characteristic to the KF in my rule when i load data to test this update rule some fields are not getting populated can any one tell me what will be the reason? the mapping is correct for these fields.
    waiting for reply
    ravi

    Hi Ravi,
                I think you must check your code exactly.It might be that there is some problem there.Also,Make sure that your mapping is perfect for these fields and also check whether everything is availabale in activated version.
    Regards,
    Amar

Maybe you are looking for

  • LOB RESTRICTION

    I Need to make an insertion using the INSERT command from a text size 50kb. I know that LOB field only accepts 4kb. What should I do to eliminate this limitation? Once again, thanks for the help. null

  • Problems to compile kde-18n-es (kde 3.4.0 rc1)

    descompress and execute ./configure  say this: ./configure checking for a BSD-compatible install... /bin/install -c checking for -p flag to install... yes checking whether build environment is sane... yes checking for gawk... no checking for mawk...

  • Problems with "Undo"

    Wow - I've never seen anything like this happen with a piece of software. Updated to 1.4.1 Windows. Working on a batch of photos. While adjusting the color of one photo (church with a combination of natural, incandescent and flourescent light - ouch!

  • Can't shuffle songs or play music through front row anymore !

    Hi I can't seem to play anything with Front Row since the last OS update. i get the spinning grey thing that just never ends and i have to force quit. anyone have the same issue?

  • "This form is currently closed for responses" at the bottom of my form.

    Please help. I've embedded the script multiple times - either the form is shown twice, or my form is closed or the form shows but the notice is below it. Please help.