SAPF_WEB_INTERFACE 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 SAPF_WEB_INTERFACE into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FBWAPI0 - FI Internet: Vendor Line Items
FBWARI0 - FI Internet: Customer Line Items
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: PA_TCOD = D Transaction code
Selection Text: PA_UNAM = D User
Selection Text: PA_VARI = D Variant
Title: FI: Central Access for Web Services
Text Symbol: 001 = Context parameters for test run
INCLUDE F_WEB_INTERFACEDEF.
INCLUDE F_WEB_INTERFACEF01.
No SAP DATABASE tables are accessed within this REPORT code!
ITS_IMPORT_CONTEXT call function 'ITS_IMPORT_CONTEXT' tables context = gt_context exceptions its_not_available = 1 others = 2.
FI_WEB_TEST_SERVICE call function 'FI_WEB_TEST_SERVICE' exporting i_user_default = sy-uname i_tcode_default = sy-tcode importing e_user = gd_uname e_tcode = gd_tcode tables t_context = gt_context exceptions exit_requested = 1 internal_error = 2 others = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
SAPF_WEB_INTERFACE - FI: Central Access for Web Services SAPF_WEB_INTERFACE - FI: Central Access for Web Services SAPF_OB_VAR_INTERNET - FI Internet: Customizing Service Variants SAPF_OB_VAR_INTERNET - FI Internet: Customizing Service Variants SAPFWWW - WebReporting/ WebRFC: DCO/DCI SAPFWWW - WebReporting/ WebRFC: DCO/DCI