FGRWEF61_SET_DOCU_PFSTATUS 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 FGRWEF61_SET_DOCU_PFSTATUS into the relevant SAP transactions such as SE38 or SE80
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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
G_MAINTAIN_REPORT_DOCU CALL FUNCTION 'G_MAINTAIN_REPORT_DOCU' EXPORTING DISPLAY = '5' ID = RW_TEXTS-ID_GROUP LANGUAGE = SY-LANGU LIB = R-LIB NAME = TEXT_NAME-NAME * OBJECT = RW_TEXTS-OBJECT D_TYPE = TXTTYPE-GROUP DOCU_TYPE = ' ' EDITOR_TITLE = R-RTITLE(30) IMPORTING CHANGED = TXT_FUNCTION EXCEPTIONS NOT_FOUND = 1.
G_MAINTAIN_REPORT_DOCU CALL FUNCTION 'G_MAINTAIN_REPORT_DOCU' EXPORTING DISPLAY = '5' ID = RW_TEXTS-ID_REPORT LANGUAGE = SY-LANGU LIB = R-LIB NAME = R-RNAME * OBJECT = RW_TEXTS-OBJECT D_TYPE = TXTTYPE-REPORT DOCU_TYPE = ' ' EDITOR_TITLE = R-RTITLE(30) IMPORTING CHANGED = TXT_FUNCTION EXCEPTIONS NOT_FOUND = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
FGRWEF61_SET_DOCU_PFSTATUS - FGRWEF61SETDOCUPFSTATUS FGRWEF61_CHANGE_REPORT_DOCU - FGRWEF61CHANGEREPORTDOCU FGRWEF61 - Display/Change Report Documentation FGRWEF60_REPORT_TEXT_EDIT_OPEN - FGRWEF60REPORTTEXTEDITOPEN FGRWEF60_REPORT_TEXT_EDIT_ACTI - FGRWEF60REPORTTEXTEDITACTI FGRWEF60_READ_SELECTION_TEXT - FGRWEF60READSELECTIONTEXT