Hi ,
I am trying to Add Customer Filed to Asset Master..
I perfomred the Following 5 Steps.
Create structure CI_ANLU in the ABAP Dictionary, and define the fields that you want to have in
the asset master record in addition to the standard fields. The master record data of these fields will
later be stored in the separate table ANLU.
2. Create include ZXAISU03 in function group XAIS. Enter program code there in order to transfer the
asset master data to global variables. The asset master data referred to here is the data that is
transferred using function module EXIT_SAPLAIST_002, and which you need later for checking
the field contents of the fields that you have defined. At the least, you should transfer the values
transferred in parameter I_ANLU to a global structure.
3. In function group XAIS, define one or more subscreens that you want to integrate into the
maintenance interface of the asset master record. On these subscreens, you can either
a) Make the fields available to the global ANLU structure that you defined in the previous step
b) Make any other fields available, from which you then derive values for the ANLU fields.
4. Create include ZXAISU04 in function group XAIS. Enter code there in order to assign the ANLU
structure that was returned to asset master data maintenance by parameter E_ANLU of function
module EXIT_SAPLAIST_003.
5. Create a customer enhancement project, which is related to SAP enhancement AIST0002, and
activate this project (transaction CMOD).
The Sixth Step i havent perfomred as i am not clear How to Assign Asset Classes to tab Lay Outs..
6. Define master data tab layouts that use the subscreens (group boxes) you have defined. Assign asset
classes to these tab layouts.
Please help me if i am doing some thing wrong..
Thanks
Sri
Edited by: Julius Bussche on Dec 5, 2008 3:07 PM