Skip to Content
1
Former Member
Feb 18, 2009 at 11:14 AM

CHANGE DOCUMENT FUNCTION MODULE

3906 Views

Hi Friends, This is my 2nd same post

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 =

i tried running the function module manually but i don't find any changes occured and found in cdpos and cdhdr.

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

thanks & regards,

kat