Error DBIF_PGNT_SQL_ERROR while activating 0MATERIAL

Hi All,
   I am stuck with a problem. I added 0MATL_GRP_2 in 0material as attribute and did changes in R3 for the same. Then I replicated data source 0material_attr and changed transfer rule while activating i got error DBIF_PGNT_SQL_ERROR  : SQL error 3113 occurred when accessing structure description. I tried 2 -3 times but got the same error. for testing I tried to activate 0material in background and come up with the similer error DBIF_PGNT_SQL_ERROR : SQL error 3113 occurred when accessing structure description "/BI0/PMATERIAL ".  Then I tried to activate /BI0/PMATERIAL with SE14 but got same error. Then I tried function module DD_TABL_ACTM but again same error. i am clueless where is the problem. Is it something related to table space. Please guide.
Regards:
Jitendra

Hi Shailesh,
    Please have a look over ST22 dump. I habe removed unnecessary portion.
Short text
SQL error 3113 occurred when accessing structure description "/BI0/PMATERIAL".
User and Transaction
                                                                                |
Program............. "SAPLSDNT"
Screen.............. "SAPMSSY0 1000"
Screen line......... 6
Information on where terminated
Termination occurred in the ABAP program "SAPLSDNT" - in "DD_PUT_NAMETAB".
The main program was "RSDG_IOBJ_ACTIVATE ".
In the source code you have the termination point in line 64
of the (Include) program "LSDNTU10".
The program "SAPLSDNT" was started as a background job.
Job Name....... "IOBJ_ACTIVATE"
Job Initiator.. "SUPPORT"
Job Number..... 15182300
Source Code Extract
Line
SourceCde
34
<KH> 19961118 Feld DBASE füllen
35
perform set_ntab_version using x030l_wa.
36
37
Gibt es schon inaktive Nametab?
38
select * from ddxtt where tabname = x030l_wa-tabname.
39
inactiv_exists = 'X'.
40
endselect.
41
Falls es inaktive gibt, müssen die Timestamps abgemischt werden.
42
AW aber nicht wenn eines von beiden modeflag 'D' hat.
43
<KH> 19970507: Kein Abmischen, wenn Nametab-Typen unterschiedlich
44
if inactiv_exists = 'X' and not ( ddxtt-modeflag eq 'D' or
45
modeflag eq 'D' ).
46
move-corresponding ddxtt to x030l_2.
47
  if x030l_2-tabtype = x030l_wa-tabtype and
48
     x030l_2-tabform = x030l_wa-tabform.
49
perform max_tmstmp
50
using    x030l_wa-abstamp x030l_2-abstamp
51
changing x030l_wa-abstamp.
52
perform max_tmstmp
53
using    x030l_wa-dystamp x030l_2-dystamp
54
changing x030l_wa-dystamp.
55
perform max_tmstmp
56
using    x030l_wa-crstamp x030l_2-crstamp
57
changing x030l_wa-crstamp.
58
  endif.
59
endif.
60
61
AKTIV schreiben. Ggf. löschen der inaktiven NT inkl. TATAF-Code
62
63
if status eq 'A'.
>>>>>
system-call export nametab x030l_wa x031l_tab id x030l_wa-tabname.
65
if sy-subrc ne 0.
66
message id 'DA' type 'E' number '304' raising write_error.
67
elseif inactiv_exists = 'X'.
68
if no_inact_del = ' '.
69
      Lösche die inaktive Nametab
70
delete from ddxtt where tabname = x030l_wa-tabname.
71
delete from ddxtf where tabname = x030l_wa-tabname.
72
endif.
73
    PW281293
74
    Löschen von TATAF (modeflag E, V) bzw. TBATG (modeflag U) macht
75
    die form check_modeflag
76
perform check_modeflag using    x030l_wa-tabname
77
ddxtt-modeflag
78
space       "dummy-modeflag
79
changing s_modeflag.
80
endif.
81
endif.
82
83
INAKTIV schreiben
Regards:
Jitendra

Similar Messages

  • Error occurs while activating a 'Write Optimized' DSO.

    I am getting error " There is no PSA for infosource 'XXXX'  and source system 'XXX' while activating a newly defined DSO object.
    I am able to activate a Standard DSOs, however the error occurs while activating a 'Write Optimized' DSO

    Hi,
    For write optimised DSO, check if you have tick the uniqueness of the records. If you check that and if there are two same records coming from source in one go, then you will get error
    From SAP help
    You can specify that you do not want to run a check to ensure that the data is unique. If you do not check the uniqueness of the data, the DataStore object table may contain several records with the same key. If you do not set this indicator, and you do check the uniqueness of the data, the system generates a unique index in the semantic key of the InfoObject. This index has the technical name "KEY". Since write-optimized DataStore objects do not have a change log, the system does not create delta (in the sense of a before image and an after image). When you update data into the connected InfoProviders, the system only updates the requests that have not yet been posted.
    Thanks
    Srikanth

  • Error message while activating ODS ZFI_ORD( FI Order Details)

    hi ,
    I am getting this error message while activating  the ODS ZFI_ORD( FI Order Details) "Value '1 - Hide = 2 Neck' (hex. '2000200020002000310020002D002000480069006400650020') of characteristic ZORD_DESC contains invalid characters
    " . I am not able to get in which record the problem is and the message is not clear for records. How to check it.
    Thanks,
    Pooja

    Hi
    Try to see the Errorred Records At PSA itself. The Object ZORD_DESC can be cheched for values.
    Data Target Request can be Deleted by making it Red. Edit at PSA
    /people/sankar.kumar/blog/2006/10/11/loading-text-filestxt-into-bw-with-hex-option
    RSKC --> type ALL_CAPITAL --> F8 (Execute)
    OR
    Go to SE38 and execute the program RSKC_ALLOWED_CHAR_MAINTAIN and give ALL_CAPITAL or the char you want to add.
    Check the table RSALLOWEDCHAR. It should contain ALL_CAPITAL or the char you have entered.
    Refer
    /people/sap.user72/blog/2006/07/23/invalid-characters-in-sap-bw-3x-myths-and-reality-part-2
    /people/sap.user72/blog/2006/07/08/invalid-characters-in-sap-bw-3x-myths-and-reality-part-1
    /people/aaron.wang3/blog/2007/09/03/steps-of-including-one-special-characters-into-permitted-ones-in-bi
    http://help.sap.com/saphelp_nw04/helpdata/en/64/e90da7a60f11d2a97100a0c9449261/frameset.htm
    For adding Other characters
    OSS note #173241 u2013 "Allowed characters in the BW System"
    Sample cleansing routine (#)
    Help loading  char EQUIP#1111#TAG#3311  SN#A01040          *     into Cube
    Hope it helps and clear

  • Messages "An error occurred while activating. Try again later"

    Hi
    have an iMac (2,5 GHz Intel Core i5, 4GB 1333 MHz DDR3 latest OS 10.9.4) and I keep getting errors while logging in to messages
    - I can send and receive imessages on my iPhone and iPad with no problems
    - my apple ID is verified
    - I don't have modified the "hosts" file
    - My time is set on "automaticly set time and date"
    - When mountain lion came out, I had no problem what so ever
    - I erased my HDD and did a clean instal. The first thing I did was start imessage and log in.. same error
    - I tried another apple ID (from my mom) and that didn't word either
    - I changed my password and tried again
    - I searched the ports and opened them on my router
    - I reseted my icloud keychain
    - I searched on the internet and tried everything I could find.
    Can anyone help me? There was a time that I could use messages with no problem at all, but like a year ago, I kept getting this error.
    Thank you kindly
    translated from dutch to english: "An error occurred while activating. Try again later"

    This could be a complicated problem to solve, as there are many possible causes for it. Test after taking each of the following steps that you haven't already tried. Back up all data before making any changes.
    Before proceeding, test on another network, if possible. That could be a public Wi-Fi hotspot, if your computer is portable, or a cellular network if you have a mobile device that can share its Internet connection. If you find that iMessage works on the other network, the problem is in your network or at your ISP, not in your computer.
    Step 1
    Check the status of the service. If the service is down, wait tor it to come back up. There may be a localized outage, even if the status indicator is green.
    Step 2
    Sign out of iMessage on all your Apple devices. Log out and log back in. Try again to sign in.
    Step 3
    Restart your router and your broadband device, if they're separate. You may have to skip this step if you don't control those devices.
    Step 4
    From the menu bar, select
               ▹ About This Mac
    Below the "OS X" legend in the window that opens, the OS version appears. Click the version line twice to display the serial number. If the number is missing or invalid according to this web form, take the machine to an Apple Store or other authorized service center to have the problem corrected.
    Step 5
    Take the steps suggested in this support article. If you don't understand some of the steps or can't carry them out, ask for guidance.
    Step 6
    From the menu bar, select
               ▹ System Preferences... ▹ Network
    If the preference pane is locked, click the lock icon in the lower left corner and enter your password to unlock it. Then click the Advanced button and select the Proxies tab. If the box marked SOCKS Proxy is checked, uncheck it. You don’t need to change any other settings in the window. Click OK and then Apply. Test.
    The result may be that you can't connect to the Internet at all. Revert the change if that happens, or if iMessage still doesn't work. Remember that you must Apply any changes you make in the preference pane before they take effect.
    Step 7
    Select from the menu bar
               ▹ System Preferences… ▹ Flash Player ▹ Storage
    and click
              Block all sites from storing information on this computer
    Close the preference pane.
    Step 8
    Make sure you know the ID and password you use with iMessage. Launch the Keychain Access application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Keychain Access in the icon grid.
    Use the search box in the toolbar of the Keychain Access window to find and delete all items with "iMessage" or "com.apple.idms" in the name. Log out and log back in.
    Step 9
    Enable guest logins* and log in as Guest. Don't use the Safari-only “Guest User” login created by “Find My Mac.”
    While logged in as Guest, you won’t have access to any of your personal files or settings. Applications will behave as if you were running them for the first time. Don’t be alarmed by this; it’s normal. If you need any passwords or other personal data in order to complete the test, memorize, print, or write them down before you begin.
    Test while logged in as Guest. After testing, log out of the guest account and, in your own account, disable it if you wish. Any files you created in the guest account will be deleted automatically when you log out of it.
    *Note: If you’ve activated “Find My Mac” or FileVault, then you can’t enable the Guest account. The “Guest User” login created by “Find My Mac” is not the same. Create a new account in which to test, and delete it, including its home folder, after testing.
    If iMessage worked in the guest account, stop here and post your results.
    Step 10
    Start up in safe mode and log in to the account with the problem. You must hold down the shift key twice: once when you start up, and again when you log in.
    Note: If FileVault is enabled, or if a firmware password is set, or if the startup volume is a Fusion Drive or a software RAID, you can’t do this. Ask for further instructions.
    Safe mode is much slower to start and run than normal, with limited graphics performance, and some things won’t work at all, including sound output and Wi-Fi on certain models. The next normal startup may also be somewhat slow.
    The login screen appears even if you usually log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    Test while in safe mode. After testing, restart as usual (i.e., not in safe mode) and test again.
    If iMessage worked in safe mode, but still doesn't work when you restart in "normal" mode, stop here and post your results.
    Step 11
    Triple-click anywhere in the line below on this page to select it:
    /Library/Preferences/com.apple.apsd.plist
    Right-click or control-click the highlighted line and select
              Services ▹ Reveal in Finder (or just Reveal)
    from the contextual menu.* A folder should open with an item selected. Move the selected item to the Trash. You may be prompted for your administrator login password. Restart the computer and empty the Trash.
    *If you don't see the contextual menu item, copy the selected text to the Clipboard by pressing the key combination  command-C. In the Finder, select
              Go ▹ Go to Folder...
    from the menu bar and paste into the box that opens by pressing command-V. You won't see what you pasted because a line break is included. Press return.
    Step 12
    Reset the NVRAM.
    Step 13
    Reinstall OS X.
    Step 14
    If none of the above steps resolves the issue, make a "Genius" appointment at an Apple Store, or contact Apple Support.

  • Error While activating 0Material(BI7)

    Dear Gurus,
                     I am trying to Activate 0Material Infoobject after deleting a Navigation attribute(Classification characteristics) ,the system throws a error " Error while activating Type Info object".And when i navigated to the Detailed error message it says " error : Internal Activation(info object) - error while converting master data tables .Can anyone help me out with this.
    manythanks
    arun

    Dear gurus,
                     We posted the error message to SAP and they have replied " while we deleted the attributes from the Info object(0material) it broke the D-Version of the Object and so to Transport the Info object from another Working system to the Problem(Dev)system ,Install and then activate".
    1). Does it mean we can install them object in PRODUCTION Server and then transport to the Development.???
    2). Now i tried installing 0Material in RSORBCT in Produciton,but gets a message "Cant make any changes in the repository-changes in this client prohibited".  Guys could u help us with this??
    manythanks
    arun

  • Error coming while activating the data request at DSO level

    Hi to all,
    please can anybody tell me the solution for that.
    While activation the data request at DSO level  , i am getting error .
    Value 'R2S-11.60UML  ' (hex. '5200320053002D00310031002E003600300055004D004C00A0') of char
    Error when assigning SID: Action VAL_SID_CONVERT table 0MATERIAL
    Process 000001 returned with errors
    this error is coming under SID Generation .
    I shall be thnakfull to you for this.
    Regards
    Pavneet Rana

    Hi Rana,
    Activation failed because of the special characters in the Omaterial
    Delete the request in target
    edit it in the specific record in PSA and load it back
    In your case i think its a space problem u can see a space after L
    delete the space for the record and load it again
    Regards,
    MADhu

  • Error message while activating Planning Area in S&OP on Hana

    Hi,
    While activating my new created planning area, I am receiving the below error. Can you please help and guide me what could be the issue ?
    Exception raised from  InternalError: dberror(CallableStatement.execute): 129 - transaction rolled back by an internal error:  [129] SAP_SFND.sap.sop.sopfnd.catalogue::SOPDM_ACTIVATEPLAREA: line 898 col 2 (at pos 8757): [129] (range 3): transaction rolled back by an internal error: transaction rolled back by an internal error:  [129] SAP_SFND.sap.sop.sopfnd.catalogue::SOPDM_PLANSESSION_XML_CNSTR: line 1274 col 2 (at pos 8682): [129] (range 3): transaction rolled back by an internal error: transaction rolled back by an internal error:  [129] SAP_SFND.sap.sop.sopfnd.catalogue::SOPDM_PLANSESSION_TABLE_CNSTR: line 125 col 2 (at pos 6123): [129] (range 3): transaction rolled back by an internal error: duplicate column name: T99CUSTDESCR: line 1 col 351 (at pos 350) at ptime/query/plan_executor/trex_wrapper/trex_wrapper_body/trex_query.cc:808
    Thanks in advance for your help.
    Regards,
    Chandan

    Hi Aditya,
    Please see below the screen shots of MDT and PA.
    Regards,
    Chandan

  • Getting Error ASSERTION_FAILED while activating transformation.

    Hi Experts,
    I am getting an error "The ASSERT condition was violated" while activating a transformation in BI. I applied SAP NOTE 1137447 and I am still getting this error given below.
    Runtime Errors         ASSERTION_FAILED
    Date and Time          09.10.2009 16:53:20
    Short text
         The ASSERT condition was violated.
    What happened?
         In the running application program, the ASSERT statement recognized a
         situation that should not have occurred.
         The runtime error was triggered for one of these reasons:
         - For the checkpoint group specified with the ASSERT statement, the
           activation mode is set to "abort".
         - Via a system variant, the activation mode is globally set to "abort"
           for checkpoint groups in this system.
         - The activation mode is set to "abort" on program level.
         - The ASSERT statement is not assigned to any checkpoint group.
    Error analysis
         The following checkpoint group was used: "No checkpoint group specified"
         If in the ASSERT statement the addition FIELDS was used, you can find
         the content of the first 8 specified fields in the following overview:
         " (not used) "
         " (not used) "
         " (not used) "
         " (not used) "
         " (not used) "
         " (not used) "
         " (not used) "
         " (not used) "
    Trigger Location of Runtime Error
        Program                                 CL_RSTRAN_FOBU_APPL===========CP
        Include                                 CL_RSTRAN_FOBU_APPL===========CM007
        Row                                     37
        Module type                             (METHOD)
        Module Name                             GET_CODE
    Line  SourceCde
        7     l_formula_id_32   TYPE sfbeid,
        8     l_s_fobu          TYPE rsfob_s_formula,
        9     l_r_formula       TYPE REF TO cl_foev_formula.
       10
       11
       12   IF p_r_formula IS BOUND AND
       13    p_mode is not initial.
       14     CALL METHOD cl_rsar_formulas=>reset_formula_foev_object
       15       EXPORTING
       16         i_formex    = p_formex
       17         i_objvers   = p_objvers
       18         i_r_formula = p_r_formula
       19       EXCEPTIONS
       20         no_entry    = 1
       21         invalid     = 2
       22         OTHERS      = 3.
       23     ASSERT sy-subrc = 0. "invalid call
       24
       25   ENDIF.
       26
       27   CALL METHOD cl_rsar_formulas=>get_formula_foev_object
       28     EXPORTING
       29       i_formex    = p_formex
       30       i_objvers   = p_objvers
       31     RECEIVING
       32       r_r_formula = l_r_formula
       33     EXCEPTIONS
       34       no_entry    = 1
       35       invalid     = 2
       36       OTHERS      = 3.
    >>>>>   ASSERT sy-subrc = 0. "invalid call
       38
       39
       40   l_r_formula->compile( EXPORTING i_structure_prefix = 'SOURCE_FIELDS'
       41                         IMPORTING e_abap_formula = e_t_abap_source ).
       42
       43 ENDMETHOD.
    Kindly help me.
    Thanks in advance,
    With Kind Regards,
    Kannan Jagadeesan

    Try applying the following OSS Notes:
    [OSS Note 1050275 - ASSERTION_FAILED in CL_RSTRAN_FOBU_APPL->GET_CODE|https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=1050275] (relevant to prior to BI 7 SP14)
    [OSS Note 1115923 - Check or transfer of empty formulas causes runtime error|https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=1115923] (relevant to prior to BI 7 SP17).

  • Error coming while activating ODS

    Hi,
    While loading data in datasource there is a field item text in which a small box is coming due to which error is coming while activating ODS. When i check line item of datasource it shows me '#' instead of that box.
    So i wrote a code in ECC to remove special characters. But still it is not deleting that small box and sending me error in ODS.
    The data comes same in the table also with that small box.
    Please tell me how to solve that problem as i cant do it manually as there are a lot of records. Do tell me how to remove it.
    Roma

    Hi Roma,
    Actually all the invalid characters in the error message are displayed by small square box only. So you might not get which actual character it is.
    Check the below given article for removing special character. In this article they have mentioned one standard FM to remove the characters which you can use in update rule or transformation for filtering invalid characters.
    [http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/e0cdc928-5e2d-2e10-e1bb-ec77bcb5cbfd?QuickLink=index&overridelayout=true]
    Regards,
    Durgesh.

  • Error Log while activation of info cube.

    Hi All,
      While activating the cube i'm getting the below error log.I though there there was an problem with installation.Again if i re-install also i'm getting the same problem.and i'm unable to any data and also my info source is not getting activated.. Coh\uld any one help me in this regard.......
    The error's are :
    Database log:            RSDGCA2021121810:23:20
    Program start============================================================
    Mass activation
    =========================================================================
    Process..................: system_1
    User.....................: SAPUSER
    Date, time...............: 18.12.2021, 10:23:20
    Platform.................: CUSTOMER-SAN(620)/ORACLE/WindowsNT/system
    Tool.....................: RSA1/RADMASG0
    Log......................: T, RSDGCA2021121810:23:20
    Program parameters:
    Input medium..............: Direct object entry
    Activation method.........: Activ
    Chk. mode.................: G
    Version to be activated...: M
    Versions to Be Deleted....: All versions are deleted
    Lock against paral. exec..: Shared
    Parallel mode.............: Switched off
    =========================================================================
    Number of objects to be analyzed: 11
    Number of relevant dependencies: 6
    Level 1:9 objects assigned, 6 less dependencies
    Level 2:2 objects assigned, 0 less dependencies
    Graph_Analysis: 11 objects on 2 topological levels
    Start phase 001 **********************************************************
    Activation of objects
    Activate objects at level 1
    Synchronous execution, no parallel processing *
    Activate table /BIC/DIC_SRI1
    Table /BIC/DIC_SRI1 was activated successfully
    Activate table /BIC/DIC_SRIP
    Table /BIC/DIC_SRIP was activated successfully
    Activate table /BIC/DIC_SRIT
    Table /BIC/DIC_SRIT was activated successfully
    Activate table /BIC/VIC_SRI2
    Table /BIC/VIC_SRI2 was activated successfully
    Activate table /BIC/VIC_SRIH
    Table /BIC/VIC_SRIH was activated successfully
    Activate table /BIC/VIC_SRII
    Table /BIC/VIC_SRII was activated successfully
    Activate table /BIC/VIC_SRIJ
    Table /BIC/VIC_SRIJ was activated successfully
    Activate table /BIC/VIC_SRIM
    Table /BIC/VIC_SRIM was activated successfully
    Activate table /BIC/VIC_SRIT
    Table /BIC/VIC_SRIT was activated successfully
    Synchronous processing: 1 sec., 9 objects, 9 costs
    Activate objects at level 2
    Synchronous execution, no parallel processing *
    Activate table /BIC/EIC_SRI
    Table /BIC/EIC_SRI was activated successfully
    Activate table /BIC/FIC_SRI
    Table /BIC/FIC_SRI must be created in the database
    Adjust table in DB >>>
    sql:
    CREATE TABLE "/BIC/FIC_SRI"
    ("KEY_IC_SRIP" NUMBER (000010)
    DEFAULT 0 NOT NULL,
    "KEY_IC_SRIT" NUMBER (000010)
    DEFAULT 0 NOT NULL,
    "KEY_IC_SRIU" NUMBER (000010)
    DEFAULT 0 NOT NULL,
    "KEY_IC_SRI1" NUMBER (000010)
    DEFAULT 0 NOT NULL,
    "/BIC/PR_SRI" NUMBER (000017, 000002)
    DEFAULT 0 NOT NULL)
    PCTFREE 10
    PCTUSED 60
    TABLESPACE PSAPSAN
    STORAGE (INITIAL 0000000016 K
    NEXT 0000010240 K
    MINEXTENTS 0000000001
    MAXEXTENTS UNLIMITED
    PCTINCREASE 0000
    FREELISTS 004
    FREELIST GROUPS 01)
    PARTITION BY RANGE (KEY_IC_SRIP)
    PARTITION "/BIC/FIC_SRI0" VALUES LESS THAN (0))
    ORA-00439: feature not enabled: Partitioning
    DDL time(___1): .........3 milliseconds
    The SQL statement was not executed
    Table /BIC/FIC_SRI (Error adjusting the database)
    Table /BIC/FIC_SRI was not activated
    Synchronous processing: 0 sec., 2 objects, 2 costs
    Activation of objects
    End phase  001 ***********************************************************
    Start phase 002 **********************************************************
    Final log
    Following objects not activated/deleted or activated/deleted w. warning:
    Table /BIC/FIC_SRI could not be activated
    (E- Table /BIC/FIC_SRI (Error adjusting the database) )
    Final log
    End phase  002 ***********************************************************
    Start phase 003 **********************************************************
    Statistics on activated and deleted objects
    Number of objects to be activated............:  11
    Objects not activated........................:  1
    Activated objects with errors in dependencies:  0
    Objects activated with warning...............:  0
    Successfully activated objects...............:  10
    Number of objects to be deleted..............:  0
    Objects not successfully deleted.............:  0
    Successfully deleted objects.................:  0
    Tables/views with DROP/CREATE................:  0
    No. of them marked for DROP/CREATE: 0
    Not marked for DROP/CREATE: 0
    Number of nametabs to be deleted.............:  0
    Successfully deleted nametabs................:  0
    Nametabs that were not successfully deleted..:  0
    Statistics on activated and deleted objects
    End phase  003
    Process..................: system_1
    Return code..............: 8
           |   Date, time...............: 18.12.2021, 10:23:22                                                                               

    Hi
    Your E-table of the Cube is not getting activated try activating it from SE11.
    orelse try program RSDG_CUBE_ACTIVATE to activate the cube .
    See the Mappings again -- try to activate entire data flow again.
    Hope it helps
    Edited by: Aduri on Dec 18, 2008 11:21 AM

  • Quantity not posted to object error in while activity confirmation

         Hello All,
    i am getting below error while activity confirmation , please help me on this below.
    Note : Activity and cost center and KP26 no changes are made compare to preview year and current year , for the fiscal year 2014 i didn't get any error , only for the fiscal year 2015 i getting  below error.

    Dear Hari,
    If the activity type of the confirmation has set the flags as
    mentioned (indicator MANIST in table COKL is set) the system will simply
    NOT post any quantity on the sender cost center/activity type during
    the confirmation.
    So all quantities which are currently missing (as these were not
    updated by the confirmation) must be posted with transaction KB51N.
    If you implement the coding corrections of #760437 you have the
    possibility to change the message BK263 from "I" to "A" in transaction -
    which is however not recommended.
    So the advised procedure is:
    -post all mising quantities with transaction KB51N first
    -then run the report ZRKMANIST_RESET to remove the flag MANIST (which is
    the reason why the confirmations did not post quantities on the
    sender cost centers)
    After this procedure, the quantities will again be updated when you
    post confirmations.
    Best regards,
    Jason

  • Error receiving while activating PA

    Hi,
    I am receiving an error while activating the PA. Could you please check and let me know what is the error about?
    "Check that attribute T99CUSTDESCR in the planning area dimensions table also exists in the planning level attributes table"
    Thanks,
    SJ

    Hi Alecsandra,
    Thanks for your reply. I have checked that the the attribute T99CUSTDESCR is assigned both to PA and Planning level.
    Thanks,
    SJ

  • Error message while activating MPOS

    Dear All,
    We are implementing SCM 2007 and are facing a peculiar problem, please help me to resolve the issue;
    We have copied all the necessary standard objec from BI content and also created some of the Zinfoobjects. We have created MPOS  with Z objects and other MPOS as well with 9AMATNR and 9ALOCNO.System allows us to save the MPOS but when we activate it gives an error message.
    Please help me in resolving the issue.
    Best Regards
    Javed

    Hi
    Thanks for your reply .
    I have already done as you have mentioned.
    There is a problem of log generation too. system does not show the message text
    when I try to activate the MPOS , ignoring the same systems populate another message as below; please see below;
    Error occured during activation (see log).
    Best regards
    Javed

  • Error RSTRAN525 while activating transformation

    Hi,
    In my transformation one date field get updated using three source field (date, GR Process time, Plant) and logic written in routine is Result = date + GR Process time.
    GR Process time (source field WEBAZ) mapped with info object 0GR_PR_TIME.
    While check/activation of transformation following error comes.
    "Rule 17 (target field: ZCALFDAT, group: 02 Standard Group): InfoObject properties 0GR_PR_TIME
    Message no. RSTRAN525
    Diagnosis
    The properties of the InfoObject selected, 0GR_PR_TIME, do not match the properties of the available source field.
    System Response
    Check that you have chosen the correct InfoObject.
    Procedure
    If necessary, choose a different InfoObject."
    Kindly help.
    Regards,
    Manish

    Source field WEBAZ - Goods receipt processing time in days
    Data Type  DEC        Counter or amount field with comma and sign
    Length     3          Decimal Places   0
    Target Infoobject (Key figure) : 0GR_PR_TIME - Goods receipt processing time in days
    Number,  DEC        Counter or amount field with comma and sign

  • Error getting while activating Write Optimzed DSO

    Hi Exerts,
    I am getting the below error whil i am activation Write Oprtimized DSO
    Error in global conversion rule for InfoObject ZGSOURSYS
    ZGSOURSYS--- this is compunding attr of all my char.
    Thanks in advance

    Goto RDS1 -->check if the ZGSOURSYS object active or not?
    Check if there are any transfer routine or conversion routine. if there is no routine
    just add some line of code in the transfer routine and save it.
    delete the added line of code and again save the transfer routine. activate the infoobject.
    just saving the transfer routine and activating the infoobject should also help.
    Re: Errors with the global conversion rule for the field 0SOURSYSTEM.

Maybe you are looking for

  • Itunes wont burn my CD disc error 4280?

    I have a toshiba satellite computer running windows 7 and itunes 11. It wont let me burn my playlist to a disk. Im using memorex CD-R blank cd. I have tried every disc write speed and nothing worked and ran diagnostics everything checks out. Can some

  • Point to multipoint with AP 1230AG

    Hello, I want to do this configuration: Site A must be connected to site B and to site C. On the site A there is an AP 1230AG, it's configured in bridge mode in point to multipoint to site B and C in 802.11A. On the site B there is an AP 1230AG, it's

  • Please Help/ GUI Calculator

    I'm trying to create a GUI Calculator but cannot get my program to compile. Please could someone assistm, thanks. import java.io.*; import java.util.*; import javax.swing.*; import java.awt.*; import java.awt.event.*; public class CalculatorFrame ext

  • Mac osx 10.6.7 factory settings

    Where is mac osx 10.6.7 factory settings How to restore mac osx 10.6.7 factory settings

  • Ping v Genius Sidebar

    Like many others, I find Ping in its present form of no value. Fortunately, I read about Apple dumping the Genius sidebar before I installed iTunes 10.0.1, so I'm still on 10.0, with my Genius sidebar intact. I have now just gone to my iTunes account