cancel
Showing results for 
Search instead for 
Did you mean: 

How to set an input value in tcode F-28

Hi,

Can somebody help me set a default value of Special G/L ind field in tcode F-28 for only 1 user? I have tried SE93 but this defaults value for all users; there is no parameter ID in SU3.

Thanks and Regards,

Accepted Solutions (1)

Accepted Solutions (1)

Former Member

Hi Tam,

As I know there is no standard way to do it.

But it's possible by doing an ehnancement to SAPMF05A program PBO_AUSGLEICHS_VORSCHLAG form.

ENHANCEMENT 1  ZFI_TCODE_DEFAULT.    "active version
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""$"$\SE:(3) Form PBO_AUSGLEICHS_VORSCHLAG, End, Enhancement ZFI_TCODE_DEFAULT, Start                                                                          A
*F-28 default value
    IF gv_fagl_tcode = 'F-28' AND sy-uname eq 'MMERCAN'.
      rf05a-AGUMS = 'X'.
    ENDIF.

0 Kudos

Hi Melih,

Thanks for your answer.

Answers (1)

Answers (1)

pankajypatil
Active Participant
0 Kudos

Hi

You can create substitution, with condition of user and make special GL indicator as constant value.

This will be very easy.

Regards,

Pankaj