SAP Reports / Programs | Sales and Distribution | Sales(SD-SLS) SAP SD

MV45AF0C_CHANGE_DOCUMENT_CREAT SAP ABAP INCLUDE - MV45AF0CCHANGEDOCUMENTCREAT







MV45AF0C_CHANGE_DOCUMENT_CREAT is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter MV45AF0C_CHANGE_DOCUMENT_CREAT into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT MV45AF0C_CHANGE_DOCUMENT_CREAT. "Basic submit
SUBMIT MV45AF0C_CHANGE_DOCUMENT_CREAT AND RETURN. "Return to original report after report execution complete
SUBMIT MV45AF0C_CHANGE_DOCUMENT_CREAT VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT MV45AF0C_CHANGE_DOCUMENT_CREAT

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

SD_XVBLB_CHANGES CALL FUNCTION 'SD_XVBLB_CHANGES' TABLES fxvblb = xvblb fyvblb = yvblb.

SD_XVEDA_CHANGES CALL FUNCTION 'SD_XVEDA_CHANGES' EXPORTING i_document_number = veda-vbeln i_posnr_low = us_posnr_low TABLES fxveda = xveda fyveda = yveda.

CCARDEC_DO_ENVELOPE CALL FUNCTION 'CCARDEC_DO_ENVELOPE' EXPORTING im_ccins = xfpltc-ccins IMPORTING ex_result = result.

CCARDEC_MASK CALL FUNCTION 'CCARDEC_MASK' EXPORTING im_ccnum = xfpltc-ccnum * IM_CCINS = IMPORTING ex_ccnum = xfpltc-ccnum.

VERKBELEG_WRITE_DOCUMENT CALL FUNCTION 'VERKBELEG_WRITE_DOCUMENT ' IN UPDATE TASK EXPORTING planned_change_number = da_changenumber objectid = da_objectid tcode = lv_tcode utime = sy-uzeit udate = sy-datum username = lv_uname o_yvbak = yvbak n_vbak = vbak o_yvbuk = *vbuk n_vbuk = vbuk upd_vbak = upd_vbak upd_vbuk = upd_vbuk upd_vbap = upd_vbap upd_vbep = upd_vbep upd_vbsn = upd_vbsn upd_vblb = charu upd_vbkd = upd_vbkd upd_vbpa = charu upd_vbpa2 = charu upd_veda = charu upd_fpla = upd_fpla upd_fplt = upd_fplt upd_fpltc = upd_fplt upd_konvc = upd_konvc upd_icdtxt_verkbeleg = upd_icdtxt_verkbeleg upd_paysp_hl = upd_paysp_hl TABLES icdtxt_verkbeleg = icdtxt_verkbeleg xkonvc = xkonvc ykonvc = ykonvc xvbap = xvbap yvbap = yvbap xvbep = xvbep yvbep = yvbep xvbsn = xvbsn yvbsn = yvbsn xvbkd = xvbkd yvbkd = yvbkd xvblb = xvblb yvblb = yvblb xvbpa = xvbpa_ch xvbpa2 = xvbpa2_ch yvbpa = yvbpa_ch yvbpa2 = yvbpa2_ch xveda = xveda yveda = yveda xfpla = uc_xfpla yfpla = uc_yfpla xfpltc = xfpltc yfpltc = yfpltc xfplt = uc_xfplt yfplt = uc_yfplt xpaysp_hl = xpaysp_hl ypaysp_hl = ypaysp_hl.

RV_EXPORT_CONTROL_CDOC_UPDATE CALL FUNCTION 'RV_EXPORT_CONTROL_CDOC_UPDATE' EXPORTING i_trans_type = t180-trtyp EXCEPTIONS OTHERS = 1.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name MV45AF0C_CHANGE_DOCUMENT_CREAT or its description.