Application Development 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: 

ra_invoice_document_add,ra_invoice_refresh

Former Member
0 Kudos

hi,

Can any one tell me the applications/uses of FMs RV_INVOICE_DOCUMENT_ADD,RV_INVOICE_REFRESH .Alsowhat does without_refresh = 'X' in FM rv_invoice_document mean?..

Thanks,

Challa

1 REPLY 1

Former Member
0 Kudos

FM RV_INVOICE_DOCUMENT_ADD belongs to function group V60A, both programs SAPMV60A and SAPLV60A have an internal table called TKOMK, so I think another fm of V60A fills the table TKOMK and so you can see it as soon you enter in a fm of V60A

then check program RV60AFZZ

Eg:

CALL FUNCTION 'RV_INVOICE_DOCUMENT_ADD'

EXPORTING

vbsk_i = wa_vbsk_e

WITH_POSTING = 'A'

tables

xkomfk = it_KOMFK

xkomv = it_KOMV

xthead = it_THEADVB

xvbfs = it_VBFS

xvbpa = it_VBPAVB

xvbrk = it_VBRKVB

xvbrp = it_VBRPVB

xvbss = it_VBSS.

<b><REMOVED BY MODERATOR></b>

Thanks

Murali Poli

Message was edited by:

Alvaro Tejada Galindo