cancel
Showing results for 
Search instead for 
Did you mean: 

BPS variables exit F4 help

Former Member
0 Kudos

Hi,

I am having a BPS variable exit which is listing all the records from the master data table in the F4 help screen but i want to see only those values which are populated by my exit .

Did any one faced the same problum? Do we have a note or patch to fix this.

Thanks,

Ramkumar

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Your exit should fill only those values.

Check the code.

Ravi Thothadri

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Ramkumar,

Check the ABAP code behind the variable.Make sure that it is fetching the right records based on the logc in the code.Check the select statement in the ABAP.

Debug the code and find out if its fetchin the right values into the export parameter ETO_CHARSEL.

hope this helps.

regards

Sai Vishnubhatla.