PRPS table is inconsistent in active version

Hi All,
We have to append structures in PRPS table. There are total 253 fields that we need to add in these structures. We tried appending structures in PRPS but after adding some fields its giving error that TABLE PRPS IS INCONSISTENT IN ACTIVE VERSION.
We checked long text of error , it shows table size is greater than 4030. There is OSS note 636217. which explains that we can increase table size upto 4030 for that we have to change tables constant value of program RADTBCON.
But this is not recommended. Could anyone please tell us any other way to add append structures fields  of table PRPS.
Regards,
Meena Gupta

Hi meenag,
Please Check OSS Note 43493 , It may be helpful to you.
Regards,
koolspy.

Similar Messages

  • How to find the active version of a program from table

    Hi to all experts.
                          without using version management of a program how can we find out the active version of the program through tables . I have checked table E071 couldn't find anything there .
    Thanks in advance

    Chk out htis link.
    Table Name for Transport Requests & Program name

  • Table for active version

    Hi,
    In one of our cases for PO values updation, values are getting populated in the historic version of the PO and not in active version.
    Would there be any table which save in the active version where i can check ?
    Thanks
    Naga

    Hi Naga,
    given a PO number, look for GUIDs in the CRMD_ORDERADM_H.
    Use these GUID to query the CRM_JEST table.  You can get the codes associated to status looking for a po in the BBP_PD transaction.
    Hope this helps,
    Matteo
    EDIT:
    Sorry, more precisely...
    you can extract the guid of the active version using the BBP_PD_PO_GETDETAIL FM. The header structure you obtain from the call has a field called CHANGE_LOCK. If this field is checked, then there's a change version and you probably would like to update this one.
    In order to get the GUID of the change version, follow the above (previous) ride around the CRMD_ORDERADM_H and CRM_JEST tables.
    Edited by: Matteo Montalto on Mar 3, 2009 12:47 PM

  • Active version of the BDoc type PRODUCT_MAT is not consistent

    Hello,
    We are using CRM 7.0. We tried to release change request but got an error message:
    Active version of the BDoc type PRODUCT_MAT is not consistent in the table SEGM
    Do you know what should we perform to resolve this problem?
    Thanks in advance,
    Sergey Kozyrev

    Hi Sergey,
    Please check the entry in table SMOG_TRANS for TR_NAME = PRODUCT_MAT.
    Current active version i.e SMOACTV = X ,in SAP standard system is for,
    SMOVERS = 00015      .
    Also,you can try re-generating the BDoc PRODUCT_MAT once again.
    Hope this helps!
    Best Regards,
    Shanthala Kudva.

  • Bapi function module to update PRPS table

    Hi ,
    Presently i have a requirement which needs to update some data from ZIOS table  into PRPS table. Can any one tell me what is the Bapi function module for updating data into PRPS table.
    <REMOVED BY MODERATOR - REQUEST OR OFFER POINTS ARE FORBIDDEN>
    Thanks,
    Satish Raju
    Edited by: Alvaro Tejada Galindo on Jan 12, 2010 11:46 AM

    These ZZ fields are specific to your application, use the EXTENSION parameters.
    Look in BAPI_PS_INITIALIZATION documentation, there is an explanation how-to fill specific fields.
    For the BAPIs used to create and change project definitions, WBS       
    elements, networks, activities, and activity elements, you can         
    automatically fill the fields of the tables PROJ, PRPS, AUFK, and AFVU 
    that have been defined for customer enhancements in the standard system.
    For this purpose, help structures that contain the respective key      
    fields, as well as the CI include of the table are supplied. The BAPIs 
    contain the parameter ExtensionIN in which the enhancement fields can be
    entered and also provide BAdIs in which the entered values can be      
    checked and, if required, processed further.                           
    CI Include  Help Structure                      Key                  
    CI_PRPS     BAPI_TE_WBS_ELEMENT                 WBS_ELEMENT
    Procedure for Filling Standard Enhancements                                                                               
    Before you call the BAPI for each object that is to be created or     
    changed, for which you want to enter customer-specific table enhancemen
    fields, add a data record to the container ExtensionIn:                                                                               
    o   STRUCTURE:    Name of the corresponding help structure                                                                               
    +o   VALUEPART1:   Key of the object + start of the data part+                                                                               
    o   VALUEPART2-4: If required, the continuation of the data part                                                                               
    VALUPART1 to VALUPART4 are therefore filled consecutively, first with 
    the keys that identify the table rows and then with the values of the 
    customer-specific fields. By structuring the container in this way, it
    is possible to transfer its content with one MOVE command to the      
    structure of the BAPI table extension.                                                                               
    Note that when objects are changed, all fields of the enhancements are
    overwritten (as opposed to the standard fields, where only those fields
    for which the respective update indicator is set are changed).        
    Therefore, even if you only want to change one field, all the fields  
    that you transfer in ExtensionIn must be filled.                      
    You have to use these parameters in BAPI_BUS2054_GETDATA as well as in BAPI_BUS2054_CHANGE_MULTI.
    Regards

  • Mass Change Active Version in MD62

    Hi All,
    Currently we manually update the active version in MD62 on a on monthly basis for a number of materials.  This is very time consuming, as we need to uncheck the old one and check the new one, then save.  What is the best solution to mass update an active version in MD62 for multiple materials?  Can an LSMW or BDC be used for this?  Any tips?
    Thanks!

    An alternative for your evaluation:
    Write a Z program using BAPI_REQUIREMENTS_GETDETAIL to obtain the details of the requirements (or you may use the tables highlighted in the previous posting) then use BAPI_REQUIREMENTS_CHANGE to modify the requirements.
    You can download the details into an excel from the Z prog., do the modification & upload back the same file. I have used this approach, so maybe helpful for you as well.

  • 0MATERIAL attributes deleted from the active version of the InfoObject.

    Hello Experts ,
    As per a Business requirement , I deleted some of the system defined attributes of the 0MATERIAL charecteristics , and found the new active version of 0MATERIAL is incompatible with the SID table , Attribute and text master data table. I tried to copy the original version of 0MATERIAL from the business content  but the system is not allowing me to do so , instead it duplicated all the attribute fields twice in the 0Material and created 3 version of 0MATERIAL  "active" , "revised" and "content".
    Also one user defined attribute BW_MATN was created , and now wants to get rid of that.
    I want to revert back the original master data field (attribute and text) and other technical settings of 0MATERIAL infoobject equivalent to that in Business Content, and should have ideally one active version of 0Material "   during that process if I require to loose the current master data that is fine.
    Kindly Advise how to achieve that .
    Regards
    Deblina

    As per a Business requirement , I deleted some of the system defined attributes of the 0MATERIAL charecteristics , and found the new active version of 0MATERIAL is incompatible with the SID table , Attribute and text master data table.
    You should have created a Z infoobject by the name ZMATERIAL by using 0MATERIAL as a template and then modified it (ZMATERIAL)  .
    Also if you find any attribute of an Infoobject is of no use then instead of deleting it just leave it as it is as SAP has provided it for some reason and you never know when you need them in future .
    And yes you cannot install the business content version of 0material if there is data in the master data table .
    By the way which version of BI are you working on ?
    If you are on  BI 7.0 SP 23 or higher (BW 7.3)  then there are some new additional functionality added to delete the master data with ease .
    Refer the below URL for the same
    http://scn.sap.com/community/data-warehousing/netweaver-bw/blog/2012/01/01/bw-730-different-ways-to-delete-master-data
    Hope this helps .

  • How to obtain the active version of a contract?

    Function module BBP_PD_CTR_GETDETAIL and table CRMD_ORDERADM_H do not seem to filter the non-active contracts.
    How to get the active version only.

    It is at the item level. Refer to table BBP_PDIGP field ITM_RELEASED

  • PS Module : Missing matnr in prps table

    Hi ,
    I am working on PS module. for material i m using resb table. my report is working fine on development.
    problem on quality, here time out and show error on resb table selection .
    i have question :
    Is material maintained in PRPS table?
    Is this a configuration issue ?
    Regards
    kamal kishore

    Hi,
    it is executed on development or quality both. request has no problem at all .
    The problem is solved by myself.
    This is not configuration issue, actually material is updated in network activity.
    Edited by: kamal_kishore_sah on Dec 6, 2011 8:14 AM

  • Error while Releasing a transport request - DSO 0SD_O03: Active version

    Hi all,
    I am getting below error when I am trying to release a transport request.
    Object ODSO 0SD_O03: Active version differs from modified version.
    I activated DSO again,but I was not successful to correct the error.Please help me correcting this error.
    Regards,
    Bob

    check
    match and copy while installing the business content
    Match (X) or Copy
    If the SAP delivery version and the active version can be matched, a checkbox is displayed in this column.With the most important object types, the active version and the SAP delivery version can be matched.
    When a match is performed, particular properties of the object are compared in the A version and the D version. First it has to be decided whether these properties can be matched automatically or whether this has to be done manually.
    A match can be performed automatically for properties if you can be sure that the object is to be used in the same way as before it was transferred from Business Content.
    When performing matches manually you have to decide whether the characteristics of a property from the active version are to be retained, or whether the characteristics are to be transferred from the delivery version.
    The Match indicator is set as default in order to prevent the customer version being unintentionally overwritten. If the Content of the SAP delivery version is to be matched to the active version, you have to set the Installindicator separately.
    The active version is overwritten with the delivery version if
     the match indicator is not set and
     the install indicator is set.
    check following thread
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/102906a4-f13d-2e10-7199-ce316ff254b8?QuickLink=index&overridelayout=true
    Thanks and regards
    Kiran

  • Active version of BW Data Source Dev Appears inactive in Q

    Hi All,
            This is urgent..needs to move to prod today but I am stuck in D still! 
    Does anyone know why a particular BW data source which is active inn Dev might appear to be inactive  in Q after the transport?
      We tried manual replication, transporting replica and reapplying the transports, recollecting the data source in both r3 and BW
      I also verified that I am collecting the active version in my transport
    Thanks,
    DB
    Points will be assigned if I can get rid of this issue!
    Edited by: Darshana on Jul 14, 2008 7:34 PM
    Edited by: Darshana on Jul 14, 2008 7:34 PM

    Hello Darshana,
    Make sure the appropriate "Conversion of Source System names after transport" are maintained in target system QA and Prod.
    RSA1 > Tools >...
    Darshana,
    Follow the above path...Go to Datawarehousing Workbench in QA tcode RSA1 and on the top you will see Tools > and follow from there...
    Hope this helps....
    Edited by: Chetanya Thanneer on Jul 14, 2008 10:15 PM

  • DSO activation: Data in new data table but missing in active data table?

    we use an end routine in transformation to populate a data field in DSO.
    it works as we can see the value populated in new data table.
    when we activate (activation) DSO, we see the value is deleted from this data field.
    why?
    this data field is set as an characteristic info obj in the data field portion of the DSO.
    we are using 2004s, I forget to check the SP level.
    George

    good job ,thanks for the update and good luck.
    I saw it late on this, else i never miss OSS notes
    Chetan
    @CP..

  • Receiving error message 'Could not load file or assembly 'System.ServiceModel.Activation, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.'

    I started getting this error message for the first time today. When I look in the event log I see it every time anyone tries to sync to a mobile device to the exchange server. I've also had this problem trying to connect using
    Outlook. I believe it is an IIS issue but I'm not absolutely sure so I'm posting this in the Exchange forum as well.
    The event viewer has the following information...
    3008
    A configuration error has occurred.
    5/1/2014 10:41:08 PM
    5/2/2014 5:41:08 AM
    7539d8a38c8b47869eda3f1749aba08d
    1
    1
    0
    /LM/W3SVC/1/ROOT/Microsoft-Server-ActiveSync-75-130434828686436855
    Full
    /Microsoft-Server-ActiveSync
    C:\Program Files\Microsoft\Exchange Server\V14\ClientAccess\sync\
    SERVER
    16284
    w3wp.exe
    NT AUTHORITY\SYSTEM
    ConfigurationErrorsException
    Could not load file or assembly 'System.ServiceModel.Activation, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.
    https://remote.testserver.com:443/Microsoft-Server-ActiveSync/default.eas?User=user.name&DeviceId=ApplC39GQ5xxxxxx&DeviceType=iPhone&Cmd=Ping
    /Microsoft-Server-ActiveSync/default.eas
    174.224.130.31
    False
    NT AUTHORITY\SYSTEM
    24
    NT AUTHORITY\SYSTEM
    False
    at System.Web.Configuration.ConfigUtil.GetType(String typeName, String propertyName, ConfigurationElement configElement, XmlNode node, Boolean checkAptcaBit, Boolean ignoreCase) at System.Web.Configuration.Common.ModulesEntry..ctor(String name, String typeName, String propertyName, ConfigurationElement configElement) at System.Web.HttpApplication.BuildIntegratedModuleCollection(List`1 moduleList) at System.Web.HttpApplication.GetModuleCollection(IntPtr appContext) at System.Web.HttpApplication.RegisterEventSubscriptionsWithIIS(IntPtr appContext, HttpContext context, MethodInfo[] handlers) at System.Web.HttpApplication.InitSpecial(HttpApplicationState state, MethodInfo[] handlers, IntPtr appContext, HttpContext context) at System.Web.HttpApplicationFactory.GetSpecialApplicationInstance(IntPtr appContext, HttpContext context) at System.Web.Hosting.PipelineRuntime.InitializeApplication(IntPtr appContext)
    I have tried most, if not all, of the different post's suggestions to no avail.
    The steps I have taken are as follows...
    1. Repaired .Net 4 (Both the client and extended)
    2. Uninstalled and reinstalled .Net Framework 4.0.
    3. Verified that the dll exists.
    4. Checked the applicationHost.config file. It contains the follow statement...
    <add name="ServiceModel-4.0" type="System.ServiceModel.Activation.ServiceHttpModule, System.ServiceModel.Activation, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" preCondition="managedHandler,runtimeVersionv2.0"
    />
    5. Changed the following line in web.config to include the runtimeVersion...
    <add name="ServiceModel" type="System.ServiceModel.Activation.HttpModule, System.ServiceModel.Activation, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" preCondition="managedHandler,runtimeVersionv2.0" />
    6. Executed aspnet_regiis.exe -iru from the ...\Framework64\v4.0.30319 directory.
    7. Went to inetpub\history to use an applicationHost.config file from yesterday but it only has history from 9PM tonight. It probably had what I needed before I started changing it tonight.
    I still receive the same error message.
    Like I said everything was working yesterday. In fact I didn't hear or see any issue until after 1PM today.
    Any help would be very appreciated!

    Hi,
    Please confirm whether users can access their mailboxes from Outlook Web Access or not. We can do the following changes to have a try:
    1. In IIS > Application Pools, change the .NET Framework Version to v2.0 and restart IIS service.
    2. If it doesn’t work, explore the Default Web site.
    3. Renamed the web.config file to web.config.old
    4. Reset IIS using iisreset command to have a try.
    Thanks,
    Winnie Liang
    TechNet Community Support

  • Error while activating data from new table of DSO to active table

    HI,
    while activating data from new table of DSO to active table i am getting
    error message as "Error occurred while deciding partition number".
    Plz any idea hoe to resolve this one.
    thanks & regards
    KPS MOORTHY

    Hi
    You are trying to update/upload the Records which are already been there in the DSO Active Data Table which has the partition.
    Try to see the Record Nos already been activated and update/upload with selective, if possible.
    You can trace the changes at Change log table for the same.
    Hope it helps
    Edited by: Aduri on Jan 21, 2009 10:38 AM

  • Production Order in In-Active Version

    Hi All,
    Need your expert help...
    I have a production order for Assembly product (say A1). In this order, under component view, we have component (say C1).
    in MD04 for C1..,
    a) I see the dependent requirement
    I created a simulated version such that it considers the firm receipts from active version.
    Now, in MS04 for C1,
    a) I see the dependent requirement.
    My requirement is to remove the depenent reuirement in active version, but to retain the dependent requiremnt in in-active version.
    How to do that..?
    As of now, when i remove the component from Production order, its impacting both my active and in-active versions (ie., its kicking off component in both MD04 & MS04)
    Thanks,
    Krishna

    Hi,
    There could not be a simulative dependent requirement for a production order. What you can do is to create an independent requirement in the version which your LTP scenario supports, and simulate the dependent requirement in active version.

Maybe you are looking for