SAP Reports / Programs | Force Element | Defense Forces and Public Security | Force Element(IS-DFS-OF-FOR) SAP IS

/ISDFPS/FORCE_IPPE_REL_CONVERT SAP ABAP Report - Program /ISDFPS/FORCE_IPPE_REL_CONVERT







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


Text pool values


Title: Program /ISDFPS/FORCE_IPPE_REL_CONVERT


INCLUDES used within this REPORT /ISDFPS/FORCE_IPPE_REL_CONVERT

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:

GUID_CREATE * CALL FUNCTION 'GUID_CREATE' * IMPORTING * ev_guid_32 = ls_forcerid-frguid.

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.

GUID_CREATE * CALL FUNCTION 'GUID_CREATE' * IMPORTING * ev_guid_32 = cs_formpo-dguid.

GUID_CREATE * CALL FUNCTION 'GUID_CREATE' * IMPORTING * ev_guid_32 = ls_forcerid-frguid.

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.

GUID_CREATE * CALL FUNCTION 'GUID_CREATE' * IMPORTING * ev_guid_32 = cs_forvpa-dguid.

OBJECT_NUMBER_GET_GENERIC CALL FUNCTION 'OBJECT_NUMBER_GET_GENERIC' EXPORTING i_obart = uv_obart * I_OBJECTKEY = IMPORTING e_objnr = cv_objnr EXCEPTIONS number_already_exists = 1 obart_invalid = 2 objectkey_missing = 3 OTHERS = 4.

STATUS_OBJECT_CREATE CALL FUNCTION 'STATUS_OBJECT_CREATE' EXPORTING * CHGKZ = ' ' client = uv_mandt objnr = cv_objnr obtyp = uv_obtyp * STSMA = ' ' * IONRA_IMP = * I_OBJECTKEY = * IMPORTING * objnr = * stonr = EXCEPTIONS obtyp_invalid = 1 status_object_already_exists = 2 stsma_invalid = 3 stsma_obtyp_invalid = 4 OTHERS = 5.

STATUS_CHANGE_INTERN CALL FUNCTION 'STATUS_CHANGE_INTERN' EXPORTING * CHECK_ONLY = ' ' client = uv_mandt objnr = cv_objnr * ZEILE = ' ' * SET_CHGKZ = * IMPORTING * ERROR_OCCURRED = * OBJECT_NOT_FOUND = * STATUS_INCONSISTENT = * STATUS_NOT_ALLOWED = TABLES status = lt_jstat EXCEPTIONS object_not_found = 1 status_inconsistent = 2 status_not_allowed = 3 OTHERS = 4.

STATUS_OBJECT_DELETE CALL FUNCTION 'STATUS_OBJECT_DELETE' EXPORTING client = uv_mandt objnr = uv_objnr.

OBJECT_NUMBER_DELETE CALL FUNCTION 'OBJECT_NUMBER_DELETE' EXPORTING objnr = uv_objnr * I_TESTRUN = ' ' * TABLES * T_OBJNR = * T_STATISTICS = .

TR_APPEND_LOG CALL FUNCTION 'TR_APPEND_LOG' TABLES xmsg = gt_prot.

TR_FLUSH_LOG CALL FUNCTION 'TR_FLUSH_LOG'.



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