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

how to do this

Former Member
0 Likes
451

Selection Screen:

YearPeriod: (Range) ( Mandatory) – YYYYMM to YYYYMM

vbak-audat is the field for yearperiod....

Read Function modules FIRST_DAY_IN_PERIOD_GET and LAST_DAY_IN_PERIOD_GET to ge the first and last dates of the periods entered on the selection screen. Here Year = First 4 characters and Period = Next two characters of YearPeriod field of the selection screen.

Selection Screen:

YearPeriod: (Range) ( Mandatory) – YYYYMM to YYYYMM

vbak-audat is the field for yearperiod....

Read Function modules FIRST_DAY_IN_PERIOD_GET and LAST_DAY_IN_PERIOD_GET to ge the first and last dates of the periods entered on the selection screen. Here Year = First 4 characters and Period = Next two characters of YearPeriod field of the selection screen.

1 REPLY 1
Read only

andreas_mann3
Active Contributor
0 Likes
406

USE DATA ELEMENT BUPER

(data type ACCP)

greetings