‎2013 Aug 29 1:38 PM
Hi ,
I have created a query using MSEG & AUFK. I can get data only if the query gets AUFNR using which I connected these tables.
But now I want query to show data which doesn't have AUFNR e.g. data with mov type 201 and posting date from MSEG.
How I can achieve this, please suggest.
Regards
plm
‎2013 Aug 29 2:07 PM
AUFK always has an aufnr. It doesn't seem logical to include AUFK if you want non-aufnr records.
However, you could always MSEG outer join to AUFK.
Neal
PS: This would be far better done in an ABAP report!
‎2013 Aug 29 2:07 PM
AUFK always has an aufnr. It doesn't seem logical to include AUFK if you want non-aufnr records.
However, you could always MSEG outer join to AUFK.
Neal
PS: This would be far better done in an ABAP report!
‎2013 Aug 29 3:44 PM
Hi PLM,
As suggested by Neal, it does not make much sense to include AUFK records if its key fields are to be ignored. Please provide your business need.
As SQVI says (& you also know),
BR.
‎2013 Aug 30 11:35 AM
thanks Neal & Ankit ,
Actually I want to make material consumption report in which movement type 261 & 201 is used to issue materials from stores. Using MSEG & AUFK my first requirement is 261 is fulfilled but not able to get the data for 201 in the same report.
please suggest a solution ...
regards
PLM
‎2013 Aug 30 12:34 PM
‎2013 Sep 02 1:38 PM
Hi,
The best way is to create a ABAP program. Because reading from BSEG will cause the program to getting slow because it may have huge amount of records than other talbe.
Regards,
Prasad
‎2013 Sep 28 11:18 AM
Tired all trial and error ..but couldn't succeed .
At last made ABAP Report.
Thanks all !