SAP Reports / Programs | Collaborative Cross Applications(XAP) SAP XAP

/POA/R_EN_NOTIFICATION_DEMO SAP ABAP Report - Program /POA/TEST_EN_EMAIL_CHANNEL







/POA/R_EN_NOTIFICATION_DEMO 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_EN_NOTIFICATION_DEMO 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_EN_NOTIFICATION_DEMO. "Basic submit
SUBMIT /POA/R_EN_NOTIFICATION_DEMO AND RETURN. "Return to original report after report execution complete
SUBMIT /POA/R_EN_NOTIFICATION_DEMO 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: S_TOUSR = To User('s)
Selection Text: S_EMAIL = To E-Mail Address('s)
Selection Text: P_SRC = D .
Selection Text: P_SHXML = Show Payload XML
Selection Text: P_SFT = D .
Selection Text: P_PRTY = D .
Selection Text: P_PAYLD6 = Smartforms template
Selection Text: P_PAYLD5 = Rich Payload with helper class
Selection Text: P_PAYLD4 = Payload with helper class
Selection Text: P_PAYLD3 = Rich Payload(Text,Images,Link)
Selection Text: P_PAYLD2 = Larger Text
Selection Text: P_PAYLD1 = Simple Payload
Selection Text: P_MSGTY = D .
Selection Text: P_FROM = From User
Selection Text: P_FILE2 = Path to File 2
Selection Text: P_FILE1 = Path to File 1
Selection Text: P_EXPIRE = Expiry
Selection Text: P_EXPDAT = D .
Selection Text: P_ETYPE = D .
Title: Program /POA/TEST_EN_EMAIL_CHANNEL
Text Symbol: 105 = Display options
Text Symbol: 104 = Attachments
Text Symbol: 103 = Notification Payload
Text Symbol: 101 = Send Options
Text Symbol: 100 = Recipient Details
Text Symbol: 002 = Notification NOT successfully sent
Text Symbol: 001 = Notification successfully sent


INCLUDES used within this REPORT /POA/R_EN_NOTIFICATION_DEMO

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:

DISPLAY_XML_STRING CALL FUNCTION 'DISPLAY_XML_STRING' EXPORTING xml_string = gv_payload_xstr.

TH_GET_PLUGIN_INFO CALL FUNCTION 'TH_GET_PLUGIN_INFO' EXPORTING protocol = 1 " 1=http; 2=https local = 0 " 0=local server plgtype = 1 " 1=server port IMPORTING name = lv_name host = lv_host service = lv_service EXCEPTIONS OTHERS = 1.



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