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: 

Adding posting date in Selection fields

Former Member
0 Kudos
291

Hi All,

I need to add Posting date in selection screen and selections accordingly.

Need to select PO from ekko and GR IR values(Including posting date) from another tables like mseg bseg ekbe ekbz for different conditions.

How can I use this becoz my final loop is in ekko.

It will append the values which are not include in posting dates.

1 ACCEPTED SOLUTION

Former Member
0 Kudos
138

You will have link from EKKO -EKBE- EKBZ - BSEG- MSEG.

4 REPLIES 4

Former Member
0 Kudos
139

You will have link from EKKO -EKBE- EKBZ - BSEG- MSEG.

0 Kudos
138

Common value is PO only and we will get belnr from each table.

What final loop I can put?

Is it in ekko.

Den it will fetch those PO also which does fall under that date range

Former Member
0 Kudos
138
  • You will have to find key fileds in all the table and link them and use for all entries according to your data dependencies.

Former Member
0 Kudos
138

Thanks all