2009 Dec 29 8:07 AM
Hi Experts,
I declared one selection screen field as select-options,
EBELN FOR EKKO-EBELN.
BUT AFTER DISPLAYING SELECTION SCREEN , IN F4 HELP , IT IS GIVING SEARCH HELP SCREEN.
bUT I WANT IT TO REFER CHECK TABLE.
hOW CAN I AVOID SEARCH HELP REFERENCE
Regards
Ramakrishna L
Hi Experts,
I declared one selection screen field as select-options,
EBELN FOR EKKO-EBELN.
BUT AFTER DISPLAYING SELECTION SCREEN , IN F4 HELP , IT IS GIVING SEARCH HELP SCREEN.
bUT I WANT IT TO REFER CHECK TABLE.
hOW CAN I AVOID SEARCH HELP REFERENCE
Regards
Ramakrishna L
2009 Dec 29 8:14 AM
Hi rama,
You can't do that.
EKKO itself is check table for EBELN.
Regards,
Pravin
2009 Dec 29 8:22 AM
2009 Dec 29 8:22 AM
Hi Krishna,
EBELN itself has one collective search help. To avoid that you need to create search help from program level i.e. by using F4_IF.. function module.
And one more thing don't declare select-options wrt table. Instead of that declare one global variable and use that.
like:
data: g_ebeln type EKKO-EBELN.
select-options: EBELN FOR g_ebeln.Thanks,
Naveen.I
2009 Dec 29 8:22 AM
Hello
Declare like this:
select-options EBELN FOR EKPO-EBELN. " EKPO instead of EKKO
2009 Dec 29 8:53 AM
Hi Rama,
If you dont want it to refer to a search help. Populate the data from the CHECK TABLE into an internal table & pass the same to the parameter VALUE_TAB parameter of the function module F4IF_INT_TABLE_VALUE_REQUEST.
Also Pass your selection screen field to the parameter DYNPROFIELD. Make sure you dont refer the select options field to the dictionary table rather declare it as a variavle & use it in SELCET OPTIONS declaration.
Regards
Abhii
2009 Dec 29 8:59 AM
Hi Rama,
the best way for search help use this.
select-options : s_ebeln TYPE ekpo-ebeln MATCHCODE OBJECT MEKK_C.
check and confirm.
Regards,
Tarun
2009 Dec 29 9:09 AM
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |