MJV76FFB 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 MJV76FFB 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: Save Routines for General Shipping Document Control Data
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING TEXTLINE1 = TEXT1 TEXTLINE2 = TEXT2 TITEL = TITEL DEFAULTOPTION = 'N' IMPORTING ANSWER = GELOESCHT.
ISP_TJV55_DELETE CALL FUNCTION 'ISP_TJV55_DELETE' IN UPDATE TASK EXPORTING OLDTJV55 = TJV55.
ISP_TJV55_MODIFY CALL FUNCTION 'ISP_TJV55_MODIFY' IN UPDATE TASK EXPORTING NEWTJV55 = TJV55.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MJV76FFB - Save Routines for General Shipping Document Control Data MJV76FDI - Initializations in Shipping Document Control Data Maintenance MJV76F01 - Routines for General Shipping Document Control Table Maintenance MJV64TOP - Data Definitions for Completeness Check for Circ.Planning Trigger MJV64IOP - PAI Modules for Checks of Completeness Check for Circ.Planning Trigger MJV64FOP - Check Routines for Completeness Check for Circ.Planning Trigger