Application Development 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: 

New parameter in standar program RFFOES_T

Former Member
0 Kudos

Hi experts,

I want to add a new parameter (file detai) in standar program RFFOES_T.

Is there any way to cursomize this?? i wanto to still work with the standar, if possible.

ThankS!!

Artur.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

check this note number 1237616

4 REPLIES 4

Former Member
0 Kudos

1 way is you just copy the standard code to a zcode and do your modifications. what ever way you like.

or.

you can search for a BADI/Exit on that Tcode:

for this.

goto se24: cl_exithandler.

goto method get_instance.

put a break point inside this method.

now run your Tcode. it will automatically trigger the break point.

in that u can see the value of exit_name. this is the name of BADI or exit.

work on this.

Former Member
0 Kudos

check this note number 1237616

Former Member
0 Kudos

Hi ,

In program RFFOES_T there is include RFFORI0M ,

IF you see the implicit enhancment points in this include then at the end of this include you can add parameter and process its value by adding code in the

include of user exit .

EXIT_RFFOEXIT_100.

EXIT_RFFOEXIT_101.

EXIT_RFFOEXIT_102.

EXIT_RFFOEXIT_105.

if values does not exit in it then in these include use field symbol like

field-symbols: <f3> type dtausfh-fh3.

constants: c_value(9) type c value '113011258'.

assign ('(RFFOUS_T)DTAUSFH-FH3') to <f3> .

move c_value to <f3>.

Thanks,

Deepanker Dwivedi,

Former Member
0 Kudos

>

> Hi experts,

>

> I want to add a new parameter (file detai) in standar program RFFOES_T.

>

> Is there any way to cursomize this?? i wanto to still work with the standar, if possible.

>

> ThankS!!

> Artur.

Hi You can try To Maintain Your Own Selectiob View for the LDB - PYF which is used in this report .

regards ,

Rajesh Kumar