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: 

How to Execute or Make a submit to RCS11001 program with varian for alv display

michael_teran
Participant
0 Kudos
306

Hi,

I have a problem . In  the program RCS11001  , it exists a variable called pm_alvvr  .. and it's supposed  that It has the value of   alv variant . when I execute the program its alwais empty, and  it doesn have  any reference to other program.

alvvr-report = report_name.                             "HGA246532

       if not pm_alvvr is initial.                             "HGA246532

         alvvr-variant = pm_alvvr.                             "HGA246532

         if not pm_alvvu is initial.                           "HGA246532

           alvvr-username = sy-uname.                          "HGA246532

         endif.                                                "HGA246532

       endif.                        

I would like to set a value in that variable ( my own alv variant, created in the alv of the RCS11001, because many user created theír own variants ) 

Somebody knows how can I do?

1 ACCEPTED SOLUTION

Former Member
0 Kudos
122
1 REPLY 1

Former Member
0 Kudos
123