Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Search help For table fields

Former Member
0 Kudos

Hi Guru,

I am making one Z table and maintaining entries in that.

But for the following fields I am not getting F4 help.

I tried to get Search help for the fields but i cud not.

Pls help me to find the search help for the following fields.

BWART Movement Type

NEWBS Posting Key for the Next Line Item

HKONT General ledger account

WAERS Currency Key

Pls help me

5 REPLIES 5

Former Member
0 Kudos

Hi Sandeep.

I would like to suggest,

BAPI_HELPVALUES_GET_SEARCHHELP - Determine Allowed Input Values (F4) for Fields in BAPI Parameters.

CALL FUNCTION 'BAPI_HELPVALUES_GET_SEARCHHELP'
* EXPORTING
*   OBJTYPE                          = OBJTYPE
*   OBJNAME                          = OBJNAME
*   METHOD                           = METHOD
*   PARAMETER                        = PARAMETER
*   FIELD                            = FIELD
* IMPORTING
*   RETURN                           = RETURN
  TABLES
    shlp_for_helpvalues_get          = shlp_for_helpvalues_get
*   DESCRIPTION_FOR_HELPVALUES       = DESCRIPTION_FOR_HELPVALUES

It contains field which you can specify for F4.

Hope that's usefull.

Good Luck & Regards.

Harsh Dave

Former Member
0 Kudos

hi,

All search helps are stored in table DD30L .

you can find search helps for your fields from there.

Former Member
0 Kudos

Hi Sandeep,

Check the following search helps, that will help you,,,,,

MIGO_H_BWART Search Help for Movement Type in MIGO

S_BWGRP Search Help for Movement Type Groups

C_SAKNR Collective Search Help for General Ledger Account

C_WAERS Transaction currency

BKK_F4_LIMIT_CURRENCY F4 Help for Limit Currency

CRTP Currency type

CTTNM Currency Translation Type

/BEV3/CHTBSL Search Help for Posting Keys for Customers

TRAC_POSTING_KEY Search Help - Posting Key - G/L Account Posting

TRAC_POSTING_KEY_DEBIT Search Help - Posting Key - Debit - G/L Account

Hope it is helps.

Regards,

T.Durai murugan.

Former Member
0 Kudos

hi check this...

go to the database table and clik on the field and choose the search help field it will display the search help field

Former Member
0 Kudos

Hi,

I tried the same search help.

But it is not accepting in my screen lay out.

pls suggest me