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

finding material from mara

Former Member
0 Likes
889

hi,

i have a problem that i have to find material or barcode from mara table which has same till its size and color.here i am giving example:--

abc/hs-01-40

abc/hs-02-40

abc/fs-01-40

now i want that my program show only those article which are same till its - sign and different from 01 or o2.

thanx/regards,

vaneet thakur

hi,

i have a problem that i have to find material or barcode from mara table which has same till its size and color.here i am giving example:--

abc/hs-01-40

abc/hs-02-40

abc/fs-01-40

now i want that my program show only those article which are same till its - sign and different from 01 or o2.

thanx/regards,

vaneet thakur

4 REPLIES 4
Read only

Former Member
0 Likes
802

Hii,

u can use select material using below condition , if u want to select material starting with abc/

mara-matnr+0(4) = abc/

Thanks

Read only

0 Likes
802

hi,

mine problem is this that i have number of records of articles and i have to find out those articles which are same before - sign but they differ in mrp.

thanx/regards,

vaneet thakur

Read only

0 Likes
802

can you give us the fields in MARA based on which you want the comparison to happen?

do you want to judge based on MARA-MATNR only or other fields also?

Edited by: ags on Jun 8, 2009 11:39 AM

Read only

0 Likes
802

hi,

well i m using 4 tables.MARA,MAKT,A504,KONP.based on these tables i am finding mrp of materials

thanx/regards,

vaneet thakur