UPB_GSCH_BUFFER 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 UPB_GSCH_BUFFER 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!
UPF_PARAM_INFO_GET CALL FUNCTION 'UPF_PARAM_INFO_GET' EXPORTING i_area = gs_param-area i_plevel = gs_param-plevel i_method = gs_param-method TABLES et_planf = gt_planf et_pflds = lt_pflds_ext et_param = gt_param et_pargd = gt_pargd et_optios = lt_optios et_neval = gt_neval.
UPB_FTAB_GET CALL FUNCTION 'UPB_FTAB_GET' EXPORTING i_area = gs_param-area i_plevel = gs_param-plevel IMPORTING et_ftab = gt_ftab eto_chacmp = gto_ftab_cmp EXCEPTIONS area_error = 1 plevel_error = 2 ddic_error = 3 OTHERS = 4.
UPB_FTAB_GET CALL FUNCTION 'UPB_FTAB_GET' EXPORTING i_area = gs_param-area IMPORTING et_ftab = gt_ftab_area EXCEPTIONS area_error = 1 plevel_error = 2 ddic_error = 3 OTHERS = 4.
UPC_PLEVEL_GET_2 CALL FUNCTION 'UPC_PLEVEL_GET_2' EXPORTING i_area = gs_param-area i_plevel = gs_param-plevel IMPORTING eto_chasel = gto_chasel EXCEPTIONS no_existence = 1 locked = 2 no_consistence = 3 OTHERS = 5.
UPF_VARIABLES_REPLACE CALL FUNCTION 'UPF_VARIABLES_REPLACE' EXPORTING i_area = gs_param-area TABLES xt_optios = lt_optios_cond xt_mesg = et_mesg EXCEPTIONS error = 1 OTHERS = 2.
UPB_OPTIOS_2_CONDS CALL FUNCTION 'UPB_OPTIOS_2_CONDS' EXPORTING it_optios = lt_optios_cond IMPORTING eth_conds = gth_conds EXCEPTIONS wrong_interface = 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.