MJVPHDATEF01 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 MJVPHDATEF01 into the relevant SAP transactions such as SE38 or SE80
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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ISM_PHASE_MODEL_GETDETAIL CALL FUNCTION 'ISM_PHASE_MODEL_GETDETAIL' EXPORTING im_phasemdl = loc_jvtphdate-phasemdl im_mediaissue = loc_jvtphdate-mediaissue IMPORTING ex_modell = jvtphmodell TABLES ex_issue_tab = gt_issue ex_geo_tab = gt_geo EXCEPTIONS not_found = 1 OTHERS = 2.
ENQUEUE_EJVPH CALL FUNCTION 'ENQUEUE_EJVPH' EXPORTING phasemdl = loc_jvtphdate-phasemdl mediaissue = loc_jvtphdate-mediaissue EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.
DEQUEUE_EJVPH CALL FUNCTION 'DEQUEUE_EJVPH' EXPORTING phasemdl = loc_jvtphdate-phasemdl mediaissue = loc_jvtphdate-mediaissue.
ISM_PHASE_MODEL_DEMAND_CHANGE CALL FUNCTION 'ISM_PHASE_MODEL_DEMAND_CHANGE' EXPORTING im_phasemdl = jvtphdate-phasemdl im_mediaissue = jvtphdate-mediaissue im_version = con_active_version TABLES return = loc_return EXCEPTIONS not_found = 1 nothing_found = 2 OTHERS = 3.
POPUP_TO_CONFIRM_DATA_LOSS CALL FUNCTION 'POPUP_TO_CONFIRM_DATA_LOSS' EXPORTING titel = text-001 IMPORTING answer = answer.
SCROLLING_IN_TABLE CALL FUNCTION 'SCROLLING_IN_TABLE' EXPORTING entry_act = jvtphdate_tc-top_line entry_to = jvtphdate_tc-lines loops = lines_per_screen ok_code = p_ok_code IMPORTING entry_new = jvtphdate_tc-top_line EXCEPTIONS no_entry_or_page_act = 1 no_entry_to = 2 no_ok_code_or_page_go = 3 OTHERS = 4.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MJVPHDATEF01 - documentation and ABAP source code MJVB1TOP - IS-M: General Data Definitions SAPMJVB1 MJVB1O01 - FDÜ: Vorlageprogramm für Zentrale Geschäftspartner MJVB1I01 - FDÜ: Vorlageprogramm für Zentrale Geschäftspartner MJVB1F01 - FDÜ: Vorlageprogramm für Zentrale Geschäftspartner MJVB1E02 - IS-M/SD: Block/Unblock for Table JVTGEOPOT