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

find a date between two different date. A017 Table.

pram_1991
Participant
0 Likes
1,493

i create vendor evaluation report i need price calculation month wise.

so im using A017 table ( Material Info Record (Plant-Specific))

i need month wise split amount vendor and material and plant based.

how to i get a material amount month wise.

caz im confused A017 table available from date and to date how to i valid and get separate month wise material amount.

EX:

if i input Date is : 10:01:2018

i need to get condition rec no: 0002606547 (refer below image a017 table)

1 ACCEPTED SOLUTION
Read only

RaymondGiuseppi
Active Contributor
1,339

Are you asking for a simple selection criteria such a

... WHERE ... datbi GE <ref_value> ABD datab LE <ref_value> ...
4 REPLIES 4
Read only

RaymondGiuseppi
Active Contributor
1,340

Are you asking for a simple selection criteria such a

... WHERE ... datbi GE <ref_value> ABD datab LE <ref_value> ...
Read only

0 Likes
1,339

tq 4 ur help

and one thing im a fresher abap developer.

Read only

1,339

Are you a fresher in writing complete sentences as well? How about "Thank-you for your help"`?

Not everyone on this site is fluent in English and may not understand these text message type abbreviations. Furthermore it looks pretty unprofessional.

Read only

SimoneMilesi
Active Contributor
1,339

What would you do, without coding, to check which record you need while you look at that table?

Once you find it, you replicate that as coding.