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

user exits

Former Member
0 Likes
443

thanx in advance

i want to add fields from table-ANLA(asset master record segment)

fields-anln1,anln2,anlkl in to MARA.

is it possible if yes how?

regards

somesh

3 REPLIES 3
Read only

Former Member
0 Likes
423

Hi,

You have 2 options to include the Fields 1) Append Structure 2) Include structure

Append Structure:- An append structure is a structure assigned to just one table. When a table is activated, all append structures for the table are found and appended to the table. Append structures are used to add customer fields to SAP tables.

http://help.sap.com/saphelp_nw04/helpdata/en/cf/21eb61446011d189700000e8322d00/content.htm

Include Structure:- Include structures are used to add fields in the middle also.where as append structures adds fields only at the end.In addition to listing the individual fields, you can also include the fields of another structure in tables and structures. Individual fields and includes can be mixed as required.

Regards

Kiran Sure

Read only

0 Likes
423

thanks kiran

here i am including fields from master table to master table....

is it possible with include structure or i need to go for user exits.....

plz explain in detail

regards

somesh

Read only

Former Member
0 Likes
423

Hi Venkata someshwar ,

In order to add any Custom fields to SAP standard tables you

have two options.

1.Customer Includes

2.Append Structurs

CI_ANLU

In order to add Custom fields SAP provides some pre-defined

includes to standard tables under the naming conventions CI_XXXX.You can add your custom fields to this include

Ex:Table Name:ANLU

Include CI_ANLU

If the table you want does not have Customer Includes then you go for Append structures.

Append Structurs

For Creation and defnition of Append Structures refer the link below.

[http://help.sap.com/saphelp_nw2004s/helpdata/en/cf/21eb61446011d189700000e8322d00/content.htm]

Hope its Useful.

Reward points if useful.

Thanks,

Surya Pydikondala.,