SAP Reports / Programs

OACREATEFROMFRONTEND SAP ABAP Report - SAP ArchiveLink: Select Document Type and Document Class From Obj.Type







OACREATEFROMFRONTEND 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 OACREATEFROMFRONTEND 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 OACREATEFROMFRONTEND. "Basic submit
SUBMIT OACREATEFROMFRONTEND AND RETURN. "Return to original report after report execution complete
SUBMIT OACREATEFROMFRONTEND 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: CONTROL = Control
Selection Text: OBJECTID = Object Key
Selection Text: OBJECTTP = Object Type
Title: SAP ArchiveLink: Select Document Type and Document Class From Obj.Type
Text Symbol: 001 = Documents
Text Symbol: 002 = Doc. From External Application
Text Symbol: 003 = Doc. From Desktop
Text Symbol: 004 = Doc. From Scan Dialog
Text Symbol: 005 = Store Documents


INCLUDES used within this REPORT OACREATEFROMFRONTEND

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:

ARCHIV_CREATE_DIALOG_META call function 'ARCHIV_CREATE_DIALOG_META' exporting ar_object = document_type object_id = objectid sap_object = objecttp importing archiv_doc_id = l_docid exceptions BLOCKED_BY_POLICY = 6 others = 7.

RS_TREE_CONSTRUCT call function 'RS_TREE_CONSTRUCT' tables nodetab = nodes exceptions tree_failure = 1 id_not_found = 2 wrong_relationship = 3 others = 4.

RS_TREE_EXPAND call function 'RS_TREE_EXPAND' exporting node_id = 2 exceptions not_found = 1 others = 2.

RS_TREE_LIST_DISPLAY call function 'RS_TREE_LIST_DISPLAY' exporting callback_program = 'OACREATEFROMFRONTEND' callback_user_command = 'USER_COMMAND' status = 'OWN' screen_start_column = 5 screen_start_line = 1 screen_end_column = 75 screen_end_line = 18 use_control = control 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 OACREATEFROMFRONTEND or its description.