Skip to Content
0
Former Member
Sep 24, 2008 at 05:58 PM

how can i send a internal table in smart forms

40 Views

hi

how can i send a internal table in smart forms ?

this my code:

call function F_MNAME

  • exporting

TABLES

GT_TBL1 = S_MF "===> this is my internal table

exceptions

formatting_error = 1

internal_error = 2

send_error = 3

user_canceled = 4

others = 5.

if sy-subrc <> 0.

  • error handling

message id sy-msgid type sy-msgty number sy-msgno

with sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.

exit.

endif.

where i difine a table ?

what is a table type ?