SAP Reports / Programs | Media Product Sales and Distribution | SAP Media | Media Product Sales and Distribution(IS-M-SD-MS) SAP IS

MJPHASEMODELF01 SAP ABAP INCLUDE - documentation and ABAP source code







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

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:

ENQUEUE_EJVPH call function 'ENQUEUE_EJVPH' exporting phasemdl = rjphasemodel0100-phasemdl exceptions foreign_lock = 1 system_failure = 2 others = 3.

ISM_SD_PHASEMODEL_GET call function 'ISM_SD_PHASEMODEL_GET' exporting im_phasemodel = rjphasemodel0100-phasemdl importing out_headdata = db_jvtphmodell out_issue_tab = db_issue_tab out_date_tab = db_date_tab out_geo_tab = db_geounit_tab out_contract_tab = db_contract_tab exceptions not_found = 1 others = 2. "#EC *

LVC_FIELDCATALOG_MERGE call function 'LVC_FIELDCATALOG_MERGE' exporting i_structure_name = structure changing ct_fieldcat = fieldcat.

ISM_SD_PHASEMODEL_CREATE call function 'ISM_SD_PHASEMODEL_CREATE' exporting im_model = model im_issue_tab = insert_issue_tab im_geounit_tab = insert_geounit_tab im_phasedate_tab = insert_phasedate_tab exceptions invalid_phase_model = 1 others = 2.

ISM_SD_PHASEMODEL_CHANGE call function 'ISM_SD_PHASEMODEL_CHANGE' exporting im_model = rjphasemodel0200-phasemdl im_modeldetail = modeldetail im_insert_issue_tab = insert_issue_tab im_delete_issue_tab = delete_issue_tab im_insert_geounit_tab = insert_geounit_tab im_delete_geounit_tab = delete_geounit_tab im_insert_phasedate_tab = insert_phasedate_tab im_update_phasedate_tab = update_phasedate_tab im_delete_phasedate_tab = delete_phasedate_tab exceptions invalid_phase_model = 1 others = 2.

POPUP_TO_CONFIRM call function 'POPUP_TO_CONFIRM' exporting titlebar = text-009 text_question = text-010 default_button = '2' importing answer = answer exceptions text_not_found = 1 others = 2.

ISM_SD_DELETE_PHASEML call function 'ISM_SD_DELETE_PHASEML' exporting in_phasemdl = rjphasemodel0200-phasemdl exceptions not_possible = 1 others = 2.

POPUP_TO_CONFIRM call function 'POPUP_TO_CONFIRM' exporting titlebar = text-013 text_question = text-012 default_button = '2' importing answer = answer exceptions text_not_found = 1 others = 2.

POPUP_TO_CONFIRM call function 'POPUP_TO_CONFIRM' exporting titlebar = text-013 text_question = text-012 default_button = '2' importing answer = answer exceptions text_not_found = 1 others = 2.

POPUP_TO_CONFIRM call function 'POPUP_TO_CONFIRM' exporting titlebar = text-013 text_question = text-012 default_button = '2' importing answer = answer exceptions text_not_found = 1 others = 2.

ISM_SD_SELECT_TJKSDPHASEMDL call function 'ISM_SD_SELECT_TJKSDPHASEMDL' exporting in_modelkind = modelkind importing out_tjksdphasemdl = tjksdphasemdl exceptions not_found = 1 others = 2.

ISM_SD_PHASEMODEL_EXIST call function 'ISM_SD_PHASEMODEL_EXIST' exporting im_phasemdl = phasemdl exceptions not_found = 1 others = 2.

ISM_SD_CHECK_IS_ISSUE call function 'ISM_SD_CHECK_IS_ISSUE' exporting in_issue = issue exceptions no_issue = 1 others = 2.

ISP_POPUP_USERDATA call function 'ISP_POPUP_USERDATA' exporting tabname = 'JVTPHMODELL' erfuser = rjphasemodel0200-erfuser erfdate = rjphasemodel0200-erfdate erftime = rjphasemodel0200-erftime aenuser = rjphasemodel0200-aenuser aendate = rjphasemodel0200-aendate aentime = rjphasemodel0200-aentime.

POPUP_TO_CONFIRM_LOSS_OF_DATA call function 'POPUP_TO_CONFIRM_LOSS_OF_DATA' exporting textline1 = text-141 textline2 = text-142 titel = text-143 importing answer = answer exceptions others = 1. "#EC *

POPUP_TO_CONFIRM_LOSS_OF_DATA call function 'POPUP_TO_CONFIRM_LOSS_OF_DATA' exporting textline1 = text-141 textline2 = text-142 titel = text-143 importing answer = answer exceptions others = 1. "#EC *

ISM_BP_SIMPLE_INTO_LINE_BUFFER call function 'ISM_BP_SIMPLE_INTO_LINE_BUFFER' exporting in_bp = -shipto * IN_ADRNR = importing out_name = -nameshipto * OUT_NAME_LONG = * OUT_NAME_FULL1 = * OUT_NAME_FULL2 = .



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