2010 May 06 7:38 AM
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.......
2010 May 06 7:56 AM
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.
2010 May 06 8:30 AM
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.....
2010 May 06 8:35 AM
hi
In report Goto>Test Elements>Selection Texts --->enter the variable name which will display in selection screen
2010 May 13 10:44 AM