SAP Reports / Programs | Application Platform | Integrated Product and Process Engineering(AP-PPE) SAP AP

PPELIFOC_FOBJ_IMPL SAP ABAP INCLUDE - PPELIFOC: Methods of Assignment: Objects to Focus Master Record (Imp.)







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


Text pool values


Title: PPELIFOC: Methods of Assignment: Objects to Focus Master Record (Imp.)


INCLUDES used within this REPORT PPELIFOC_FOBJ_IMPL

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:

PPEDBFOC_FOBJ_SAVE CALL FUNCTION 'PPEDBFOC_FOBJ_SAVE' CHANGING t_pfobjid = lcl_pfobj=>pfobjid_tab.

PPEDBFOC_FOBJ_GET_BY_FOGUIDS CALL FUNCTION 'PPEDBFOC_FOBJ_GET_BY_FOGUIDS' EXPORTING im_check_ref_flg = ppet_false im_with_focid_flg = im_exist_only it_fobj_ident = lt_fobj_ident IMPORTING et_pfobjid = lt_db_pfobjid * ET_PFOBJID_REF = EXCEPTIONS err_no_foc = 1 OTHERS = 2.

PPEDBFOC_FOBJ_WHERE_USED CALL FUNCTION 'PPEDBFOC_FOBJ_WHERE_USED' EXPORTING it_pfobjid = lt_pfobjid_db im_with_focid_flg = ppet_false IMPORTING et_pfobjid = lt_pfobjid_db EXCEPTIONS err_no_data = 1 err_no_input = 2 err_to_many_requests = 3 OTHERS = 4.

PPEDBFOC_FOBJ_GET_MULTI CALL FUNCTION 'PPEDBFOC_FOBJ_GET_MULTI' EXPORTING it_pfobjid = lt_pfobjid_tab i_with_focid_flg = im_with_focid IMPORTING et_pfobjid = lt_pfobjid_tab et_pfocid = lt_pfocid_tab EXCEPTIONS err_no_data = 1 OTHERS = 2.

PPEDBFOC_FOBJ_GET_MULTI CALL FUNCTION 'PPEDBFOC_FOBJ_GET_MULTI' EXPORTING it_pfobjid = lt_pfobjid IMPORTING et_pfobjid = lt_get_pfobjid EXCEPTIONS err_no_data = 1 OTHERS = 2.

PPEDBFOC_FOBJ_GET_BY_EXCLUDE CALL FUNCTION 'PPEDBFOC_FOBJ_GET_BY_EXCLUDE' EXPORTING it_pfobjid = lt_pfobjid IMPORTING et_pfobjid = lt_get_pfobjid EXCEPTIONS err_no_input = 1 err_no_fobj = 2 OTHERS = 4.

PPEDBFOC_FOBJ_GET_SINGLE CALL FUNCTION 'PPEDBFOC_FOBJ_GET_SINGLE' EXPORTING is_pfobjid = ch_pfobjid i_with_focid = ppet_true IMPORTING es_pfobjid = ls_db_pfobjid EXCEPTIONS err_no_foc = 1 err_no_focobj = 2.

PPEDBFOC_FOBJ_GET_BY_FOGUIDS CALL FUNCTION 'PPEDBFOC_FOBJ_GET_BY_FOGUIDS' EXPORTING im_check_ref_flg = ppet_false "object used as reference? im_with_focid_flg = im_exist_only it_fobj_ident = lt_fobj_ident IMPORTING et_pfobjid = lt_db_pfobjid * ET_PFOBJID_REF = EXCEPTIONS err_no_foc = 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 PPELIFOC_FOBJ_IMPL or its description.