SAP Reports / Programs | Basis Components | ABAP Workbench, Java IDE and Infrastructure | Switch Framework Tools(BC-DWB-TOO-SFW) SAP BC

SFW_CL_SFWCUST_IMPL SAP ABAP INCLUDE - SFWCLSFWCUSTIMPL







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

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:

OCS_GET_INSTALLED_COMPS CALL FUNCTION 'OCS_GET_INSTALLED_COMPS' TABLES tt_comptab = installed_components EXCEPTIONS no_release_found = 1 wrong_release = 2 OTHERS = 3.

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'SFW5_OUTTABLINE_V2' CHANGING ct_fieldcat = fieldcat.

DD_DOMVALUES_GET CALL FUNCTION 'DD_DOMVALUES_GET' EXPORTING domname = 'SFW_STATE' text = 'X' TABLES dd07v_tab = dd07v_tab EXCEPTIONS wrong_textflag = 1 OTHERS = 2.

SFW_UNPACK_BCSETS CALL FUNCTION 'SFW_UNPACK_BCSETS' EXPORTING bfunc = outtabline_v2-bfunction languflag = 'X' "Nur Sprachen Aktivierung erlauben EXCEPTIONS switch_not_on = 1 no_authority = 2 bf_not_on = 3.

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = 'Berechtigungsprüfung'(005) txt1 = 'Keine Berechtigung für Business Function Set:'(007) txt2 = bset_dr.

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = 'Berechtigungsprüfung'(005) txt1 = 'Keine Berechtigung zum Anschalten von Business Function:'(006) txt2 = outtabline_v2-bfunction.

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = 'Berechtigungsprüfung'(005) txt1 = 'Keine Berechtigung zum Anschalten von:'(008) txt2 = outtabline_v2-bfunction.

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = 'Berechtigungsprüfung'(005) txt1 = 'Keine Berechtigung zum Anschalten von:'(008) txt2 = outtabline_v2-bfunction.

POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = 'Berechtigungsprüfung'(005) txt1 = 'Keine Berechtigung zum Anschalten von:'(008) txt2 = outtabline_v2-bfunction.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = 'Lizenz Information'(015) diagnose_object = 'LIZENZ_POPUP' "#EC NOTEXT text_question = 'Ich stimme zu'(016) text_button_1 = 'Ja'(003) text_button_2 = 'Nein'(004) default_button = '1' IMPORTING answer = answer EXCEPTIONS text_not_found = 1 OTHERS = 2.

CONVERSION_EXIT_ISOLA_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_ISOLA_OUTPUT' EXPORTING input = sy_langu IMPORTING output = langu.

CALL_BROWSER CALL FUNCTION 'CALL_BROWSER' EXPORTING url = whole_url.

DOKU_OBJECT_SHOW CALL FUNCTION 'DOKU_OBJECT_SHOW' EXPORTING dokclass = ls_bfc_rn-dokclass dokname = ls_bfc_rn-dokname TABLES links = lt_lines EXCEPTIONS object_not_found = 01.

DOKU_OBJECT_SHOW CALL FUNCTION 'DOKU_OBJECT_SHOW' EXPORTING dokclass = ls_bfc_rn-dokclass doklangu = 'E' dokname = ls_bfc_rn-dokname TABLES links = lt_lines EXCEPTIONS object_not_found = 01.

SFW_BFUNC_DEPENDENCY_POPUP CALL FUNCTION 'SFW_BFUNC_DEPENDENCY_POPUP' EXPORTING business_function = outtabline_v2-bfunction status_table = outtab_v2.

STREE_STRUCTURE_EXIST CALL FUNCTION 'STREE_STRUCTURE_EXIST' EXPORTING structure_id = ls_bfc_tc-structure_id do_not_read_devclass = 'X' IMPORTING message = ls_message structure_header = ls_ttree.

S_TWB_EXIT_TO_AUTHORITY_CHECK CALL FUNCTION 'S_TWB_EXIT_TO_AUTHORITY_CHECK' EXPORTING structure_id = ls_bfc_tc-structure_id structure_type = ls_ttree-type activity = '03' suppress_message = 'X' IMPORTING message = ls_message.

SFW_START_NEW_TC CALL FUNCTION 'SFW_START_NEW_TC' STARTING NEW TASK 'task1' EXPORTING iv_nametextcalalogue = ls_bfc_tc-structure_id iv_count_char = lv_count_char.



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