SAP Reports / Programs | Knowledge Management | Knowledge Warehouse(KM-KW) SAP KM

PROJECT_MAN_STATUS_0100 SAP ABAP INCLUDE - PROJECTMANSTATUS0100







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

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:

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING DEFAULTOPTION = 'Y' TEXTLINE1 = TEXT-010 TEXTLINE2 = TEXT-011 TITEL = TEXT-00T * START_COLUMN = 25 * START_ROW = 6 CANCEL_DISPLAY = ' ' IMPORTING ANSWER = Answer .

BP_JOB_DELETE CALL FUNCTION 'BP_JOB_DELETE' EXPORTING JOBCOUNT = h_JobCnt JOBNAME = h_JobName EXCEPTIONS CANT_DELETE_EVENT_ENTRY = 1 CANT_DELETE_JOB = 2 CANT_DELETE_JOBLOG = 3 CANT_DELETE_STEPS = 4 CANT_DELETE_TIME_ENTRY = 5 CANT_DERELEASE_SUCCESSOR = 6 CANT_ENQ_PREDECESSOR = 7 CANT_ENQ_SUCCESSOR = 8 CANT_ENQ_TBTCO_ENTRY = 9 CANT_UPDATE_PREDECESSOR = 10 CANT_UPDATE_SUCCESSOR = 11 COMMIT_FAILED = 12 JOBCOUNT_MISSING = 13 JOBNAME_MISSING = 14 JOB_DOES_NOT_EXIST = 15 JOB_IS_ALREADY_RUNNING = 16 NO_DELETE_AUTHORITY = 17 OTHERS = 18.

BM_POPUP_TO_CONFIRM_EXIT CALL FUNCTION 'BM_POPUP_TO_CONFIRM_EXIT' EXPORTING POPUP_TITLE = TEXT-008 IMPORTING ANSWER = Answer EXCEPTIONS CANCELLED = 1 OTHERS = 2.

IO_D_CONTEXT_FOR_CLASS CALL FUNCTION 'IO_D_CONTEXT_FOR_CLASS' EXPORTING display_extension = g_grp2_visible display_extension_button = 'X' TABLES context_values = g_context_in_tmp default_values = g_context_in_tmp.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING * DEFAULTOPTION = 'Y' TEXTLINE1 = text-013 * TEXTLINE2 = ' ' TITEL = text-014 * START_COLUMN = 25 * START_ROW = 6 * CANCEL_DISPLAY = 'X' IMPORTING ANSWER = Answer.

F4IF_INT_TABLE_VALUE_REQUEST * CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' * EXPORTING * retfield = g_retfield ** PVALKEY = ' ' * dynpprog = dynpprog * dynpnr = dynpnr * dynprofield = g_dynprofield ** STEPL = 0 * window_title = g_dynprotitl ** VALUE = ' ' * value_org = 'S' * multiple_choice = g_multichoice * display = 'F' ** CALLBACK_PROGRAM = ' ' ** CALLBACK_FORM = ' ' ** MARK_TAB = * IMPORTING * user_reset = g_userreset * TABLES * value_tab = * field_tab = * return_tab = g_return_tab * dynpfld_mapping = * EXCEPTIONS * parameter_error = 1 * no_values_found = 2 * OTHERS = 3 * .

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = g_retfield dynpprog = dynpprog dynpnr = dynpnr dynprofield = g_dynprofield window_title = g_dynprotitl value_org = 'S' multiple_choice = g_multichoice display = 'F' * IMPORTING * user_reset = g_userreset TABLES value_tab = field_tab = return_tab = g_return_tab dynpfld_mapping = EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3 .

IW_C_USER_CONTEXT_GET CALL FUNCTION 'IW_C_USER_CONTEXT_GET' EXPORTING area = 'IWBMISC' IMPORTING src_langu = g_src_langu extension = g_ext rel = g_rel TABLES context = g_context EXCEPTIONS no_context_info_found = 1 OTHERS = 2.

IW_C_USER_CONTEXT_SET CALL FUNCTION 'IW_C_USER_CONTEXT_SET' EXPORTING area = 'IWBMISC' TABLES context = g_context_in_tmp.



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