SAP Reports / Programs | Media Product | SAP Media | Media Product(IS-M-MD-PR-MP) SAP IS

RJPMPMIDCODEADD_CHANGE SAP ABAP INCLUDE - RJPMPMIDCODEADDCHANGE







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

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_EMMARAE CALL FUNCTION 'ENQUEUE_EMMARAE' EXPORTING * MODE_MARA = 'E' * MANDT = SY-MANDT MATNR = lv_matnr * X_MATNR = ' ' * _SCOPE = '2' * _WAIT = ' ' * _COLLECT = ' ' EXCEPTIONS FOREIGN_LOCK = 1 SYSTEM_FAILURE = 2 OTHERS = 3 .

ISM_MSG_ADD_TO_APPL_LOG CALL FUNCTION 'ISM_MSG_ADD_TO_APPL_LOG' EXPORTING pvi_log_handle = lv_log_handle EXCEPTIONS abend = 1 error = 2 info = 3 status = 4 warning = 5 exit = 6.

ISM_JPTIDCDASSIGN_READ_W_MATNR CALL FUNCTION 'ISM_JPTIDCDASSIGN_READ_W_MATNR' EXPORTING PVI_MATNR = lv_matnr * PVI_KZRFB = 'X' * PVI_XUSEREF = 'X' * PVI_KZRFB_ALL = ' ' * IMPORTING * PVE_XIDCDASS = TABLES PT_IDCDASSIGN = lt_idcdassign EXCEPTIONS WRONG_CALL = 1 NOT_FOUND = 2 OTHERS = 3 .

ISM_MSG_ADD_TO_APPL_LOG CALL FUNCTION 'ISM_MSG_ADD_TO_APPL_LOG' EXPORTING pvi_log_handle = lv_log_handle EXCEPTIONS abend = 0 error = 0 info = 0 status = 0 warning = 0 exit = 0.

ISM_MSG_ADD_TO_APPL_LOG CALL FUNCTION 'ISM_MSG_ADD_TO_APPL_LOG' EXPORTING pvi_log_handle = lv_log_handle EXCEPTIONS abend = 0 error = 0 info = 0 status = 0 warning = 0 exit = 0.

ISM_MSG_ADD_TO_APPL_LOG CALL FUNCTION 'ISM_MSG_ADD_TO_APPL_LOG' EXPORTING pvi_log_handle = lv_log_handle EXCEPTIONS abend = 0 error = 0 info = 0 status = 0 warning = 0 exit = 0.

ISM_JPTIDCDASSIGN_POST CALL FUNCTION 'ISM_JPTIDCDASSIGN_POST' TABLES PT_JPTIDASS_UPD = lt_idcdassign_upd PT_JPTIDASS_INS = lt_idcdassign_ins PT_JPTIDASS_DEL = lt_idcdassign_del PT_O_JPTIDASS = lt_idcdassign_old EXCEPTIONS POST_ERROR = 1 OTHERS = 2 .

ISM_MSG_ADD_TO_APPL_LOG CALL FUNCTION 'ISM_MSG_ADD_TO_APPL_LOG' EXPORTING pvi_log_handle = lv_log_handle EXCEPTIONS abend = 1 error = 2 info = 3 status = 4 warning = 5 exit = 6.

ISM_JPIDCDASS_WRITE_DOCUMENT CALL FUNCTION 'ISM_JPIDCDASS_WRITE_DOCUMENT' EXPORTING pvi_tcode = sy-tcode pvi_date = sy-datum pvi_time = sy-uzeit pvi_user = sy-uname * PSI_OLD_MARA = * PSI_NEW_MARA = TABLES * PT_XJPTIDCDASS = * PT_YJPTIDCDASS = pt_jptidass_upd = lt_idcdassign_upd pt_jptidass_ins = lt_idcdassign_ins pt_jptidass_del = lt_idcdassign_del pt_o_jptidass = lt_idcdassign_old .



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