SAP Reports / Programs | Basis Components | Basis Services / Communication Interfaces | ArchiveLink(BC-SRV-ARL) SAP BC

OAWTWFDB SAP ABAP Report - Program for object type TWFDB: Document type







OAWTWFDB 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 OAWTWFDB 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 OAWTWFDB. "Basic submit
SUBMIT OAWTWFDB AND RETURN. "Return to original report after report execution complete
SUBMIT OAWTWFDB VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Program for object type TWFDB: Document type
Text Symbol: 001 = Select another document type
Text Symbol: 002 = Select additional document type


INCLUDES used within this REPORT OAWTWFDB

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:

WF_NCI_REQUEST CALL FUNCTION 'WF_NCI_REQUEST' EXPORTING METHOD = 'DISPLAY' NCI_TYPE = TWFDB-NCITYPE EXCEPTIONS OTHERS = 4.

ARCHIV_WORKFLOW_PARAMETERS_GET CALL FUNCTION 'ARCHIV_WORKFLOW_PARAMETERS_GET' EXPORTING AR_OBJECT = OBJECT-KEY-DOCUMENTTYPE IMPORTING TASK = TASK ACTIVE = ACTIVE PRCTP = PRCTP METHOD = METHOD PARAMETER = PARAMETER OBJECTTYPE = OBJECTTYPE TABLES I_TOAPA = I_TOAPA EXCEPTIONS OTHERS = 1.

ARCHIV_POPUP_AR_OBJECT *call function 'ARCHIV_POPUP_AR_OBJECT' * exporting * dokumentart = ' ' * general_flag = 'X' * importing * dokumentart = object-key-documenttype "C 3.0F dms

ARCHIV_POPUP_NCITYPE CALL FUNCTION 'ARCHIV_POPUP_NCITYPE' EXPORTING DOCUMENT_TYPE = DOCUMENT_TYPE AR_OBJECT = AR_OBJECT USEWFL30 = ACTIVE_TASK WINDOW_TITLE = WINDOW_TITLE NOTE = NOTE FORCE_CHANGE = FORCE_CHANGE USEIMFLAG = USEIMMEDIATELY LATE = LATE IMPORTING AR_OBJECT = AR_OBJECT DOCUMENT_TYPE = DOCUMENT_TYPE NOTE = NOTE ORGOBJECT = ORGOBJECT IMMEDIATE = IMMEDIATELY LATE = LATE EXCEPTIONS USER_EXIT = 1 NO_ENTRY = 2 OTHERS = 3.

ARCHIV_WORKFLOW_PARAMETERS_GET CALL FUNCTION 'ARCHIV_WORKFLOW_PARAMETERS_GET' EXPORTING AR_OBJECT = I_NCI-NCITYPE IMPORTING ACTIVE = I_NCI-ACTIVE METHOD = I_NCI-METHOD OBJECTTYPE = I_NCI-OBJECT PARAMETER = I_NCI-PARAMETER PRCTP = I_NCI-PRCTP TASK = I_NCI-TASK TASK2 = I_NCI-TASK2 EXCEPTIONS NO_DOCUMENTTYPE = 1 OTHERS = 2.

ARCHIV_PROCESS_FAXINPUT CALL FUNCTION 'ARCHIV_PROCESS_FAXINPUT' EXPORTING ARCHIV_ID = IMAGE_KEY-ARCHIV_ID ARC_DOC_ID = IMAGE_KEY-ARC_DOC_ID DOCUMENTCLASS = DOCCLASS IMMEDIATELY = IMMEDIATELY LATE = LATE OBJECTTEXT = DESCRIPTION S_TWFDB = I_NCI ORGTYPE = ORGOBJECT-OTYPE ORGID = ORGOBJECT-OBJID IMPORTING WORKITEM_ID = WORKITEM_ID EXCEPTIONS NO_WORKITEM_CREATED = 1 OTHERS = 2.

ARCHIV_WORKFLOW_PARAMETERS_GET CALL FUNCTION 'ARCHIV_WORKFLOW_PARAMETERS_GET' EXPORTING AR_OBJECT = OBJECT-KEY-DOCUMENTTYPE IMPORTING OBJECTTYPE = OBJECTTYPE EXCEPTIONS NO_DOCUMENTTYPE = 1 OTHERS = 2.

ARCHIV_METAINFO_GET CALL FUNCTION 'ARCHIV_METAINFO_GET' EXPORTING AR_OBJECT = OBJECT-KEY-DOCUMENTTYPE SAP_OBJECT = OBJECTTYPE TABLES TOAOM_FKT = ITOAOM EXCEPTIONS ERROR_CONNECTIONTABLE = 1 ERROR_PARAMETER = 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 OAWTWFDB or its description.