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

REPORT

Former Member
0 Likes
802

Hi Guys,

i want to add a few fields in the selection screen of transaction ME80FN and these fields should also reflect in the output. Can this be done using BADIS ar any other methodology. please help me out.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
772

Hi

The program related to this report Transaction ME80FN is a ABAP QUERY program

so better take the access key and you can add the fields from infosets onto Selection screen as well as to the output easily..

<b>Reward points for useful Answers</b>

Regards

Anji

5 REPLIES 5
Read only

Former Member
0 Likes
773

Hi

The program related to this report Transaction ME80FN is a ABAP QUERY program

so better take the access key and you can add the fields from infosets onto Selection screen as well as to the output easily..

<b>Reward points for useful Answers</b>

Regards

Anji

Read only

Former Member
0 Likes
772

Hi,

which additional Fields do you want to use?

There are a button with additional-selection isn't anove for you?

Regards, Dieter

Read only

Former Member
0 Likes
772

HI,

You can use user exit for perticular program.

<b>Rewards with points</b>

Regards,

Kinjal

Read only

Pawan_Kesari
Active Contributor
0 Likes
772

Are these fields (which you want to add) from table EKKO and EKPO... If yes then you can add them using 'dynamic selction' button given on selection screen itself.

If this is not the case the try enhancement AMPL0001

Read only

0 Likes
772

Hi Pawan,

These fields are form tables mseg and eket. please reply if we canm do that using exits or BADIS.