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

Append Structure!

Former Member
0 Likes
792

I need some more information on this. If possible can any one email me any functional specifications related to this. Please your help will be appreciated.

andrewstickle@yahoo.com

Thanks

6 REPLIES 6
Read only

uwe_schieferstein
Active Contributor
0 Likes
737

Hello Andrew

An APPEND structure is a DDIC structure that is assigned to a single DB table. In the ABAP dictionary (SE11) you call the corresponding DB table and create the APPEND structure for this table.

In which scenario do we create APPEND structures? Obviously, the attributes available in the DB table are not sufficient to meet your requirements. Thus, you append the missing fields to the table.

What is the difference between an APPEND structure and a "normal" structure? An APPEND structure is assigned to a single table whereas structures could be included in many tables.

An important point to consider when enhancing a table is the so-called "enhancement category" of the table (menu Extras -> Enhancement category). This table property will become particularly important in an unicode environment. For details see the SAP documentation about

<a href="http://help.sap.com/saphelp_erp2005vp/helpdata/en/62/3f2cadb35311d5993800508b6b8b11/content.htm">ABAP and Unicode</a> (search for <i>Structure Enhancements</i>).

Regards

Uwe

Read only

0 Likes
737

I am using it with EXIT_SAPLV50Q_001, to generate a report from standard VL06F with the additional shipment fields I am going to add in it.

Thanks Uwe

Read only

0 Likes
737

Hello Andrew

I guess my first answer did not hit your point exactly. Based on the exit I assume your target is the LIPOVZ include in structure LIPOV. For one of our customers I had to enhance a similar include. I do not remember if I had to modify this SAP structure or not, but in any case I had to remove the DUMMY field and add the required fields.

Based on the exit's interface I would guess that is the place where to fill/modify the additional fields with data.

Regards

Uwe

Read only

0 Likes
737

Thanks for your reply. Honestly, its the first time I am working on something like this and I have no where abouts of how to write a specification document for this. The one I wrote before, I was told there were performance issues associated with that report so this is my only other option.

Read only

0 Likes
737

Hello Andrew

Tomorrow when I am in our office I can try look for more information. If you are interested please send a "reminder" mail to uwe.schieferstein@cirrus.ch.

Regards

Uwe

Read only

0 Likes
737

Thanks