SAP Reports / Programs

/SAPSLL/REX_VALUE_PROT_DSP SAP ABAP Report - Display Determination Log of Re-Export Shares







/SAPSLL/REX_VALUE_PROT_DSP 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 /SAPSLL/REX_VALUE_PROT_DSP 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

/SAPSLL/REXCALCP - Re-Export Share: Display Log


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 /SAPSLL/REX_VALUE_PROT_DSP. "Basic submit
SUBMIT /SAPSLL/REX_VALUE_PROT_DSP AND RETURN. "Return to original report after report execution complete
SUBMIT /SAPSLL/REX_VALUE_PROT_DSP 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: S_PRVSY = D .
Selection Text: P_LGREG = D .
Selection Text: P_KURTY = D .
Selection Text: P_FTORG = D .
Selection Text: P_CHGPR = D .
Selection Text: S_CRDAT = Determination Date
Selection Text: P_REXPR = Control-Relevant Products
Selection Text: P_PRINT = Print Log
Selection Text: P_NONPR = Indeterminable Products
Selection Text: P_DISPL = Display Log
Selection Text: P_CURRC = Display in Other Currency
Selection Text: P_CUCUR = Currency
Selection Text: P_CRTIM = at
Selection Text: P_CRDAT = Calculation Run on
Selection Text: P_ARCHV = Read Archived Data
Selection Text: P_ALLPR = All Selected Products
Title: Display Determination Log of Re-Export Shares
Text Symbol: S12 = Period
Text Symbol: S11 = Time
Text Symbol: A16 = Log from Archive
Text Symbol: A15 = Number of Selected Calculation Runs:
Text Symbol: A14 = Log for Product
Text Symbol: A13 = Log for Calculation Run
Text Symbol: A12 = Log
Text Symbol: A11 = Product
Text Symbol: A10 = Calculation Time
Text Symbol: 004 = Currency Data
Text Symbol: 003 = Output Control
Text Symbol: 002 = Data Scope
Text Symbol: 001 = Log Selection


INCLUDES used within this REPORT /SAPSLL/REX_VALUE_PROT_DSP

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:

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 /SAPSLL/REX_VALUE_PROT_DSP or its description.