SAP Reports / Programs | Basis Components | Basis Services / Communication Interfaces | Document Management Framework(BC-SRV-KPR-DMF) SAP BC

DOCUMENT_BRIDGE_TEST SAP ABAP Report - Document bridge: Demo and test program







DOCUMENT_BRIDGE_TEST is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The program DOCUMENT_BRIDGE_TEST is to demonstrate and test the SKWV document bridge with its attributes and methods...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 DOCUMENT_BRIDGE_TEST 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

WCM_TEST_2 - Test program for KW document bridge
CM_TEST_2 - Test Program for KW Document Bridge


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


Text pool values


Title: Document bridge: Demo and test program
Text Symbol: 056 = No Toolbar
Text Symbol: 055 = Invisible
Text Symbol: 054 = Inplace
Text Symbol: 053 = Read Only
Text Symbol: 051 = Position
Text Symbol: 043 = Close Document
Text Symbol: 042 = Save Document as...
Text Symbol: 041 = Save Document
Text Symbol: 005 = Opened Document
Text Symbol: 003 = Create New Document
Text Symbol: 002 = Open Document
Text Symbol: 001 = All files(*.*)|*.*|Microsoft Word (*.DOC)|*.DOC|Microsoft Excel (*.XLS)|*.XLS|Microsoft PowerPoint (*.PPT)|*.PPT||


INCLUDES used within this REPORT DOCUMENT_BRIDGE_TEST

INCLUDE DOCUMENT_BRIDGE_TESTTOP.
INCLUDE DOCUMENT_BRIDGE_TESTC01.
INCLUDE DOCUMENT_BRIDGE_TESTF01.
INCLUDE DOCUMENT_BRIDGE_TESTO01.
INCLUDE DOCUMENT_BRIDGE_TESTI01.
INCLUDE DOCUMENT_BRIDGE_TESTE01.


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