‎2009 Jan 20 8:06 AM
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
‎2009 Jan 20 8:08 AM
hi
can u Get back here again with detailed technical view of your requirement.
regrads
rajye
‎2009 Jan 20 8:14 AM
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.
‎2009 Jan 20 8:59 AM
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.
‎2009 Jan 20 9:26 AM
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
‎2009 Jan 20 9:55 AM
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.