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

Identifying Selection fields in Report

former_member184739
Contributor
0 Likes
1,526

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

1 ACCEPTED SOLUTION
Read only

gouravkumar64
Active Contributor
0 Likes
1,361

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.

6 REPLIES 6
Read only

gouravkumar64
Active Contributor
0 Likes
1,362

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.

Read only

0 Likes
1,361

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

Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,361

Execute SE36 on logical database FMF, and click on selections to get the provided select-options.

Regards,

Raymond

Read only

0 Likes
1,361

Hi Raymond,

I tried as per your suggestion still no luck.Did you have a chance to look at my reply?

Thanks

Prabaharan

Read only

Former Member
0 Likes
1,361

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.

Read only

former_member184739
Contributor
0 Likes
1,361

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