VINTEG_DVIINFO_DISPLAY_FORM 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 VINTEG_DVIINFO_DISPLAY_FORM 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = g_repid * I_INTERNAL_TABNAME = i_structure_name = 'DVIINFO_ALV' i_client_never_display = 'X' * I_INCLNAME = * I_BYPASSING_BUFFER = * I_BUFFER_ACTIVE = CHANGING ct_fieldcat = gt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3 .
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = p_ls_dviinfo-infoiconid info = text-003 IMPORTING RESULT = p_ls_dviinfo-infoiconid.
ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = p_ls_dviinfo-infoiconid info = text-004 IMPORTING RESULT = p_ls_dviinfo-infoiconid.
FKK_BUPA_DISPLAY CALL FUNCTION 'FKK_BUPA_DISPLAY' EXPORTING i_partner = ls_dviinfo-gpart EXCEPTIONS wrong_parameters = 1 OTHERS = 2.
ISIA_INSO_INSOBJECT_MAINTAIN CALL FUNCTION 'ISIA_INSO_INSOBJECT_MAINTAIN' EXPORTING i_aktyp = '03' i_xinit = space i_xsave = space i_xupdtask = space TABLES t_fldvl = ltt_fldvl.
FKK_BUPA_DISPLAY CALL FUNCTION 'FKK_BUPA_DISPLAY' EXPORTING i_partner = ls_dviinfo-gpart EXCEPTIONS wrong_parameters = 1 OTHERS = 2.
ISIA_INSO_INSOBJECT_MAINTAIN CALL FUNCTION 'ISIA_INSO_INSOBJECT_MAINTAIN' EXPORTING i_aktyp = '03' i_xinit = space i_xsave = space i_xupdtask = space TABLES t_fldvl = ltt_fldvl.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
VINTEG_DVIINFO_DISPLAY_FORM - VINTEGDVIINFODISPLAYFORM VINTEG_DVIINFO_DISPLAY_CLASS - VINTEGDVIINFODISPLAYCLASS VINTEG_DVIINFO_DISPLAY - Display Information Container VINTEG_DVIINFO_DISPLAY - Display Information Container VINTEG_DVIINFO_ARCHIV - Preparation Archiving Information Container VINTEG_DVIINFO_ARCHIV - Preparation Archiving Information Container