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 create new pattern for se38 with 200 line

Former Member
0 Kudos
599

Hi ,

i want to create a new pattern as a template for report.

when i checked it allows me to write only 100 lines. but in our prj we do use 200 lines of template .how do i create it .

8 REPLIES 8

Former Member
0 Kudos
105

HI,

You can create the templet for the program by the following way

in the report progamr UTILITIES>MORE UTILITIES>EDIT PATREN-->CREATE PATREN

Thanks!!

0 Kudos
105

I know that. but if u will check it allows me upto 100 lines. i want 200 lines to be put.

0 Kudos
105

Hi,

sorry to say you that,

as far as my knowledge, we don't have option that more that 100 chars.

as basically the we can create or retrive only upto 100 chars.

Thanks!!

0 Kudos
105

There is a option for dynamic pattern .inside the pattern edit screen pattern->dynamic pattern

how to use it . will it of any help

*$&$EXIT. what this means

0 Kudos
105

Hi,

I checked with the dynamic pattren, with that we can use the more that 200 charectes,

you can try that one aswel.

Thanks!!

Former Member
0 Kudos
105

Hi,

Try this following code in the first line of the report in SE38



Report sy-repid line-count 200.

Regards,

Mansi.

Former Member
0 Kudos
105

report (Report name) line-size 230.

Eg:-

report YHRMR_LSA_SIXMONTH line-size 230.

Former Member
0 Kudos
105

with dynamic patterns we can incorporate any length of template.

http://searchsap.techtarget.com/tip/0,289483,sid21_gci1086690,00.html

this is a beautiful link