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

Associate Print Parameters with Program Variant

Former Member
0 Likes
281

Is there any standard way to associate a particular set of print parameters with a program variant?

1 REPLY 1
Read only

Former Member
0 Likes
246

i think it is possible ? try to make use of

<b>

Selection Variables


    The following three types of selection variables are currently
    supported:

    o   Table variables from TVARVC
        You should use these variables if you want to store static
        information. TVARVC variables are proposed by default.


    o   Dynamic date calculations:
        To use these variables, the corresponding selection field must have
        type 'D' (date). If the system has to convert from type T to type D
        when you select the selection variables, the VARIABLE NAME field is
        no longer ready for input. Instead, you can only set values using
        the input help.
        The system currently supports the following dynamic date
        calculations:
        Today's date
         From beginning of the month to today
         Today's date +/- x days
         First quarter ????
         Second quarter ????
         Third quarter ????
         Fourth quarter ????
         Today's date - xxx, today's date + yyy
         Previous month


     o   User-specific variables
         Prerequisite: The selection field must have been defined in the
         program using the MEMORY ID pid addition. User-specific values,
         which can be created either from the selection screen or from the
         user maintenance transaction, are placed in the corresponding
         selection fields when the user runs the program.


     The SELECTION OPTIONS button is only supported for date variables that
     fill select-options fields with single values.

</b>

but thing is u have to maintain para/selection options for ur report.

Regards

Prabhu