Friday, January 8, 2016

Create Subtype for Configuration

Use the following method.
Method: GET_OBJECT_SUB_TYPES
BADI:    CRM_BP_UIU_CONFIG_CALLBACK

Change Object Parent System

  1. Go to Tcode SE03
  2. To find any object click on Object Directory -> Change Object Directory Entries
  3. To find with transport number click on Object Directory -> Change Object Directory Entries of Objects in a Request



 

Create Range Table

To create range table declare data as follows.
lr_type       TYPE RANGE OF <data_type>,
ls_type_range 
LIKE LINE OF lr_reltyp.


Then you can directly use it in loop.

Application Enhancement Tool (AET)

New component in AET:

While creating new component in AET we have to create a Z component fist which will be used. To do that,
Go to Tcode AXTSYS and create a UI Component and use it in AET.


Component not available in AXTSYS:

If you want to reuse an existing Z component in AET, first check that component exists in Tcode AXTSYS. If not its because the parent system where the AET was created is different.
Then the Z component entry has to be inserted in table AXT_CUST_UI_COMP.

Wednesday, January 6, 2016

User Parameters

User Parameter values:



Parameter
Value
Description
BSPWD_USER_LEVEL
6
Displays Web UI message details on mouse hover
WCF_IGNORE_ENHANCEMT
A
Bypass the custom code and enhancement for the user