SAP Reports / Programs | Cross-Application Components | General Application Functions | General status management(CA-GTF-TS-SMT) SAP CA

MBSVB_CRMF01 SAP ABAP INCLUDE - MBSVBCRMF01







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

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:

SCROLLING_IN_TABLE CALL FUNCTION 'SCROLLING_IN_TABLE' EXPORTING ENTRY_ACT = ENTRY_ACT ENTRY_TO = ENTRY_TO LAST_PAGE_FULL = LAST_PAGE_FULL LOOPS = LOOPS OK_CODE = OK-SAVE OVERLAPPING = OVERLAPPING IMPORTING ENTRY_NEW = ENTRY_NEW ENTRIES_SUM = ENTRIES_SUM.

POPUP_TO_CONFIRM_LOSS_OF_DATA CALL FUNCTION 'POPUP_TO_CONFIRM_LOSS_OF_DATA' EXPORTING TITEL = TITEL TEXTLINE1 = TEXTLINE1 TEXTLINE2 = TEXTLINE2 IMPORTING ANSWER = ANSWER.

POPUP_TO_CONFIRM_WITH_VALUE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_VALUE' EXPORTING TITEL = TITEL TEXT_BEFORE = TEXTLINE1 OBJECTVALUE = IV_TJ03-OBTYP TEXT_AFTER = TEXTLINE2 IMPORTING ANSWER = ANSWER.

POPUP_TO_CONFIRM_WITH_VALUE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_VALUE' EXPORTING TITEL = TITEL TEXT_BEFORE = TEXTLINE1 OBJECTVALUE = IV_TJ02-TXT04 TEXT_AFTER = TEXTLINE2 IMPORTING ANSWER = ANSWER.

POPUP_TO_CONFIRM_WITH_VALUE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_VALUE' EXPORTING TITEL = TITEL TEXT_BEFORE = TEXTLINE1 OBJECTVALUE = IV_TJ01-VRGNG TEXT_AFTER = TEXTLINE2 IMPORTING ANSWER = ANSWER.

TR_GTADIR_LIST_QUERY CALL FUNCTION 'TR_GTADIR_LIST_QUERY' TABLES E_TABLE = E_GTADIR I_TABLE = I_GTADIR.

TR_TADIR_INTERFACE CALL FUNCTION 'TR_TADIR_INTERFACE' EXPORTING WI_TADIR_PGMID = 'R3TR' WI_TADIR_OBJECT = 'BSVV' WI_TADIR_OBJ_NAME = OBJNAME WI_READ_ONLY = 'X' IMPORTING NEW_TADIR_ENTRY = TADIR exceptions others = 1.

TR_GTADIR_LIST_QUERY CALL FUNCTION 'TR_GTADIR_LIST_QUERY' TABLES E_TABLE = E_GTADIR I_TABLE = I_GTADIR.

TR_TADIR_INTERFACE CALL FUNCTION 'TR_TADIR_INTERFACE' EXPORTING WI_TADIR_PGMID = 'R3TR' WI_TADIR_OBJECT = 'BSVI' WI_TADIR_OBJ_NAME = OBJNAME WI_READ_ONLY = 'X' IMPORTING NEW_TADIR_ENTRY = TADIR exceptions others = 1.

TR_GTADIR_LIST_QUERY CALL FUNCTION 'TR_GTADIR_LIST_QUERY' TABLES E_TABLE = E_GTADIR I_TABLE = I_GTADIR.

TR_TADIR_INTERFACE CALL FUNCTION 'TR_TADIR_INTERFACE' EXPORTING WI_TADIR_PGMID = 'R3TR' WI_TADIR_OBJECT = 'BSVO' WI_TADIR_OBJ_NAME = OBJNAME WI_READ_ONLY = 'X' IMPORTING NEW_TADIR_ENTRY = TADIR exceptions others = 1.

TLOGO_OBJECT_APPEND CALL FUNCTION 'TLOGO_OBJECT_APPEND' EXPORTING KORRNR = KORRNR OBJTYPE = OBJTYPE OBJ_NAME = OBJ_NAME.

TLOGO_OBJECT_DELETE CALL FUNCTION 'TLOGO_OBJECT_DELETE' EXPORTING KORRNR = KORRNR OBJTYPE = OBJTYPE OBJ_NAME = OBJ_NAME.

TR_OBJECT_CHECK CALL FUNCTION 'TR_OBJECT_CHECK' EXPORTING WI_KO200 = L_KO200 IV_NO_STANDARD_EDITOR = ' ' IMPORTING * WE_ORDER = * WE_TASK = * WE_KO200 = * WE_OBJECT_APPENDABLE = ES_TADIR = L_TADIR TABLES WT_E071K = DUMMY EXCEPTIONS OTHERS = 1.

TR_OBJECT_INSERT CALL FUNCTION 'TR_OBJECT_INSERT' EXPORTING WI_KO200 = L_KO200 IV_NO_STANDARD_EDITOR = ' ' IMPORTING ES_TADIR = L_TADIR TABLES WT_E071K = DUMMY EXCEPTIONS OTHERS = 1.

TR_OBJECT_CHECK CALL FUNCTION 'TR_OBJECT_CHECK' EXPORTING WI_KO200 = L_KO200 IV_NO_STANDARD_EDITOR = ' ' IMPORTING * WE_ORDER = * WE_TASK = * WE_KO200 = * WE_OBJECT_APPENDABLE = ES_TADIR = L_TADIR TABLES WT_E071K = DUMMY.

TR_TADIR_INTERFACE CALL FUNCTION 'TR_TADIR_INTERFACE' EXPORTING WI_DELETE_TADIR_ENTRY = 'X' WI_TEST_MODUS = ' ' WI_TADIR_PGMID = 'R3TR' WI_TADIR_OBJECT = OBTYPE WI_TADIR_OBJ_NAME = OBJID EXCEPTIONS OTHERS = 0.

POPUP_DISPLAY_TEXT CALL FUNCTION 'POPUP_DISPLAY_TEXT' EXPORTING LANGUAGE = SY-LANGU POPUP_TITLE = 'Neue Vorgänge einführen'(010) START_COLUMN = 10 START_ROW = 3 TEXT_OBJECT = 'VORGANG_CHECKLISTE' HELP_MODAL = 'X'.



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