Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Selection Screen Behavior Automatic Filtering the values.

former_member196331
Active Contributor
0 Likes
1,063

Hi,

I need a small information.Please have a on below attached images.

In selection screen i took two parameters like below.

                S_SDDOC FOR EKKN-VBELN, "Adding On 05.11.2015.

                S_SITEM FOR EKKN-VBELP ."Adding On 05.11.2015.

If i click on  S_SITEM  All the values are coming  from the data base.

Before selecting the line item if i give the sale order number then if  I select the Line no F4_ automatically filtering. May i know why.

Is it default behaviors. Automatic filtering means.  The sales document line no's are coming what i chose the  sales order document number.

There is no Filtering the Fields F4_help request.

1 ACCEPTED SOLUTION
Read only

paul_bakker2
Active Contributor
0 Likes
1,034

Hi,

  It is (obviously) filtering by document number.

Look at the F4 (search help) for your S_ITEM field and see where it is getting the Document number from. For example, it might be getting it from a PID.

cheers

Paul

5 REPLIES 5
Read only

paul_bakker2
Active Contributor
0 Likes
1,035

Hi,

  It is (obviously) filtering by document number.

Look at the F4 (search help) for your S_ITEM field and see where it is getting the Document number from. For example, it might be getting it from a PID.

cheers

Paul

Read only

0 Likes
1,034

Hi,

     For the above mentioned two fields the input help is implemented with the check table VBUK and VBUP.

hope this helps.

Read only

0 Likes
1,034

Ok i will check it.

Read only

shadab_maldar
Active Participant
0 Likes
1,034

Hi,

Yes it is a default behavior, if you select first the sales order and than item, it will give you the line items No. related to that particular sales order.

Note: The condition for this is both sales order No. and item No. should be referred from the same table.

Regards,

Shadab.

Read only

0 Likes
1,034

Ok Thanks for your reply. I will check it.