BAPI DOCUMENT GETLIST function module introduction & syntax details
BAPI DOCUMENT GETLIST
Function Module:
BAPI_DOCUMENT_GETLIST
Functionality
You can use this BAPI to find one or more documents. The result is a list of documents that match the selection criteria. You can use the following data as search criteria:
- Document type
- Document number (as a value range from ... to ...)
- Document part
- Document version
- Description
- User
- Authorization group
- Laboratory/office
- Change number
- Deletion indicator
- Data carrier
- CAD indicator
- Application
- Document status
You can use the MAXROWS parameter to restrict the hit list of documents selected. As a result, it may be the case that not all the document info records in the system that match the selection criteria are displayed. The number of records actually found is returned in parameter FOUNDROWS . BAPI_DOCUMENT_GETLIST2 contains further selection criteria.
Pattern:
CALL FUNCTION 'BAPI_DOCUMENT_GETLIST'
" EXPORTING
" DOCUMENTTYPE = ' '
" DOCUMENTPART = ' '
" DOCUMENTVERSION = ' '
" DESCRIPTION = ' '
" LANGUAGE = SY-LANGU
" LANGUAGEISO = ' '
" USERNAME = ' '
" AUTHORITYGROUP = ' '
" ECNUMBER = ' '
" LABORATORY = ' '
" DELETEINDICATOR = ' '
" DATACARRIER = ' '
" CADINDICATOR = '*'
" WSAPPLICATION = ' '
" STATUSEXTERN = ' '
" STATUSINTERN = ' '
" MAXROWS = 0
" IMPORTING
" RETURN =
" FOUNDROWS =
TABLES
" DOCNUMBERSELECTION =
DOCUMENTLIST =
.
Related 10 BAPI Tutorials
- BAPI_AP_ACC_GETCURRENTBALANCE ( BAPI Function Module )
- BAPI_ADDRESSORG_GETDETAIL | BAPI Function Module
- BAPI_PO_GETDETAIL1 ( BAPI Function Module )
- BAPI_ACC_GOODS_MOV_REV_CHECK ( BAPI Function Module )
- BAPI_ECMORD_EXISTENCE_CHECK ( BAPI Function Module )
- BAPI_DOCUMENT_CHANGE2 ( BAPI FUNCTION MODULE)
- BAPI_PAR_EMPLOYEE_GET_PW_REG ( BAPI Function Module )
- BAPI_FLCUST_CHECKPASSWORD | BAPI Function Module
- BAPI_ECMREQ_GET_LONGTEXT ( BAPI Function Module )
- BAPI_LAWCONSENG_GETLIST | BAPI Function Module
Most readed SAP Tutorials
- WRITE - Output to a list ( SAP ABAP Keyword)
WRITE ( Output to a list ) is a keyword used in SAP ABAP programming.This tutorial covers its introduction & syntax details. - List of SAP HR TABLES and Infotypes tables
Detailed full list of tables and infotypes used in SAP HR module. - List of SAP MM Transaction codes
This documentation covers the details of SAP MM Transaction codes - SELECT-OPTIONS ( SAP ABAP Keyword)
SELECT-OPTIONS is a keyword used in SAP ABAP programming.This tutorial covers its introduction & syntax details. - FI Accounts Receivable and Accounts Payable | SAP FI PDF manual
The following topics are an introduction to the Accounts Receivable and Accounts Payable application components. - SELECT clause ( SAP ABAP Keyword)
SELECT clause is a keyword used in SAP ABAP programming.This tutorial covers its introduction & syntax details. - SAP MM Process Flow
The typical procurement cycle for a service or material consists of the following phases:
Latest Added SAP documents
- 9KE9 Transaction code
Details about SAP transaction code 9KE9 - 9KE8 Transaction code
Details about SAP transaction code 9KE8 - 9KE7 Transaction code
Details about SAP transaction code 9KE7 - 9KE6 Transaction code
Details about SAP transaction code 9KE6 - 9KE5 Transaction code
Details about SAP transaction code 9KE5 - 9KE4 Transaction code
Details about SAP transaction code 9KE4 - 9KE3 Transaction code
Details about SAP transaction code 9KE3 - 9KE2 Transaction code
Details about SAP transaction code 9KE2 - 9KE1 Transaction code
Details about SAP transaction code 9KE1 - 9KE0 Transaction code
Details about SAP transaction code 9KE0