cancel
Showing results for 
Search instead for 
Did you mean: 

How to display customer with 'A' Name in list screen

Former Member
0 Kudos

Hello Experts,

I am working on requirement in which have to display customer records which is started with 'A' Name in list screen on buon click from main screen.

Regards:

Sumit Gupta

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Have a button that calls a Transaction to save the value "A" into Main Object -> holder field.

On your list screen set the "Include Rule" to

EQSTR

- Left

- - "id" Property    (the Customer record Name)

- - 1

- Main Object> Holder Property

jason_latko
Advisor
Advisor
0 Kudos

Sumit,

Adding to Steve's rule, I would add another button that sets things back so all records are displayed.  This other button will reset the holder field to an empty string using a transaction.  Then the rule needs to look ike this:

IF

     NOT

          EQSTR

               Main Object> Holder Property

                    Empty Constant

     EQSTR

          LEFT

               "id" Property    (the Customer record Name)

               1

          Main Object> Holder Property

True constant

The above will display all records (using the True) if the holder property is empty.

Jason Latko - Senior Product Developer at SAP

Answers (0)