SAP Reports / Programs | Sales and Distribution | Billing(SD-BIL) SAP SD

MV60AF0P_PBO_TABSTRIP SAP ABAP INCLUDE - MV60AF0PPBOTABSTRIP







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


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

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:

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 .



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