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

HI

geetha_k
Active Participant
0 Likes
872

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

8 REPLIES 8
Read only

Former Member
0 Likes
840

Hi,

Could u tell me the Standard FI Report.

Regards,

Dhanush.S.T

Read only

0 Likes
840

Hi,

Standard FI report is RFKUML00.

Read only

Former Member
0 Likes
840

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

Read only

0 Likes
840

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.

Read only

0 Likes
840

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.

Read only

0 Likes
840

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.

Read only

0 Likes
840

Hi Kiran,

Ok i will do as per u told.i will catch u later.have anice day

byeeee

Read only

0 Likes
840

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.