Application Development 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: 

New selection criteria for F.27 Customer Statement

ross_goodman
Participant
0 Kudos

Hi,

I need to insert two new selection criteria in F.27. They are controlling area and payment method (BSEG data).

Inspecting the F.27 program I can presently only see bseg handled via a field-group insert, so how should I invoke these criteria?

Ross

2 REPLIES 2

former_member778253
Active Participant
0 Kudos

Hi

These are the user exits for F.27. you can use these exits to custmize the standard program.

RTR00010 Exit in report tree (display transactions)

RTR00020 Exit in node in report tree (change mode)

S38MREP1 Exit at Start report

Hope it helps.

0 Kudos

Hi Sivananda,

These enhancements only appear to change the report tree structure or allow validity checking of the existing selection parameters. I am looking for

1] A means to add selection parameters without having to create a copy of F.27 if possible and

2] guidance on where to affect the selection from bseg based on the additional selection criteria.

ie only include bseg records for a given payment method for example. In fact I wold like to know where in the program the fetch from bseg occurs exactly ( if it is not by insert to field-group).

Regards,

Ross