SAP ABAP Reports

Share |

SALV_ADMIN_VERI_COMP_RESULTS SAP Report -

SALV_ADMIN_VERI_COMP_RESULTS is a standard ABAP report available within your SAP system (depending on your version and release level). Below is the standard documentation available for this report and a few details of other objects it interacts with such as tables, function modules, includes etc. If you would like to see the full code listing simply enter the object name( SALV_ADMIN_VERI_COMP_RESULTS ) into the relevant SAP transaction such as SE38 or SE80

Within the comments section below there is also an opportunity for anyone to be able add useful hints and information specific to this SAP object. This means that you and other users will be able to find these details quickly by simply searching on the object name.


TRANSACTION CODE: N/A

Includes used within report:

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:

RS_SELECTIONSCREEN_READ call function 'RS_SELECTIONSCREEN_READ' exporting program = sy-repid * DYNNR = tables fieldvalues = ct_param exceptions * no_high_field = 1 others = 1.

RS_SELECTIONSCREEN_UPDATE call function 'RS_SELECTIONSCREEN_UPDATE' exporting program = sy-repid * DYNNR = tables updatevalues = it_param exceptions no_high_field = 1 others = 2.


Text pool values


Selection Text: P_B_REL = Release
Selection Text: P_B_SYS = System
Selection Text: P_C_MNDT = Client
Selection Text: P_C_NAME = Name
Selection Text: P_C_REL = Release
Selection Text: P_C_SYS = System
Selection Text: P_DIR = Directory
Selection Text: P_E_DTYP = Data Type
Selection Text: P_E_ID1 =
Selection Text: P_E_ID2 =
Selection Text: P_E_NAME = Name
Selection Text: P_E_VTYP =
Selection Text: P_E_XPNT =
Selection Text: P_E_YPNT =
Selection Text: P_A_DTYP = Data Type
Selection Text: P_A_ID1 =
Selection Text: P_A_ID2 =
Selection Text: P_A_NAME = Name
Selection Text: P_A_VTYP =
Selection Text: P_A_XPNT =
Selection Text: P_A_YPNT =
Selection Text: P_B_MNDT = Client
Selection Text: P_B_NAME = Name
Title:
Text Symbol: EXP =
Text Symbol: CMP =
Text Symbol: BTC =
Text Symbol: ACT =






Share |