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: 

Need exits/badi to add fields on selection screen for Standard program, J_1BNFECHECKNUMBERRANGES

Former Member
0 Kudos

Business needs the date of creation of nota fiscal as selection parameter of the program J_1BNFECHECKNUMBERRANGES.

1. Is it possible to create the date of creation of nota fiscal (J_1BNFDOC- CREDAT)  as selection parameter of report at Request Data tab??

2. Also change the selection parameter of cancel/skip reason  to “from – to”?

10 REPLIES 10

ronaldo_aparecido
Contributor
0 Kudos

Hi ,its possible make a copy of standard program ?

0 Kudos

Hi Ronaldo,

Noppe. We dont want to copy the standard program.

0 Kudos

Hi Prabhu

I had a look at the source code. It looks like incase you want to modify selection screen you will have to make a Z copy as i dont see any enhancement option in selection screen available.

Nabheet

0 Kudos

Hi Nabheet

As we dont want to make it as Z report,Anyways thanks for the input. I'm looking for Screen exit/Field exit to achieve this.

0 Kudos

hi Prbahu

Its a selection screen and i dont see any exit for the same..

Nabheet

0 Kudos

Both Screen exit/ Field exit ??

Former Member
0 Kudos

If there is no option of going ahead with a copy of the program then the existing option would be to use the implicit Enhancements in the include J_1BNFECHECKNUMBERRANGES_DATA

Ths disadvantages are

(1)The requested field cannot be placed at the "Request data"

(2)Adding any extra field implies that we have to search for additional implicit enhancement or spots to make sure the programs selection query filters data based on the new field added

To create the implicit enhancement

In the Required Include ( Enhance Button(Shift-F4) ,Then Edit->Enhancement Operations -> Show Implicit Enhancements ).The areas marked are suitable for writing code.Right Click -> Enhancements / Create Implementation )

0 Kudos


Hi Edamana,

Thank you for your inputs. i have already analyzed this.

Former Member
0 Kudos

Hello Guys,

As this function cannot be achieved through enhancement, finally we planned to make this a 'Z' report. Now can you guys help me out on where to change the logic if i'm changing the selection screen parameter ' CANCEL/SKIP ' to from-to(range)  ??

0 Kudos

Do a where used list on the parameter and change accordingly

Nabheet