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

Reports material number is empty

Former Member
0 Likes
554

Iam learning abap.

How to write a code

input will be plant and report must be materials with in that plant.

select matnr from ekpo into empty where werks in s_werks

working fine i am getting report with empty material number( material without material number) also. How to avoid to not to display material with empty field.

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

Message was edited by: Vinod Kumar

1 REPLY 1
Read only

Former Member
0 Likes
375

If you are displaying itab as final table:

delete itab where matnr is initial.

Also, I guess there would be standard reports available for your requirement. Just check with functional.