Saturday, 13 August 2011

Cool and Exciting features in SAP Netweaver 7.0 EHP1,2

A) 

The New ABAP Debugger, introduced with NetWeaver 2004s, came with a Table tool for displaying the contents of internal tables.
With NetWeaver 7.0 EHP2 and with Netweaver 7.30, the Table tool has been re-worked and expanded to make it easier to use and more flexible – a truly comfortable tool for examining internal tables, no matter how large or complex they might be. 

Please check the link below.

http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/25665

B) 

SAP NetWeaver 7.0 EHP2 brings an expanded set of breakpoint and watchpoint capabilities as well as a new higher-resolution statement debugging capability.

Please check the link below.

http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/18861



Creation Of Info Sets in SAP CRM

Info Sets in SAP CRM are used to access business partner master data. SAP provides various Info Sets in the standard delivery, which can be used for marketing purposes.


To create InfoSets, go to SAP Menu   Architecture and Technology   ABAP Workbench   Utilities   SAP Query   InfoSets


Or

Use transaction code SQ02 to create an info set.




Click on “Create” and enter the name of the Info Set.


Select the data source as one of the following:
  • Direct Read Of Table
  • Table Join Using Basis Table
  • Logical Database
  • Data Retrieval Program
      
"Table Join Using Basis Table" is chosen for the info set created in this example.


Select the Basis table name from the list of tables available. Choose the table name as per the requirement. E.g.:- “BUT000"


Click on "Insert Table" icon to insert the table which is to be joined with BUT000 (E.g:- BUT100).


 Add the table "BUT100".


"BUT000" and "BUT100" are joined with the key field "Business Partner ID".

 

Choose all the table fields or include only key fields.  Field groups can be created to group the fields together into a meaningful unit.





Click on "Generate" icon to generate the Info Set.



Select the package in which the Info Set is to be included.


Once saved, the Info Set gets Generated.


Once the Info Set is successfully generated, it would be visible on the main screen (Sq02).







Friday, 12 August 2011

Creation of Marketing Attributes and Attribute Sets in SAP CRM


The primary purpose of creating Marketing attributes is to be able to do segmentation based on the information of the customers which are not a part of the master data or transactional data. Creation of Marketing attributes and attribute sets, assignment of the attribute sets and hence attributes to the business partners help segmenting the customers/business partners on these marketing attributes.

Creation of Marketing Attribute

Create Marketing Attribute using transaction code CRMM_ROUT_PROF_CHAR.




Enter the description for the attribute set and enter the attribute. Make the attribute set valid for person or organization or both depending on the business need.











Click on “Create” to create Marketing Attribute as shown below.



Enter description for the attribute created and choose the format of the Attribute (Character, Numeric, Date etc.).


Enter the values for the attribute created.



Creation of Marketing Attribute Set



Create Marketing Attribute Set using transaction code CRMD_PROF_TEMPL.

Click on "Create" icon to create Marketing Attribute Set.


Enter the description for the attribute set and enter the attribute. Make the attribute set valid for person or organization or both depending on the business need.

Add the Attribute under Attribute Column.