Skip to Content
0
Former Member
Aug 28, 2009 at 11:31 AM

Functioan Module problem

37 Views

Hi Friends

I am trying to execute 'TH_LONG_USR_INFO' FM in se38,program syntactically correct but when executing the program(F8).No output is displaying yet.Here is the program

data: begin of ITAB occurs 0.
         include structure UINFO2.
        data: end of ITAB.

CALL FUNCTION 'TH_LONG_USR_INFO'
  EXPORTING
     USER            = '*'
  TABLES
     user_info       = itab.

Can one help me out in this.

Regards

Kiran