Generating Runtime version of a KB Object of Variant Configurable product

Hi All
There is a VC Product which needs to be transported to the CRM server via Middleware.
Hence I need to create a Knowledge Base (KB Object) and generate a Run-Time version of the same.
I am getting an error while generating the Run Time version. The description of the error is as follows:
Object characteristic COSTING_LOT_SIZE is supported in IPC scnearios 3,5
and
Object characteristic PRICE_LIST is not supported in IPC scnearios.
The exceptions raised are STPO-MENGE (Component Quantity) and SDCOM-VKOND (Variant Condition)
Please provide your inputs and suggestions in this regard.
P.S: Once I generate the run time version successfully, the CRM Middleware Consultant needs to download the VC Product to CRM.
Thanks in Advance
Regards
Chaitanya

Sreekanth,
these errors need to be analyzed by VC modeler. They indicate incompatibilies between VC and SCE. Certain expressions which are possible in the VC are not supported by the IPC (see deltalist in the Online Doc).
For example, error 1) and 2) indicate that a procedure has been assigned to a characteristic (not best practice, but often done out of convenience). It needs to be assigned to a configuration profile to run in the IPC. The variant tables seem to have empty cells which is an undefined state (tables are represented as relational tables in the IPC). BOM items need to have an integer quantity. And so on.
You can't solve these issues from a mere techncial perspective as modeling changes can have a busienss impact. The person responsible for the VC models needs to look at it. 
Regards, Michael

Similar Messages

  • Object dependecies---variant configuration

    HI PP team
    Any one can explain the difference between the 5 object dependencies in variant configuration as well little overview where it will differentiate in different business scenarios  like as auto,sanitary industries
    thanks
    shaik

    Hi,
    Five Object Dependencies are
    Pre Condition: This is used for Hide/display the Char and Char values.
    For Example CHAR_COLOR having a value RED only displayed IF CHAR_MODEL value 'SANTRO'
    Selected.
    Then you should assign the precondition at value RED level as
    Syntax
    CHAR_MODEL = 'SANTRO'
    Selection Condition: It is used for selection of BOM Components and Routing Operations and Make
    the Char as to be required entry in perticular condition.
    Actions: This is Obsoleted (now.not in Use).
    Procedure: It is used to Inference the Char Values to A char.
    IF SANTRO is available in only RED then IF you selected SANTRO for CHAR_MODEL system auto infer the value RED for CHAR_Color.
    Syntax
    $SELF.CHAR_COLOR = 'RED' IF $SELF.CHAR_MODEL =  'SANTRO'
    Constraint: Used to Restrict and infer the value for a Char.
    Procedure and are Constraints are assigned to Config Profile which is Central configuration object in VC
    Regards
    Praveen

  • Error in generating Run time version of the KB Object of a VC Product

    Hi All
    There is a VC Product which needs to be transported to the CRM server via Middleware.
    Hence I need to create a Knowledge Base (KB Object) and generate a Run-Time version of the same.
    I am getting an error while generating the Run Time version. The description of the error is as follows:
    Object characteristic COSTING_LOT_SIZE is supported in IPC scnearios 3,5
    and
    Object characteristic PRICE_LIST is not supported in IPC scnearios.
    The exceptions raised are STPO-MENGE (Component Quantity) and SDCOM-VKOND (Variant Condition)
    Please provide your inputs and suggestions in this regard.
    P.S: Once I generate the run time version successfully, the CRM Middleware Consultant needs to download the VC Product to CRM.
    Thanks in Advance
    Regards
    Chaitanya

    Hi Mike,
    It likely is the viewer causing the problem. 2008 now has cascading parameters and the activex viewer does not support them.
    All I can suggest is you try CR XI R2 which you can upgrade for free, you have to contact CIC to get a keycode to deploy your app, and test again.
    R2 is out of support now so no fixes available...
    http://downloads.businessobjects.com/akdlm/crystalreports/crxir2_sp4_full_bld_0-20008684.exe
    http://downloads.businessobjects.com/akdlm/crystalreports/CRYSTALREPORTS06_0-20008684.EXE
    Thanks
    Don

  • Events on objects of variant configuration, like class, characteristic,...

    Hello,
    objects of classification of variants like BUS1088, BUS1003, object dependencies,
    ... have no events. I tried to add events to those events but there are no change document objects or status objects I could find to define my own events. Has anybody an idea how to react on changes in the definition of a variant e.g. if the object dependencies, characteristics, variant tables, are changed by development? There is also no control object record written for those objects in SAP change management. 
    An hints welcome
    Ralf Staenglen

    Hi Shah Ji,
    Try to maintain your Super BOM at configurable material not at your variant. Just link your variant to configurable material super bom with tcode CS40.
    Other way to create super bom besides using class :
    try to use Classification as selection indicator for BOM.
    1. at bom, maintain class type 001 and tick you selection indicator at item detail BOM
    2. at material master, Maintain your component classification for class type 001 and set the characteristic desired.
    or try to use object dependencies for super BOM :
    1. at bom item, go to extra > Object dependency > editor > selection indicator. Put you "Characteristic = Value"
    Hope it helps, mind sharing some points if it helps
    regards,
    arman

  • Error while generating runtime objects in SEGW

    Hello Experts,
    we are facing this issue when trying to generate runtime objects in SEGW. please find the attached image for more details.
    Repaired objects cannot be included in dev./correction &I3DK910030&’.
    Thanks and Regards,
    Mallik

    Hi,
    well, I guess if you mean you did reset the queue - you deleted all emtries with error. Try to avoid this in the future - you will get unwanted side effects by that. There are only a few errors that make this behaviour necessary.
    Usually you should select the entry on the first screen - so you see the status of the queue on the second one. On there you can select the queue and while pressing the green tick, you can restart it. If it is a timeout - this restart usually helps.
    Wondering why you have an issue with basis objects - did you run through the complete setup guide up to this point?
    Regard,
    Oliver

  • From which version JVM starts supporting Object bindings in collections.

    from which version JVM starts supporting Object bindings in collections.
    private ArrayList<String> arr = new ArrayList();
    this will bind String objects to arr, nothing else will be stored.
    which version of JVM should I confirm, before using this feature!!!
    please comment.

    thanks MLRon!!!
    They are called "generics", not "bindings". In any case, you need Java 1.5 (also known as Java 5.0).Can generics be used anywhere, or only with collections.
    for eg:-
    public class Abc {
    public Abc(Object obj) {
    if(obj instanceOf String)
    doSomething;
    if(Obj instanceOf Xyz)
    doSomething;
    while creating Abc instance can I use this:-
    Abc<String> abc = new Abc("abc");
    and could we also do this:-
    Abc<String[]> abc = new Abc(new String[5]);
    and what exception does generics generate, if we don't obey them.
    for eg:-
    Abc<String> abc = null;
    abc=new Abc(new Xyz);
    and should generics code be kept in try catch block!!!
    please guide me!!!

  • Hi, I have a MAC (version 10.10.2) and installed Creative Suite one year ago. Now I want to open the Illustrator, but it does not work. It says I should install old Java SE 6-Runtime-Version to open „Adobe Illustrator CS6". Where can I find it? Thanks for

    Hi, I have a MAC (version 10.10.2) and installed Creative Suite one year ago. Now I want to open the Illustrator, but it does not work. It says I should install old Java SE 6-Runtime-Version to open „Adobe Illustrator CS6“. Where can I find it? Thanks for your answer! Jana

    Prompted to install Java SE 6 Runtime | Mac OS 10.9
    Mylenium

  • Error while generating 7 version datasource(DBConnect) view

    Hi,
      We are getting 'Cannot save DataSource 3.x (R3TR ISFS) on the database, since a DataSource (R3TR RSDS) already exists with the same name' while trying to generate a view. The datsource is in 7 version.
    While investigating we could find that the 3.x datasources with views  are getting successfully generated.
    Please let us know if there is any alternate way of generating 7 version DBConnect datasource .
    Thanks
    Sreekanth

    Hi Surekanth,
    You can not have the two datasources with same technical name. If you want to use the existing DS in BI 7.0 version then you will have to migrate the existing DS only.
    Otherwise you can use existing 3.X DS also.
    Regards,
    Durgesh.

  • Flex SDK and AIR runtime version in mobile

    Hi, guys.
    I'm trying to make my first Flex mobile app.
    I'm a little confused about the relationship between Flex SDK and AIR  runtime versions for mobile development.
    In the "Developing Mobile Applications with ADOBE FLEX 4.6 and ADOBE FLASH BUILDER 4.6" pdf document, it says:
    "AIR requirements
    Flex mobile projects and ActionScript mobile projects require AIR 2.6 or a higher version. You can run mobile projects on physical devices that support AIR 2.6 or a higher version of AIR.
    You can install AIR 2.6 or a higher version only on supported Android devices that run Android 2.2 or a higher version. For the complete list of supported Android devices, see Certified Devices. Also, review the minimum system requirements to run Adobe AIR on Android devices at Mobile System Requirements.
    Note: If you do not have a device that supports AIR 2.6 or a higher version of AIR, you can use Flash Builder to launch and debug mobile applications on the desktop."
    So, I go and check the Certified devices in http://www.adobe.com/devnet-apps/flashruntimes/certified-devices.html and find that the minimun FLASH PLAYER version accepted by ALL devices is FP 10.1
    1. Does this mean that if I want to release an app to target ALL mobile devices, then I can only use Flex 4.5?
    2. Do support for Flash Player mean the same than support for Adobe AIR? Or the application will prompt the user to install whatever version of the AIR runtime and all of them would be supported by the device, even in the FLASH PLAYER support is for a lesser version?
    Thanks!

    Thanks for your help, Flex harUI,
    The first impression that comes to mind is that FP version is indeed only for the web browser plugin. Then, why does the official Flex 4.6 mobile development documentation have a link to that page that only speaks about the supported FP version in mobiles under the title "AIR requirements"??
    This makes it way too confusing.
    Do you know whether there is something like an equivalent matrix/list of mobile devices with their supported AIR runtime versions?  I went a great deal in trying to keep my original app under 400kb... I didn't know that in the end it would end up weighing 9.5Mb... :S
    Thanks again,

  • Download runtime version of rule used and create in bpm process

    Dear experts,
    does anybody know, if there is a possibility of updating used brm rules used in a bpm process? There seems to be a way, when you create a separate brm project:
    Importing an Updated Project into the Rules Composer - Working with the Rules Manager - SAP Library
    How does this work for rules coming from bpm?
    Do i really have to manually export and import things e. g. over excel for this?
    Regards,
    Markus

    Dear Siddhant,
    thanks a lot for your reply. You got it perfectly right.
    What do you mean with "always points to the updated rules"?
    Do you mean, that using the "Download runtime version" feature on the brm project helps us to keep the rule up-to-date within NWDS?
    Regards,
    Markus

  • How to check the AIR runtime version?

    How can I check the AIR runtime version that is currently
    installed on the machine?
    Is there a properties file stored in the "Documents and
    Settings" Folder or something like that?
    Thanks in advance!
    Maik

    There is a KB article on this:
    http://kb2.adobe.com/cps/407/kb407625.html
    This may get outdated, but as of AIR 1.5.3 the paths are:
    Mac OS X
    Open the /Library/Frameworks/Adobe AIR.framework/Versions/1.0/Resources/Info.plist text file and locate the <key>CFBundleVersion</key>entry. The corresponding string entry represents the version of AIR, for example: <string>1.5.3.9130</string> 
    Linux
    Open the ApolloVersion text file located inside the /opt/Adobe AIR/Versions/1.0/Resources directory (for example the ApolloVersion text file would show 1.5.3.9130)  

  • AIR Runtime version comparison / updating

    Question #1: Is there any built in function, that could
    compare AIR runtime versions. I know the current runtimeversion
    that the user has, and I know the version that I developed for. Now
    I would like to make sure that the user has the same or newer
    version of the runtime.
    I can split the runtime version by the periods and compare
    each chunk seperatly, byt maybe there is some function in AIR that
    would handle it for me?
    Question #2: How to update the air runtime? Should I
    air.navigateToUrl() the user to :
    http://www.adobe.com/go/EN_US-H-GET-AIR
    or
    http://get.adobe.com/air/?promoid=BUIGQ
    and quit the app?

    If it will be of any help to anyone, I came up with this for
    now:
    // Returns false if v2 is greater than v1
    // v1,v2 - version numer, period separated, ie. "1.1.0.7876"
    function compareVerions(v1,v2)
    v1 = v1.split(".");
    v2 = v2.split(".");
    if (v1.length>v2.length) var cnt = v2.length-1; else var
    cnt = v1.length-1;
    for (var i=0; i<=cnt; i++) {
    var elV1 = parseInt(v1
    var elV2 = parseInt(v2);
    if ( elV1>elV2 ) return true;
    if ( elV1<elV2 ) return false;
    return true;

  • JAVA Runtime version 1.4.2_06

    Hi,
    I need to download the Java Runtime Version 1.4.2_06 and I cannot seem to find a place to download the proper installation file. The Sun site was no help and I can't seem to find it on the Apple site. Any help in getting this exact version would be greatly appreciated.
    Dave

    Dave
    Welcome to Apple Discussions!!
    I need to download the Java Runtime Version 1.4.2_06I don't know if Java Update 1.4.2 will give you that exact version, since my java is now 1.5. Any files I have left over refer only to "1.4.2" with no suffix.

  • Version Management for BAPI Object

    Hi all,
           could someone tell me how to see version changes for BAPI Object type. Something like version comparison in Version Management.
    Regards,
    Joseph
    Message was edited by: Joseph Reddy Yeruva

    Hi Joseph,
    As i said to to see the table which has all the required information , do check it once again ....
    As sudhir said also u get the information
    GOTO SWO1-->enter the Object type --> click --> display
    Then click header in the tool bar (Hat symbol) then clik change data ... u will see the information ... and this is also available in table TOJTB...
    Regards
    Sridhar reddy k

  • How to Generate New Version of Enhancements done to Std WebDynpro ABAP obj

    Hi Experts,
    We have enhanced a SAP Std WebDynpro ABAP component (HAP_DOCUMENT_BODY) using Enhancement framework provided by SAP. Multiple enhancements were done on the same component for different requirements. Now, under the Enhancement Implementations folder of this component, you can see 5 enhancements of the component each referring to the 5 different changes done (most of the changes were done to the same view ).
    These changes has now been transported to the Quality System. Now, the client wants one of the changes to be removed. I am not sure of the impact of removing, for eg: the 3rd enhancement,  on the other changes done as multiple enhancements were done in a mixed manner.
    What i want to do is to generate a new version of WebDynpro component on Dev which has all the enhancements done so far using Utilities -> Versions -> Generate new version. Then try to delete the 3rd enhancement folder, so that if something goes wrong, I can always revert to this newly created version on DEV which has all changes available.
    Questions:
    1)  Before that, I would like to know if I can generate versions of the enhancements done of WebDynpro ABAP using enhancement framework by using Utilities -> Versions -> Generate new version ?
    2) If yes, I want to generate one version which has all the enhancements done so far using enhancement framework. For doing so, where should i do the click or selection (Is it Std Main Component or is it Enhancements in the enhancements folder-if so, there are 5 of them, and which one??) before i go to  Utilities -> Versions -> Generate new version. I am not clear where i should select or keep the cursor selected on before generating a new version? 
    Please guide with step by step details.
    Thanks,

    I have moved this post to the HTML5 layouts forum, which is more appropriate.
    I am guessing you are using Rh11 as you have a trial copy. I have some instructions for Rh10 and the only difference should be the script used. See the contact page on my site and request those details. Include a link to this thread.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

Maybe you are looking for

  • .Mac multiple accounts password failures?

    I have been looking for help on a password trouble I experienced starting Wednesday night. I have a new .Mac account for my university teaching in addition to my personal .Mac account. Following methods in this forum, I have been using iWebSites to m

  • Trading material importing

    Hi Everybody. My client have a scenario that, they want to make import for a trading materials,(Pricing control is Standard Price) The customs duties like CVD, ECess & Addnl Duty will be Non Modvat. Since it is a Non modvat it will add to the Materia

  • Formatting Flash Drive

    I am wanting to format one of my flash drives so that a PC can read a file created on my Mac. (I'm using Leopard OS X 10.5.6.) Disk Utility is not offering Fat 32. There are 4 offerings for Mac OS Extended and one for Mac OS Standard. Is there a work

  • What is the swaps height and width shortcut key?

    Can please someone tell me, what is the shortcut key of swaps height and width(crop tool) in adobe photoshop cs4. Thanx in advance Regards: Shami Photos www.shamiphotos.com

  • FPGA LabVIEW 2011 Compilation Crash - I/O Node

    When I try to compile this FPGA LabVIEW code then LabVIEW crash every during" Generating Intermediate Files" It don't like these "FPGA I/O in" variables in FPGA I/O Node. Constants "POT_net_1_x" are same standard DIOs. Hardware: PXI-7841R Solved! Go