SAP Reports / Programs | Financial Accounting(FI) SAP FI

SAPF_WEB_INTERFACE SAP ABAP Report - FI: Central Access for Web Services







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


Transaction Code(s):

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


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 SAPF_WEB_INTERFACE. "Basic submit
SUBMIT SAPF_WEB_INTERFACE AND RETURN. "Return to original report after report execution complete
SUBMIT SAPF_WEB_INTERFACE 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: 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


INCLUDES used within this REPORT SAPF_WEB_INTERFACE

INCLUDE F_WEB_INTERFACEDEF.
INCLUDE F_WEB_INTERFACEF01.


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:

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.



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