MF210F51 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 MF210F51 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 for Screen 1510: Subitem Categories (Master Data)
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
POPUP_TO_CONFIRM_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE' "xrp075392 EXPORTING "xrp075392 DIAGNOSETEXT1 = TEXT-120 "xrp075392 DIAGNOSETEXT2 = TEXT-121 "xrp079444 "xrp075392 DIAGNOSETEXT3 = TEXT-127 "xrp079444 "xrp075392 TEXTLINE1 = TEXT-128 "xrp079444 "xrp075392 TEXTLINE2 = TEXT-129 "xrp079444 "xrp075392 TITEL = TEXT-122 "xrp079444 "xrp075392 IMPORTING "xrp075392 ANSWER = LD_ANSWER. "xrp075392
POPUP_TO_CONFIRM_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE' EXPORTING DIAGNOSETEXT1 = DIAGNOSETEXT1 DIAGNOSETEXT2 = DIAGNOSETEXT2 TEXTLINE1 = TEXTLINE1 TEXTLINE2 = TEXTLINE2 TITEL = TITEL CANCEL_DISPLAY = CANCEL_DISPLAY IMPORTING ANSWER = GD_ANSWER.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MF210F51 - Form Routines for Screen 1510: Subitem Categories (Master Data) MF210F50 - Form Routines for Screen 1500: Subitem Categories (Request) MF210F41 - Form Routines for Screen 1410: Breakdown Categories (Master Data) MF210F40 - Form Routines for Screen 1400: Breakdown Categories (Request) MF210F34 - Form Routines for Screen 1340: Error Log for Breakdown Check MF210F33 - Form Routines for Screen 1330: Item Categories (Master Data)