Friday, May 23, 2014

Domain name Controller (Active Directory)


Domain name controller:

On Microsoft Servers, a domain controller (DC) is a server that responds to security authentication requests (logging in, checking permissions, etc.) within the Windows Server domain.[1][not in citation given][2] A domain is a concept introduced in Windows NT whereby a user may be granted access to a number of computer resources with the use of a single username and password combination.  (source: Wikipedia)

In my company: We have 5 domain controllers (ADs) - one at each site (3 sites) and 2 virtual servers acting as domain controllers (or AD - Active directory) at our hosting partner site.

All clients (like our laptops) need to be logged in with userid/pwd registered at Domain Controller (AD - Active directory).  Printers are connected to AD as well.  A client can will be connected to any one of ADs (DNC) randomly.. In case of Internet failure,  local DNC (AD) is used to access Printers etc..  Userid and Pwds are generally catched at client level (Laptop level), so you can login to system from home(with out internet) as well.. but this is only valid for few days... You cant change pwd with out connecting to domain controller.

 

Wednesday, May 21, 2014

Finance tips


Substitution rule - best way to set a field in FI document with value - You can use user exit - Program ZRGGBS000 (Add the custom prog to T80D in SM30)
Refer to below:
http://www.abap-code.com/substitutions.html

 

Friday, May 16, 2014

CRM IT Service management


CRM IT Service management:

- Request for Change :
Trans typ - ITCH

Multilevel categorization: To setup 'Category' values.
- 1) Assign Catalog Category to Trans type in SPRO -> CRM-> CRM Cross appl comp -> Multilevel categ
- 2) Set Categorization schemas in WebUI -  Service Operations-> Categ schemas (Take help of C35, C29 docs in CRM stuff folder in Dropbox)
 

Thursday, May 8, 2014

Icons in Application tool bar disappeared


Buttons replaced with Icons in VA03 screen.

Solution: Go to System -> Status -> GUI status and 'Activate'  ( Dont know why it got deactivated though).

Friday, May 2, 2014

Middleware mapping of custom field in Customer


Middleware mapping of custom field in Customer

If field names are same in KNA1, BSS_CENTI (in CRM and R3), BSS_CENTIX (in CRM and R3), then standard code automatically sends data into Bdocs.

Try checking CRMSUBTAB table in CRM and R3 if there are any modules setup.

Check exits - TBE34 table - See below links
https://wiki.scn.sap.com/wiki/display/ABAP/BTE+-+Business+Transaction+Event
https://scn.sap.com/thread/524466


Thursday, May 1, 2014

CRM Middleware tips


CRMSUBTAB -  contains adapter modules between CRM and ECC (Table exists in both CRM and ECC)

SMOFTABLES - table in CRM, where you can see object names for request load by giving R3 Table name.

PIDE - Mapping of account groups between R3 and CRM (Check this, if you create a new accounting group in ECC)