In a tx named NMM7
I have a table control, in this table control, fields for example matnr and charg, if I press F4 in the charg field SAP display all the charg available in the system, if I put a matnr before pressing F4 in the charg field, the display list is filtred by that specific matnr. This is correct of course.
My problem comes here... I have add a filter in that search help, I have to display ONLY AND ONLY the charg that has stock, if the stock in a charg is initial (zero) that charg number should not appear in the search help display values.
I know that there are search help exit, the problem here is that I think that SAP standard create the search help on runtime because I debugged the program and cant find anything relevant. cant´t find the search help called, if there is one.
The program with the table control is: SAPLNM04 dynpro: 2000
The technical info of the field.
Table RNMM02
Fieldname CHARG
Data Element CHARG_D
I want to know if there is a way of acomplish this without modify the standard program.
Thx