SAP Certification
SAP Download
SAP Companies India
SAP Books
SAP JOBS
SAP jobs in India
SAP ABAP jobs in India
SAP BASIS jobs in India
SAP BI jobs in India
SAP CRM jobs in India
SAP FICO jobs in India
SAP Fresher jobs in India
SAP HR jobs in India
SAP MM jobs in India
SAP PM jobs in India
SAP PP jobs in India
SAP SD jobs in India
SAP XI jobs in India
|
BAPI INTERFACE GETDOCU function module introduction & syntax details
Show Full Details
Functionality
This method reads the interface documentation for a BAPI. The method enables you to read out and make available to developers the information they need to implement BAPIs correctly. The parameters of this method delimit the documentation to be displayed. With these parameters you can specify whether you want to display the documentation on a business object, method, parameter or field. The BAPI interface documentation below can be accessed with this method:
- The documentation on the business object, if one of the two parameters OBJTYPE or OBJNAME contains a value and the parameters
METHOD, PARAMETER and FIELD are BLANK.
- The documentation on the method, if one of the two parameters OBJTYPE or OBJNAME contains a value and the method name is
specified in the parameter METHOD. The parameters PARAMETER and FIELD must also be BLANK.
- The docmentation on the parameter, if the parameter name is also transferred in the field PARAMETER.
- The field name, if the field name is also transferred in the parameter FIELD. This is only possible, if a structure has been
used for the parameter.
Pattern:
CALL FUNCTION 'BAPI_INTERFACE_GETDOCU'
EXPORTING
" OBJTYPE =
" OBJNAME =
" METHOD =
" PARAMETER =
" FIELD =
" LANGUAGE = SY-LANGU
TEXTFORMAT =
" LINKPATTERN = ' '
" IMPORTING
" RETURN =
TABLES
TEXT =
.
Show Most Readed SAP Tutorials
Most readed SAP Tutorials
Show Latest Added SAP Tutorials
Latest Added SAP documents
|
"Site covers most of the SAP technical and functional tutorials, articles, interview questions and PDF study materials . List and details of SAP transaction codes ( tcodes ), Tables, report names, Bapi, ABAP programming syntax and keywords are also available in the site.
Information on SAP Certification and training, latest SAP jobs in India, ABAP interview questions are useful for SAP professionals seeking for a career in SAP as a fresher or experienced.ABAP tutorial downloads on BDC, LSMW, BAPI, ALE, IDOC, Smartforms, Sapscripts etc etc are also added.Now you can read from this page about BAPI_INTERFACE_GETDOCU | BAPI Function Module" |