SAP Reports / Programs | Basis Components | SAP NetWeaver Mobile - Use subcomponents(BC-MOB) SAP BC

MEREP_PROFILE_F02 SAP ABAP INCLUDE - Include







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


Text pool values


Title: Include


INCLUDES used within this REPORT MEREP_PROFILE_F02

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:

ENQUEUE_MEREP_507 call function 'ENQUEUE_MEREP_507' EXPORTING mbl_id = prf_mblid EXCEPTIONS foreign_lock = 1 system_failure = 2 others = 3.

DEQUEUE_MEREP_507 call function 'DEQUEUE_MEREP_507' EXPORTING mbl_id = prf_mbl_id EXCEPTIONS others = 1.

POPUP_TO_CONFIRM_DATA_LOSS call function 'POPUP_TO_CONFIRM_DATA_LOSS' exporting * DEFAULTOPTION = 'J' titel = text-001 * START_COLUMN = 25 * START_ROW = 6 importing answer = ldf_answer .

POPUP_TO_CONFIRM_STEP call function 'POPUP_TO_CONFIRM_STEP' exporting defaultoption = gcs_answer-no textline1 = text-007"Do you want to "delete this Moblie ID ? titel = text-023 "Delete Mobile ID importing answer = ldf_answer .

POPUP_TO_CONFIRM_STEP call function 'POPUP_TO_CONFIRM_STEP' EXPORTING defaultoption = gcs_answer-no textline1 = text-008 titel = text-024 "Unregister IMPORTING answer = ldf_answer.

MEREP_MOBILE_UNREGISTER call function 'MEREP_MOBILE_UNREGISTER' EXPORTING mobileguid = gds_mbl507-mobileguid EXCEPTIONS invalid_mobile_guid = 1 already_unregistered = 2 enqueue_failure = 3 update_failure = 4 others = 5.

POPUP_TO_CONFIRM_STEP call function 'POPUP_TO_CONFIRM_STEP' EXPORTING defaultoption = gcs_answer-no textline1 = text-507 titel = text-504 cancel_display = gcf_off IMPORTING answer = ldf_answer.

MEREP_MOBILE_REFRESH call function 'MEREP_MOBILE_REFRESH' EXPORTING mobileid = merep_507t-mbl_id EXCEPTIONS delete_fail = 1 others = 2.

MEREP_MOBILE_REFRESH *** call function 'MEREP_MOBILE_REFRESH' *** exporting *** mobileid = prf_mbl_id *** user = space "dummy *** exceptions *** delete_fail = 1 *** others = 2.

MEREP_MOBILE_REGISTER call function 'MEREP_MOBILE_REGISTER' EXPORTING mobileinfo = lds_reg_param EXCEPTIONS duplicate_mobile_id = 1 duplicate_mobile_guid = 2 invalid_group = 3 enqueue_failure = 5 mblid_update_failure = 8 mblid_not_specified = 10 mobileguid_not_specified = 11 invalid_user = 12 others = 13.

RSS_SYSTEM_GET_UNIQUE_ID call function 'RSS_SYSTEM_GET_UNIQUE_ID' IMPORTING e_uni_idc = ldf_guid.

BAPI_USER_EXISTENCE_CHECK call function 'BAPI_USER_EXISTENCE_CHECK' EXPORTING username = ldf_user IMPORTING return = lds_bapireturn.

NUMBER_GET_NEXT call function 'NUMBER_GET_NEXT' EXPORTING nr_range_nr = gcf_rangeid_mblid object = gcf_rangename_mblid ignore_buffer = ' ' IMPORTING number = prf_mbl_id returncode = ldf_rcode EXCEPTIONS interval_not_found = 1 number_range_not_intern = 2 object_not_found = 3 quantity_is_0 = 4 quantity_is_not_1 = 5 interval_overflow = 6 others = 7.

NUMBER_GET_NEXT call function 'NUMBER_GET_NEXT' EXPORTING nr_range_nr = gcf_rangeid_mblid object = gcf_rangename_mblid ignore_buffer = ' ' IMPORTING number = prf_mbl_id returncode = ldf_rcode EXCEPTIONS interval_not_found = 1 number_range_not_intern = 2 object_not_found = 3 quantity_is_0 = 4 quantity_is_not_1 = 5 interval_overflow = 6 others = 7.

MEREP_MOBILE_REFRESH_EXIST call function 'MEREP_MOBILE_REFRESH_EXIST' EXPORTING mobileid = gds_data-mbl_id EXCEPTIONS mobile_exist = 1 others = 2.

POPUP_TO_CONFIRM_STEP call function 'POPUP_TO_CONFIRM_STEP' EXPORTING defaultoption = gcs_answer-no textline1 = text-506 titel = text-101 IMPORTING answer = ldf_answer.

MEREP_SAP_ADM001 call function 'MEREP_SAP_ADM001' exporting mbl_id = prf_mbl_id it_syncbo = ldt_401 * tables * return = ldt_return exceptions invalid_mblid = 1 others = 2.

NUMBER_RANGE_ENQUEUE CALL FUNCTION 'NUMBER_RANGE_ENQUEUE' EXPORTING OBJECT = ldt_nr_objects-name EXCEPTIONS FOREIGN_LOCK = 1 OBJECT_NOT_FOUND = 2 SYSTEM_FAILURE = 3 OTHERS = 4.

NUMBER_RANGE_INTERVAL_LIST





CALL FUNCTION 'NUMBER_RANGE_INTERVAL_LIST' EXPORTING OBJECT = ldt_nr_objects-name TABLES interval = ldt_nr_int_list EXCEPTIONS nr_range_nr1_not_found = 1 others = 9.

NUMBER_RANGE_INTERVAL_UPDATE CALL FUNCTION 'NUMBER_RANGE_INTERVAL_UPDATE' EXPORTING OBJECT = ldt_nr_objects-name TABLES ERROR_IV = ldt_nr_error_iv INTERVAL = ldt_nr_objects-intervals EXCEPTIONS object_not_found = 1 others = 2.

NUMBER_RANGE_UPDATE_CLOSE CALL FUNCTION 'NUMBER_RANGE_UPDATE_CLOSE' EXPORTING OBJECT = ldt_nr_objects-name EXCEPTIONS no_changes_made = 1 object_not_initialized = 2 others = 3.

NUMBER_RANGE_DEQUEUE CALL FUNCTION 'NUMBER_RANGE_DEQUEUE' EXPORTING OBJECT = ldt_nr_objects-name EXCEPTIONS object_not_found = 1 others = 2.



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