SAP Reports / Programs

/SAPSLL/PREF_RULES_CHK SAP ABAP Report - Check Uploaded Preference Rules of an Agreement







/SAPSLL/PREF_RULES_CHK 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/PREF_RULES_CHK 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 /SAPSLL/PREF_RULES_CHK. "Basic submit
SUBMIT /SAPSLL/PREF_RULES_CHK AND RETURN. "Return to original report after report execution complete
SUBMIT /SAPSLL/PREF_RULES_CHK 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_LGREG = Preference Agreement
Selection Text: P_PFONA = D .
Title: Check Uploaded Preference Rules of an Agreement
Text Symbol: T11 = Agreement
Text Symbol: T12 = Rule Set
Text Symbol: T13 = Country Group
Text Symbol: T14 = Number of Base Rules
Text Symbol: T15 = Number of Item-Related Rules
Text Symbol: T16 = Number of Rule Groups
Text Symbol: T17 = Procedure
Text Symbol: T18 = Number of Additional Conditions
Text Symbol: T19 = Additional Condition
Text Symbol: T20 = Not Defined


INCLUDES used within this REPORT /SAPSLL/PREF_RULES_CHK

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:

/SAPSLL/PRE_LGREG_PFONA_GET call function '/SAPSLL/PRE_LGREG_PFONA_GET' exporting iv_lgreg = gs_t606g-lgreg importing et_lgreg_pfona = lt_lgreg_pfona exceptions invalid_lgreg = 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 /SAPSLL/PREF_RULES_CHK or its description.