‎2010 Apr 02 6:17 AM
Hi all,
I have a requirement to add new custom TAB 'XYZ' next to 'Deprec. Areas' of t-code AS01 with some custom fields appended in table ANLA using Exit - AIST0002, so can anyone please tell me the step by step procedure for doing the same?
regards.
‎2010 Apr 02 7:15 AM
Hi,
Read exit AIST0002 documentation in smod it has step by step procedure for implementing screen exits.
Regards
Ahsan.
‎2010 Apr 02 7:17 AM
- First step is : read Customizing documentation via SPRO (Financial Accounting, Asset Accounting, Master Data, User Fields, Develop Enhancement for User Fields in Asset Master Record)
- Second step is : read AIST0002 Enhancement documentation via SMOD
- In case of problem : [read those threads|http://forums.sdn.sap.com/search.jspa?threadID=&q=AIST0002&objID=c42&dateRange=all&numResults=30&rankBy=10001] (start with thread )
Regards,
Raymond
‎2010 Apr 07 8:25 AM
Hi all,
Thanx for reply, now problem is that i am not getting the data in ANLA table, actually i made the TAB successfully with Z fields but now problem is that when i m going to create asset in AS01 then that TAB data is not getting populated in ANLA table, so can anyone please tell me how will i update ANLA table?
Actually i am using exit AIST0002 and Fm EXIT_SAPLAIST_002 but i seen in debugger that debugger is going in this exit before click on that TAB, can anyone please help me?
Regards.
‎2010 Apr 07 9:30 AM
‎2010 Apr 07 10:57 AM
hiii Raymond,
Thanx for reply, but problem is that data is neither getting saved in ANLU nor in ANLA, so can anyone please tell me what shud i do to save data in ANLA and ANLU?
regards.
‎2010 Apr 07 11:50 AM
Kindly double check, there must be something missing.
put your update code EXIT_SAPLAIST_003 in this exit.
as Raymond said add your fields in CI_ANLU.
this statement will do the trick in EXIT_SAPLAIST_003.
E_ANLU = ANLU.
Regards
Ahsan
‎2010 Apr 07 12:19 PM
Hi Ahsan,
i have done the same....but still i am not getting the data in both table...can u please tell me that should i write any other codes for that?
regards.
‎2010 Apr 07 2:05 PM
Workbench
- Add you ZZ-fields to CI_ANLU
- When writing the code in includes of EXIT_SAPLAIST_002 and EXIT_SAPLAIST_003, first copy the samples provided by SAP
-- EXIT_SAPLAIST_002 : copy LXAISF03 in ZXAISU03
-- EXIT_SAPLAIST_003 : copy LXAISF04 in ZXAISU04
- In the 900x dynpro of SAPLXAIS, use ddic ref for fields with name like ANLU-ZZxxxx.
- Also be sure to activate the project with CMOD that contains AIST0002 enhancement.
Customizing
SPRO : Financial Accounting, Asset Accounting, Master Data - Screen Layout and User Fields
Regards,
Raymond