2009 Jan 09 10:56 AM
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
2009 Jan 09 11:02 AM
hi
get it from table TRDIRT, field TEXT
hope this helps
regards
Aakash Banga
2009 Jan 09 11:03 AM
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!
2009 Jan 09 11:05 AM
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
2009 Jan 09 11:05 AM
2009 Jan 09 11:07 AM
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
2009 Jan 09 11:10 AM
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