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

Order Display

Former Member
0 Likes
403

Hello GUrus

Is it possible to diplay all the orders, that is , purchase order , sales order and the transport order, all open and closed.

Thanks in advance

kaushik

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
379

Hi

Yes, You can

You have write separate report programs for them.

For PO have to use EKKO and EKPO, MSEG tables

for Sales Orders Use the tables VBAK, VBAP and LIPS, LIKP tables

Reward points if useful

Regards

Anji

2 REPLIES 2
Read only

Former Member
0 Likes
380

Hi

Yes, You can

You have write separate report programs for them.

For PO have to use EKKO and EKPO, MSEG tables

for Sales Orders Use the tables VBAK, VBAP and LIPS, LIKP tables

Reward points if useful

Regards

Anji

Read only

Former Member
0 Likes
379

Yes possible,use to get the data from SD Tables,MM Tables and display the data by using REUSE_ALV_BLOCK_LIST_APPEND FM.

SD Tables :

VBAP,

VBAK,

VBFA,

VBUP,

VBUK,

VBPA,

MARA,

MAKT.

MM Tables :

EKKO

EKPO

EKET

EKKN

EKBE

MARA

MAKTX

Reward Points if it is helpful

Thanks

Seshu