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

/SAPSLL/PLUGIN_CHECK_R3 SAP ABAP Report - SLL: PLUGIN - Check/Information Program







/SAPSLL/PLUGIN_CHECK_R3 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/PLUGIN_CHECK_R3 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/PLUGIN_CHECK_R3. "Basic submit
SUBMIT /SAPSLL/PLUGIN_CHECK_R3 AND RETURN. "Return to original report after report execution complete
SUBMIT /SAPSLL/PLUGIN_CHECK_R3 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: C_TMCNV = Info on Material Number Format
Selection Text: C_PARGR = Check MM Partner Schema Deter.
Selection Text: C_LOGGTS = Info on Target System (GTS)
Selection Text: C_CHANGE = Information on Change Pointer
Title: SLL: PLUGIN - Check/Information Program
Text Symbol: 028 = Message Type:
Text Symbol: 027 = The following message types are defined in the sys. (EDMSG):
Text Symbol: 026 = NO PARTNER DET. PROC. ASSIGNED!
Text Symbol: 025 = Doc.Type:
Text Symbol: 024 = Partner Det.:
Text Symbol: 023 = Check Partner Det. Proc. for Purchasing Docs
Text Symbol: 022 = Information on Target System (GTS)
Text Symbol: 021 = Information on Change Pointer
Text Symbol: 020 = Info on How Material Numbers Are Represented
Text Symbol: 019 = Key for Table TMCNV:
Text Symbol: 018 = Display Leading Zeros:
Text Symbol: 017 = Lexicographical (Including Leading Zeros):
Text Symbol: 016 = Template for Material Number:
Text Symbol: 015 = Length of Mat. No.:
Text Symbol: 014 = Information on How Material Numbers Are Represented/Saved
Text Symbol: 013 = Logical Target System (GTS):
Text Symbol: 012 = No (unique) target system has been maintained
Text Symbol: 011 = Information on Target System
Text Symbol: 010 = Information on Change Pointer
Text Symbol: 009 = Function Module:
Text Symbol: 008 = Message Type:
Text Symbol: 007 = The following function modules have been assigned to message types (TBDME):
Text Symbol: 006 = Active reduced message type found:
Text Symbol: 005 = The following messages have been activated for distribution (TBDA2):
Text Symbol: 004 = Assigned reduced message type found:
Text Symbol: 003 = The following message types are assigned to change-relevant fields (TBD62):
Text Symbol: 002 = Active reduced message type found:
Text Symbol: 001 = The following reduced messages have been activated (TBD24):


INCLUDES used within this REPORT /SAPSLL/PLUGIN_CHECK_R3

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/CD_ALE_RECEIVER_GET_R3 CALL FUNCTION '/SAPSLL/CD_ALE_RECEIVER_GET_R3' IMPORTING ev_rfc_dest = lv_rfc_dest EXCEPTIONS no_rfc_destination_maintained = 1 customs_server_not_unique = 2 OTHERS = 3.



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