What is the difference between CUSTCRMPRJ or crm/home/shr/ext in SAP-CRMWEB

Hi
I have some questions related to customization of E-commerce application.
as we per the SAP doc.
we have three software components.
SAP-CRMWEB * SAP-SHRWEB
In the above two software components have two dc's like /crm/home/crm/ext &  /crm/home/shr/ext and for all the extensions to modify. If we are adding all the chnages related to E-Commerce in the above DC's . what is the use of CUSTCRMPRJ software component?
Is there any difference between CUSTCRMPRJ.sca and above dc's, 
When to modify which component?
2)
What is the relation between SHRWEB & SHRAPP same way CRMWEB  & CRMAPP.?
3)
What is the relation between  SHRWEB& CRMWEB , SHRAPP &  CRMAPP?
Please clarify the above questions.
Regards
Vijay

Hi Nitin,
Thanks for the valid reply.
I have worked on webdynpro applications in SAP WAS, but not much with respect to J2EE app. Now  I need to  support the CRM E-commerce apps(b2b scenario)  which are already customized by dev team.
I have few questions related to applications.
I have imported the weborder track which has all the following .SCA's
sap.com_CUSTCRMPRJ
sap.com_SAP-CRMAPP
sap.com_SAP-CRMDIC
sap.com_SAP-CRMWEB
sap.com_SAP-SHRAPP
sap.com_SAP-SHRWEB
I have understood one point clearly that, SHRAPP & CRMAPP will have only Enterprise application Dc's only, it has one.ear file to deply the web applicatons related to  SHRWEB and CRMWEB by refering the related web DC's.
All CRM Web component DC's in SHRWEB have corresponding Enterprise applications in SHRAPP to deploy in server. same for CRMWEB.SCA have corresponding Enterprise application dc's in CRMAPP.
can you clarify the folowing questions.
1) what is the relation ship between SHRWEB and CRMWEB?
2) what is the difference between
            *isa (E-Commerce), this related .war is available in SHRWEB.sca*
           *icss (Internet Customer Self Service) .war is availabl in CRMWEB.sca*
3) There are lot of dc's available in SHRWEB& CRMWEB, what is the relationship between each dc?
SAP-SHRWEB
CRM/home/shr/ext/  (for customer extn)
crm/ipc/web/ipc/
crm/ipc/web/ipcpricing
crm/ipc/web/ipcshared
crm/ipc/web/msaipc
crm/ipc/web/shared/pricing
crm/ipc/web/tomcatstart
crm/ipc/web/tteanalysis
crm/isa/web/advisor
crm/isa/web/auctionb2x
crm/isa/web/auctionebay
crm/isa/web/b2b   
crm/isa/web/b2c
crm/isa/web/catlog
crm/isa/web/catlogtool
crm/isa/web/isacore
crm/isa/web/isauseradm
crm/isa/web/lwccustomer
crm/isa/web/ocitest
crm/isa/web/shopadmin
crm/sve/web/sve
crm/tc/web/appbase
crm/tc/web/attachment
crm/tc/web/catlog
crm/tc/web/contract
crm/tc/web/core
crm/tc/web/ecommercebase
crm/tc/web/scheduler
crm/tc/web/shopr3/metadata
crm/tc/web/user
crm/tc/web/xcmadmin
crm/web/mimes
SAP-CRmWEB
crm/eservice/web/cr_b2b
crm/eservice/web/insp_b2b
crm/home/crm/ext/
crm/icss/web/icss_b2b
crm/icss/web/icss_b2c
crm/icss/web/icss
crm/icss/web/cviews
crm/icss/web/entitlementinquiry
crm/icss/web/imsadmin
crm/icss/web/lwc
crm/icss/web/partmerregistration
crm/isa/web/sharedcatlog
4)
Also in the above dc's how to find that which dc's are related to Web order , Web Complaints & Returns.?
Please clarify it.
Regards

Similar Messages

  • What is the difference between 'CRM_ORDER_SAVE' and 'CRM_ORDER_MAINTAIN'?

    Hi Experts,
       What is the difference between these two FMs?
       'CRM_ORDER_SAVE' and 'CRM_ORDER_MAINTAIN'
       I want to change the user status of an order in CRM. I have seen several posts in the forum some of which advises to use CRM_ORDER_MAINTAIN' while others  'CRM_ORDER_SAVE'.
      I am really confused. Which one is the correct FM? I could not find any documentation for these FMs.
      Do we need to use both these FMs or only one of them?
    What is the correct order to call this FM?
    1. CRM_STATUS_CHANGE_EXTERN "Change the user status
    2. Commit work
    3. CRM_ORDER_INITIALIZE
    4. CRM_ORDER_MAINTAIN
    5. Commit work.
    6. CRM_ORDER_SAVE
    Also what is the meaning of Ref_kind field? When do we give 'A' and when do we give 'B'?
    ls_status-ref_guid = i_crmd_orderadm_h-guid.
    ls_status-ref_kind = 'A'.
    ls_status-status = 'E0003'.
    ls_status-activate = 'X'.
    APPEND ls_status TO lt_status.
    CALL FUNCTION 'CRM_ORDER_MAINTAIN'
    EXPORTING
    IT_STATUS = lt_status
    CHANGING
    CT_INPUT_FIELDS = lt_input_fields
    EXCEPTIONS
    ERROR_OCCURRED = 1
    DOCUMENT_LOCKED = 2
    NO_CHANGE_ALLOWED = 3
    NO_AUTHORITY = 4
    OTHERS = 5.
    Thanks
    Gopal

    First question:
    - the purpose of 'CRM_ORDER_MAINTAIN' is to set values of the fields (for example set header data, items, pricing...)
    - the purpose of  'CRM_ORDER_SAVE' is just to save objects (in this function you don't set data but just set which objects (guids) should be saved)
    Second question:
    - you can use only  'CRM_ORDER_MAINTAIN'  if you execute function in runtime (change data on the transaction that is opened on the screen) and then you save the object manualy
    - you need both functions if you execute function 'CRM_ORDER_MAINTAIN'  in the background because this function doesn't perform the save functionality by itself
    3rd question:
    The correct order is
    1. CRM_STATUS_CHANGE_EXTERN "Change the user status
    6. CRM_ORDER_SAVE
    You don't need fm 'CRM_ORDER_MAINTAIN', because CRM_STATUS_CHANGE_EXTERN calls at the end 'CRM_ORDER_MAINTAIN' by itself (it is a sort of subfunction of this function).
    4th question:
    With 'ref_kind' you set to which level are you refering (header or item). A is for header.
    Regards.

  • What is the Differences between Caingorm2 and Parsley(Caingorm3) ? Very Urgent ...plz help me out..

    Hi all,
            I am familier with caingorm 2 , and i am new to parsley , can any one give  differences between caingorm2 and parsley(caingorm3) ?
    and also please
    1)how to create a BeanConfig.mxml configuration  file in parsly ? how many ways we can inject beans in BeanConfig.mxml
    2)and how the event dispatched in parsly and handled by parsley step-by step?
    3)please explain by taking a small example insert usename and password in to data base using LCDS ?
    thanks
    -Balu

    Hi
    You can refer the following links for your question.
    Difference between AET and EEWB
    What is the use of AET? What are the differences between AET and EEWB?
    Difference between EEWB - UI Configuration Tool - AET
    http://senthilsapcrm.wordpress.com/2010/02/04/adding-custom-fields-in-sap-crm-7-0-using-aet/
    What is the main difference between eewb and aet tool ?
    Hope it is useful.
    Thanks and regards
    Preeti Viswanath

  • What is the use of AET? What are the differences between AET and EEWB?

    Hi,
    I would like to know about AET? What is the use of AET? What are the differences between AET and EEWB? Please help me out?
    Thanks,
    Satish

    Hi
    You can refer the following links for your question.
    Difference between AET and EEWB
    What is the use of AET? What are the differences between AET and EEWB?
    Difference between EEWB - UI Configuration Tool - AET
    http://senthilsapcrm.wordpress.com/2010/02/04/adding-custom-fields-in-sap-crm-7-0-using-aet/
    What is the main difference between eewb and aet tool ?
    Hope it is useful.
    Thanks and regards
    Preeti Viswanath

  • What is the difference between version 4.7EE and ECC 5.0

    DEAR EXPERTS
    what is the difference between version 4.7EE and ECC 5.0?WHAT ARE THE ADDITIONAL FUNCTIONALTIES IN
    ECC 5.0?

    hi,
    Diff between 4.7 and ECC 5.0:
    1. 4.7 is on R/3 platform, while ECC 5.0 is on mySAP ERP 2004
    2. ECC 5.0 is having ESA(enterprise Serviceoriented Architecture)
    3.ECC 5.0 is web enabled with Netweaver technology.
    mySAP ERP is the "newer" ERP with numbering conventions like ECC (which stands for ERP Central Component) 5 or 6
    mySAP (aka mySAP.com) Business Suite contains Solutions like CRM, SCM etc. The important thing to note here is that this contains mySAP ERP, the one above
    mySAP All-in-One Solution is designed for smaller companies (the ad that says SAP is not just for large companies but for great companies where the above mentioned functionality is scaled down and is made to run on one database on a PC type of setup as opposed to the full blown architectures on which SAP traditionally set to run

  • What is the difference between a sales return or RMA ?

    Please explain or give a link or documentation which explains the difference between a sales return and RMA.
    thanks in advance,
    hun

    Hi Paul,
    The link is very good. thank you very much for that.
    Please correct me if my understanding of the link you send is wrong.
    following is my understanding..
    RMA is created for product/products that is / are sales retruns as well as for repair (complaint is created in case there is no need of a repair or sales return).
    I also would like to know which module of R/3 handles the RMA process?
    Whether it is S.D. or Service Management.
    Suppose if there is no CRM and only R/3 is there. RMA is to be created is it handled in R/3 service mangement? Is it not possible to handle the Returns in S.D. only (suppose when we do not have a service center) by creating a return orderin R/3 S.D.. Please also tell me what is the difference between a return order and RMA?
    thank you

  • What is the difference between Topic Keywords and Index File Keywords?

    What is the difference between Topic Keywords and Index File Keywords? Any advantages to using one over the other? Do they appear differently in the generated index?
    RH9.0.2.271
    I'm using Webhelp

    Hi there
    When you create a RoboHelp project you end up with many different ancillary files that are used to store different bits of information. Many of these files bear the name you assigned to the project at the time you created it. The index file has the project name and it ends with a .HHK file extension. (HHK meaning HTML Help Keywords)
    Generally, unless you change RoboHelp's settings, you add keywords to this file and associate topics to the keywords via the Index pod. At the time you compile a CHM or generate other types of output, the file is consulted and the index is built.
    As I said earlier, the default is to add keywords to the Index file until you configure RoboHelp to add the keywords to the topics themselves. Once you change this, any keyword added will become a META tag in the topic code. If your keyword is BOFFO, the META tag would look like this:
    <meta name="MS-HKWD" content="BOFFO" />
    When the help is compiled or generated, the Index (.HHK) file is consulted as normal, but any topics containing keywords added in this manner are also added to the Index you end up with. From the appearance perspective, the end user woudn't know the difference or be able to tell. Heck, if all you ever did was interact with the Index pod, you, as an author wouldn't know either. Well, other than the fact that the icons appear differently.
    Operationally, keywords added to the topics themselves may hold an advantage in that if you were to import these topics into other projects, the Index keywords would already be present.
    Hopefully this helps... Rick

  • What is the difference between "Invisible" (11g) and "virtual" index?

    Hi
    What is the difference between the "Invisible" index and "virtual" index?
    Thanks
    Balaji

    Indexes can be visible or invisible. An invisible index is maintained by DML operations and cannot be used by the optimizer. Actually takes space, but is not to be used as part of a potential access path.
    AFAIK, a virtual index is created by the tools used in SQL statement access path tuning to provide an alternative for the optimizer to test. It does not take any real space as it is a pure in memory definition.

  • What is the difference between the drop and create the index and rebuild index ?

    Hi All,
    what is the difference between drop and create index & rebuild index ? i think both are same...Please clarify if both are same or any difference...
    Thanks in Advance,
    rup

    Both are same. Rebuilding an index drops and re-creates the index. 
    Ref:
    SSMS - https://technet.microsoft.com/en-us/library/ms187874(v=sql.105).aspx
    TSQL - https://msdn.microsoft.com/en-us/library/ms188388.aspx
    I would suggest you to also refer one of the best index maintenance script as below:
    https://ola.hallengren.com/sql-server-index-and-statistics-maintenance.html

  • What is the difference between 'command delete' and using 'delete original and all versions'?

    My masters are not referenced and I usually have only one version.  What is the difference between using 'command delete' versus going to the top menu bar and using 'dele

    Good question  .
    When the Version is the only Version based on the Original of that Version, the two commands have the same effect.
    See this User Tip by master Aperturist Frank Caggiano.

  • What is the difference between the following 2 hints?

    What is the difference between the following 2 hints?
    USE_NL
    USE_NL_WITH_INDEX

    http://download.oracle.com/docs/cd/B19306_01/server.102/b14200/sql_elements006.htm#SQLRF50701
    Oracle Documentation starts @ http://tahiti.oracle.com

  • What is the difference between #variable_name and :variable_name?

    Hi!
    What is the difference between #variable_name and :variable_name?
    I have found that if we use alphanumeric variable then :variable_name return value in quotes but #variable_name without quotes.
    Why it does not work in the same way for variable default values when variable is used in filter? (It works in mapping)
    I use variable in filter like T.OUT_DATE>convert(datetime,:LAST_UPDATE_DATE,121)
    When I use my variable in package and do refresh it works fine. But when I try to execute the same interface with variable default value I get error. Seems that variable name has been not changed to the value. It does not work with default value in quotes neither without quotes.
    Any ideas how to solve that?
    Thank you in advance!
    Edited by: user13278245 on Sep 15, 2010 4:34 AM

    Question is how to make it work with default value, when I execute interface standalone, not in package? And why it works in mapping but not in filter?
    + I have found that it works if source is Oracle. It doesn't work only for MS SQL source.
    Edited by: user13278245 on Sep 15, 2010 6:43 AM

  • What is the difference between Video-out and mirroring?

    What is the difference between Video-out and mirroring? I can't get iPhone 4 video to work on my TV screen
    I have just bought an MD098ZM/A (Apple 30-pin Digital AV Adapter). I am struggling to get it to show a picture on my TV. I know I'm doing something right because the audio is coming out of my TV speakers but no picture on the TV screen.
    I have used the same HDMI channel (on the TV side) with the same cable and my thunderbolt port (MacBook Air) without any trouble - and on the same app (BBC iPlayer download then full-screen mode).
    Now I note that the packaging for the MD098ZM/A says video-out on iPhone 4 but mirroring only on iPhone 4S. I only have an iPhone 4 (not the 4S). Now if the lack of iPhone 4 support for mirroring means that I can't play video material out to my TV, then in what sense is there any video-out capability at all?
    There is only safety and warranty paperwork in the Apple adapter packaging - no help information. And I haven't found further guidance online either.
    I do note somewhere online that it suggests that basic non-mirroring video-out (for this adapter) only works with some external TV sets. Any way of finding out which? I'm using a Sanyo CE32LD90-B LCD TV if it helps.
    So far not doing very well.

    Now found these but have had to give up on this adapter!
    http://manuals.info.apple.com/en_US/iphone_user_guide.pdf
    http://support.apple.com/kb/HT4108

  • What is the difference between jsp :include and server side include

    what is the difference between jsp :include and server side include(request dispatcher include method)????
    i understand that both request dispatcher include method and jsp:include take dynamic data,so when would one use request dispatcher include and when jsp:include.
    Is the usage interchangeable?i believe jsp include is used only for jsp/html but include directive can be used to include servlets ,jsp and html....correct me if i m wrong and
    do suggest if u hav ny other diff in this context...

    The difference really is: in what format do you want your inclusions? If your environment has many Java developers and only a few designers that focus mainly on, say, Flash, that might push you more towards the server-side include() directive. Or, if you have a large set of pages that receive dynamic content that is displayed in a consistent fashion (such as a workflow header area on a page).
    If, on the other hand, you have more web designers, there may be a greater desire to deal in markup rather than Java code. Java developers themselves might prefer to view markup (JSP) that more resembles the eventual output than something occuring in Java code.
    Finally, there are considerations of tiering. While it is totally possible to (and I have previously) implement 'view classes' that render markup or generate layout templates, JSP's offer, IMO, a subtle, psychological advantage. By forcing a developer to work in a different format, markup versus Java source, the separation on view from controller and model becomes a bit easier. It is still possible to make mistakes, but if a developer at some point notices, "Wait, I'm in a JSP, should I be importing a java.sql class?", then the choice to use JSP includes has paid off in spades.
    - Saish

  • What is the difference between"export audio and "bounce"?

    What is the difference between the "export audio" and "bounce" functions?
    Do plug ins get saved with the created BWF(broadcast wave files)in the "export" function?
    Or is the "bounce" method the required function to enable plugins embedded in BWF files?
    Also I noticed that the "convert to SDII file" produces files not readable by ProTools.
    It was my understanding that using the convert to SD II files via the audio bin is used, it would produce BWF files for use in Protools.And if you use symbols like / in your track names the files won't get converted or bounced!
    Also would it not be cool if LE8 had a feature that could render BWF files small enough to send via internet file sharing and transfer apps, in other words a built in file transfer feature. Am I asking for too much.

    Export audio is good to move the tracks to another application or computer for further editing.
    Bounce renders the mix into a stereo track in 2 basic ways: PCM, i.e. uncompressed, or compressed (like AAC, mp3 etc.).
    PCM can be AIFF, Broadcast WAV (even if it's written only WAV those are BWF), and SDII that's the standard file type of ProTools.
    Note that PT doesn't use interleaved stereo files but two separate files for left and right channels, i.e. filename.l and filename.r and if you save in this way PT will accept those files for sure.
    Uncompressed audio files cannot be compacted (in fact, that's why they're called uncompressed).
    These days there are a lot of Internet services that permit to transfer several Gb (up to 5) for free.
    If you are thinking of something like Digidelivery then you should put your attention towards Digi's products, not Apple's ones.
    cheers
    rob

Maybe you are looking for

  • Vendor performance

    Have you done any vendor performance evaluation report? So we can see if the vendor delivery performance based on the following measure: PO QTY delivered on time and in full The material delivered is in good condition I am trying to build the data mo

  • How to buy HD movies

    So on iTunes via iPod touch 4g. How do you buy and hd movie? Does a screen pop up saying do you want this version or hd?  I'm a bit confused if it would just download normal version only and not hd right away. I want to buy a movie in hd but idk if t

  • Using JSP parameters as input in a JavaScript function

    hey I have a JavaScript function, which I call with JSP parameters. The function call looks similar to: <button onclick="myFunction(<%= jspParameter%>);"> </button> However, this JavaScript function is called from a jsp page, which is asynchronously

  • Problems submitting iWeb blog to Feedburner

    I am trying to submit my blog to feedburner. It's been created in iWeb, and everything is working fine, but when I submit the RSS url to feedburner, I keep geep the message that the address entered contains leading or trailing punctuation, I have che

  • Ipod hangs with itunes 7

    since installing itunes 7 everytime i plug my ipod in, itunes attempts to update ipod and hangs... i have installed latest version of itunes (7.0.2.16) outside which ipod seems fine. any ideas? thanks   Windows XP