2013 Jan 23 12:59 PM
Hello Experts,
When i execute the Tcode FMRP_RFFMEP1AX of Report rffmepgax selection screen has fields such as Grant,Fund,Fund Center and so on.But i coulnt figure out where select-options are decalred in the report.Is it done through dynamic selections?Please advise.
Thanks.
prabaharan
2013 Jan 23 1:11 PM
Hi,
Here logical database FMF Used.
Now search in website.
how from logical database selection screen designed.
Please search.
Hope it helps a little.
Thanks
Gourav.
2013 Jan 23 1:11 PM
Hi,
Here logical database FMF Used.
Now search in website.
how from logical database selection screen designed.
Please search.
Hope it helps a little.
Thanks
Gourav.
2013 Jan 24 12:35 PM
Hi Gourav,
I included the LDB in my report and used the statement NODES:fmaa,FMF_SEL_SCREEN to include the LDB selection screen in the custom report.But certain blocks are not getting displayed.
For instance below blocks are not getting displayed.I checked the Include DBFMFSEL and added
fmf_sel_screen to the custom report as a Node but no luck.
Please advise.Your help is appreciated.
Thanks
Pabaharan
2013 Jan 24 1:01 PM
2013 Jan 25 7:56 AM
Hi Raymond,
I tried as per your suggestion still no luck.Did you have a chance to look at my reply?
Thanks
Prabaharan
2013 Jan 24 1:08 PM
Hi Prabhakaran,
Selection Screen fields are declared in the Program RFFMEPGAX from lines 160 to 180..check the screen shot below.
* "/ Begin of block commitment/actuals
SELECTION-SCREEN BEGIN OF BLOCK actuals WITH FRAME TITLE text-003.
SELECT-OPTIONS: s_bukrs FOR fmfix-bukrs MEMORY ID buk MODIF ID 1fx.
SELECT-OPTIONS: s_hkont FOR fmfix-hkont MATCHCODE OBJECT sako
MODIF ID 1fx.
SELECT-OPTIONS: s_refbn FOR fmoix-refbn MODIF ID 1ox.
SELECT-OPTIONS: s_refbnc FOR fmcox-refbn MODIF ID 1cx,
s_vrgng FOR fmcox-vrgng MODIF ID 1cx.
* "/ value type
SELECT-OPTIONS: s_wrttp FOR fmfix-wrttp MODIF ID wrt,
s_wrttpo FOR fmoix-wrttp NO-DISPLAY,
s_wrttpc FOR fmcox-wrttp NO-DISPLAY.
SELECTION-SCREEN END OF BLOCK actuals.
SELECTION-SCREEN BEGIN OF BLOCK fidoc WITH FRAME TITLE text-006.
SELECT-OPTIONS: s_knbel FOR fmfix-knbelnr MODIF ID 1fx,
s_kngja FOR fmfix-kngjahr MODIF ID 1fx,
s_vobel FOR fmfix-vobelnr MODIF ID 1fx,
s_vogja FOR fmfix-vogjahr MODIF ID 1fx.
SELECTION-SCREEN SKIP.
PARAMETERS: p_summ TYPE amtypsum MODIF ID 1fx.
SELECTION-SCREEN END OF BLOCK fidoc.
2013 Jan 25 6:15 AM
Hello All,
I am trying to display this selection screen block charly(Report:DBFMFSEL Line:418) present in LDB FMF in my custom Report.In the report i included the LDB and inlcuded the Node fmf_sel_screen but its not displaying in the Custom report.Correct me if have missed anything?
Thanks
Prabaharan