‎2008 Mar 21 6:41 AM
Hi
i have modified a standard program in SAP-fico.Program used by ALV reports and data is coming from sructure table.
But we want to use another strucutre table which first structure table doent have some fields.So waht we can do to get that fields.We cant have any access to modify first structure table.So please give me some ideas what i will do.
Thanks & Regards
‎2008 Mar 21 7:22 AM
Hi,
Could u tell me the Standard FI Report.
Regards,
Dhanush.S.T
‎2008 Mar 21 8:11 AM
‎2008 Mar 21 7:28 AM
Hi,
Create one new structure by including the existing structure and add new fields as per requirement.
Then replace the old structure name by new name.
Regards,
Raghu
‎2008 Mar 21 8:14 AM
Hi,
I thought like this first.But in display function module they r use only old structure.It is Buit in function module.So we havent access to modify that function module.Thats y we cant do that upto now.So please give me some idea.
‎2008 Mar 21 8:23 AM
Geetha,
As said in the previous thread create a new structure as the standard structre and including the new fields in the z structure, you can even copy the function module and then change it as per your requirement.
K.Kiran.
‎2008 Mar 21 8:27 AM
Hi Kiran,
I thought like this first.But in display function module they r use only old structure.It is Buit in function module.So we havent access to modify that function module.Thats y we cant do that upto now.So please give me some idea.
‎2008 Mar 21 9:02 AM
Hi Kiran,
Ok i will do as per u told.i will catch u later.have anice day
byeeee
‎2008 Mar 21 2:53 PM
Also, make sure you change the following:
1) Value of the constants gc_structure1 and/or gc_structure2 to the new structure you create
2) Data definition of GT_OUTPUT* variables
Note: It seems this report has three different output lists. Depending on which output list you are changing, the corresponding GC_STRUCTURE* constant value and GT_OUTPUT* variable data definition would need changed.