SAP Reports / Programs | Supplier Workplace | Industry Solution Automotive | Supplier Workplace(IS-A-SWP) SAP IS

ISAUTO_OPENWEB SAP ABAP Report - Display open WEB releases







ISAUTO_OPENWEB 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 ISAUTO_OPENWEB 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

ME69 - List non confirmed WEB releases


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 ISAUTO_OPENWEB. "Basic submit
SUBMIT ISAUTO_OPENWEB AND RETURN. "Return to original report after report execution complete
SUBMIT ISAUTO_OPENWEB 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: SO_WERKS = D Plant
Selection Text: SO_LIFNR = D Vendor
Selection Text: SO_EBELN = D Purchasing document
Selection Text: SO_DISPO = D MRP controller
Selection Text: PA_VARIA = D Layout
Selection Text: PA_OPENS = D Open since
Selection Text: PA_CREA = D Creation Date
Selection Text: PA_CHAN = D Changed Date
Title: Display open WEB releases
Text Symbol: 017 = Telephone:
Text Symbol: 016 = Kind regards
Text Symbol: 015 = www.mySAP.com
Text Symbol: 014 = using the internet funktions:
Text Symbol: 013 = Please confirm the release no.
Text Symbol: 012 = Material:
Text Symbol: 011 = Missing confirmation: Schedule agreement
Text Symbol: 010 = from schedule agreement
Text Symbol: 009 = Do you want to confirm release
Text Symbol: 008 = Confirm release
Text Symbol: 007 = hours
Text Symbol: 006 = Display variant
Text Symbol: 005 = Processing options
Text Symbol: 004 = Schedule agreement selection
Text Symbol: 003 = User:
Text Symbol: 002 = Execution time:
Text Symbol: 001 = Display open WEB releases


INCLUDES used within this REPORT ISAUTO_OPENWEB

INCLUDE OPENWEBTOP . "


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