cancel
Showing results for 
Search instead for 
Did you mean: 

Extending the BOP Catalogue filter

Former Member
0 Kudos

standard SAP is creating fields called GR_ERD01, GR_ERD02, GR_ERD03....etc., for all the newly created fields that were adding by extending the BOP Catalogue filter.

Can you please let us know how we can fetch the details of the fields like the field name etc.,

We have a requirement to include multiple fields nearly 10 fields to the filter along with 2 or 3 standard fields.So in the exit EXIT_/SAPAPO/SAPLBOP_FILT_010 which we are using we have to check the fields for the value passed in variant and then fetch the records from different tables.So the queries should be restricted to the fields.

Accepted Solutions (1)

Accepted Solutions (1)

manoj_gaikwad
Participant
0 Kudos

Hi Silpa,

You can use below function module to get filter variant details

/SAPAPO/BOP_FILTER_GET_DETAIL to get the Filter variant description

Now by reading the contents of the description you can find out which fieldname are available. And based on this you can build you  logic.

Regards,

Manoj

Answers (0)