SAP Reports / Programs | Mobile Applications | Defense Forces and Public Security | Mobile Applications(IS-DFS-MA) SAP IS

/ISDFPS/ME_CA_INIT_INST_ID SAP ABAP Report - Initial Assignment of Installation IDs







/ISDFPS/ME_CA_INIT_INST_ID is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You can use this report to automatically assign installation IDs to positions of an organizational structure that have not yet been assigned an installation ID...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter /ISDFPS/ME_CA_INIT_INST_ID 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 /ISDFPS/ME_CA_INIT_INST_ID. "Basic submit
SUBMIT /ISDFPS/ME_CA_INIT_INST_ID AND RETURN. "Return to original report after report execution complete
SUBMIT /ISDFPS/ME_CA_INIT_INST_ID VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Initial Assignment of Installation IDs
Text Symbol: 001 = Selection Criteria
Text Symbol: 002 = Test Run
Text Symbol: 003 = Test Run
Text Symbol: 010 = Found IT 1959:
Text Symbol: 011 = Simulation


INCLUDES used within this REPORT /ISDFPS/ME_CA_INIT_INST_ID

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:

/ISDFPS/ME_CA_GEN_INST_ID CALL FUNCTION '/ISDFPS/ME_CA_GEN_INST_ID' IMPORTING installations_id = lv_p1959-installations_id EXCEPTIONS NROB_INTERVAL_NOT_DEFINED = 1 NROB_IS_EXHAUSTED = 2 NROB_GENERAL_PROBLEM = 3 OWN_LOGICAL_SYSTEM_NOT_DEFINED = 4 BADI_MULTIPLY_IMPLEMENTED = 5 OTHERS = 6.

RH_TABINFTY_EXPAND CALL FUNCTION 'RH_TABINFTY_EXPAND' EXPORTING INFTY = '1959' READ_HRTNNNN_DB = 'X' REFRESH = ' ' TABLES INNNN = lt_p1959 * HRTNNNN = lt_pt1959_all INNNN_EXPAND = lt_p1959_exp EXCEPTIONS NO_TABLE_INFTY = 1 INNNN_EMPTY = 2 HRTNNNN_EMPTY = 3 OTHERS = 4.

HR_ENQUEUE_OBJECT CALL FUNCTION 'HR_ENQUEUE_OBJECT' EXPORTING plvar = objec-plvar otype = objec-otype objid = objec-objid enqueue_once = 'X' EXCEPTIONS enqueue_failed = 1 objid_is_initial = 2 illegal_otype = 3 internal_error = 4 OTHERS = 5.

RH_UPDATE_INFTY_EXP CALL FUNCTION 'RH_UPDATE_INFTY_EXP' EXPORTING VTASK = 'D' * ORDER_FLG = 'X' COMMIT_FLG = 'X' TABLES INNNN_EXP = lt_p1959_exp * INNNN = p1959[] * TNNNN = lt_pt1959_all[] * ILFCODE = EXCEPTIONS ERROR_DURING_UPDATE = 1 NO_AUTHORIZATION = 2 CORR_EXIT = 3 NO_INNNN_TNNNN = 4 ADDITIONAL_INNNN_TNNNN = 5 OTHERS = 6 .

HR_DEQUEUE_OBJECT CALL FUNCTION 'HR_DEQUEUE_OBJECT' EXPORTING plvar = objec-plvar otype = objec-otype objid = objec-objid dequeue_once = 'X' EXCEPTIONS illegal_otype = 1 objid_is_initial = 2 internal_error = 3 OTHERS = 4.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = '/ISDFPS/ME_CA_INIT_INST_ID' i_structure_name = 'P1959' TABLES t_outtab = lt_p1959 EXCEPTIONS program_error = 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 /ISDFPS/ME_CA_INIT_INST_ID or its description.