‎2008 May 23 6:56 AM
SELECT aerfmg algort amatnr amblnr awerks bbudat INTO CORRESPONDING FIELDS OF
itab FROM mseg AS a INNER JOIN mkpf AS b ON
amblnr = bmblnr WHERE
a~werks = '1000' AND
a~mblnr IN ('4900000088','4900000086' ) AND
a~matnr = 'DC0018' AND
a~lgort = 'FGS' AND
a~bwart = '101' AND
b~budat IN period.
ENDSELECT.
in this code value of 4900000086 in not coming in the column how to get values of both the mblnr in one column plz help e with this code
‎2008 May 23 7:17 AM
Hi,
Please try with the following query.
SELECT aerfmg algort amatnr amblnr awerks bbudat INTO CORRESPONDING FIELDS OF
TABLE itab FROM mseg AS a INNER JOIN mkpf AS b ON
amblnr = bmblnr WHERE
a~werks = '1000' AND
a~mblnr IN ('4900000088','4900000086' ) AND
a~matnr = 'DC0018' AND
a~lgort = 'FGS' AND
a~bwart = '101' AND
b~budat IN period.
Regards,
Aravind JM.
‎2008 May 23 7:17 AM
Hi,
Please try with the following query.
SELECT aerfmg algort amatnr amblnr awerks bbudat INTO CORRESPONDING FIELDS OF
TABLE itab FROM mseg AS a INNER JOIN mkpf AS b ON
amblnr = bmblnr WHERE
a~werks = '1000' AND
a~mblnr IN ('4900000088','4900000086' ) AND
a~matnr = 'DC0018' AND
a~lgort = 'FGS' AND
a~bwart = '101' AND
b~budat IN period.
Regards,
Aravind JM.
‎2008 May 23 7:33 AM
‎2008 May 23 7:41 AM
sir,
is it possible that i can access erfmg in two diffrerent columns based on the posting date,movement,storage location.