Skip to Content
0
Former Member
Oct 07, 2005 at 02:46 PM

CIC Winclient customization

33 Views

Hi All,

We are using CRM 3.0 IC Winclient for Service Complaints and have added a custom tab using CRMV_SSC. The way we added our custom fields is by developing our own subscreen and called it from the empty screen (Program SAPLCRM_TSALES_UI, screen 1331) that SAP provides for tab 90 in CRMV_SSC :

Profile TCPL, Screen profile CMPL_CIC, Tabstrip Panel CMPL_IL_T1

To store the custom fields in table CRMD_ORDERADM_I, I have added the fields in append structure - ZBCRMT_ORDERADM_I_EXT and also defined a UI structure ZCRMT_1010_REF_UI for these fields. I have assigned the fields from UI structure to the table fields in CRMC_MAP.

Now my questions are :

1. Do I need to define the following two fields - GUID, and HANDLE in my UI structure ?

2. Do I need to call functions 'CRM_INTLAY_PUT_DATA'

and CRM_INTLAY_GET_DATA to save and retreive these custom fields in the PAI and PBO modules of my screen ?

Any inputs/help you can provide me on this is greatly appreciated.

Thanks,

Chandrika