SAP Reports / Programs | Financial Services | Collections/Disbursements(FS-CD) SAP FS

FSCD_ACTIVATE_BROKER_I01 SAP ABAP INCLUDE - FSCDACTIVATEBROKERI01







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

FORM ACTIVATE USING U_INCLUDE TYPE TABNAME
FORM MESSAGE_FIELD_FOUND_CHECK USING U_INCLUDE TYPE TABNAME
FORM MESSAGE_FIELD_NOT_FOUND USING U_INCLUDE TYPE TABNAME
FORM MESSAGE_FIELD_FOUND_ACTIVATE USING U_INCLUDE TYPE TABNAME
FORM MESSAGE_ACTIVATE USING U_INCLUDE TYPE TABNAME
FORM MESSAGE_NOT_ACTIVATE USING U_INCLUDE TYPE TABNAME
FORM GET_FIELDLIST USING U_INCLUDE TYPE TABNAME


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:

DDIF_TABL_GET CALL FUNCTION 'DDIF_TABL_GET' EXPORTING name = u_tabname TABLES dd03p_tab = lt_dd03p EXCEPTIONS illegal_input = 1 OTHERS = 2.

ENQUEUE_ESDICT CALL FUNCTION 'ENQUEUE_ESDICT' EXPORTING x_objtype = 'TABL' x_objname = u_tabname EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

DDIF_TABL_PUT CALL FUNCTION 'DDIF_TABL_PUT' EXPORTING name = u_tabname dd02v_wa = ls_dd02v TABLES dd03p_tab = lt_dd03p EXCEPTIONS tabl_not_found = 1 name_inconsistent = 2 tabl_inconsistent = 3 put_failure = 4 put_refused = 5 OTHERS = 6.

DDIF_TABL_ACTIVATE CALL FUNCTION 'DDIF_TABL_ACTIVATE' EXPORTING name = u_tabname EXCEPTIONS not_found = 1 put_failure = 2 OTHERS = 3.

DEQUEUE_ESDICT CALL FUNCTION 'DEQUEUE_ESDICT' EXPORTING objtype = 'TABL' objname = u_tabname.

DDIF_TABL_GET CALL FUNCTION 'DDIF_TABL_GET' EXPORTING name = u_tabname state = 'A' langu = sy-langu TABLES dd12v_tab = lt12v dd17v_tab = lt17v EXCEPTIONS illegal_input = 1 OTHERS = 2.

DDIF_INDX_PUT CALL FUNCTION 'DDIF_INDX_PUT' EXPORTING name = u_tabname id = l_indexname dd12v_wa = lt12v TABLES dd17v_tab = lt17v EXCEPTIONS indx_not_found = 1 name_inconsistent = 2 indx_inconsistent = 3 put_failure = 4 put_refused = 5 OTHERS = 6.

DDIF_INDX_ACTIVATE CALL FUNCTION 'DDIF_INDX_ACTIVATE' EXPORTING name = u_tabname id = l_indexname * IMPORTING * rc = l_rc EXCEPTIONS not_found = 1 put_failure = 2 OTHERS = 3.

RS_CORR_INSERT CALL FUNCTION 'RS_CORR_INSERT' EXPORTING object = lv_object object_class = 'DICT' mode = u_mode global_lock = 'X' devclass = gv_devclass korrnum = gv_trkorr master_language = sy-langu genflag = ' ' program = ' ' IMPORTING devclass = gv_devclass korrnum = gv_trkorr EXCEPTIONS cancelled = 01 permission_failure = 02 unknown_objectclass = 03.

TR_TADIR_INTERFACE CALL FUNCTION 'TR_TADIR_INTERFACE' EXPORTING wi_tadir_pgmid = 'R3TR' wi_tadir_object = 'TABL' wi_tadir_obj_name = ls_tadir-obj_name wi_read_only = 'X' IMPORTING new_tadir_entry = ls_tadir EXCEPTIONS OTHERS = 4.

DSYS_SHOW_FOR_F1HELP CALL FUNCTION 'DSYS_SHOW_FOR_F1HELP' EXPORTING dokclass = 'RE' dokname = sy-repid short_text = 'X'.

FKK_MESSAGE_WRITE CALL FUNCTION 'FKK_MESSAGE_WRITE' EXPORTING i_msgid = '>0' i_msgno = '042' IMPORTING e_ntext = ls_text-line.



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