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

MV45AF0P_PARTNER_PREPARE SAP ABAP INCLUDE - MV45AF0PPARTNERPREPARE







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

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_OBJECT_TYPE_DETERMINE CALL FUNCTION 'SD_OBJECT_TYPE_DETERMINE' EXPORTING i_document_type = vbak-vbtyp i_tvak = tvak IMPORTING e_business_object = lf_objecttype e_business_object_item = lf_objecttype_item.

SD_PARTNER_CALL_BACK_SET_EVENT CALL FUNCTION 'SD_PARTNER_CALL_BACK_SET_EVENT' EXPORTING fic_objecttype = lf_partner_objecttype fic_objectkey = lf_objectkey fif_program = part_call_back_prog_sales fif_subroutine = part_call_back_form_sales * FIF_EVENT = * FIF_ROLETYPE = * FIF_FIELDNAME = TABLES fit_event_table = da_call_back_memory EXCEPTIONS parameter_incomplete = 1 OTHERS = 2.

SD_PARTNER_DATA_PUT CALL FUNCTION 'SD_PARTNER_DATA_PUT' EXPORTING fic_objecttype = lf_partner_objecttype fic_objectkey = lf_objectkey TABLES frt_xvbpa = xvbpa frt_yvbpa = yvbpa frt_xvbuv = xvbuv frt_hvbuv = yvbuv frt_xvbadr = xvbadr frt_yvbadr = yvbadr EXCEPTIONS no_object_specified = 1 OTHERS = 2.

SD_PARTNER_SUBSCREEN_1000_INIT CALL FUNCTION 'SD_PARTNER_SUBSCREEN_1000_INIT' EXPORTING fif_active = lf_active fif_standard = charx fif_telef = charx fif_faxf = space fif_master = charx fif_altern = charx fif_info = charx fif_determ_log = charx fif_incompletion_log = space fif_filter_lbox = charx fif_act_filter = 'PARALL' fif_var = 'VAR_1' fif_pos = posnr_low fif_paproc_h = tvak-pargr fif_paproc_i = space fis_vbuv = da_vbuv fic_objecttype = lf_partner_objecttype fic_objectkey = lf_objectkey fis_sdorgdata = ls_sdorgdata TABLES * FIT_FUNC = ' ' "FUNC fit_filter = lt_filter.

SD_PARTNER_SUBSCREEN_1000_INIT CALL FUNCTION 'SD_PARTNER_SUBSCREEN_1000_INIT' EXPORTING fif_active = lf_active fif_standard = charx fif_telef = charx fif_faxf = space fif_master = charx fif_altern = charx fif_info = charx fif_determ_log = charx fif_incompletion_log = space fif_filter_lbox = charx fif_act_filter = 'PARALL' fif_var = 'VAR_1' fif_pos = posnr_low fif_paproc_h = tvak-pargr fif_paproc_i = space fic_objecttype = lf_partner_objecttype fic_objectkey = lf_objectkey fis_sdorgdata = ls_sdorgdata TABLES * FIT_FUNC = ' ' "FUNC fit_filter = lt_filter.

SD_PARTNER_SUBSCREEN_1000_INIT CALL FUNCTION 'SD_PARTNER_SUBSCREEN_1000_INIT' EXPORTING fif_active = lf_active fif_standard = charx fif_telef = charx fif_faxf = space fif_master = charx fif_altern = charx fif_info = charx fif_determ_log = charx fif_incompletion_log = space fif_filter_lbox = charx fif_act_filter = 'PARALL' fif_var = 'VAR_1' fif_pos = vbap-posnr fif_paproc_h = tvak-pargr fif_paproc_i = tvap-pargr fis_vbuv = da_vbuv fic_objecttype = lf_partner_objecttype fic_objectkey = lf_objectkey fis_sdorgdata = ls_sdorgdata TABLES * FIT_FUNC = ' ' "FUNC fit_filter = lt_filter.

SD_PARTNER_SUBSCREEN_1000_INIT CALL FUNCTION 'SD_PARTNER_SUBSCREEN_1000_INIT' EXPORTING fif_active = lf_active fif_standard = charx fif_telef = charx fif_faxf = space fif_master = charx fif_altern = charx fif_info = charx fif_determ_log = charx fif_incompletion_log = space fif_filter_lbox = charx fif_act_filter = 'PARALL' fif_var = 'VAR_1' fif_pos = vbap-posnr fif_paproc_h = tvak-pargr fif_paproc_i = tvap-pargr fic_objecttype = lf_partner_objecttype fic_objectkey = lf_objectkey fis_sdorgdata = ls_sdorgdata TABLES * FIT_FUNC = ' ' "FUNC fit_filter = lt_filter.



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