cancel
Showing results for 
Search instead for 
Did you mean: 

BPS variable F4 help

Former Member
0 Kudos

Hi,

I am having a BPS Variable of type exit and if the output records are less ,say 10 iam getting the correct records in F4 help but if the record count is high like 8000 it is returning all values in the F4 help.

Can any one tell me how to rectify this error.

Thanks,

Ramkumar

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Ravi,

Depending upon the planner my exit will return records. If the manager logs into the system them my exit will return 8000 records where as if a sales rep logs into the system then my exit will return 10 records and assume the records in the master data tables as 15000.

The problum is that when the output record count is 10 iam getting all the 10 values in the F4 help. if the out put record count is 8000 then i am getting all the values from the master data tables (15000 records ) irrespective of the 8000 record what exactly the exit is populating .

Even in the secound case also i want to see only the 8000 records in the F4 help not all the 15000 records.

Is there any note that had to be applied to this issue. or did i missed any thing .

Thanks,

Ramkumar

Former Member
0 Kudos

You exit should give only 10 values. Check the code in the exit.

Ravi Thothadri