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: 

sy-title not different in copied program

Former Member
0 Kudos
161

hi all,

i copied FAGL_ACCOUNT_ITEMS_GL to z program

the problem is with sy-title, in my z report i am not getting sy-title i copied everything.

the code is

INITIALIZATION.

g_repid = sy-repid.

sd_noaut = 'X'.

sd_nooap = 'X'.

gd_save_title = sy-title.

clear gd_rri_so_set.

thanks in advance

Edited by: Julius Bussche on Jan 9, 2009 1:49 PM

6 REPLIES 6

Former Member
0 Kudos
86

hi

get it from table TRDIRT, field TEXT

hope this helps

regards

Aakash Banga

Former Member
0 Kudos
86

HI Balaji,

Check the Original language of the program from the Attributes..(goto ---> Attributes)

it showing the DE.

so that is the issue your are not getting the Title.

Change to EN solves your problem.

Thanks!

Former Member
0 Kudos
86

hi ,

here in sy-title you will get the text that you have defined in short text during program creation.

so go in attribute and change your title.

Edited by: swati gupta on Jan 9, 2009 12:05 PM

Former Member
0 Kudos
86

you can make the language of attributes english

Former Member
0 Kudos
86

Hi,

Just check what title you have written while creating the Zreport.

to check goto ---> Attributes -


>Title " Check what you have written here,it must be same as standard"

Regards,

neha

Former Member
0 Kudos
86

Hi ,

Copy the title of your standard program into Z title in origional language .

than SET TITLE 'ztitle' into your program .

def. your prob. will solved .

regards ,

Nilesh Jain