2006 Dec 21 11:15 PM
I need to create a append structur because i want adding a fiel in Standar transaction SAPLLMOB dynpro 212, and i´m reading a manual about hod do it, but i don't know hot to create the append structure and what exacty it is and do could anybody help me?
Regards
2006 Dec 22 12:30 AM
Simply create the structure in SE11, select the radiobutton for data type, enter the name and click create. Dialog box will appear, select Structure, enter the fields that you want in your structure. Save and activate. Then go to the table in question, and append the structure that you just created.
Regards,
Rich Heilman
2006 Dec 22 2:19 AM
Hi Roberto,
Please check this link for step by step procedures on how to create append structures in transaction SE11.
http://help.sap.com/saphelp_nw04/helpdata/en/cf/21ebc9446011d189700000e8322d00/content.htm
Hope this will help.
Regards,
Ferry Lianto
2006 Dec 22 3:53 AM
hi.
first go to se11 open your required structure in display mode. there you can see a button in application tool bar as append structure just click it it will ask for a structure name give a zstructure name. then it will ask for the fields you want to add on that structure. add your desired fields with desired data types save it activate it. it will automatically appending the structure in the standard sap structure.
by the way if you have to append a field in standard tcode then you have to go for screen exit or some badi.
we are using append structure for manipulating our added fields easily by reffering the standard structure.
regards
shiba dutta
2006 Dec 22 2:34 PM