Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 9164

Re: pilot excel sheet issue

$
0
0

Hi Ram ;

 

An exp. for setting the columns below ;

 

* Defining the vertical key columns.......

t_vkey-col_no   = '1'.

t_vkey-col_name = 'MANDT'.

APPEND t_vkey.

 

t_vkey-col_no   = '2'.

t_vkey-col_name = 'CARRID'.

APPEND t_vkey.

 

t_vkey-col_no   = '3'.

t_vkey-col_name = 'CONNID'.

APPEND t_vkey.

 

t_vkey-col_no   = '4'.

t_vkey-col_name = 'FLDATE'.

APPEND t_vkey.


 

* Header text for the data columns................

 

t_hkey-row_no = '1'.

t_hkey-col_no = 1.

t_hkey-col_name = 'PRICE'.

APPEND t_hkey.

 

t_hkey-col_no = 2.

t_hkey-col_name = 'CURRENCY'.

APPEND t_hkey.

 

t_hkey-col_no = 3.

t_hkey-col_name = 'PLANETYPE'.

APPEND t_hkey.

 

t_hkey-col_no = 4.

t_hkey-col_name = 'SEATSMAX'.

APPEND t_hkey.

 

t_hkey-col_no = 5.

t_hkey-col_name = 'SEATSOCC'.

APPEND t_hkey.

 

t_hkey-col_no = 6.

t_hkey-col_name = 'PAYMENTSUM'.

APPEND t_hkey.


Regards

Özgün


Viewing all articles
Browse latest Browse all 9164

Trending Articles



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