‎2008 Mar 04 4:57 AM
Hi,
How to Use the Function Modules like
"SD_REV_REC_BILLING" ,
"IDOC_INPUT_ACC_BILLING_REVERSE"
give example for this FM.
Regards,
S.Janani.
‎2008 Mar 04 5:08 AM
Hi,
Call Rev. Rec. Billing Function Module
call function 'SD_REV_REC_BILLING'
exporting
fis_vbrk = vbrk
fif_dummy_nr = document_old
fis_t001 = t001
fif_posnr = lif_posnr
fif_comp = i_comp
tables
fit_xaccit = xaccit
fit_xacccr = xacccr
fit_xvbrp = xvbrp
fit_xkomv = xkomv
fit_xacchd = xacchd
fit_rr_accit = rr_accit
fit_rr_acccr = rr_acccr
fit_xfplt = xfplt
fit_xvbpa = xvbpa
exceptions
error_01 = 01.
‎2008 Mar 04 5:16 AM
HI ,
What is the use of the FM "SD_REV_REC_BILLING"
please guide me with the input Parameters(Examples needed)
regards,
S.Janani