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

f.27

Former Member
0 Likes
801

Hi all,

I need to add a new field to the output of transaction f.27 financial statement.

Want to remove field belegnum and replace it with belnr.

Any ideas what the steps are?

Thanks

Hi all,

I need to add a new field to the output of transaction f.27 financial statement.

Want to remove field belegnum and replace it with belnr.

Any ideas what the steps are?

Thanks

6 REPLIES 6
Read only

Former Member
0 Likes
773

Hi,

Just create a user exit and do the relevant steps u want.

Regards,

Ameet

Read only

Former Member
0 Likes
773

option 1: copy standard one and assign that new program to F.27 thru config.

Regards

Peram

Read only

0 Likes
773

what's the other options?

Read only

0 Likes
773

nevermind I solved this myself.....

I created a new form based on an existing SAP standard updated the field to use bsid-belnr instead of rf140-belegnum.

Assigned new form to print program and done.

You dont need user exits and you dont need to create another program.

Message was edited by:

Steve Trillo

Read only

Former Member
0 Likes
773

Hi Steve,

you cannot use user exits or badi because there none available, according to me i will create 'z'new program if the changes are very essential.

<b>Reward pts if found usefull :)</b>

Regards

sathish

Read only

0 Likes
773

Hi there,

When I was looking at the report there is an option to use Form set in output control and there are 3 sap standard forms:-

F140_ACC_STAT_01

F140_ACC_STAT_02

F140_ACC_STAT_03

and a Z form:-

ZF140_ACC_STAT_2

None of them contain the field I need.

Is it not just possible to create a new form and add it to this list? If so where do I add this report to this list?

I am not sure if the field belnr is available to use on a new form though?

Many Thanks