SAP Reports / Programs | Basis Components | Business Management | Organizational Management(BC-BMT-OM) SAP BC

MP102830 SAP ABAP INCLUDE - documentation and ABAP source code







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

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:

RH_ORG_OBJ_ADDRESS_TO_ZAV CALL FUNCTION 'RH_ORG_OBJ_ADDRESS_TO_ZAV' EXPORTING plvar = p1028-plvar otype = p1028-otype objid = p1028-objid begda = p1028-begda endda = p1028-endda istat = p1028-istat i1028_subty = p1028-subty i1028 = act_1028 buffer_mode = space IMPORTING address = address new_addrnum = p1028-adrnr EXCEPTIONS no_active_plvar = 1 object_not_found = 2 OTHERS = 3.

RH_ORG_OBJ_ADDRESS_TO_ZAV CALL FUNCTION 'RH_ORG_OBJ_ADDRESS_TO_ZAV' EXPORTING plvar = p1028-plvar otype = p1028-otype objid = p1028-objid begda = p1028-begda endda = p1028-endda istat = p1028-istat i1028_subty = p1028-subty i1028 = act_1028 i1028_only = 'X' IMPORTING address = address new_addrnum = p1028-adrnr EXCEPTIONS no_active_plvar = 1 object_not_found = 2 OTHERS = 3.

ADDR_EXP_SUBSCREEN CALL FUNCTION 'ADDR_EXP_SUBSCREEN' EXPORTING address_number = act_number address_group = om_adgrp dialog_mode = maint_mode check_address = space EXCEPTIONS OTHERS = 5.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_expand IMPORTING RESULT = icon_detail_toggle EXCEPTIONS OTHERS = 0.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_collapse IMPORTING RESULT = icon_detail_toggle EXCEPTIONS OTHERS = 0.

ADDR_SUBSCREEN_SET_OKCODE CALL FUNCTION 'ADDR_SUBSCREEN_SET_OKCODE' EXPORTING ok_code = send_ok_code.

RH_ORG_OBJ_ADDRESS_TO_ZAV CALL FUNCTION 'RH_ORG_OBJ_ADDRESS_TO_ZAV' EXPORTING plvar = p1028-plvar otype = p1028-otype objid = p1028-objid begda = p1028-begda endda = p1028-endda istat = p1028-istat i1028_subty = p1028-subty i1028 = i1028 buffer_mode = space addrnum = p1028-adrnr EXCEPTIONS OTHERS = 3.

ADDR_IMP_SUBSCREEN CALL FUNCTION 'ADDR_IMP_SUBSCREEN' IMPORTING data_has_changed = changed EXCEPTIONS OTHERS = 0.

RH_ORG_OBJ_ADDRESS_FROM_ZAV CALL FUNCTION 'RH_ORG_OBJ_ADDRESS_FROM_ZAV' EXPORTING addrnum = p1028-adrnr IMPORTING i1028 = i1028 EXCEPTIONS handle_not_found = 1 address_not_found = 2 OTHERS = 3.

RH_ORG_OBJ_ADDRESS_DIALOG_PREP CALL FUNCTION 'RH_ORG_OBJ_ADDRESS_DIALOG_PREP'.

ADDR_GET CALL FUNCTION 'ADDR_GET' EXPORTING address_selection = address_selection address_group = space IMPORTING address_value = adr_value EXCEPTIONS parameter_error = 1 address_not_exist = 2 version_not_exist = 3 internal_error = 4 OTHERS = 5.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING titel = text-nad textline1 = text-ad1 textline2 = text-ad2 cancel_display = space IMPORTING answer = confirm_answer.



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