WCF_BSP_SET_VALIDATION 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 WCF_BSP_SET_VALIDATION 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.
Title: Set validation attribute on WEBCUIF BSP extensions
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RS_ACCESS_PERMISSION CALL FUNCTION 'RS_ACCESS_PERMISSION' EXPORTING global_lock = 'X' mode = 'MODIFY' object = lv_extension object_class = 'WTAG' EXCEPTIONS canceled_in_corr = 1 enqueued_by_user = 2 enqueue_system_failure = 3 illegal_parameter_values = 4 locked_by_author = 5 no_modify_permission = 6 no_show_permission = 7 permission_failure = 8 request_language_denied = 9 OTHERS = 10.
RS_CORR_INSERT CALL FUNCTION 'RS_CORR_INSERT' EXPORTING object = lv_extension object_class = 'WTAG' global_lock = 'X' EXCEPTIONS cancelled = 1 permission_failure = 2 unknown_objectclass = 3 OTHERS = 4.
RS_ACCESS_PERMISSION CALL FUNCTION 'RS_ACCESS_PERMISSION' EXPORTING global_lock = 'X' mode = 'FREE' object = lv_extension object_class = 'WTAG' EXCEPTIONS canceled_in_corr = 1 enqueued_by_user = 2 enqueue_system_failure = 3 illegal_parameter_values = 4 locked_by_author = 5 no_modify_permission = 6 no_show_permission = 7 permission_failure = 8 request_language_denied = 9 OTHERS = 10.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
WCF_BSP_SET_VALIDATION - Set validation attribute on WEBCUIF BSP extensions WCF_BSP_SET_VALIDATION - Set validation attribute on WEBCUIF BSP extensions WCF_BSP_COMMAND_TMPL - Include WCF_BSP_COMMAND_TMPL WCF_BPATH_DEMO - Program WCF_BPATH_DEMO WCF_BPATH_DEMO - Program WCF_BPATH_DEMO WCF10TOP - Global data