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 HELPVALUES GET SEARCHHELP function module introduction & syntax details
Show Full Details
Functionality
This function enables you to determine search helps for finding values (F4 help) for BAPI parameters. You must specify either the object name (parameter ObjName) or the object type of the object (parameter ObjType), the name of the method for the object (parameter Method), and the name of the parameter for the method (parameter Parameter). If the parameter is structured, you must also specify the name of the field in the Field parameter. If the function runs successfully, the name of a search help with type and short text appears in the table parameter ShlpForHelpvalues. If a collective search help is defined for the parameter or for the field of a structured parameter, then the return table contains the names of all its elementary search helps with their types and short texts. A entry of this type in a BAPISHLP table can be specified for the BAPI Helpvalues.GetList (BAPI_HELPVALUES_GET) to determine F4 value helps. The table parameter DescriptionForHelpvalues specifies meta data for restricting the data selected by the BAPI Helpvalues.GetList .
Pattern:
CALL FUNCTION 'BAPI_HELPVALUES_GET_SEARCHHELP'
" EXPORTING
" OBJTYPE =
" OBJNAME =
" METHOD =
" PARAMETER =
" FIELD =
" IMPORTING
" RETURN =
TABLES
SHLP_FOR_HELPVALUES_GET =
" DESCRIPTION_FOR_HELPVALUES =
.
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_HELPVALUES_GET_SEARCHHELP | BAPI Function Module" |