SAP Reports / Programs

/POA/R_CTX_SRV_MGR_TEST SAP ABAP Report - Program /POA/CTX_SRV_MGR_TEST







/POA/R_CTX_SRV_MGR_TEST 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 /POA/R_CTX_SRV_MGR_TEST 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 /POA/R_CTX_SRV_MGR_TEST. "Basic submit
SUBMIT /POA/R_CTX_SRV_MGR_TEST AND RETURN. "Return to original report after report execution complete
SUBMIT /POA/R_CTX_SRV_MGR_TEST 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_ABIZ = createBusinessContext
Selection Text: P_ADDBF = addContextItemsToBussines
Selection Text: P_ADDDF = addContextItemsToDefault
Selection Text: P_ANCHR = D .
Selection Text: P_CTXURI = Context_ID_URI
Selection Text: P_DATA = CtxItem1 - DataType
Selection Text: P_DATA2 = CtxItem2 - DataType
Selection Text: P_DELB = deleteBusinessContext
Selection Text: P_DELBS = deleteContextItemsFromBusiness
Selection Text: P_DELD = deleteContextItemsFromDefault
Selection Text: P_DTYPE = CtxItem1 - Type
Selection Text: P_DTYPE2 = CtxItem2 - Type
Selection Text: P_GETB = getBusinessContext
Selection Text: P_GETCTX = getDefaultContext
Selection Text: P_GETIDF = getBusinessContextIdentif
Selection Text: P_GSID = SetUserID
Selection Text: P_IDNF = Business Context Identifier
Selection Text: P_REFID = CtxItem1 - Refid
Selection Text: P_REFID2 = CtxItem2 - Refid
Selection Text: P_SH_XML = Show XML in Pop-up Window
Selection Text: P_SID = SessionId(optional)
Selection Text: P_USERID = User Id
Title: Program /POA/CTX_SRV_MGR_TEST
Text Symbol: T02 = API Actions
Text Symbol: T01 = API Inputs
Text Symbol: 137 = Context Service Exception Has Occurred
Text Symbol: 136 = Context Validation Exception Has Occurred
Text Symbol: 135 = Error code :
Text Symbol: 134 = BusinessContextDTO->CONTEXTITEMDTO->CONTEXTITEMSCOPE-CONTEXTITEMSCOPE
Text Symbol: 133 = BusinessContextDTO->CONTEXTITEMDTO->CONTEXTITEMSCOPE is:
Text Symbol: 132 = BusinessContextDTO->CONTEXTITEMDTO->CONTEXTTAGDTO-TYPE
Text Symbol: 131 = BusinessContextDTO->CONTEXTITEMDTO->CONTEXTTAGDTO-TAG
Text Symbol: 100 = Connection Created:
Text Symbol: 101 = Calling Set User ID
Text Symbol: 102 = Session ID is:
Text Symbol: 103 = Calling: getDefaultContext:
Text Symbol: 104 = Returned:
Text Symbol: 105 = ContextDTO->UserContextDTO-userid is:





Text Symbol: 106 = ContextDTO->UserContextDTO-ContextItemDTO0-businessObjectData is:
Text Symbol: 107 = ContextDTO->UserContextDTO-ContextItemDTO-businessObjectRefId is:
Text Symbol: 108 = ContextDTO->UserContextDTO-ContextItemDTO-businessObjectType is:
Text Symbol: 109 = ContextDTO->SESSIONID is:
Text Symbol: 110 = Calling: addContextItemsToDefault:
Text Symbol: 111 = Calling createBusinessContext
Text Symbol: 112 = Calling: addContextItemsToBusiness using Context URI:
Text Symbol: 113 = Calling: getBusinessContextIdentifiers :
Text Symbol: 114 = Returned:
Text Symbol: 115 = ContextID:
Text Symbol: 116 = Calling: getBusinessContext :
Text Symbol: 117 = Calling deleteBusinessContext
Text Symbol: 118 = Deleting BusinessContext :
Text Symbol: 119 = Complete.
Text Symbol: 120 = Calling: deletecontextitemsfrombusiness using the Context URI:
Text Symbol: 121 = Calling: deletecontextitemsfromdefault:
Text Symbol: 122 = Returned:
Text Symbol: 123 = BusinessContextDTO->BUSINESSCONTEXTID is:
Text Symbol: 124 = BusinessContextDTO->CONTEXTITEMDTO is:
Text Symbol: 125 = BUSINESSCONTEXTDTO-ContextItemDTO0-businessObjectData
Text Symbol: 126 = BUSINESSCONTEXTDTO-ContextItemDTO-businessObjectRefId
Text Symbol: 127 = BUSINESSCONTEXTDTO-ContextItemDTO-businessObjectType
Text Symbol: 128 = is:
Text Symbol: 129 = BusinessContextDTO->CONTEXTITEMDTO->CONTEXTTAGDTO is:
Text Symbol: 130 = BusinessContextDTO->IDENTIFIER is:


INCLUDES used within this REPORT /POA/R_CTX_SRV_MGR_TEST

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:

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