cancel
Showing results for 
Search instead for 
Did you mean: 

f4 help

Former Member
0 Kudos

hi all,

i want to make f4 help in selection screen. input field name is spool no (TSP01-RQIDENT). now, my requirement is when user press f4 on this field at that time spool no of current logged in user should come. so, user can select spool no. how can i make this?

Thanks in advance

Parag

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi Parag,

In your "at selection-screen on value-request for <param>, you can call the function module RSPO_FIND_SPOOL_REQUESTS. This returns you the spool requests for a user. You can then build your own internal table to display to the user from this table of spool requests.

Srinivas

Former Member
0 Kudos

Hi anand,

No, my question is only that spool no should come which is available in SP02 transaction.

Regards,

Parag

Former Member
0 Kudos

Hi Parag,

You can create a search help and attach it in your selection screen.

make use of table TSP02 in your selection part. This table will have username for the spool request.

Hope this helps.

regards,

Satya

Former Member
0 Kudos

Hi Parag,

The Spool numbers are not sequentially assigned. Instead, the spool system assigns a unique ID number per spool request. This ID can have up to 10 digits.

Hope this helps,

Regards,

Anand Mandalika.

Former Member
0 Kudos

Hi Parag,

The Spool numbers are not sequentially assigned. Instead, the spool system assigns a unique ID number per spool request. This ID can have up to 10 digits.

Hope this helps,

Regards,

Anand Mandalika.