FCJWBFTX_SET_CONTROL_TEXT 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 FCJWBFTX_SET_CONTROL_TEXT 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
PSSV_FIELD_ATTR_GET CALL FUNCTION 'PSSV_FIELD_ATTR_GET' EXPORTING i_tabname = 'PROJ' i_fieldname = 'POST1' i_values = proj i_context = l_context IMPORTING e_field_attr = l_field_attr.
CN_LDST_ACTIVATION_CHECK CALL FUNCTION 'CN_LDST_ACTIVATION_CHECK' EXPORTING iv_application = 'PS' iv_object = 'PD' EXCEPTIONS not_activated = 1 OTHERS = 2.
CN_LDST_SHORTTEXT_GET_CURRENT CALL FUNCTION 'CN_LDST_SHORTTEXT_GET_CURRENT' EXPORTING iv_application = 'PS' iv_object = 'PD' iv_objnr = proj-objnr IMPORTING es_shorttext = ls_actual_shorttext EXCEPTIONS no_object = 0 OTHERS = 0.
CN_LDST_SHORTTEXT_SET_SINGLE CALL FUNCTION 'CN_LDST_SHORTTEXT_SET_SINGLE' EXPORTING iv_application = 'PS' iv_object = 'PD' iv_objnr = proj-objnr iv_language = sy-langu iv_shorttext = proj-post1 EXCEPTIONS no_object = 0 OTHERS = 0.
PSSV_FIELD_ATTR_GET CALL FUNCTION 'PSSV_FIELD_ATTR_GET' EXPORTING i_tabname = 'PRPS' i_fieldname = 'POST1' i_values = prps i_context = l_context_prps IMPORTING e_field_attr = l_field_attr.
CN_LDST_ACTIVATION_CHECK CALL FUNCTION 'CN_LDST_ACTIVATION_CHECK' EXPORTING iv_application = 'PS' iv_object = 'PR' EXCEPTIONS not_activated = 1 OTHERS = 2.
CN_LDST_SHORTTEXT_GET_CURRENT CALL FUNCTION 'CN_LDST_SHORTTEXT_GET_CURRENT' EXPORTING iv_application = 'PS' iv_object = 'PR' iv_objnr = prps-objnr IMPORTING es_shorttext = ls_actual_shorttext EXCEPTIONS no_object = 0 OTHERS = 0.
CN_LDST_SHORTTEXT_SET_SINGLE CALL FUNCTION 'CN_LDST_SHORTTEXT_SET_SINGLE' EXPORTING iv_application = 'PS' iv_object = 'PR' iv_objnr = prps-objnr iv_language = sy-langu iv_shorttext = prps-post1 EXCEPTIONS no_object = 0 OTHERS = 0.
CN_LDST_ACTIVATION_CHECK CALL FUNCTION 'CN_LDST_ACTIVATION_CHECK' EXPORTING iv_application = 'PS' iv_object = 'PR' EXCEPTIONS not_activated = 1 OTHERS = 2.
CN_LDST_ACTIVATION_CHECK CALL FUNCTION 'CN_LDST_ACTIVATION_CHECK' EXPORTING iv_application = 'PS' iv_object = 'PD' EXCEPTIONS not_activated = 1 OTHERS = 2.
INIT_TEXT call function 'INIT_TEXT' "n_1865045 exporting id = text_header-tdid language = text_header-tdspras name = text_header-tdname object = text_header-TDOBJECT importing header = text_header tables lines = text_lines exceptions id = 1 language = 2 name = 3 object = 4 others = 5. "n_1865045
READ_TEXT CALL FUNCTION 'READ_TEXT' EXPORTING id = text_header-tdid language = text_header-tdspras name = text_header-tdname object = text_header-tdobject IMPORTING header = text_header TABLES lines = text_lines EXCEPTIONS not_found = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
FCJWBFTX_SET_CONTROL_TEXT - Mehrstufige Abrechnung eines Materials FCJWBFTX_LANGTEXT_TABSTRIP - FCJWBFTXLANGTEXTTABSTRIP FCJWBFTX_LANGTEXT_SWITCH_NUMBE - FCJWBFTXLANGTEXTSWITCHNUMBE FCJWBFTX_LANGTEXT_PSP_ELEMENT - SENDEN_KEKO_FEHLERHAFT FCJWBFTX_LANGTEXT_INLINE - FCJWBFTXLANGTEXTINLINE FCJWBFTX_LANGTEXT_ELEMENTUEBER - D0101_OK_CODE