

#F4 HELP IN SAP ABAP CODE#
Here you will get an F4 help on the filed Document Number (TXT_DOCNO) based on the field Company code (TXT_CODCO) You also need to create an internal table where you wil store results of the select query fired below in the module. You declare the module in the PROCESS ON VALUE-REQUEST. eg:- in a posted document data get the Document nos related to that company code.įirst of all, declare the module below in the flow logic of your screen then create it in your main program. There is also another method to create the dynamic search help.

Now here you can specify the name of the search help you created in SE11.
#F4 HELP IN SAP ABAP HOW TO#
First, go to SE11 and create your own search help (if you don't know how to create a search help please feel free to ask me, it is very easy). here you will get an F4 help on the filed Document Number (TXTDOCNO) based on the field Company code (TXTCODCO) MODULE VALUEBELNR INPUT.

Create search help ZSHBVTYP with parameter BVTYP &. In order to add F4 help to a field in module pool follow these steps:- F4 help in editable ALV Grid Create new structure for ZSTBVTYP with field KUNNR & BVTYP. Adding F4 help to a field on MODULE POOL Programming
