SAP Reports / Programs

SRT_BIZTALK_TEST2 SAP ABAP Report -







SRT_BIZTALK_TEST2 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 SRT_BIZTALK_TEST2 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

SRT_BIZTALK_TEST2 - SAP Interop browser BizTalk tests 2


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 SRT_BIZTALK_TEST2. "Basic submit
SUBMIT SRT_BIZTALK_TEST2 AND RETURN. "Return to original report after report execution complete
SUBMIT SRT_BIZTALK_TEST2 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_SAPMM = DataType: SAP min/max value
Selection Text: P_S12 = SOAP 1.2
Selection Text: P_S11 = SOAP 1.1
Selection Text: P_PI = Mediated via PI
Selection Text: P_P2P = Point-to-point
Title:
Text Symbol: S3R = RPC / Literal
Text Symbol: S3B = Document / Literal / Bare
Text Symbol: S31 = WS-Security 1.0
Text Symbol: S23 = Reliable Messaging with MTOM Encoding
Text Symbol: S22 = WS-RM 1.1, WS-SecureConversation 1.3
Text Symbol: S21 = WS-RM 1.1
Text Symbol: BT2 = BizTalk test scenarios of target version II
Text Symbol: BT1 = BizTalk test scenarios of target version I
Text Symbol: 445 = Secure Request-Reply
Text Symbol: 444 = Request-Reply with Invalid [Action]
Text Symbol: 442 = Request-Reply with Anonymous [ReplyTo]
Text Symbol: 441 = One-Way Message
Text Symbol: 439 = Composition with WS-Addressing
Text Symbol: 438 = Composition with WS-Security 1.0, Sign and Encrypt
Text Symbol: 437 = Composition with WS-Security 1.0, Sign Only
Text Symbol: 436 = Composition with UTF-16 encoding
Text Symbol: 435 = Echo Binary Passed In a Header As String
Text Symbol: 434 = Echo Binary Field As String
Text Symbol: S3W = Document / Literal / Wrapped
Text Symbol: S41 = WS-Security 1.1
Text Symbol: S43 = Section 3: MTOM scenario
Text Symbol: S44 = Section 4: Addressing scenario
Text Symbol: S51 = SecureConversation 1.3
Text Symbol: S61 = WS-Trust 1.3
Text Symbol: SA1 = Attachment 1
Text Symbol: SA2 = Attachment 2
Text Symbol: SA3 = Attachment 3
Text Symbol: SA4 = Attachment 4
Text Symbol: SMM = Test values
Text Symbol: SOV = SOAP version
Text Symbol: SSC = Parameters
Text Symbol: SST = Scenario type





Text Symbol: STV = Tests target versions
Text Symbol: T1I = BizTalk - XI interoperability tests - version I
Text Symbol: T2I = BizTalk - XI interoperability tests - version II
Text Symbol: TV1 = Target version - I
Text Symbol: TV2 = Target version - II
Text Symbol: 131 = Username token Auth with HTTPS protection
Text Symbol: 132 = X509 Mutual Authentication, Sign Only
Text Symbol: 133 = X509 Mutual Authentication, Sign Then Encrypt
Text Symbol: 134 = X509 Mutual Authentcation, Sign Then Encrypt, RSA1.5+TripleDes
Text Symbol: 140 = Mutual X509, Sign Enc., Der. Keys, Enc. Header, Signature Confirm.
Text Symbol: 141 = Anonymous for Certificate, Sign then Encrypt
Text Symbol: 142 = Username For Certificate, Sign then Encrypt
Text Symbol: 143 = Username For Certificate, Sign
Text Symbol: 144 = Mutual X509 Cert. Auth., Sign Only
Text Symbol: 145 = Mutual X509 Cert. Auth., Sign Encrypt
Text Symbol: 146 = Mutual X509 Cert. Auth., Sign Encrypt, Use Derived Keys
Text Symbol: 147 = Mutual X509 Cert. Auth., Sign Encrypt, Encrypted Header
Text Symbol: 148 = Mutual X509 Cert. Auth., Sign Encrypt, Encrypted Signature
Text Symbol: 149 = Mutual X509 Cert. Auth., Sign Encrypt, Signature Confirmation
Text Symbol: 14A = Anonymous for Certificate, Sign then Encrypt, DK
Text Symbol: 14B = Username For Certificate, Sign then Encrypt, DK
Text Symbol: 14C = Username For Certificate, Sign, DK
Text Symbol: 14D = Mutual X509, Sign Enc., Der. Keys, Signature Confirmation
Text Symbol: 151 = WS-SecureConversation 1.3 with WS-Security 1.0
Text Symbol: 152 = WS-SecureConversation 1.3 with WS-Security 1.1
Text Symbol: 161 = Username over Https, Symmetric key SAML token over Https
Text Symbol: 162 = Certificate over Https (WSS11), Symmetric key SAML token for Cert.
Text Symbol: 163 = Mutual Certificate (WSS10), Symmetric key SAML token
Text Symbol: 164 = Mutual Certificate (WSS11), Symmetric key SAML token for Cert.
Text Symbol: 165 = Username over Https, Asymmetric key SAML token over Https
Text Symbol: 166 = Mutual Certificate (WSS11), Asymmetric key SAML token for Cert.
Text Symbol: 167 = Mutual Certificate (WSS11), Asymmetric key SAML token for SC
Text Symbol: 168 = Scenario with Mismatched bindings
Text Symbol: 211 = One-Way, Anonymous Client
Text Symbol: 212 = Request-Response, Anonymous Client
Text Symbol: 221 = Secure One-Way, Anonymous Client, WSS1.0
Text Symbol: 222 = Secure Request-Response, Anonymous Client, WSS1.0
Text Symbol: 231 = One-Way, Anonymous Client, MTOM Encoding
Text Symbol: 232 = Request-Response, Anonymous Client, MTOM Encoding





Text Symbol: 3BB = BaseDataTypes - DocLitB
Text Symbol: 3BR = BaseDataTypes - RPCLit
Text Symbol: 3BW = BaseDataTypes - DocLitW
Text Symbol: 3CB = ComplexDataTypes - DocLitB
Text Symbol: 3CR = ComplexDataTypes - RPCLit
Text Symbol: 3CW = ComplexDataTypes - DocLitW
Text Symbol: 431 = Echo Binary As String
Text Symbol: 432 = Echo String As Binary
Text Symbol: 433 = Echo Array of Binaries As Array Of Strings


INCLUDES used within this REPORT SRT_BIZTALK_TEST2

INCLUDE SRT_I_BIZTALK_TEST_TYPES. "#EC INCL_OK


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:

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = name text = text info = info IMPORTING result = result EXCEPTIONS OTHERS = 0.



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