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

Output field default value

Former Member
0 Likes
401

I have developed a ALV report. In that report in output i have one field as "No of machine".

I want to set default value as "1" for that field. Means in whole report the value of that field will be "1".

How can i do this??

Moderator message : Not enough re-search before posting, discussion locked.

Message was edited by: Vinod Kumar

2 REPLIES 2
Read only

Former Member
0 Likes
368

Hi Ritesh,

Populate the field No of machine with '1' in the internal table before passing to ALV grid...

Then it will come automatically.

Regards

Ram

Read only

0 Likes
368

  that i had done.

NOMC TYPE C value '1' .