SAP Reports / Programs | Product Lifecycle Management | Recipe Management(PLM-RM) SAP PLM

FRMLI_DEL SAP ABAP INCLUDE - FRMLIDEL







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

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:

FRML953_GUID_32_TO_16_CONVERT CALL FUNCTION 'FRML953_GUID_32_TO_16_CONVERT' EXPORTING i_guid_c32 = l_frml_relat_wa-recnhdr IMPORTING e_guid_x16 = l_pnodid_wa-pnguid.

PVSLIENG_PVS_SAVE ** CALL FUNCTION 'PVSLIENG_PVS_SAVE' ** EXPORTING *** IM_MSG_HANDLING = 'A' ** im_flg_commit = 'X'.

FRML313_SAVE CALL FUNCTION 'FRML313_SAVE' EXPORTING i_flg_commit = esp1_true.

PVSLIENG_PRELID_DELETE * CALL FUNCTION 'PVSLIENG_PRELID_DELETE' * EXPORTING * im_prelid = l_prelid_wa ** IM_CHECK_REL_CARD = 'X' * im_msg_handling = ic_msg_handling * EXCEPTIONS * prelid_does_not_exist = 1 * obj1_does_not_exist = 2 * obj2_does_not_exist = 3 * prtype_does_not_exist = 4 * rel_obj1_del_card_error = 5 * rel_obj2_del_card_error = 6 * internal_error = 7 * OTHERS = 8.

PVSLIENG_PALTID_DELETE ** CALL FUNCTION 'PVSLIENG_PALTID_DELETE' ** EXPORTING ** im_paltid = l_paltid_wa ** im_msg_handling = ic_msg_handling ** EXCEPTIONS ** internal_error = 1 ** no_change_authority = 2 ** no_external_key = 3 ** pnode_already_locked = 4 ** pnode_does_not_exist = 5 ** pndalt_does_not_exist = 6 ** pndalt_used_by_pndrels = 7 ** user_exit_error = 8 ** posv_does_not_exist = 9 ** no_posv_change_authority = 10 ** posvar_already_locked = 11 ** no_external_posvar_key = 12 ** pndalt_used_by_reference = 13 ** pamod_only = 14 ** pamod_hist_required = 15 ** pndalt_used_by_ppehdr = 16 ** logsys_not_defined = 17 ** general_pa_error = 18 ** no_authority = 19 ** illegal_otype = 20 ** paltid_has_prelids = 21 ** OTHERS = 22.

PVSLIENG_POSVID_DELETE * CALL FUNCTION 'PVSLIENG_POSVID_DELETE' * EXPORTING * im_msg_handling = ic_msg_handling * im_posvid = l_posvid_wa ** IM_AENNR_WORK = ** IM_AENNR_READ = ** IM_MIGMODE_FLG = ** IMPORTING ** EX_LOCKED_TAB = * EXCEPTIONS * no_authority = 1 * logsys_not_defined = 2 * existence_error = 3 * posvid_error = 4 * lock_error = 5 * OTHERS = 6.

PVSLIENG_PNODID_DELETE ** CALL FUNCTION 'PVSLIENG_PNODID_DELETE' ** EXPORTING ** im_pnodid = l_pnodid_wa ** im_msg_handling = ic_msg_handling ** EXCEPTIONS ** pnodid_does_not_exist = 1 ** pntype_does_not_exist = 2 ** clint_does_not_exist = 3 ** pnodid_has_prelids = 4 ** pnodid_has_posvids = 5 ** pnodid_has_paltids = 6 ** pnodid_used_in_posvid = 7 ** internal_error = 8 ** logsys_not_defined = 9 ** general_pn_error = 10 ** no_authority = 11 ** pnodid_already_locked = 12 ** no_external_key = 13 ** OTHERS = 14.

FRML313_DELETE CALL FUNCTION 'FRML313_DELETE' EXPORTING i_recnhdr = lv_recn.

PVSLIENG_PRELID_READ * CALL FUNCTION 'PVSLIENG_PRELID_READ' * EXPORTING * im_guid_tab = i_guid_tab ** IM_FLG_UP = * im_flg_down = true ** IM_FLG_MULT = ** IM_FLG_TREE = ** IM_FLG_IDS = * im_prpvr_flg = false * im_msg_handling = ic_msg_handling ** IM_PRTYPE_TAB = ** IM_FLG_CLOSED = ' ' * IMPORTING * ex_struct_tab = e_struct_tab ** EX_PNODID_TAB = ** EX_PALTID_TAB = ** EX_POSVID_TAB = * EXCEPTIONS * no_read_authority = 1 * general_pr_error = 2 * OTHERS = 3.

PVSLIENG_PNODID_READ * CALL FUNCTION 'PVSLIENG_PNODID_READ' * EXPORTING * im_msg_handling = ic_msg_handling ** IM_LOCK_FLAG = ** IM_BYPASS_BUFFER = ** IM_WITH_TEXT = 'X' ** IMPORTING ** EX_TMPSTP_CHNG = ** EX_LOCKED_TAB = * CHANGING * ch_pnodid_tab = x_pnodid_tab ** CH_PNODTX_TAB = * ch_paltid_tab = x_paltid_tab ** CH_PALTTX_TAB = ** CH_POSVID_TAB = * EXCEPTIONS * pnodid_already_locked = 1 * no_external_key = 2 * no_authority = 3 * general_pn_error = 4 * OTHERS = 5.

PVSLIENG_PNODID_READ * CALL FUNCTION 'PVSLIENG_PNODID_READ' * EXPORTING * im_msg_handling = ic_msg_handling ** IM_LOCK_FLAG = ** IM_BYPASS_BUFFER = ** IM_WITH_TEXT = 'X' ** IMPORTING ** EX_TMPSTP_CHNG = ** EX_LOCKED_TAB = * CHANGING * ch_pnodid_tab = x_pnodid_tab ** CH_PNODTX_TAB = ** CH_PALTID_TAB = ** CH_PALTTX_TAB = * ch_posvid_tab = x_posvid_tab * EXCEPTIONS * pnodid_already_locked = 1 * no_external_key = 2 * no_authority = 3 * general_pn_error = 4 * OTHERS = 5.

FRML313_DELETE CALL FUNCTION 'FRML313_DELETE' EXPORTING i_recnhdr = lv_recn.



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