MV60AF0P_PBO_TABSTRIP 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 MV60AF0P_PBO_TABSTRIP 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!
SD_PARTNER_DATA_PUT CALL FUNCTION 'SD_PARTNER_DATA_PUT' EXPORTING fic_objecttype = 'BUS2037' fic_objectkey = lvs_objectkey TABLES frt_xvbpa = xvbpa * FRT_YVBPA = yvbpa * FRT_XVBUV = xvbuv * FRT_HVBUV = hvbuv * FRT_XVBADR = xvbadr * FRT_YVBADR = yvbadr EXCEPTIONS no_object_specified = 1 OTHERS = 2.
SD_PARTNER_SUBSCREEN_1000_INIT CALL FUNCTION 'SD_PARTNER_SUBSCREEN_1000_INIT' EXPORTING fif_active = lvs_objectact fif_standard = 'X' fif_telef = space * fif_faxf = 'X' * fif_master = space * fif_altern = space * fif_info = space fif_filter_lbox = 'X' fif_act_filter = 'PARALL' fif_var = 'VAR_1' fif_pos = lvs_objectpos fif_paproc_h = tvfk-pargk fif_paproc_i = tvfk-pargp fic_objecttype = 'BUS2037' fic_objectkey = lvs_objectkey fis_sdorgdata = lvs_sdorgdata TABLES fit_filter = filter.
SD_PARTNER_SUBSCREEN_GET_FCODE CALL FUNCTION 'SD_PARTNER_SUBSCREEN_GET_FCODE' EXPORTING fif_set = ' ' IMPORTING fef_fcode = caller_fcode.
SD_WORD_PROCESSING_PUT CALL FUNCTION 'SD_WORD_PROCESSING_PUT' EXPORTING fi_application_data = tvcom fi_display_flag = display_flag fi_display_language = '*' FI_GROUP = TVCOM-TXTGN * FI_NEW_TEXT_LANGUAGE = SY-LANGU FI_OBJECT = TVCOM-TDOBJECT * FI_RESET_FLAG = ' ' * FI_APPL_OBJECT_IDENT = ' ' * FI_APPL_OBJECT_DESCR = ' ' fi_default_fcode = 'ENT1' fi_subscreen_number = subscreen_kfte * FIT_EXCL_FCODE = fit_xvbpa = xvbpa[] CHANGING fct_xthead = xthead[] fct_xvbuv = xvbuv[] EXCEPTIONS error_occured = 1 OTHERS = 2 .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.