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: 

Regarding date from fiscal year for purchase orders

Former Member
0 Kudos

Please provide me the logic for the following

. Fiscal Year : Based on the Value of Fiscal Year From and To date the out put is displayed

3 REPLIES 3

SuhaSaha
Advisor
Advisor
0 Kudos

Hello Jansi,

What do "From & To" dates for the fiscal year mean? Do you need the first & last dates of the fiscal year ?

BR,

Suhas

Former Member
0 Kudos

The requirment is

Fiscal Year : Based on the Value of Fiscal Year From and To date the out put is displayed

jaheer_hussain
Active Contributor
0 Kudos

Hi,

Give fiscal year in the selection screen.

For example :

In the programming

select-options:s_gjahr for mseg-gjahr.

while fetching data,

write code like this...

select * from mseg where gjahr in s_gjahr .

Hope it will clear your problem.

With Regards,

Jaheer