Skip to Content
0
Former Member
May 14, 2008 at 01:20 PM

select validation

22 Views

Hi all,

I am writing the select on MCON data base view . I am adding the profit center field in selection screen , I have to add the profitcenter (MARC-PRCTR) in that select , but the MCON doesn't have the prctr field.

I am writing like the code below.

SELECT * FROM mcon INTO TABLE it_mcon

WHERE werks = p_werks

AND matnr IN s_matnr

AND mtart IN mtart

AND abcin NE space

AND lvorm = space.

in above i have to add the PRCTR field also .

regards.

Ajay