SRT_CONSUMER_CONFIG_CHECK 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_CONSUMER_CONFIG_CHECK into the relevant SAP transactions such as SE38 or SE80
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.
Selection Text: PSINGLE = Selective Check
Selection Text: POIFNS = Outbound IF Namespace
Selection Text: POIFNAME = Outbound IF Name
Selection Text: PMSGIDS = Get Message ID
Selection Text: PMSGID = Message ID
Selection Text: PMASS = Complete Check
Selection Text: PERRONLY = Display Errors Only
Selection Text: PCFGNS = Get Configuration Name
Selection Text: PCFGN = Consumer Configuration Name
Title: Check ESR Consumer Web Service Configurations
Text Symbol: ERR = Error: &1 &2
Text Symbol: ESH = Host name missing in configuration &1
Text Symbol: ESR = ESR reference:
Text Symbol: EUL = Access path not specified in web service consumer
Text Symbol: IVP = Invalid protocol
Text Symbol: LO2 = Local (real):
Text Symbol: LOC = Local (config.):
Text Symbol: MAS = Mass Check
Text Symbol: NEX = Does not exist
Text Symbol: PRF = Profile:
Text Symbol: PXY = Proxy:
Text Symbol: RCV = [Receiver]
Text Symbol: SDF = Service Definition:
Text Symbol: SGN = Single Check
Text Symbol: SND = [Sender]
Text Symbol: URL = URL:
Text Symbol: 000 = Exception
Text Symbol: 001 = Scope of Check
Text Symbol: 002 = Selection Details
Text Symbol: 003 = Message ID
Text Symbol: 004 = Configuration Name
Text Symbol: 005 = Outbound IF Namespace
Text Symbol: 006 = Outbound IF Name
Text Symbol: 007 = Complete Check
Text Symbol: 008 = Display Errors Only
Text Symbol: ASN = Assgnment:
Text Symbol: CFG = Configuration:
Text Symbol: DNM = IF Name:
SRT_CONSUMER_CONFIG_CHECK_TOP,
SRT_CONSUMER_CONFIG_CHECK_SEL,
SRT_WSP_QNAME_MACROS.
No SAP DATABASE tables are accessed within this REPORT code!
CALCULATE_HASH_FOR_CHAR call function 'CALCULATE_HASH_FOR_CHAR' exporting data = l_hash_str importing hash = pc_hash exceptions unknown_alg = 1 param_error = 2 internal_error = 3 others = 4.
TH_GET_PLUGIN_INFO call function 'TH_GET_PLUGIN_INFO' exporting protocol = 1 " 1 == http local = 0 " 0 == local server plgtype = 1 " 1 == server port importing * name = l_protocol_name * host = l_server_name service = l_service exceptions no_plugin_active = 1 internal_error = 2 icm_not_active = 3 others = 4.
TH_GET_PLUGIN_INFO call function 'TH_GET_PLUGIN_INFO' destination pi_rfcdest exporting protocol = 1 " 1 == http local = 0 " 0 == local server plgtype = 1 " 1 == server port importing * name = l_protocol_name * host = l_server_name service = l_service exceptions no_plugin_active = 1 internal_error = 2 icm_not_active = 3 others = 4.
TH_SERVER_LIST call function 'TH_SERVER_LIST' tables list = lt_server exceptions no_server_list = 1 others = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
SRT_CONSUMER_CONFIG_CHECK - Check ESR Consumer Web Service Configurations SRT_CONSUMER_CONFIG_CHECK - Check ESR Consumer Web Service Configurations SRT_CONFIG_SUPPORT_PBO - SRTCONFIGSUPPORTPBO SRT_CONFIG_SUPPORT_PAI - SRTCONFIGSUPPORTPAI SRT_CONFIG_SUPPORT_LCL_IMP_SUB - SRTCONFIGSUPPORTLCLIMPSUB SRT_CONFIG_SUPPORT_LCL_IMPL - SRTCONFIGSUPPORTLCLIMPL