Quantcast
Channel: SCN : All Content - All Communities
Viewing all articles
Browse latest Browse all 8392

ABAP Scripts

$
0
0

Hi All,

 

I'm new to ABAP.

 

I created script by using user defined table zemploye by using select-options.I got output only one record.I want to display multiple records in output.

my output is like this.

  10... abcd..

MY PROGRAM:

data :  begin of abc,

          empno type zemploye-empno,

          empname type zemploye-empname,

          end of abc.

data: itab type table of abc,

         wa type abc.

data v1 type zemploye-empno.

select-options : s_empno for v1.

select empno empname from zemployee

       into table itab

       where empno in s_empno.

perform open_form.

perform start_form.

loopat itab into wa.

perform write_form.

endloop.

perform end_form.

perform close_form.

 

 

IN SCRIPTS FORM:

I wrote text element like below this:

 

P1: &wa-empno&...&wa-empname&...

 

 

Thank You..


Viewing all articles
Browse latest Browse all 8392

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>