Menu

SAP Function Module SCWB_DISPLAY_REQUESTS

Display Fixed Set of Requests

The Function Module SCWB_DISPLAY_REQUESTS (Display Fixed Set of Requests) is a standard Function Module in SAP ERP and is part of the function group SCWL within the package SCWB.

Technical Information

Function Module SCWB_DISPLAY_REQUESTS
Short Text Display Fixed Set of Requests
Function Group SCWL
Package SCWB
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
IV_FIRST_NODE_TEXT TYPE STRHI_FIRST_NODE_TEXT ' ' Text of uppermost node (72 characters)
IV_FORM_TOP_OF_PAGE TYPE C SPACE Form routine for own TOP-OF-PAGE
IV_PROG_TOP_OF_PAGE LIKE SY-REPID ' ' Main program for own TOP-OF-PAGE
IV_TITLE TYPE TRWBO_TITLE ' ' Title of Window

Exporting Parameters

This function module does not define any EXPORTING parameters.

Changing Parameters

These are the CHANGING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
CS_SORT_DESCRIPTION TYPE STRHI_DR_SORT Description of sort logic

Table Parameters

These are the TABLE parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
IT_REQUEST_ATTRIBUTES LIKE E070A Change & Transport System: Attributes of a Request
IT_REQUEST_NUMBERS LIKE SCWBTRKORR Deeply structured table of requests

Exceptions

This function module does not define any Exceptions.