SAP Reports / Programs | Personnel Management | Management of Global Employees(PA-GE) SAP PA

MP070640 SAP ABAP INCLUDE - documentation and ABAP source code







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

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:

SCROLLING_IN_TABLE CALL FUNCTION 'SCROLLING_IN_TABLE' EXPORTING entry_act = tc_cp-top_line entry_from = 1 entry_to = tc_cp-lines last_page_full = 'X' loops = g_tc_cp_lines ok_code = p_ok overlapping = 'X' IMPORTING entry_new = l_tc_new_top_line EXCEPTIONS no_entry_or_page_act = 01 no_entry_to = 02 no_ok_code_or_page_go = 03 OTHERS = 99.

VRM_SET_VALUES CALL FUNCTION 'VRM_SET_VALUES' EXPORTING id = combo_id values = poss_lines.

VRM_SET_VALUES CALL FUNCTION 'VRM_SET_VALUES' EXPORTING id = combo_id values = poss_lines.

VRM_SET_VALUES CALL FUNCTION 'VRM_SET_VALUES' EXPORTING id = combo_id values = poss_lines.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = c_mapped_icon info = text-001 add_stdinf = ' ' IMPORTING RESULT = l_pmge_q0706-mapped_icon EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = c_latest_icon info = 'Current offer'(002) add_stdinf = ' ' IMPORTING RESULT = icons-text EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = c_latest_icon info = text-002 add_stdinf = ' ' IMPORTING RESULT = icons-text EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = c_inserted_icon info = text-003 add_stdinf = ' ' IMPORTING RESULT = pmge_q0706-ovrtfl_icon EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = c_i_changed_icon info = text-006 add_stdinf = ' ' IMPORTING RESULT = pmge_q0706-ovrtfl_icon EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = c_changed_icon info = text-005 add_stdinf = ' ' IMPORTING RESULT = pmge_q0706-ovrtfl_icon EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = c_deleted_icon info = text-004 add_stdinf = ' ' IMPORTING RESULT = pmge_q0706-ovrtfl_icon EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = c_inserted_icon info = text-007 add_stdinf = ' ' IMPORTING RESULT = pmge_q0706-ovrtfl_icon EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = c_i_changed_icon info = text-008 add_stdinf = ' ' IMPORTING RESULT = pmge_q0706-ovrtfl_icon EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = c_deleted_icon info = text-009 add_stdinf = ' ' IMPORTING RESULT = pmge_q0706-ovrtfl_icon EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.

DD_DD07V_GET CALL FUNCTION 'DD_DD07V_GET' EXPORTING domain_name = 'PMGE_CPACK_STATUS' TABLES dd07v_tab = lt_domval_stat.

VRM_SET_VALUES CALL FUNCTION 'VRM_SET_VALUES' EXPORTING id = l_list_box_id values = lt_listbox_stat.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = c_changed_icon info = text-005 add_stdinf = ' ' IMPORTING RESULT = q0706_p-ovr_coli_icon EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = c_changed_icon info = text-005 add_stdinf = ' ' IMPORTING RESULT = q0706_p-ovr_colda_icon EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.

ICON_CREATE





CALL FUNCTION 'ICON_CREATE' EXPORTING name = c_changed_icon info = text-005 add_stdinf = ' ' IMPORTING RESULT = q0706_p-ovr_excra_icon EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = c_changed_icon info = text-005 add_stdinf = ' ' IMPORTING RESULT = q0706_p-ovr_excda_icon EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.



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