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

Need Help to Create Report

Former Member
0 Likes
753

Hi Frds

Consider 1 PO and 1 Line Item and for that i have Multiple GRs and IR GRs.

I wants to write code for these ,can anyone help me which are tables and fields ,give me some tips .

its urgent

Thanks

Pari

Hi Frds

Consider 1 PO and 1 Line Item and for that i have Multiple GRs and IR GRs.

I wants to write code for these ,can anyone help me which are tables and fields ,give me some tips .

its urgent

Thanks

Pari

6 REPLIES 6
Read only

Former Member
0 Likes
734

Hi,

EKKO is the Purchasing Document Header Table

and

EKPO is the Purchasing Document Item.

Could you please specify what do you mean by ...

Multiple GRs and IR GRs.

Reward if helpful.

Regards.

Read only

Former Member
0 Likes
734

Check in EKBE table.(PO History)

Read only

Former Member
0 Likes
734

Hi,

Tables Fields

EKKO(Purchasing Doc EBELN,EBELP

Header) (EKPO-EBELN =EKKO-EBELN)

EKPO(Purchasing Doc EBELN

Item)

GR:

Tables Fields

MKPF(Header: Material Document) MBLNR,MJAHR

MSEG(Document Segment: Material) MBLNR,MJAHR,ZEILE

Please Reward points if useful.

Regards

rose

Read only

Former Member
0 Likes
734

Tables:

ekko-purchase document header

ekpo-purchase document item

eket-delivery schedules

ekkn-account assignmet in purchasing Document

Read only

Former Member
0 Likes
734

hi,

Use the FM me_read_history

input the PO number and it would give u the values of GRs and IRs

if you look at the table parameter xekbe will give you the value of GR and IR

In this if you pass the value to an internal table IT_EKBE like ekbe

the field bewtp can be use to read values of GR and IR for the po the lines for which the value is E are GR and R for IR

you can also do a select from tne table directly based on the above logic

Regards,

Himanshu Verma

Read only

Former Member
0 Likes
734

HI ,

Consider the followiing tables,

ekko,ekpo,eket and ekbe

thanks,

rajesh