Skip to Content
0
Former Member
Feb 16, 2009 at 11:02 AM

change document Fundtion module "zzzzz_write_document"

33 Views

Hi Friends,

I have created a function module using 'SCDO' and it's details are given below.

CALL FUNCTION 'ZAUDIT_CD_WRITE_DOCUMENT'

EXPORTING

objectid = 'ZAUDIT_T'

tcode = 'ZAUDIT'

utime = SY-UZEIT

udate = SY-DATUM

username = SY-UNAME

  • PLANNED_CHANGE_NUMBER = ' '

  • OBJECT_CHANGE_INDICATOR = 'U'

  • PLANNED_OR_REAL_CHANGES = ' '

  • NO_CHANGE_POINTERS = ' '

  • UPD_ICDTXT_ZAUDIT_CD = ' '

n_zaudit_t =

o_zaudit_t =

  • UPD_ZAUDIT_T = ' '

tables

icdtxt_zaudit_cd =

and i have created event in TMG ' 01'.

i have created a modulepool from which the table values are being changed. i am confused where do i use this function module . either in the module pool program where i'm chaging the values or in the event of the table.

please guide with a code. and what values do i pass in this function module.

thanks & regards,

kat