‎2008 Apr 10 10:10 PM
Hi Experts,
I am new to ABAP. I am following a user guideline for userexits found on the url http://wiki.ittoolbox.com/index.php/Implement_a_screen_exit_to_a_standard_SAP_transaction
I have a question. Most of you might come across creating a Project using CMOD, using AIST0002 enhancement. There I have problem creating the struture for custom include CI_ANLU. Could anyone please tell me How to create CI_ANLU in detail. I'll be thankful to you.
Could anyone tell is the process described in the above URL is the one , that every ABAPer will do in Real Time.
Thanks for your time.
Shiv
‎2008 Apr 10 10:14 PM
Hi,
that structure is appended in structure ANLU but not in user exit...
Regards
Syed A
‎2008 Apr 10 10:19 PM
Could you please tell me in detail How could i do it. I am a newbie.
Thanks.
‎2008 Apr 10 10:26 PM
HI,
goto SE11 and open ANLU struture
and on tool bar u see Append Structure button.
click on it .. then u can add ur fields..
but i think CI_ANLU is already there just u need to add fields and activate...
as in my system it has already done.. so i am not sure how it will be in normal.
Regards
Syed A
‎2008 Apr 10 10:37 PM
Thanks Syed for Quick Reply.
1. Original Asset number 20 characters
2. Location 2 15 Characters.
3. Model no 20 characters
Actually these are three fields i want to append to the existing CI_ANLU structure. I was confused what to enter in the Component Type. When i enter CHAR15, It causing error.
Is there anyway so that i can append these fields to that struture.
Thanks
‎2008 Apr 10 10:44 PM
just provide the data element for the respective u have...
data element length shud be 2 - 15 characters... not more than that...
u also can use other data elements of same type like CHAR or NUMC or .....
try hard.... until u success...
and first search in SDN to get ur answers... this will help u...
when u r in learning something then u need to explore urself so... u get more info abt it and new ways of doing it..
just wanted to help u... pls dont mind...
After u solve the problem... close the thread as answered <REMOVED BY MODERATOR>
Regards
Syed A
Edited by: Alvaro Tejada Galindo on Apr 10, 2008 5:48 PM