SAP Reports / Programs | Supplier Relationship Management | Enterprise Buyer | Attachments(SRM-EBP-CA-ATT) SAP SRM

RSBBPKWCC SAP ABAP Report - Program BBPKWCC







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


Text pool values


Title: Program BBPKWCC


INCLUDES used within this REPORT RSBBPKWCC

INCLUDE BBP_PD_CON.
INCLUDE RSBBPKWCC_STATUS_0200O01.
INCLUDE RSBBPKWCCO01.
INCLUDE RSBBPKWCCI01.


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:

SKWF_PKG_DYNAMIC_CREATE CALL FUNCTION 'SKWF_PKG_DYNAMIC_CREATE' EXPORTING package_desc = lv_package_descr x_transient = 'X' appl = lv_skwf_appl cspc = ls_connection_space IMPORTING new_package_id = lv_package_id error = lv_error.

SKWF_FIND_BY_QUERY CALL FUNCTION 'SKWF_FIND_BY_QUERY' EXPORTING * connection_space = 'BBP' obj_type = 'L' IMPORTING error = lv_error TABLES classes = lt_classes queries = lt_queries result_objects = lt_ios.

SKWF_FOLDER_IOS_ATTACH *CALL FUNCTION 'SKWF_FOLDER_IOS_ATTACH' * EXPORTING * folder = ls_bds_folder * CONNECTION_SPACE = 'BBP' ** INPOS = * IMPORTING * error = lv_error * TABLES * ios = lt_ios * BAD_IOS = lt_bad_ios.

SKWF_PKG_IOS_ATTACH CALL FUNCTION 'SKWF_PKG_IOS_ATTACH' EXPORTING package_id = lv_package_id IMPORTING error = lv_error TABLES ios = lt_ios.

SKWF_FOLDER_IOS_GET *CALL FUNCTION 'SKWF_FOLDER_IOS_GET' * EXPORTING * folder = ls_bds_folder ** IO_TYPE = ' ' ** PTYPE = ** X_STRICT = ** X_ATTACHED = 'X' ** X_LINKED = 'X' * IMPORTING * ERROR = lv_error ** ORDER_TYPE = * TABLES * IOS = lt_ios ** PROPERTIES_REQUEST = ** PROPERTIES_RESULT = * BAD_IOS = lt_bad_ios.

SKWF_APPL_ROOT_IOS_GET CALL FUNCTION 'SKWF_APPL_ROOT_IOS_GET' EXPORTING appl = lv_skwf_appl IMPORTING error = lv_error TABLES ios = lt_ios.

SKWF_PKG_IOS_ATTACH CALL FUNCTION 'SKWF_PKG_IOS_ATTACH' EXPORTING package_id = lv_package_id IMPORTING error = lv_error TABLES ios = lt_ios.

SKWF_PKG_IOS_ATTACH *CALL FUNCTION 'SKWF_PKG_IOS_ATTACH' * EXPORTING * package_id = lv_package_id * IMPORTING * error = lv_error * TABLES * ios = lt_ios.

SKWF_FIND_BY_QUERY *CALL FUNCTION 'SKWF_FIND_BY_QUERY' * EXPORTING * connection_space = 'BBP' * obj_type = 'P' * IMPORTING * error = lv_error * TABLES * classes = lt_classes * queries = lt_queries * result_objects = lt_ios.

SKWF_FIND_BY_QUERY *CALL FUNCTION 'SKWF_FIND_BY_QUERY' * EXPORTING * connection_space = 'BBP' * obj_type = 'F' * IMPORTING * error = lv_error * TABLES * classes = lt_classes * queries = lt_queries * result_objects = lt_ios.

SKWF_PKG_IOS_ATTACH *CALL FUNCTION 'SKWF_PKG_IOS_ATTACH' * EXPORTING * package_id = lv_package_id * IMPORTING * error = lv_error * TABLES * ios = lt_ios.



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