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

D_ACTIVATE_OPROD_ACTIVATE_OF01 SAP ABAP INCLUDE - DACTIVATEOPRODACTIVATEOF01







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

FORM ACTIVATE USING IV_INCLUDE TYPE TABNAME
FORM CHECK_ACTIVE_FKKOP USING IV_INCLUDE TYPE TABNAME
FORM MESSAGE_FIELD_FOUND_CHECK USING IV_INCLUDE TYPE TABNAME
FORM MESSAGE_FIELD_NOT_FOUND USING IV_INCLUDE TYPE TABNAME
FORM MESSAGE_FIELD_FOUND_ACTIVATE USING IV_INCLUDE TYPE TABNAME
FORM MESSAGE_ACTIVATE USING IV_INCLUDE TYPE TABNAME
FORM MESSAGE_NOT_ACTIVATE USING IV_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 = iv_tabname TABLES dd03p_tab = lt_dd03p EXCEPTIONS illegal_input = 1 OTHERS = 2.

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

DDIF_TABL_PUT CALL FUNCTION 'DDIF_TABL_PUT' EXPORTING name = iv_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 = iv_tabname EXCEPTIONS not_found = 1 put_failure = 2 OTHERS = 3.

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

RS_CORR_INSERT CALL FUNCTION 'RS_CORR_INSERT' EXPORTING object = lv_object object_class = 'DICT' MODE = iv_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.

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

DSYS_SHOW_FOR_F1HELP CALL FUNCTION 'DSYS_SHOW_FOR_F1HELP' EXPORTING dokclass = 'RE' dokname = 'FSCD_ACTIVATE_OPORD' 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 D_ACTIVATE_OPROD_ACTIVATE_OF01 or its description.