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

Alv output error

0 Likes
1,133

Hi,

I have written the code.But it is not showing output.everything i have checked it working fine.but output is not appearing.please check the code and suggest me what is the wrong i have done.

Thanks

Santosh

1 ACCEPTED SOLUTION
Read only

mayur_priyan
Active Participant
0 Likes
1,108

Try the below code.

Hi,

I have written the code.But it is not showing output.everything i have checked it working fine.but output is not appearing.please check the code and suggest me what is the wrong i have done.

Thanks

Santosh

6 REPLIES 6
Read only

former_member202818
Active Contributor
0 Likes
1,108

Hi Kumar,

There is problem in program structure.

Follow this..

Report ZTEST.

1.data declarations

2.validations(Using events, eg:at slection screen..etc)

3.START OF SELECTION

    "PERFORM get_data.

4.END OF SELECTION

   "PERFORM process_data_to_output_itab.

   "PERFORM build_fieldcat.

   "PERFORM display_data.

**Keep all form in a Include.

Read only

mayur_priyan
Active Participant
0 Likes
1,109

Try the below code.

Read only

0 Likes
1,108

Thanks for your code .i think you have made changes in select statement.but fields are not appearing in the output.Please suggest me .in output field

description,valid from ,valid to ,unit are not appearing

Thanks

Read only

0 Likes
1,108

check the below code.

for values in valid from , valid to,  percentage and unit I guess no values are maintained in KONX table.

Regards,

Mayur

Read only

0 Likes
1,108

Thats cause the data in  that particular feild extracted from the table  is empty

As a result it doesnt get populated.

Read only

Former Member
0 Likes
1,108

Hi

You need to call that FORM

else how would the program know that you have a ALV form or not.