Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Function Module

Former Member
0 Likes
406

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.

2 REPLIES 2
Read only

Former Member
0 Likes
372

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.

Read only

Former Member
0 Likes
372

HI ,

What is the use of the FM "SD_REV_REC_BILLING"

please guide me with the input Parameters(Examples needed)

regards,

S.Janani