SAP Reports / Programs | Product Lifecycle Management | Collaboration Folders(PLM-CFO) SAP PLM

CFX_UI_CFOLDERS_VIEW_PBO1 SAP ABAP INCLUDE - Include CFX_UI_CFOLDERS_VIEW_PBO1







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


Text pool values


Title: Include CFX_UI_CFOLDERS_VIEW_PBO1


INCLUDES used within this REPORT CFX_UI_CFOLDERS_VIEW_PBO1

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:

RRBA_CONVERT_TIMESTAMP_TO_STR CALL FUNCTION 'RRBA_CONVERT_TIMESTAMP_TO_STR' EXPORTING i_timestamp = ls_col_attr-created_on_utc IMPORTING e_output = created_on_date.

RRBA_CONVERT_TIMESTAMP_TO_STR CALL FUNCTION 'RRBA_CONVERT_TIMESTAMP_TO_STR' EXPORTING i_timestamp = ls_col_attr-changed_on_utc IMPORTING e_output = changed_on_date.

RRBA_CONVERT_TIMESTAMP_TO_STR CALL FUNCTION 'RRBA_CONVERT_TIMESTAMP_TO_STR' EXPORTING i_timestamp = ls_col_attr-deadline IMPORTING e_output = deadline_date.

RRBA_CONVERT_TIMESTAMP_TO_STR CALL FUNCTION 'RRBA_CONVERT_TIMESTAMP_TO_STR' EXPORTING i_timestamp = ls_col_attr-content_change IMPORTING e_output = content_change_date.

RRBA_CONVERT_TIMESTAMP_TO_STR CALL FUNCTION 'RRBA_CONVERT_TIMESTAMP_TO_STR' EXPORTING i_timestamp = ls_col_attr-structure_change IMPORTING e_output = structure_change_date.

RRBA_CONVERT_TIMESTAMP_TO_STR CALL FUNCTION 'RRBA_CONVERT_TIMESTAMP_TO_STR' EXPORTING i_timestamp = ls_col_attr-status_change IMPORTING e_output = status_change_date.

RRBA_CONVERT_TIMESTAMP_TO_STR CALL FUNCTION 'RRBA_CONVERT_TIMESTAMP_TO_STR' EXPORTING i_timestamp = ls_col_attr-metadata_change IMPORTING e_output = metadata_change_date.

RRBA_CONVERT_TIMESTAMP_TO_STR CALL FUNCTION 'RRBA_CONVERT_TIMESTAMP_TO_STR' EXPORTING i_timestamp = ls_col_attr-download IMPORTING e_output = download_date.

RRBA_CONVERT_TIMESTAMP_TO_STR CALL FUNCTION 'RRBA_CONVERT_TIMESTAMP_TO_STR' EXPORTING i_timestamp = ls_fol_attr-administration-created_on IMPORTING e_output = created_on_date.

RRBA_CONVERT_TIMESTAMP_TO_STR CALL FUNCTION 'RRBA_CONVERT_TIMESTAMP_TO_STR' EXPORTING i_timestamp = ls_fol_attr-administration-changed_on IMPORTING e_output = changed_on_date.

RRBA_CONVERT_TIMESTAMP_TO_STR CALL FUNCTION 'RRBA_CONVERT_TIMESTAMP_TO_STR' EXPORTING i_timestamp = ls_fol_attr-administration-created_on IMPORTING e_output = created_on_date.

RRBA_CONVERT_TIMESTAMP_TO_STR CALL FUNCTION 'RRBA_CONVERT_TIMESTAMP_TO_STR' EXPORTING i_timestamp = ls_fol_attr-administration-changed_on IMPORTING e_output = changed_on_date.

RRBA_CONVERT_TIMESTAMP_TO_STR CALL FUNCTION 'RRBA_CONVERT_TIMESTAMP_TO_STR' EXPORTING i_timestamp = ls_fol_attr-administration-created_on IMPORTING e_output = created_on_date.

RRBA_CONVERT_TIMESTAMP_TO_STR CALL FUNCTION 'RRBA_CONVERT_TIMESTAMP_TO_STR' EXPORTING i_timestamp = ls_fol_attr-administration-changed_on IMPORTING e_output = changed_on_date.

RRBA_CONVERT_TIMESTAMP_TO_STR CALL FUNCTION 'RRBA_CONVERT_TIMESTAMP_TO_STR' EXPORTING i_timestamp = ls_status_profile_attr-created_on IMPORTING e_output = created_on_date.

RRBA_CONVERT_TIMESTAMP_TO_STR CALL FUNCTION 'RRBA_CONVERT_TIMESTAMP_TO_STR' EXPORTING i_timestamp = ls_status_profile_attr-changed_on IMPORTING e_output = changed_on_date.

RRBA_CONVERT_TIMESTAMP_TO_STR CALL FUNCTION 'RRBA_CONVERT_TIMESTAMP_TO_STR' EXPORTING i_timestamp = ls_status_attr-created_on IMPORTING e_output = created_on_date.

RRBA_CONVERT_TIMESTAMP_TO_STR CALL FUNCTION 'RRBA_CONVERT_TIMESTAMP_TO_STR' EXPORTING i_timestamp = ls_status_attr-changed_on IMPORTING e_output = changed_on_date.

RRBA_CONVERT_TIMESTAMP_TO_STR





CALL FUNCTION 'RRBA_CONVERT_TIMESTAMP_TO_STR' EXPORTING i_timestamp = ls_trans_attr-created_on IMPORTING e_output = created_on_date.

RRBA_CONVERT_TIMESTAMP_TO_STR CALL FUNCTION 'RRBA_CONVERT_TIMESTAMP_TO_STR' EXPORTING i_timestamp = ls_trans_attr-changed_on IMPORTING e_output = changed_on_date.

RRBA_CONVERT_TIMESTAMP_TO_STR CALL FUNCTION 'RRBA_CONVERT_TIMESTAMP_TO_STR' EXPORTING i_timestamp = ls_action_attr-deadline IMPORTING e_output = action_deadline.

RRBA_CONVERT_TIMESTAMP_TO_STR CALL FUNCTION 'RRBA_CONVERT_TIMESTAMP_TO_STR' EXPORTING i_timestamp = ls_action_attr-created_on IMPORTING e_output = created_on_date.

RRBA_CONVERT_TIMESTAMP_TO_STR CALL FUNCTION 'RRBA_CONVERT_TIMESTAMP_TO_STR' EXPORTING i_timestamp = ls_action_attr-changed_on IMPORTING e_output = changed_on_date.

RRBA_CONVERT_TIMESTAMP_TO_STR CALL FUNCTION 'RRBA_CONVERT_TIMESTAMP_TO_STR' EXPORTING i_timestamp = ls_usergrp_attr-created_on IMPORTING e_output = created_on_date.

RRBA_CONVERT_TIMESTAMP_TO_STR CALL FUNCTION 'RRBA_CONVERT_TIMESTAMP_TO_STR' EXPORTING i_timestamp = ls_usergrp_attr-changed_on IMPORTING e_output = changed_on_date.

RRBA_CONVERT_TIMESTAMP_TO_STR CALL FUNCTION 'RRBA_CONVERT_TIMESTAMP_TO_STR' EXPORTING i_timestamp = ls_notification_attr-sent_on IMPORTING e_output = sent_on_date.

RRBA_CONVERT_TIMESTAMP_TO_STR CALL FUNCTION 'RRBA_CONVERT_TIMESTAMP_TO_STR' EXPORTING i_timestamp = ls_notification_attr-read_on IMPORTING e_output = read_on_date.



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