What is crm and abap.

hi,
i want to know what is crm and abap and it's difference or both are equal
thanking you
Moderator message : Search for available information. Read forum rules before posting. Thread locked.
Edited by: Vinod Kumar on Jun 4, 2011 1:57 PM

Hi ,
CRM ABAP is somewhat similar to R/3 only . But you can say that CRM is more of a Object oriented ABAP.
Secondaly there are few concepts such as
BDT ( Business Data Toolset)
EEWB ( Easy Enhancement Workbench)
External list management.
These are upto my knowledge .
For more refer this link.
[Re: CRM for ABAPer;
Reward if helpful.
Regards
Sourabh Verma

Similar Messages

  • What are the table names for CRM and APO?

    hi friends,
    what are the table names for CRM and APO?
    Regards
    suneel.

    hi Suneel,
    check in crm forum
    Re: SAP-CRM Tables
    BUT051 BP Relationship: Contact Person Relationship
    Similar to BUT050 , additionally contains Contact Person’s Address data
    BUT0BK Business Partner: Bank Data & Details
    BP Number, Bank Key, Bank Country Key, Bank Account Number
    BNKA Bank Master Data
    BUT100 BP: Roles
    ADR2 Telephone Numbers (Business Address Services)
    ADR6 SMTP Numbers (Business Address Services)
    Contains Email – Id of the BP.
    ADRC Addresses (Business Address Services)
    BP’s Complete Address Details- City, Country, Post Code, District, Street, Title No Etc
    TSAD3T Table containing the Title text against a Title No.
    COMM_PRODUCT Master Table for Product
    CRMM_BUAG Master table for Business Agreement
    CRMM_BUAG_H Header Data for Business Agreement such as Tax Category, Tax Characteristic, Form key, Business Agreement Class. Data in this table correspond to ISU CRMD_ORDERADM_H Contains the Header Information for a Business Transaction.
    Note:
    1. It doesn’t store the Business Partner
    responsible for the transaction. To
    get the Partner No, link it with
    CRM_ORDER_INDEX.
    2. This table can be used for search
    based on the Object Id(Business
    Transaction No).
    CRMD_CUSTOMER_H Additional Site Details at the Header Level of a Business Transaction
    CRMC_PROC_TYPE Master table Business Transaction Type
    CRMC_PARTNER_FCT Definition of Partner Functions
    SCPRIOT Priorities for Activities with priority text.
    CRMC_PROC_TYPE_T Text for a transaction type
    CRMC_ACT_OBJ_T Objective Number and Text for Activities
    TJ30T All the status code and text
    CRMC_PR_ASSIGN : Transaction Type and its Transaction Type Object.
    IBIB : Installed Base/Ibase
    IBIN : Installed Base Components
    COMM_PRODUCT : Products
    CRMC_T077D : customer account groups
    CRMD_ORDERADM_H (for header) CRMD_ORDERADM_I (Item data)
    CRMD_ORDERADM_H Business Transactions CRM
    CRMD_ACTIVITY_H Activity
    CRMD_OPPORT_H Opportunity
    BUTOO : Customer details
    BUT001 BP: General data II
    BUT100 BP: Roles
    BUT150 BP relationship: Attribute table (test
    different
    BUT_HIER_TREE Business Partner Group Hierarchy
    CDBC_T_PRODUCTID Mapping: Product Id
    CDBD_ORGMAN Business transaction - organizational unit -
    set
    COMC_PRODUCT General Product Settings
    COMC_R3_FIELDS Assignment of R/3 material master fields to
    CFOP
    COMM_CATEGORY Category
    COMM_CFGMAT Basic Data for Materials
    COMM_HIERARCHY Category Hierarchy
    COMP_TYPES Hierarchy Tool: Comparison Type Check
    Table
    CRMC_CPRICPROC Customer Pricing Procedures
    SMOKVBEZ15 Assignment employees to positions
    CRMMLSGUID: GUID entry (should match GUID in CRMPRLS)
    CRMM_BUT_CUSTNO : Also GUID table (GUID here should match GUID in R/3 table CRMKUNNR)
    SMOFSUBTAB : Mapping & Parameters
    SMOFDSTAT : Download Monitor (R4AM1)
    SMOFFILTAB : Filters (Should match filters in R3AC1 & R/3 Table CRMFILTAB)
    SMOFOBJECT Definition of Objects for Download
    SMOFOBJPAR Parent Objects of an Object in Table
    SMOFPARSFA Middleware Parameter
    SMOFQFIND Queue Finder Table for MW-Queue finder
    SMOFTABLES Definition of Tables for Download

  • What is the differenec between 'sap list viewer' and 'abap list viewer'

    hi
    what is the differenec between 'sap list viewer' and 'abap list viewer'

    Hi,
    There is no difference between them.SAP List Viewer (ALV) is the new name of the ABAP List Viewer (ALV).
    The SAP List Viewer unifies and simplifies the use of lists in the R/3 System. A uniform user interface and list format is available for all lists. This prevents redundant functions.
    The SAP List Viewer can be used to view both single-level lists and multilevel sequential lists.
    Single-level lists contain any number of lines that have no hierarchical relationship to each other.
    Multilevel sequential lists consist of any number of lines that have two hierarchical levels. Multilevel lists have header rows and item rows; the item rows are subordinate to the header rows. For each header row there can be any number of subordinate item rows.
    You can view subtotals and totals rows in both single-level lists and multilevel sequential lists
    From End User Point it is SAP LIST viewer , From Developer Point of View it is ALV .
    Check the Below Link
    http://help.sap.com/saphelp_nw04/helpdata/en/66/bc7aab43c211d182b30000e829fbfe/frameset.htm
    Regards,
    Satish

  • Im new to CRM, can any body say about the BPEM. What is it and how work on?

    Hi SAP Gurus,
          Im new CRM, Can any body say me what is BPEM and how can i work on it. Is it present only in ISU ? or can i see it in CRM also?
    Thanks in advance.

    The line in question can be split up into 3 different lines.
    a[n] = next;
    System.out.println(a[n]);
    n++;

  • What is the programming (ABAP) difference between Unicode and non Unicode?

    What is the programming(ABAP) difference between Unicode and non Unicode?
    Edited by: NIV on Apr 12, 2010 1:29 PM

    Hi
    The difference between programming in Unicode or not Unicode is that you should consider some adjustments to make on the Program "Z" to comply with the judgments Unicode Standard.
    In the past, developments in SAP using multiple systems to encode the characters of different alphabets. For example: ASCII, EBCDI, or double-byte code pages.
    These coding systems mostly use 1 byte per character, which can encode up to 256 characters. However, other alphabets such as Japanese or Chinese use a larger number of characters in their alphabets. That's why the system using double-byte code page, which uses 2 bytes per character.
    In order to unify the different alphabets, it was decided to implement a single coding system that uses 2 bytes per character regardless of what language is concerned. That system is called Unicode.
    Unicode is also the official way to implement ISO/IEC 10646 and is supported in many operating systems and all modern browsers.
    The way of verifying whether a program was adjusted or not, is through the execution of the UCCHECK transaction. Additionally, you can check by controlling syntax (making sure that this asset verification check Unicode).
    The main decisions to adjust / replace are (examples):
    ASSIGN H-SY-INDEX TEXT TO ASSIGN <F1> by
    H-SY-INDEX TEXT (*) TO <F1>.
    DATA INIT (50) VALUE '/'. by
    DATA INIT (1) VALUE '/'.
    DESCRIBE FIELD text LENGTH lengh2 by
    DESCRIBE FIELD text LENGTH lengh2 in character mode.
    T_ZSMY_DEMREG_V1 = record_tab by
    record_tab TO MOVE-Corresponding t_zsmy_demreg_v1.
    escape_trick = hot3. by
    escape_trick-x1 = hot3.
    itab_txt TYPE wt by
    ITAB_TXT TYPE TABLE OF TEXTPOOL
    DATA: string3 (3) TYPE X VALUE B2023 '3 'by
    DATA: string3 (6) B2023 TYPE c VALUE '3 '.
    OPEN DATASET file_name IN TEXT MODE by
    OPEN DATASET file_name FOR INPUT IN TEXT MODE ENCODING NON-UNICODE.
    or
    OPEN DATASET file_name FOR INPUT IN TEXT MODE ENCODING DEFAULT.
    CODE FROM PAGE TRANSLATE a_codepage record by
    record TRANSLATE USING a_codepage.
    CALL FUNCTION 'DOWNLOAD' by
    CALL METHOD cl_gui_frontend_services => gui_download
    CALL FUNCTION 'WS_DOWNLOAD' by
    CALL METHOD cl_gui_frontend_services => gui_download
    CALL FUNCTION 'UPLOAD' by
    CALL METHOD cl_gui_frontend_services => gui_upload
    CALL FUNCTION 'WS_UPLOAD' by
    CALL METHOD cl_gui_frontend_services => gui_upload
    PERFORM USING HEAD APPEND_XFEBRE +2. by
    PERFORM USING HEAD APPEND_XFEBRE +2 (98).
    Best Regars
    Fabio Rodriguez

  • What are BI reports and ABAP reports and the difference between them ?

    What are BI reports and ABAP reports and the difference between them? please explain me in detail and let me know if you have some documentation about it.
    Thank you in advance!
    Steve Jobs

    Do we have to write custom code for the ABAP reports? Do you have any documentation about it?
    Thank you.
    Steve Jobs

  • What is best operating system for the practice of EP and ABAP

    Hi All,
    I bought a new Dell laptop INS 1464 one week ago with Wndows 7.
    Can anyone help me out which operating system would be best for using/practicing SAP EP and ABAP?
    Regards
    Divyanshu

    Hi Divyanshu,
    Windows operating system would be best for the practice purpose for installing SAP EP and ABAP.
    Please check the Windows 7 Compability with the your EP and ABAP System.
    http://service.sap.com/pam
    http://service.sap.com/sap/support/notes/1347768
    http://service.sap.com/sap/support/notes/1296463
    Hope it helps
    Regards
    Arun Jaiswal

  • What is PERNR and APPLICAT in Abap hr.

    In Hr programming, what is PERNR and APPLICAT.In PERNR and APPLICAT we are using same infotype 0001.what is the situation to use these structures. Can u give a problem to differentiate the use.

    Structure will contain data only during runtime. PERNR & APPLICANT are two different structures and cannot contain the exact same data.
    PERNR - will hold the employee info
    APPLICANT - will hold the applicant master data
    A  few fields like name, pers area, position etc will be the same as the applicant if recruited for that position will become an employee eventually.
    ~Suresh

  • What is ISU and  CRM?

    Can u give me information about ISU and CRM

    Hi,
    you may try this link first:
    SAP CRM
    Its a module which focus more on the customer focus and relationships maintained between the customer and the client.It focus more on various channels like Portal,Internet Sales,Telesales,Mobile Sales etc..
    .CRM provides us with a 360 degree view of the customer.
    2.In R/3 System we have the departmentalised approach and so for example if we need to get an information like "I have a 15 year old customer who likes Red Ferrari" its possible only in CRM and not in ERP.To be more clear,
    Check out this link:
    http://www.ebusinessteam.com/article.php?search=CRM%20and%20ERP:%20Two%20Worlds%20Apart,%20Two%20Worlds%20Alike
    Read following,
    3.ERP tries to build basis informational kernel for support of almost all operational and financial corporate process.CRM focuses on ways customers can be directly contacted .CRM can procatively identify and obtain better knowledge of requirement and needs of and successfully respond to the customers preference.
    4.CRM is a business strategy supported by numersous system rather than system itself like ERP.New departments like marketing and custgomer interation centers came into play.
    Check the below links :
    Links to CRM Documentation
    Brainstorming Discussion - Links to CRM Documentation
    http://help.sap.com/bp_crmv340/CRM_DE/BBLibrary/html/BBLibrary.htm
    /message/1863167#1863167 [original link is broken]
    http://www.ixos.com/local/es/home/products/pro-integration/pro-integration-crm/pro-integration-crm-sap.htm
    http://wiki.ittoolbox.com/index.php/Topic:MySAP_ERP
    http://www.cadservices.nl/site/cadservices/28/27/Designer_mySAP_PLM_2005.pdf
    http://www.unevoc.unesco.org/southernafrica/8-km/SAPKW_SolutionBrief.pdf
    CRM material
    http://help.sap.com/saphelp_erp2005/helpdata/en/06/4f220a51d173478a0d60f01645d914/frameset.htm
    http://help.sap.com/saphelp_erp2005/helpdata/en/6a/0e1d3ba1f2ab13e10000000a11402f/frameset.htm
    ISU:
    Please check the link below :
    http://help.sap.com/saphelp_utilities472/helpdata/en/c6/4dce68eafc11d18a030000e829fbbd/frameset.htm
    Also check this ISU related table link.
    http://www.sapetabap.com/ovidentia/index.php?tg=fileman&idx=get&inl=1&id=4&gr=Y&path=ABAP_TABLES&file=DB_for_ISU.ppt#256,1,Slide 1
    Reward Points if found helpfull..
    Cheers,
    Chandra Sekhar.

  • What is COM4ABAP and NET4 ABAP?

    Hi colleagues,
      Could you please suggest what is com4abap and Net4abap, Is  Net4ABAP not required for windows 2003 server.
    Please suggest.
    Thanks & Regards,

    Hi,
    the difference of these both configurations is explained in the end of thread
    [Re: Two Communication Server in the same Server ?]
    by Ankan Banerjee.
    Regards,
    Wolfhard

  • Role Mapping For Portal Role Assignment and ABAP Role Assignment

    Summary:
    - Under the GRC configuration of Roles> Role Mapping we are trying to utilize the  role mapping feature in GRC for associating a dependent role to a main role.
    - We want to use this role mapping feature for the purposes of adding an Enterprise Portal role for every ABAP role that gets approved for the user in an ABAP component system (i.e. ECC, BW, CRM etc). We will have a 1:1 mapping of Enterprise Portal role to ABAP role defined in the role mapping section in GRC.
    - We want to set up the workflow in such a way that the main role (ABAP role) is the only role that needs to be approved. The dependent role (Enterprise Portal role) should be added or not added based on the approval or denial of the main role (ABAP role). In other words if the role owner for the abap role approves the abap role, then both the abap and EP role will be provisioned by GRC and if the role owner rejects/denies the role, then neither the abap or EP role will be provisioned by GRC.
    Problem Description:
    Our Scenarios we tested:
    Scenario 1:
    Main Role:  Attached to Initiator A & workflow A (routes to single approver based on role)
    Dependent Role:  Attached to Initiator B & workflow B (routes to auto approval or no approval)
    *Problem with the Scenario 1setup above, the dependent role will always get approved & provisioned regardless of the approval or denial of the main role. 
    Scenario 2:
    Main Role:  Attached to Initiator A & workflow A (routes to single approver based on role)
    Dependent Role:  Attached to Initiator A & workflow A(routes to single approver (same as main approver) based on role)
    *Problem with the Scenario 2 setup above, the dependent role will always also need to get approved by the same approver as main role and it opens the possibility that the approver may accidently approve the main role and deny the dependent role, which is not the ideal setup as we inherit the risk of human error.
    Questions:
    1. Does the dependent role need to be defined in an initiator at all since it will never directly be requested directly?
    2.  If the dependent role does need to be in the initiator file, please describe how to properly setup the initiator and workflow stage & path so that we can maintain the desired relationship with the main role approval dependency? (if the role owner for the main role approves the main role, then both the main role and dependent role will be provisioned by GRC and if the role owner rejects/denies the main role, then neither the main role or depedent role will be provisioned by GRC
    Edited by: Rene Griffith on Feb 26, 2010 10:22 PM

    I tested this set up.
    1.  Defined ABAP role as Manin role
    2.  Defined Non-ABAP role as dependednt role
    3. ABAP role  is set up in initiator requiring business approval.
    4.  Non-ABAP role is set up in initiator with no approval required.
    Results Where Business Approver approves the ABAP Role
    1. Only the ABAP role is displayed in approver view which is desirable.
    2.  ABAP role is approved and Non-ABAP role and ABAP role is provisioned.
    Results Where Business Approver rejects the ABAP Role
    1. Only the ABAP role is displayed in approver view which is desirable.
    2.  ABAP role is rejected but  Non-ABAP role is provisioned which is not what we want.  We want the Non-ABAP role not to provision if the ABAP role is rejected by the business approval.
    Thanks again for your help.

  • SAP IDM 7.2: How to setup SSO functionality for WebUI of CRM and GRC?

    Hello IDM-experts,
    where can my customer find information about
    SAP IDM 7.2: How to setup SSO functionality for WebUI of CRM and GRC?
    Customer situation description:
    The situation is that we are using SAP IDM 7.2. We are using a functionality to allow our users to access a webpage from where they can gain
    SSO access to the Abap systems via the SAPGui. See screenshot as an example.
    Now what we want is to access the CRM and GRC WebUI also with the same SSO possibility. We cannot find any guide/best practice on how to do
    this or if it is possible via SAP IDM 7.2.
    You can see a weblink in the first screenshot but it does not work. It will ask you for a username and password, see second screenshot.
    Kind regards,
    Daniela

    Do you know how the SAP GUI SSO is setup ? Is it using SNC/Kerberos ?
    If it is (I suspect it is), then you will need to use similar method of authentication for the ICF Services. These cannot use SNC since they are accessed via browser, but what you want is possible.
    Thanks
    Tim

  • Netweaver ABAP and ABAP consultant

    HI all
    I knw my question is very simple , presently i am not working.Previously i was working as an ABAP consultant.I want to knw how a  Normal ABAP consultant is different from Netweaver ABAP consultant.
    What are their job roles.
    I want a clear picture, Pl help me out asap.
    Thanks in advance
    Nikita

    HI Nikita
    U know better what is the ABAP role as you did in previous.For Netweaver SAP Basis Admin OS & DB knowledge required .See Main role for Netweaver are
    Monitor table space growth, estimate growth and sizing requirements, Implement changes to support growth
    · Monitor and make recommendations to improve SAP performance
    · Perform SAP Basis administration including performance tuning
    · Assist in the installation and upgrade of SAP systems
    · Monitor SAP environment and assist in troubleshooting
    · Assist in the evaluation of SAP upgrades and other related products
    · Install software patches and new releases of SAP software
    · Participate in 24x7 on-call rotation
    · Configure and maintain system environment modes & profiles
    · Participate in the System Performance tuning and make recommendations
    · Define and maintain standard operating procedures specifically focused on SAP
    · Provide change control of SAP database objects from development to test & production environments
    · Administer system schedules (Backups, downtime, client copies, upgrades,...)
    · Administer processing upgrade records, lock records and ABAP/4 short dumps
    · Provide SAP and database technical support to functional areas, configurations, & developers
    · Experience in basis management and performance tuning
    · Experience in SAP implementation programs
    · Basic troubleshooting and problem solving skills specific to primary technology of study
    · Able to consider multiple pieces of information to resolve issues within the infrastructure
    · Experience with key technologies including SAP Netweaver 2004/2004s ECC 5.0/6.0, Solution Manager, and ALE maintenance
    · SAP Basis administration of all versions (Portal 7.0, CRM, ERP, BI 7.0, SRM, XI, xApps, GRC, middleware) of multiple platform.
    Bye
    SurendraJain

  • What is CRM technical?

    Hi
    what is CRM technical book? is it for CRM technical consultants of ABAP?? If so , can u plz send me the book at [email protected] I wont forget to give points to whoever helps.
    thanks,
    gautam

    Hi Gaurav,
    When we talk of CRM Technical, Its ABAP OOPS with XML, HTMLB and some Java knowledge.
    Fir CRM technical, its important to have ABAP with OOPS concept.
    Have send you the CRM Webclient Cook book, may thats of some help to you.
    //BR
    Bipin.

  • Organization announcements Using CRM and SAP portal

    Dear Gurus,
    I am trying to build functionality for an organization to do their announcements using CRM 7.0, Once the announcement is published it should be visible on the SAP Portal. I am planning to do like this:
    1) Create a campaign using mail form (Announcement content) and target group
    2) Select the communication method as e-mail and I have done settings in SPRO to create the activity for an outgoing mail
    3) Release the campaign and execute the campaign
    4) Upon execution the CRM system will create the activity for an outgoing email (announcement)
    4) Create an iView in portal
    5) Pull the activities created on CRM and display on the portal iView
    My questions are:
    1) Is there any standard iView to do this
    2) Is there any other standard functionality available to do this announcement using CRM and Portal
    3) What are the lining table between Campaign activity and mail forms (e-mail content for announcement) - When I go activity search on CRM WEB UI I can see these activities and also I can see these activities on CRMD_orderadm_h, but unable to get the link tables between this activity and outgoing mail forms.
    Thank you in advance and appreciate your help.
    Regards,
    Reddy

    Dear Gurus,
    I am trying to build functionality for an organization to do their announcements using CRM 7.0, Once the announcement is published it should be visible on the SAP Portal. I am planning to do like this:
    1) Create a campaign using mail form (Announcement content) and target group
    2) Select the communication method as e-mail and I have done settings in SPRO to create the activity for an outgoing mail
    3) Release the campaign and execute the campaign
    4) Upon execution the CRM system will create the activity for an outgoing email (announcement)
    4) Create an iView in portal
    5) Pull the activities created on CRM and display on the portal iView
    My questions are:
    1) Is there any standard iView to do this
    2) Is there any other standard functionality available to do this announcement using CRM and Portal
    3) What are the lining table between Campaign activity and mail forms (e-mail content for announcement) - When I go activity search on CRM WEB UI I can see these activities and also I can see these activities on CRMD_orderadm_h, but unable to get the link tables between this activity and outgoing mail forms.
    Thank you in advance and appreciate your help.
    Regards,
    Reddy

Maybe you are looking for

  • How to store PDF files in a table

    Hi, Is there a way to store PDF files in a table? Do I use LOB? How do I automatically read them if I want them to be available in a web site? Thanks. Camille

  • Error while opening Primavera p6 v7.0

    Hi All, I have installed Primavera p6 v7.0 stand alone in my laptop. Installation was successful and it was opening for the first time and after that when i try to reopen it is asking for " would you like to configure new database connection now " ye

  • Saerch for plist in spotlight

    Hello mac friends! I have a little question concerning spotlight, before the Leopard crush into my iMac i could serch for .PLIST files with it (wiht tiger). But now it´s hopeless, did Apple forgott a little button that allow the os user to decide wha

  • Flash builder 4.5 Grey background in Design Mode

    I just installed Flash builder 4.5 in my Kubuntu OS. I can created a new flex project in my eclipse. However, when I switched from source mode to design mode. The background is grey and doesn't show any components (nor the white background). I was wo

  • Pocket sharing in Safari doesn't work

    Using the Share button in Safari 8 (Yosemite) shows Pocket as an available extension yet it does not work. When pressed it states that it is not logged in (or similar). How can this be fixed?