Application Development 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: 

display delivery date output in smartform from eket table and field is eindt

0 Kudos
186

i am getting 5 line item in ekpo table but i am getting four line item from eket table. please provide me solution.


READ TABLE x_ekpo INTO wa_ekpo INDEX 1.
IF sy-subrc = '0'.
READ TABLE x_eket INTO wa_eket WITH KEY ebeln = wa_ekpo-ebeln
ebelp = wa_ekpo-ebelp.
ENDIF.

2 REPLIES 2

FredericGirod
Active Contributor
156

This is a question to your functional team, not for dev. EKPO is item level, EKET is schedule lines for item level. Obviously you should not have the same number of line.

Sandra_Rossi
Active Contributor
156

It's not an ABAP question, it's an SAP MM question, so assign primary tag like MM Purchasing or MM (Materials Management).