SAP Reports / Programs | Basis Components | Business Management | Organizational Management(BC-BMT-OM) SAP BC

PP01BUFFER SAP ABAP INCLUDE - documentation and ABAP source code







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

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:

RH_OM_DETAILSCREEN_GET_OKCODE call function 'RH_OM_DETAILSCREEN_GET_OKCODE' importing act_okcode = okcode.

RHOM_READ_INFTY_BUFFERED call function 'RHOM_READ_INFTY_BUFFERED' exporting plvar = act_info-plvar otype = act_info-otype objid = act_info-objid infty = buffer_info-infty subty = buffer_info-subty istat = buffer_info-istat begda = act_info-period-begda endda = act_info-period-endda tables infty_dat = loc_dat exceptions no_active_plvar = 1 others = 2.

RHOM_WRITE_INFTY_BUFFERED call function 'RHOM_WRITE_INFTY_BUFFERED' exporting fcode = fcode plvar = act_info-plvar otype = act_info-otype objid = act_info-objid infty = buffer_info-infty subty = buffer_info-subty istat = '1' begda = act_info-upd_period-begda endda = act_info-upd_period-endda new_langu = buffer_info-langu tables innnn_exp = infty_dat exceptions no_active_plvar = 1 write_error = 2 infty_not_allowed = 3 others = 4.

RH_OM_DETAILSCREEN_GET_OKCODE call function 'RH_OM_DETAILSCREEN_GET_OKCODE' importing act_okcode = okcode.

RH_OM_DETAILSCREEN_REFRESH call function 'RH_OM_DETAILSCREEN_REFRESH' exceptions not_found = 1 no_authorization = 2 others = 3.

RH_OM_FIELD_ATTRIBUTES_CHECK call function 'RH_OM_FIELD_ATTRIBUTES_CHECK' exporting act_field_name = screen-name importing changed = screen_changed changing screen_input = screen-input screen_invisible = screen-invisible exceptions others = 0.

RHOM_READ_INFTY_BUFFERED call function 'RHOM_READ_INFTY_BUFFERED' exporting plvar = act_info-plvar otype = act_info-otype objid = act_info-objid infty = buffer_info-infty subty = read_subty istat = buffer_info-istat begda = low_date endda = high_date auth_fcode = auth_fcode tables infty_dat = plog_tab exceptions no_active_plvar = 1 others = 2.

RH_OM_PERIODS_INIT call function 'RH_OM_PERIODS_INIT' exporting ignore_object_time = obj_time importing period_program = period_repid period_subscreen = period_dynpro act_period = act_info-period act_seldat = act_info-detail_date tables check_periods = periods.

RH_INFTY_SUBTY_TEXTS call function 'RH_INFTY_SUBTY_TEXTS' tables infotypes_text = infties infotypes_subtypes_text = subties.

RH_INFTY_SUBTY_TEXTS call function 'RH_INFTY_SUBTY_TEXTS' tables infotypes_text = infties infotypes_subtypes_text = subties.

VRM_SET_VALUES call function 'VRM_SET_VALUES' exporting id = listbox_field values = vrm_istat[] exceptions id_illegal_name = 1 others = 2.

VRM_SET_VALUES call function 'VRM_SET_VALUES' exporting id = listbox_field values = values[] exceptions id_illegal_name = 1 others = 2.

VRM_SET_VALUES call function 'VRM_SET_VALUES' exporting id = listbox_field values = values[] exceptions id_illegal_name = 1 others = 2.

SWA_EXPRESSION_INPUT_CONVERT call function 'SWA_EXPRESSION_INPUT_CONVERT' exporting expression_in = expression constant_reference = constant_reference importing expression = expression exceptions parameter_error = 1 conversion_problem = 2 others = 3.

SWA_EXPR_EDIT call function 'SWA_EXPR_EDIT' exporting expdescr = act_cont_def-editelem expressiontype = 'C' expression_in = expression display = space reference_in = reference importing expression_out = expression tables contdef = act_cont_def exerror = act_error_tab exceptions parameter_error = 1 unguilty_expressiontype = 2 others = 3.

SWA_EXPRESSION_OUTPUT_CONVERT call function 'SWA_EXPRESSION_OUTPUT_CONVERT' exporting reference = reference expression = expression importing expression_out = expression exceptions parameter_error = 1 conversion_problem = 2 others = 3.

RH_OM_DETAILSCREEN_GET_OKCODE call function 'RH_OM_DETAILSCREEN_GET_OKCODE' importing act_okcode = okcode.

RHOM_READ_INFTY_BUFFERED call function 'RHOM_READ_INFTY_BUFFERED' exporting plvar = act_info-plvar otype = act_info-otype objid = act_info-objid infty = buffer_info-infty subty = buffer_info-subty istat = buffer_info-istat begda = act_info-upd_period-begda endda = act_info-upd_period-endda tables infty_dat = loc_dat exceptions no_active_plvar = 1 others = 2.

RHOM_WRITE_INFTY_BUFFERED





call function 'RHOM_WRITE_INFTY_BUFFERED' exporting fcode = fcode plvar = act_info-plvar otype = act_info-otype objid = act_info-objid infty = buffer_info-infty subty = buffer_info-subty istat = buffer_info-istat begda = act_info-upd_period-begda endda = act_info-upd_period-endda new_langu = upd_langu tables innnn_exp = infty_dat exceptions no_active_plvar = 1 write_error = 2 infty_not_allowed = 3 others = 4.

DDIF_FIELDINFO_GET call function 'DDIF_FIELDINFO_GET' exporting tabname = tabname fieldname = 'TABSEQNR' tables dfies_tab = dfies_tab exceptions others = 0.

RH_OM_DETAILSCREEN_REFRESH call function 'RH_OM_DETAILSCREEN_REFRESH' exceptions not_found = 1 no_authorization = 2 others = 3.

RHOM_CHANGE_INFTY_BUFFERED call function 'RHOM_CHANGE_INFTY_BUFFERED' exporting fcode = delete * NEW_LANGU = * GDATE = * WORST_MSGTY = tables innnn_exp = del_dat * I1001_EXT = exceptions * NO_ACTIVE_PLVAR = 1 * NO_INPUT = 2 * OBJECT_NOT_ENQUEUED = 3 others = 4 .



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