cancel
Showing results for 
Search instead for 
Did you mean: 

Custom field in Search for CONF/INV

Former Member
0 Kudos

Hi All,

This is for SRM 4.0 ECS.

I need to have a custom field appearing in the Item Overview , when I display any particular Confirmation/Invoice. I could display header level custom field by appending it in INCL_EEW_PD_SEARCH_HDR_CSF_CNF and INCL_EEW_PD_SEARCH_HDR_CSF_INV. But for an item level custom field I couldnt find any similar structures.

Please suggest.

Thanks

Nandalal

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

For item level pls refer ro structures

<b>INCL_EEW_PD_ITEM_CSF_CONF

INCL_EEW_PD_ITEM_CSF_INV</b>

Hope this will help.

Please reward suitable points.

Regards

- Atul

Former Member
0 Kudos

Hi Atul,

Thanks for the reply. But I wanted to display this field ItemOverview Screen (Screen 4000 - SAPBBP_CF).

This is called when we go to details of any Confirmation, in BBPCF02.

Hope this clarifies my question.

Thanks

Nandalal

Former Member
0 Kudos

Hi

Overview means Header part ... right ?

For ItemOverview Screen (Screen 4000 - SAPBBP_CF), display header level custom field by appending it in INCL_EEW_PD_SEARCH_HDR_CSF_CNF and INCL_EEW_PD_SEARCH_HDR_CSF_INV

and

For Item Details Screen, display item level custom field by appending it in

INCL_EEW_PD_ITEM_CSF_CONF and INCL_EEW_PD_ITEM_CSF_INV structures.

<b>Also refer to follwing OSS Notes to get further details.</b>

<i><b>Note 458591 - User-defined fields: Preparation and use

Note 672960 - User-defined fields 2</b></i>

Pls reward suitable points.

Let me know, incase there is some confusion.

Regards

- Atul

Former Member
0 Kudos

Hi Atul,

It is Item Overview. Let me explain that in detail. I go to Display/Process confirmation link.

Select Display/Process confirmation. Put any timeframe and Start search. We will get Confirmation documents. Here I am able to display my Custom field as the last column. However, if I go to details of any confirmation, the Item Overview screen appears with various items . Here in each row of item, apart from standard fields like Description,Product,Quantity,Netprice,Category,I want to display a custom field.

I have maintained this field in Item level of document. But to display in search is there any SAP provided structures?

Atul, The item level structures mentioned by you INCL_EEW_PD_ITEM_CSF_CONF and INCL_EEW_PD_ITEM_CSF_INV are for adding custom fields to document items, but even if we add there it would not come in search result screen.

Please suggest.

Thanks

Nandalal

Former Member
0 Kudos

Hi

<b>Please refer to the OSS Not which i a lready mentioned in my earlier reply.</b>

The OSS note is

<b>Note 672960 - User-defined fields 2</b>

It's clearly mentioned in the note

INCL_EEW_PD_HEADER_CSF_CONF Cust. Enhancements in Confirmation Header

INCL_EEW_PD_ITEM_CSF_CONF Customer Enhancements for Confirmation Item

For displaying the custom field in search for CONF, you need to add the custom field in the header structure only.
i.e., INCL_EEW_PD_HEADER_CSF_CONF    Cust. Enhancements in Confirmation Header 

Read this OSS note carefully, you will get all the answers to your questions.

Let me know incase you need any other details.

Pls reward suitable points.

Regards

- Atul

Former Member
0 Kudos

Any updates ?

Regards

- Atul