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

FV45PFAP_VBAP_BEARBEITEN_ENDE SAP ABAP INCLUDE - FV45PFAPVBAPBEARBEITENENDE







FV45PFAP_VBAP_BEARBEITEN_ENDE 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 FV45PFAP_VBAP_BEARBEITEN_ENDE 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 FV45PFAP_VBAP_BEARBEITEN_ENDE. "Basic submit
SUBMIT FV45PFAP_VBAP_BEARBEITEN_ENDE AND RETURN. "Return to original report after report execution complete
SUBMIT FV45PFAP_VBAP_BEARBEITEN_ENDE 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 FV45PFAP_VBAP_BEARBEITEN_ENDE

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:

RV_XVBUP_MAINTAIN_FKGSA CALL FUNCTION 'RV_XVBUP_MAINTAIN_FKGSA' EXPORTING f_posnr = vbap-posnr f_vbeln = vbak-vbeln f_xvbap_sortiert = space TABLES fxvbap = xvbap fxvbapf = xvbapf fxvbup = xvbup fyvbup = yvbup.

RV_XVBUP_MAINTAIN_FKGSA CALL FUNCTION 'RV_XVBUP_MAINTAIN_FKGSA' EXPORTING f_posnr = vbap-posnr f_vbeln = vbak-vbeln f_xvbap_sortiert = space f_fplnr = vbkd-fplnr f_xfplt_beruecksichtigen = charx TABLES fxvbap = xvbap fxvbapf = xvbapf fxvbup = xvbup fyvbup = yvbup fxfplt = xfplt fxfpla = xfpla.

MESSAGE_HANDLING CALL FUNCTION 'MESSAGE_HANDLING' EXPORTING p_fcode = da_get TABLES p_atpmsgx = da_atpmsg EXCEPTIONS OTHERS = 0.

PRICING_INITIALIZE CALL FUNCTION 'PRICING_INITIALIZE' EXPORTING i_knumv = vbak-knumv i_kposn = vbap-posnr TABLES tkomv = xkomv EXCEPTIONS not_found = 1 OTHERS = 2.

POPUP_TO_DECIDE_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_DECIDE_WITH_MESSAGE' EXPORTING defaultoption = char1 titel = text-002 diagnosetext1 = text-003 diagnosetext2 = text-004 diagnosetext3 = text-005 textline1 = space textline2 = space textline3 = space text_option1 = text-007 text_option2 = text-008 IMPORTING answer = da_answer.

BILLING_SCHEDULE_DELETE CALL FUNCTION 'BILLING_SCHEDULE_DELETE' EXPORTING i_fplnr = xvbkd-fplnr i_upd_fpla = upd_fpla i_upd_fplt = upd_fplt IMPORTING e_upd_fpla = upd_fpla e_upd_fplt = upd_fplt TABLES fpla_new = xfpla fpla_old = yfpla fplt_new = xfplt fplt_old = yfplt EXCEPTIONS delete_not_possible = 01.

GET_HANDLE_SD_SALES_ADDON CALL FUNCTION 'GET_HANDLE_SD_SALES_ADDON' IMPORTING handle = l_sd_sales_addon_exit active = active.



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 FV45PFAP_VBAP_BEARBEITEN_ENDE or its description.