Skip to Content
0
Former Member
Jan 24, 2011 at 08:07 AM

How to exclude single value option in Submit statment

161 Views

Hi experts,

In my program i am using submit statement. Here i want to exclude a single value in the selection parameter. How to archive this? In my submit statment i already used dynamic selection also. Now i need one more conditions that i want to exclude a material name.

Exclude single values comes under Multiple selection and its 3rd tab. Anyone guide this.

My current submit statment will be,

 
  SUBMIT saprck60 
     WITH FREE SELECTIONS texpr 
                VIA SELECTION-SCREEN 
                WITH kalaid  = wa_default-kalaid 
                WITH kaladat = sy-datum 
                WITH backgr = 'X' 
               VIA JOB name NUMBER number 
              AND RETURN. 

Mohana