cancel
Showing results for 
Search instead for 
Did you mean: 

Report!

Former Member
0 Kudos

Dear All,

I need to developed one report in SD.

Where selection screen will be like that only:-

MATERIAL GROUP (MARA-MATKL)

and SELECTION DATE (MKPF-BUDAT)

Apart from this I want my output should be displayed in the format of

like :-

PRODUCT| UNIT| OPE STOCK| PURCHASE| SALES| CLO. STOCK|

-


|--


|
|

|

|

|
--


QTY VLU QTY VLU QTY VLU QTY VLU QTY VLU QTY VLU

based on:-

MARA-MATKL

MKPF-BUDAT

How I will do that anybody can help me out. If anybody has any problem in understanding the problem. Do let me know once again.

Thanks & Regards,

Abhay.

Accepted Solutions (1)

Accepted Solutions (1)

hymavathi_oruganti
Active Contributor
0 Kudos

select the fields from mara as a inner join fields from mkpf as b into itab where

amatnr = bmblnr and amatkl = p_matkl and bbudat = p_budat.

Message was edited by:

Hymavathi Oruganti

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello Abhay,

There should be always some key fields which are connecting all relevent tables.

You can see this connection between tables: Open MARA table and press Graphics button (CntrlShiftF11). Then one graphics window will be displayed and there you can see the connection between tables.

I can provide you one .exe file which is having relationships between all tables of SAP- all modules.

Provide your mail id.

Reward If Helpful.

Regards

--

Sasidhar Reddy Matli.

Former Member
0 Kudos

Thanks,

sap.abhaysingh@gmail.com