SAP Reports / Programs

RPUSIAPT0PBS SAP ABAP Report - SIADAP Load columns and buttons access rules







RPUSIAPT0PBS is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for INCLUDE EHP5_GENERALTEXT_SIADAP OBJECT DOKU ID TX You use this report to upload the ...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RPUSIAPT0PBS into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

PC00_M19_SIALO_PS - SIADAP Load columns and buttons data


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 RPUSIAPT0PBS. "Basic submit
SUBMIT RPUSIAPT0PBS AND RETURN. "Return to original report after report execution complete
SUBMIT RPUSIAPT0PBS VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: DIRECTOR = Directory
Selection Text: FILENAME = File Name
Selection Text: P_BUT = Load Buttons Table
Selection Text: P_COL = Load Columns Table
Selection Text: TEMPLATE = Template ID
Title: SIADAP Load columns and buttons access rules
Text Symbol: 001 = General Information
Text Symbol: 002 = Importing columns table (T5PPBS1CA)...
Text Symbol: 003 = Importing buttons table (T5PPBS1B)...
Text Symbol: 004 = Number of included/overwritten entries:
Text Symbol: 005 = Field does not exist in file. Index:


INCLUDES used within this REPORT RPUSIAPT0PBS

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:

HR_99S_UPLOAD CALL FUNCTION 'HR_99S_UPLOAD' EXPORTING p_initial_directory = pv_directory p_filename = pv_filename p_filetype = 'ASC' p_fsdialog = ' ' TABLES data_tab = ct_text EXCEPTIONS upload_error = 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 RPUSIAPT0PBS or its description.