cancel
Showing results for 
Search instead for 
Did you mean: 

Additional fields in FP30 report

Former Member
0 Kudos

Hi All,

As per the requirement I need to add some additional standard fields(TXTVW and INFOF) in the FP30 report but I am unable to do that.

Is it possible to add these fields ,if yes than please provide some guidance to add these fields.

Thanks and Regards

Kumar

Accepted Solutions (1)

Accepted Solutions (1)

AmlanBanerjee
Active Contributor
0 Kudos

Hi Kumar,

FP30 is a SAP standard report RFKKPLWP.

You can't make changes in the SAP standard code for adding standard fields.

However, there are three user exits where in you can code to add these fields in the report.

The User exits are as follows-

(a) FKYA001X

(b) FKYA002X

(c) FKYA003X

Alternaltively, you can develop a customised program, say "ZRFKKPLWP"  by coping the standard program and then include the fields you want to include and change the output accordingly.

Hope it helps...

Thanks,

Amlan

Former Member
0 Kudos

Hi Amlan,

Thanks for the reply and your valuable guidance. I am totally agree with you that we can't change the standard report of SAP.

As per your suggestion we will develop customized report to get the desired output.

Thanks and Regards

Kumar

Answers (0)