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

CLASSIFICATION_DYNPLOGIC_IMP SAP ABAP INCLUDE - Implenentation: local class 'pb2_dynplogic_imp'







CLASSIFICATION_DYNPLOGIC_IMP 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 CLASSIFICATION_DYNPLOGIC_IMP 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 CLASSIFICATION_DYNPLOGIC_IMP. "Basic submit
SUBMIT CLASSIFICATION_DYNPLOGIC_IMP AND RETURN. "Return to original report after report execution complete
SUBMIT CLASSIFICATION_DYNPLOGIC_IMP VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Implenentation: local class 'pb2_dynplogic_imp'


INCLUDES used within this REPORT CLASSIFICATION_DYNPLOGIC_IMP

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:

PB2_SET_STATE_TEXT * CALL FUNCTION 'PB2_SET_STATE_TEXT' * EXPORTING * p_state = pbflags-state * p_unsaved = pbflags-unsaved * IMPORTING * p_state_text = pbflags-statetext.

PB2_ONLINE_DOCU_DISPLAY * call function 'PB2_ONLINE_DOCU_DISPLAY'.

RS_WORKBENCH_CUSTOMIZING call function 'RS_WORKBENCH_CUSTOMIZING' exporting choice = 'DVC' disable_wb99 = 'X'.

CLS_POPUP_RETURN_TO_ACTIVE call function 'CLS_POPUP_RETURN_TO_ACTIVE'.

CLS_POPUP_SAVE call function 'CLS_POPUP_SAVE' exporting p_objectname = l_obj_name p_operation = swbm_c_op_edit p_unsaved = l_unsaved importing p_answer = l_answer.

CLS_POPUP_SAVE call function 'CLS_POPUP_SAVE' exporting p_objectname = l_obj_name p_operation = pbflags-operation p_unsaved = l_unsaved importing p_answer = answer.

WB_TREE_ACTUALIZE call function 'WB_TREE_ACTUALIZE' exporting tree_name = tree_name importing syntax_error = error.

TR_TADIR_POPUP_ENTRY_E071 call function 'TR_TADIR_POPUP_ENTRY_E071' exporting wi_e071_pgmid = 'R3TR' wi_e071_object = object_type wi_e071_obj_name = l_object_name wi_read_only = 'X' exceptions display_mode = 1 exit = 0 "ignore global_tadir_insert_error = 3 no_repair_selected = 4 no_systemname = 5 no_systemtype = 6 no_tadir_type = 7 reserved_name = 8 tadir_enqueue_failed = 9 devclass_not_found = 10 tadir_not_exist = 11 object_exists = 12 internal_error = 13 object_append_error = 14 tadir_modify_error = 15 object_locked = 16 no_object_authority = 17.



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