Create SAP Packaged Product

Hi Folks,
Could you give me a step by step process of creating a packaged product in CRM? I have gone through the reference in http://help.sap.com/saphelp_crm52/helpdata/en/46/57832701a208e7e10000000a114a6b/content.htm
I need to know how exactly to do the following:
Process
1) Create a product in SAP CRM.
2) Assign the product to a category.
3) You have previously assigned one of the following roles to the category in SAP CRM:
a) sales package
b) combined rate plan
c)rate plan
3) You must choose a category to which one of these roles is assigned, otherwise the system cannot treat the product accordingly when running the product configuration, and determining the assignment of products.
4) Assign groups to the product top node.
5) You can determine whether groups are optional or mandatory, and whether they should appear as default or not.
6) Assign products to the group or individually to the package product or product.
I would be very grateful if I am guided in details about steps 4,5 and 6 especially.
Thanks.
Shiladitya De

Hi.
Maybe, I think that the purpose of style is to use it with SO10.
Therefore, it doesn't use it in SAP script.
SAP script copies with SE71 and changes.

Similar Messages

  • SAP Packaged Product

    Hi Folks,
    Could you give me a step by step process of creating a packaged product in CRM? I have gone through the reference in http://help.sap.com/saphelp_crm52/helpdata/en/46/57832701a208e7e10000000a114a6b/content.htm
    I need to know how exactly to do the following:
    Process
    1) Create a product in SAP CRM.
    2) Assign the product to a category.
    3) You have previously assigned one of the following roles to the category in SAP CRM:
    a) sales package
    b) combined rate plan
    c)rate plan
    3) You must choose a category to which one of these roles is assigned, otherwise the system cannot treat the product accordingly when running the product configuration, and determining the assignment of products.
    4) Assign groups to the product top node.
    5) You can determine whether groups are optional or mandatory, and whether they should appear as default or not.
    6) Assign products to the group or individually to the package product or product.
    I would be very grateful if I am guided in details about steps 4,5 and 6 especially.
    Thanks.
    Shiladitya De
    Moderation: Locked. Rule number one: Try to find the answer first. [See rules of engagement|Welcome and Rules of Engagement;
    Edited by: Joaquin Fornas on Oct 28, 2011 4:50 PM

    Hi, In order to print COA from warehouse (i.e. Plant Y), ideally an inspection lot should be generated in Plant Y and result recording should be carried out against the same lot. Now the question remains how to record the same results for this lot as those were recorded in Plant X? As suggested by Craig you have to think of developing some custom logic with ABAP which will fetch results from plant X and copy in to Plant Y. I suppose batch number would be the common factor to correlate this with inspection lot of plant X.
    But I guess in your case you do not want to carry out RR again in plant Y or rather do not want to generate inspection lot, as this has already been done in Plant X. If so, then you can still print COA from plant Y against the same lot in X (provided the users have authorization). But it will not contain any delivery number or customer name as there is no link at all at this stage. You can develop a new Z table where you can maintain delivery number, customer number and other details with reference to inspection lot. Whenever COA will be physically printed in plant Y for the same lot in X, these details would also be printed along with it!
    I would suggest earlier option is more advisable than later!

  • Createing Packaged Product

    Hi Folks,
    Could you give me a step by step process of creating a packaged product in CRM? I have gone through the reference in http://help.sap.com/saphelp_crm52/helpdata/en/46/57832701a208e7e10000000a114a6b/content.htm
    I need to know how exactly to do the following:
    Process
    1) Create a product in SAP CRM.
    2) Assign the product to a category.
    3) You have previously assigned one of the following roles to the category in SAP CRM:
    a) sales package
    b) combined rate plan
    c)rate plan
    3) You must choose a category to which one of these roles is assigned, otherwise the system cannot treat the product accordingly when running the product configuration, and determining the assignment of products.
    4) Assign groups to the product top node.
    5) You can determine whether groups are optional or mandatory, and whether they should appear as default or not.
    6) Assign products to the group or individually to the package product or product.
    I would be very grateful if I am guided in details about steps 4,5 and 6 especially.
    Thanks.
    Shiladitya De

    Hi Sachin,
    Following is how my understanding goes. I may be wrong at some places, but this may probably help you in totality.
    1. Firstly, the classification should be like:
    Material A-- Real Substance as well as R/3 material (with substance-matierial assignment)
    Material B--Packaging
    Material C---Real Substance
    2. You can't assign units to substance header , though you define many tangible properties of the substance in property tree.
    3. You define the composition of substance C in property tree. (I presume material C to be of significance as far as recipe / composition is concerned. In case, Material A is of aforesaid importance, then define composition for same)
    4. You perform  BOM-BOS transfer for integrating recipe composition to the production order BOM.
    5. For packaging the end product, you define packaging details in the material master of the "Material A".
    Regards,
    Pavan

  • Create Packaged Product

    Hi Folks,
    Could you give me a step by step process of creating a packaged product in CRM? I have gone through the reference in http://help.sap.com/saphelp_crm52/helpdata/en/46/57832701a208e7e10000000a114a6b/content.htm
    I need to know how exactly to do the following:
    Process
    1) Create a product in SAP CRM.
    2) Assign the product to a category.
    3) You have previously assigned one of the following roles to the category in SAP CRM:
    a) sales package
    b) combined rate plan
    c)rate plan
    3) You must choose a category to which one of these roles is assigned, otherwise the system cannot treat the product accordingly when running the product configuration, and determining the assignment of products.
    4) Assign groups to the product top node.
    5) You can determine whether groups are optional or mandatory, and whether they should appear as default or not.
    6) Assign products to the group or individually to the package product or product.
    I would be very grateful if I am guided in details about steps 4,5 and 6 especially.
    Thanks.
    Shiladitya De

    Please see below..
    Johannes Utzig wrote on Tue, 06 July 2010 11:21
    Hi Erdal,
    does your product.ant look similar to the mailapp example?
    <target name="create.product">
    <property name="destination" location="${sp:destination}"/>
    <delete dir="${destination}"></delete>
    <makeurl property="repository" file="${sp:repository}"/>
    <mkdir dir="${destination}"/>
    <echoproperties ></echoproperties>
    <echo message="${equinox.launcher.jar}"/>
    <echo message="${repository}"/>
    <echo message="${destination}"/>
    <java jar="${equinox.launcher.jar}" fork="true" failonerror="true"
    output="../directorOut.txt">
    <arg value="-consoleLog"/>
    <arg value="-application"/>
    <arg value="org.eclipse.equinox.p2.director"/>
    <arg value="-artifactRepository"/>
    <arg value="file:${repository}"/>
    If so, note this line:
    <makeurl property="repository" file="${sp:repository}"/>
    And later:
    <arg value="file:${repository}"/>
    So you will end with something like this:
    file:file:/here/goes/your/path
    The p2 Director didn't complain about that in 3.5, but does in 3.6.
    Just get rid of the extra 'file:' in front of the ${repository}
    Hope that helps and best regards,
    Johannes
    That worked for me -- I had to change it in two places. But can we please get this fixed in SVN so that people can use the example in Helios without having problems?

  • Creating a package in SAP BI

    Hi experts,
                         I need to create a package for my project .Please tell me how to create a package in SAP BI .
    Regards,
    Khan

    Hello,
    TCODE SE80 -> Give the name for the package and from drop dwn select package -> hit enter -> it will ask u want to create -> click yes.
    Regards,
    Shashank

  • How can we create Versions for Products in SAP CRM

    Hi All,
    We want use Product Versions in our CRM IC Webclient. We want to be able to select a product and then have a list of versions to pick from. Can anyone tell me if they have configured Versions for Products in their SAP CRM system. If yes, then how did you go about it.
    Thanks,
    Ramesh Nallabelli

    Hi Arup and Shanthala,
    Thanks for the prompt responses. Appreciate your help. We want to create Product versions like this: Product: Windows OS Version: 95, 98, XP, Vista, 7, etc.
    When I try to create a configurable product, using the Configuration tab, to create or use a product model I see an error message: PME installation with errors The long text is: The environment variable PME_HOME that includes the PME application has to exist locally in order to start the PME from CRM.
    This indicates the configuration of IPC in our CRM system. This is something that we have not undertaken so far.
    When I use the Poduct Variants tab to create a product variant for a configurable product, I can't edit here. This view opens in a display only mode. After reading some more about this, It looks like variant configuration needs to be used in tandem with ERP variant configuration. There might also be a need to recreate this in the Java configuration engine. We are going to create these products in CRM only, so this might not work for us.
    Regards,
    Ramesh

  • ABAP Proxy Generation -- Objects can be created only in SAP Package

    Hi,
    I am trying to generate ABAP Proxies. When i create a proxy for an interface(EMP_DETAILS_MI--outbound in my case), and assign it to package(created by developer), a pop comes up saying "Object can only be created in SAP package".
    When i try to continue, it asks for an access key for that particular object.
    Enter Key for the Object--R3TR-TABL-CO_EMP_DETAILS_MI When i register this object in servicemarketplace( by basis team) and get the license for this. It asks access key for another object  R3TR-TABL-EMP_DETAILS_DT.
    When i register this object it asks accesskey for
    R3TR-TABL-EMP_DETAILS_DT_DETAILS
    I fear if there is amy fault in my procedure. kindly let me know. I work on XI3.0 SP5 server.
    Regards,
    Siva Maranani.

    Hi siva,
    Iam in the same problem we want to create proxy in SAP namespace. Is there any workaround to create proxy in SAP namespace.
    with Regards
    shankar

  • Need Package Name to create SAP report in SE38

    Hello there,
    I'm in the process of working through a Unicode conversion on an ECC 6.0 system, and one of the steps is to run report TERM_DELETE_INCORRECT_CHARSET.  We are on a lower Support Pack level then when this report is delivered via OSS Note 1280494, so I need to manually create it in SE38.
    I'm used to creating Z reports and assigning them to our customer packages (Create Object Directory Entry popup box), but not used to assign to an SAP package.  When I pick one that I believe would be appropriate, I receive error "Cannot extend package ***".
    I'm hoping that someone can tell me what the appropriate package would be to get this report in the system so that I can move forward with my conversion.
    Thanks in advance for any assistance,
    Leeanna

    In our system, this is assigned to package STERM. If you cannot use that one, I guess a customer (Z) package would be OK.
    Rob

  • Object can only be created in SAP package ?

    Hello guys i am looking for the relation of this while creating SAP Client proxy  ?
    Please suugest
    Krishna

    Can you check this SAP help
    http://help.sap.com/saphelp_nw2004s/helpdata/en/2b/f49b21674e8c44940bb3beafd83d5c/frameset.htm
    http://help.sap.com/saphelp_nw2004s/helpdata/en/81/845f3c31727d59e10000000a114084/frameset.htm
    Try this thread also-
    Re: Abap proxy - Package?
    What is package structure for Client ABAP Proxy?
    Hope this helps,
    Regards,
    Moorthy
    Message was edited by: Krishna Moorthy P

  • Creating Enhencement-Point  - Object can only be created in SAP package

    Hi Guys,
    I am creating an enhencement point in Z program in Z package. I am getting following message.
    " Object can only be created in SAP package "
    Please help.

    Hi Mini
    Enhancement points are like hooks where you can attach your own piece of code and coding in an enhancement point is no different than a normal coding , just that it is a point in the standard program into which you can give your own custom logic.
    There are 2 types of enhancements given by SAP:
    1. Explicit enhancement points: Go to program RIAUFMVK . You can see ENHANCEMENT-POINT at many places. These are all explicit enhancement points and you can easily implement these points . Simply press shift+F4 and then go to the point which you want to implement. Right click on  it and follow the path Enhancement implementation->create. Give the name of the implementation and the assign it to a package(shoud not be a Z package).
    Once it is created you can start your coding as you normally do.
    2. Implicit enhancement points are not very stable and should be the last resort after you have explored all the user exits , BAdIs and explicit points. In order to find out the implicit enhacement points , press shift+F4  then goto menu option Edit->Enhancement Operations->show implicit enhancement options. This will bring up all the points that you can enhance. This will appear as a line with arrows. To implement this you have to follow the same procedure as for explicit enhacement points.
    So enhacement point works like the other codes . Just that you should know which  one to implement and where. As far as possible avoid implicit enhacements as they are not very stable at present and even if you are going for it keep a  back-up of your code always.
    Hope this helps you. lemme know if you have any other issues.
    Cheers
    shivika
    Message was edited by:
            Shivika Bhorchi

  • Unable to create a package

    Hi expert,
    I have a problem.
    I'm in the following scenario: SAP CRM Mobile 7.0 SP04.
    I'm in the production environment and we are trying to create the fisrt package (mup).
    I have imported the custom units from Quality and we are using the same .rbn used in quality (these steps are the same we performed from Development to Quality).
    The consistency chack is ok.
    When we click on "CreatePackage" a popup message appears:
    - "The upgrade could not be sent"
    - "The upgrade version number field has been locked. This happens either if another user is attempting to send upgrades from the same repository, or if there was a system/tool crash during a previous attempt to send the upgrade"
    - "If you are sure that no other user has locked the repository, then run the following script on the table <ARS_SYSTABLE> of the ARS repository : Update ars_systable set value = 'NO' where param = 'UpgradeVersionLocked'"
    I've executed the suggested query. Then I have tried again to create the package, but with the first click on the creation button nothing seems to happen (but checking on the ars_systable the value is set to 'YES' for the 'UpgradeVersionLocked' parameter)and with the second click on the button the same popup error message appears.
    It seems that there sometihng else locked, but I m not able to understand what.
    Can you please help us?
    I'm not able to create package in production and the go-live is very imminent.
    Thanks in advance.
    Best regards,
    Laura

    Hello Laura,
    Clicking on 'Create Package' button twice causes the LOCK scenario wherein UgradeConsole senses that while creating the package for the first time if another click on 'Create Package' is carried out - it should lock the upgrade version. This generally happens when 2 users try to create the package on the same DB at the same time.
    Are you able to see a 'creating package..' form when you create the package for first time? If yes, then I'd suggest you to wait and let it finish because for an upgrade consisting of multiple units(which in turn has several files and folders) , it takes time to create the package.
    Can you please also confirm if the version of sapcar.exe present in %mobilerootdir%\Bin.Net is 7000.24.11.59276?
    Thanks,
    Rohit

  • Version error while creating info package of data source 0fi_gl_10

    Dear Friends,
    I have replicated the data source 0fi_gl_10 into sap bw but while creating info package i am getting error " The DataSource 0FI_GL_10(E01CLNT200) does not exist in object version A". IS the manual activation always should be done for that ?
    Regards
    Nilesh

    Hi,
    Please check if the veriosn of DataSource is A or not. Sometimes it shows as active but if you open the datasource then it might be in modified version only. Do activate it manually, it will serve your purpose to create a infopackge.
    Regards,
    Anjum.

  • How to create a package in ECC 6.0.

    Hi,
    Can you tell me how to create a package in ECC 6.0 system?
    Thanks in advance,
    Regards,
    Arnab.

    Hi,
    Thank you for your replies.
    Can you tell me the difference and uses of the two types of package I can create from SE21.
    i.e. : Package and package interface. any sap link would also be helpful. I need to know where i can use what and what would be helpful for my case.
    Regards,
    Arnab.

  • SQVI Report for SAP CRM Product Hierarchy and its Product

    Hi
    How to create a SQVI report for generating a list for SAP CRM Product Hierarchy which should show the outputs->Level 1, level 2, level 3 and level 4 categories and its products?
    I tried COMM_Hierarchy table and Comm_product but not able to achieve this requirement.
    or Is there any chance of getting related tables so that I could try more for this requirement.
    In which table both product id and its category Id can be found?
    Pravin

    Thanks DJ
    Is there any possibility to get a report for product hierarchy in SQVI ?
    say in SAP CRM system, the product category is maintained in COMM_HIERARCHY as
    Parent category Id->
                                    Level2 Category Id->
                                                                     Level 3 Category Id->                                                                               
    Level 4 category Id ->                                                                               
    Product Id's
    (I understood the link between Level 4 category id and product id with your info.) but not able to achieve the requirement fully.
    Is there any possiblity to achive for generateing a report?

  • BAPI_PO_CREATE1 SAP Package EHP5 MM/FI DPC integration Dump CONVT_NO_NUMBER

    Hi,
    we are starting to use SAP Package EHP5 for MM/FI DPC integration and we have the following effect: BAPI BAPI_PO_CREATE1 (same as BAPI_PO_CREATE) creates 2 short dumps while running.
    The program stops at the following point:
    i = h-group - 1 in SAP-standard code, cause the variable h-group contains no number ("0EY"), so that it is not possible to add "-1" and the program stops with short dump "CONVT_NO_NUMBER".
    If I change content of h-group by debugger to "1" at two points of code:
    LMEXFU04 line 67 and
    LMEXFF01 line 116
    the program goes on running and creates the complete purchase order including services and DPC-chain-number.
    Sourc Code at this point:
    h-group(1) = '1'.
    ENDIF.
    i = h-group - 1.
    Is this short dump caused by wrong SAP MM/FI DPC Customizing ?
    Any Experiences ?
    Regards K.A.

    Atul,
    The first thing to check whether you already have them installed - ask your ABAP/Basis Team.
    If not, you then need to determine whether they are include in any hot packs that you may be installing in the near future - again ask your ABAP/Basis Team..
    Lastly - and probably most difficult - check whether you actually need them..
    Also be aware that these notes may require that other notes be installed first (i.e. prerequisite notes).
    PeteA

Maybe you are looking for

  • MSS Employee search; Remember last "Group of organization view"

    I have a business requirement that the "employee search" has to remember the users last selected view in "employee selection". Day 1: The user default gets "direct employees" (due to customizing) and changes the selection to "all employees". Day 2: T

  • Satellite C650 - Windows Photo Viewer freezes every time in use

    Hello all, my C650 is a brand new purchase and so far I haven't been able to view any photos; on a memory stick, in "My Pictures" or in any form using the Windows Photo Viewer. Once I double click on the picture icon, the image enlarges to full scree

  • RFC in Local system

    Hi can we use RFC without network system. is there any possibilities to use virual server to perform the task locally. thanks

  • PO not creating for the matl,giving error Material not maint for purchasing

    Hi SAP Gurus, When I am trying to create PO for 1 purticular material, system giving error " Material CG056A not maintained by Purchasing Message no. ME 046 " Please let me know in order to create PO successfully what are all the purchasing related i

  • Custom Webpage with data from Web JetAdmin

    We are currently using Web JetAdmin to monitor a large fleet of network printers spread across our campus.  I love the features of the application but I would like to see if there is a way to simplify the interface a little bit.  I would like to see