Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How to create a append structure

Former Member
0 Likes
9,369

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

4 REPLIES 4
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
3,714

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

Read only

Former Member
0 Likes
3,714

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

Read only

Former Member
0 Likes
3,714

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

Read only

Former Member
0 Likes
3,714

Thanks every body.