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

add column into layout

Former Member
0 Likes
2,845

Hello,

I need to add some fields into change layout column set in some assets transaction.

Is this abap thing? any advice how can I do this?

thank in advance

5 REPLIES 5
Read only

Former Member
0 Likes
1,408

hi

can u Get back here again with detailed technical view of your requirement.

regrads

rajye

Read only

Former Member
0 Likes
1,408

Hi Dylan,

Even in some standard reports there may be a reqrmnt to have some additional columns. It has to be done by ABAPer.

There are different ways to do the same.

At times there may be notes available to help you out.

In general the process is to extend the output structures and structures where data is getting populated.

At times you may have to modify the object to incorporate loic to fetch values in your additional column.

Revert with detialed reqrmnt.

Read only

Former Member
0 Likes
1,408

Thank you,

I am in transaction S_ALR_87012056 Directory of unposted assets and in this report I'd like to see column "location", but this field is not in change layout columns, so I can't easily add.

So my question is, if I for this I need ABAP programming, or is there any other way how to do it.

D.

Read only

0 Likes
1,408

Hi,

I gone through your requirement for the report. In the report selection screen -- Settings -- Input "Sort Variant " as 0010 .....(Co. code / asset class / location) this is SAP Standard delivery.

This adds the column "location" as required. ..... so, there is not requirement here for additional ABAP coding.

<<Text removed by moderator>>

Thanks,

Damodar

Edited by: Matt on Jan 22, 2009 11:57 AM

Read only

Former Member
0 Likes
1,408

thanks Damodar,

this is really great.

But actually I need add two new fields: location and original value

Do you think, can I do this somehow without programming?

D.