SAP Reports / Programs | Sales and Distribution | Foreign Trade | Basic Functions(SD-FT-PRO) SAP SD

RVSCDFSL SAP ABAP Report - Legal Control: Sanctioned Party List: Change History







RVSCDFSL 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 RVSCDFSL into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

VXL8 - Legal Control: SLS: Change History


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 RVSCDFSL. "Basic submit
SUBMIT RVSCDFSL AND RETURN. "Return to original report after report execution complete
SUBMIT RVSCDFSL 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: P_DISP = Summarized lists
Selection Text: P_SLNUM = D Sanct. list number
Selection Text: P_VARI = D Layout
Title: Legal Control: Sanctioned Party List: Change History
Text Symbol: 001 = Sanct. list number
Text Symbol: 002 = List Format
Text Symbol: 003 = Old contents
Text Symbol: 004 = New contents
Text Symbol: 005 = No.
Text Symbol: 006 = Master entry changes
Text Symbol: 007 = Name entry changes
Text Symbol: 008 = Address entry changes
Text Symbol: 009 = Type of changes
Text Symbol: 010 = Field name
Text Symbol: 011 = Field Label
Text Symbol: S01 = Sanctioned party list data


INCLUDES used within this REPORT RVSCDFSL

INCLUDE CFSL_TOP.
INCLUDE LVFSCGLD.


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:

REUSE_ALV_HIERSEQ_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = CON_REPORT I_CALLBACK_PF_STATUS_SET = 'SET_PF_STATUS' I_CALLBACK_USER_COMMAND = 'USER_COMMAND' IS_LAYOUT = GS_LAYOUT IT_EVENTS = GS_EVENT IT_FIELDCAT = GT_FIELDCAT I_SAVE = GV_SAVE IS_VARIANT = GS_DISVARIANT I_TABNAME_HEADER = CON_TAB_H I_TABNAME_ITEM = CON_TAB_P I_STRUCTURE_NAME_HEADER = CON_STRUC_H I_STRUCTURE_NAME_ITEM = CON_STRUC_P IS_KEYINFO = GS_KEYINFO TABLES T_OUTTAB_HEADER = GT_ALV_H T_OUTTAB_ITEM = GT_ALV_P EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.



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