SAP Reports / Programs | Personnel Management | Personnel Administration | Japan(PA-PA-JP) SAP PA

RPTFWSDBVIEW SAP ABAP Report - Display Work Schedule Requests (Database of Requests)







RPTFWSDBVIEW 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 RPTFWSDBVIEW 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 RPTFWSDBVIEW. "Basic submit
SUBMIT RPTFWSDBVIEW AND RETURN. "Return to original report after report execution complete
SUBMIT RPTFWSDBVIEW 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: AB_BEGIN =
Selection Text: AB_END =
Selection Text: ANTRSTAT = D .
Selection Text: ANTRTYP = D .
Selection Text: AN_DATUM =
Selection Text: CHECK1 = D .
Selection Text: CURRENTV =
Selection Text: GUID = D .
Selection Text: OLD_V =
Selection Text: REIGENTU =
Selection Text: RINITIAT =
Selection Text: RNBEARBE =
Selection Text: RVERANTW =
Selection Text: VER_NO = D .
Selection Text: WORKITEM = D .
Selection Text: WORKTASK = D .
Title: Display Work Schedule Requests (Database of Requests)
Text Symbol: O03 = End date of absence
Text Symbol: O10 = Owner
Text Symbol: O11 = Next Agent
Text Symbol: O12 = Person Responsible
Text Symbol: O13 = Initiator
Text Symbol: O20 = Only Current Version
Text Symbol: P01 = Field
Text Symbol: P02 = Data
Text Symbol: S01 = Relate Data Selection Period to Following Fields
Text Symbol: S02 = Use Personnel Number for Following Role
Text Symbol: S03 = Request Data
Text Symbol: S04 = Version Selection
Text Symbol: S05 = Current and Old Versions
Text Symbol: S06 = Workflow Data
Text Symbol: S07 = Technical name
Text Symbol: O02 = Absent as of
Text Symbol: D01 = Position ID
Text Symbol: D02 = Operation
Text Symbol: G01 = Initiator
Text Symbol: G02 = Pers.No. Initiator
Text Symbol: G03 = ID Initiator





Text Symbol: G04 = Owner
Text Symbol: G05 = Pers.No. Owner
Text Symbol: G06 = ID Owner
Text Symbol: G07 = Next Agent
Text Symbol: G08 = Pers. No. Next Agent
Text Symbol: G09 = ID Next Agent
Text Symbol: G10 = Person Responsible
Text Symbol: G11 = Pers. No. Responsible
Text Symbol: G12 = ID Pers. Responsible
Text Symbol: G13 = Last Changed On/By
Text Symbol: G14 = Task
Text Symbol: G15 = Workflow Status
Text Symbol: G16 = Note
Text Symbol: G17 = Work Item ID
Text Symbol: G18 =
Text Symbol: G19 = Archive File
Text Symbol: H01 = List of Requests
Text Symbol: H02 = Request Item
Text Symbol: H03 = Request Items
Text Symbol: H04 = Request Header
Text Symbol: H05 = from
Text Symbol: H06 = Work Version
Text Symbol: H07 = Old Version
Text Symbol: H08 = Roles
Text Symbol: H10 =
Text Symbol: N01 = Database
Text Symbol: O01 = Request Date


INCLUDES used within this REPORT RPTFWSDBVIEW

INCLUDE RPTREQDBVIEW_TYPES.
INCLUDE RPTREQDBVIEW_DATA.
INCLUDE RPTREQDBVIEW_SELSCREEN.
INCLUDE RPTFWSDBVIEW_SQL.
INCLUDE RPTFWSDBVIEW_USERCOMMAND.
INCLUDE RPTFWSDBVIEW_DETAILSCR.
INCLUDE RPTFWSDBVIEW_POSITDET.
INCLUDE RPTREQ_CONST.
INCLUDE RPTREQDBVIEW_SQL.
INCLUDE RPTREQDBVIEW_USERCOMMAND.
INCLUDE RPTREQDBVIEW_GLISTE.
INCLUDE RPTREQDBVIEW_DETAILSCR.





INCLUDE RPTREQDBVIEW_POSITDET.
INCLUDE RPTREQDBVIEW_TOPOFPAGE.
INCLUDE RPTREQDBVIEW_EVENTS.
INCLUDE RPTREQDBVIEW_USERCOMMAND_CASE.
INCLUDE RPTREQ_ALV_UTILS.


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:

No SAP FUNCTION MODULES are executed within this report code!



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