MJS43FFB 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 MJS43FFB 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.
Title: Form Routines: Create/Change/Display Function Module
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ISP_AENDNR_BEARBEITEN * CALL FUNCTION 'ISP_AENDNR_BEARBEITEN'
CALL FUNCTION 'ISP_AENDNR_BEARBEITEN' EXPORTING BEARBEITUNGSART = IN_TRTYP IN_AENDNR = IN_AEND_NR IN_TRANSAKT_FLAG = 'X' VERGANGENHEITS_BEZUG = 'X' ART_AENDERUNGSNR = IN_ARTAENDNR IMPORTING AENDNR = JSTAENDER EXCEPTIONS ABORTED = 01 AENDNR_GEPRUEFT = 02 AENDNR_GESPERRT = 03 AENDNR_INITIAL = 04 AENDNR_NOT_EXIST = 05 USER_NOT_ERFUSER = 06 aendnr_freigegeben = 07.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 MJS43FFB or its description.
MJS43FFB - Form Routines: Create/Change/Display Function Module MJS43FEX - Forms for Exit MJS43FDI - Form Routines: Edit PBO Change Number MJS43FCU - PBO Forms for Editing Change Number MJS22TOP - IS-M/SD: Top INCLUDE for the Sample Transaction MJS22OSM - IS-M/SD: Include for SAPMJV10 - PAI Modules for Screen Checks