SAP Reports / Programs

SAPNOLINKS SAP ABAP dialog Program - Deactivate All Links in IDoc Area







SAPNOLINKS is a standard Module pool for a dialog screen ABAP Program available within your SAP system (depending on your version and release level). It is used for Inbound and outbound IDocs are usually linked to other relevant documents...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter SAPNOLINKS 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

WENOLINKS - Deactivate Link


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 SAPNOLINKS. "Basic submit
SUBMIT SAPNOLINKS AND RETURN. "Return to original report after report execution complete
SUBMIT SAPNOLINKS VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Deactivate All Links in IDoc Area
Text Symbol: 037 = Do you want to write these links again for all message types?
Text Symbol: 036 = N
Text Symbol: 035 = No, write all links
Text Symbol: 034 = No, for other message types
Text Symbol: 033 = No, for individual message types only
Text Symbol: 032 = Y
Text Symbol: 031 = Do you want to exclude links for all message types?
Text Symbol: 021 = for Selected Message Types
Text Symbol: 020 = for All Message Types
Text Symbol: 019 = Outbound IDoc Linked with Inbound Doc. in Target System
Text Symbol: 017 = Outbound IDoc Linked with Original Document After Edit
Text Symbol: 014 = Inbound IDoc Linked with Outbound IDoc in Source System
Text Symbol: 013 = Inbound IDoc Linked with Original Document After Edit
Text Symbol: 012 = Inbound IDoc Linked with Communication IDoc
Text Symbol: 011 = Inbound IDoc Linked with Inbound Document
Text Symbol: 010 = Outbound Doc. Linked with Outbound IDoc
Text Symbol: 009 = Inbound IDoc Linked with Outbound Doc. in Source System
Text Symbol: 006 = Excluded for All Message Types
Text Symbol: 005 = Excluded for Specified Message Types
Text Symbol: 004 = Non-Excluded Link Types
Text Symbol: 003 = Excluded Link Types
Text Symbol: 002 = Description
Text Symbol: 001 = IDoc Link Types


INCLUDES used within this REPORT SAPNOLINKS

INCLUDE SAPNOLINKSTOP.
INCLUDE SAPNOLINKS_TREE_CL.
INCLUDE SAPNOLINKSO01.
INCLUDE SAPNOLINKSI01.
INCLUDE SAPNOLINKSF01.


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