‎2012 Jul 03 8:36 AM
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
‎2012 Jul 03 9:09 AM
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.