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

select-option to get posting date

Former Member
0 Likes
804

hello everone,

i am new abap program.

In select option i want output posting date option but i using budat for mkpf-budat how to get posting date for tell me

plz.......

hello everone,

i am new abap program.

In select option i want output posting date option but i using budat for mkpf-budat how to get posting date for tell me

plz.......

4 REPLIES 4
Read only

Former Member
0 Likes
645

hi

Creat a search help in se11

(search help name,Selection method(mfpg),search help parameter (budat))

In report:

SELECT-OPTIONS:p_dat FOR mkpf-budat MATCHCODE OBJECT zpost_date.

Read only

0 Likes
645

EXCUSE ME...

in selection screen display POSTING DATE in case of budat.

in select-options variable must be 8 characters only how we get it.....

Read only

0 Likes
645

hi

In report Goto>Test Elements>Selection Texts --->enter the variable name which will display in selection screen

Read only

Former Member
0 Likes
645

i solved my problem