SAP Reports / Programs | Financial Services | Loans Management(FS-CML) SAP FS

SAPMF68O SAP ABAP Report - Initial screen for master data objects (calls SAPMF670)







SAPMF68O is a standard Executable ABAP Report 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 SAPMF68O into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

FNO3 - Display Object
FNO1 - Create Object
FNO2 - Change Object


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 SAPMF68O. "Basic submit
SUBMIT SAPMF68O AND RETURN. "Return to original report after report execution complete
SUBMIT SAPMF68O VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Initial screen for master data objects (calls SAPMF670)
Text Symbol: 004 = Delete
Text Symbol: 003 = Display
Text Symbol: 002 = Change
Text Symbol: 001 = Create


INCLUDES used within this REPORT SAPMF68O

INCLUDE MF68OF01.


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:

FVVN_CHECK_MASTERNUMBER_ASSIGN CALL FUNCTION 'FVVN_CHECK_MASTERNUMBER_ASSIGN' IMPORTING e_assign = flg_stammnr e_numberrange = sav_numkr EXCEPTIONS non_unique = 1 OTHERS = 2.

NUMBER_GET_NEXT CALL FUNCTION 'NUMBER_GET_NEXT' EXPORTING nr_range_nr = sav_numkr object = 'FVVD_RANL' * QUANTITY = E03 * SUBOBJECT = E04 * TOYEAR = E05 IMPORTING number = vdhobj-rklammer * QUANTITY = I02 * returncode = ret_code EXCEPTIONS interval_not_found = 01 number_range_not_intern = 02 object_not_found = 03 quantity_is_0 = 04.

FVD_OBJECTS_DIALOG_MAIN CALL FUNCTION 'FVD_OBJECTS_DIALOG_MAIN' EXPORTING i_aktion = obj_aktion i_robjnr = vdhobj-robjnr i_rklammer = vdhobj-rklammer i_jhaupt = vdhobj-jhaupt i_numkr = sav_numkr i_switch_obj = herkunft_flag i_stammnr = flg_stammnr * I_GRUNDBUCH_SPERRE = ' ' IMPORTING e_robjnr = l_robjnr e_abort = g_abort EXCEPTIONS not_found = 1 locked = 2 canceled = 3 OTHERS = 4 .



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