SAP Reports / Programs

/ISDFPS/820_REL_CREATE SAP ABAP Report - Create Links for Master Equipment?







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


Text pool values


Selection Text: CHK_820 = Display Relatshp W/o Stock
Selection Text: M_EQUI = Master Equipment
Selection Text: PLANT = Plant
Selection Text: STORAGE = Storage Location
Selection Text: TEST = Test
Title: Create Links for Master Equipment?
Text Symbol: 010 = Structure Element
Text Symbol: 011 = Does Not Exist
Text Symbol: 012 = Does Not Have Status "ACTIVE"
Text Symbol: 013 = Equipment is not in stock
Text Symbol: 014 = EQUI is not master equipment
Text Symbol: 015 = Relationship already exists
Text Symbol: 016 = Internal error while saving relationship
Text Symbol: 017 = Relationship btw master equipment and FE created
Text Symbol: 020 = Equipment is in stock but is not master equipment
Text Symbol: 021 = Link for master equipment without stock


INCLUDES used within this REPORT /ISDFPS/820_REL_CREATE

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/PM_CENTRAL_SYSTEM_CHK CALL FUNCTION '/ISDFPS/PM_CENTRAL_SYSTEM_CHK' IMPORTING e_is_central_system = lv_is_central_system.

RH_READ_OBJECT CALL FUNCTION 'RH_READ_OBJECT' EXPORTING plvar = ls_force-plvar otype = ls_force-otype objid = ls_force-objid IMPORTING ostat = lc_ostat EXCEPTIONS not_found = 1 OTHERS = 2.

/ISDFPS/PM_820_CREATE_FOR_EQUI CALL FUNCTION '/ISDFPS/PM_820_CREATE_FOR_EQUI' EXPORTING imp_equnr = -equnr imp_begda_date = sy-datum imp_commit_flag = 'X' imp_se_key = ls_se_key EXCEPTIONS equi_is_no_masterequi = 1 * 820_RELATION_EXISTS = 2 "note1231328 820_rel_save_error = 3.



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