cancel
Showing results for 
Search instead for 
Did you mean: 

Change of custom fields in header data

Former Member
0 Kudos

Hi Experts,

How to change of custom fields in header data in frontend SRM for Process PO transaction ?

Help is appreciable.

Thank You.

Regards,Sunu

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Sunayana,

If you are talking about changing the value of the customer fields then you can implement the BAdI BBP_DOC_CHANGE_BADI.

Method: BBP_PO_CHANGE.

If you need to hide or disable the custom fields then you can use the BAdI:

BBP_CUF_BADI_2

Method: MODIFY_SCREEN.

Thanks,

Pradeep

Former Member
0 Kudos

Thank you for your replies.

There is one custom field in header data called 'SDN Number' of our PO for example and i would like to change this from 'SDN Number' to 'Login Name' as the logic for taking the value for this field should remain the same. Only the display text should change.

So, whenever i login into frontned SRM and process the transaction 'Process PO' i should be able to see 'Login Name' instead of 'SDN Number' in header data of the PO.

Hope i reaced my query in clear way.

Highly thanful for your replies.

Regards, Sunu

Former Member
0 Kudos

Hi Sunayana,

Try to change the display text in the data element used for that particular customer field and activate all the structures.

I hope this should solve your query.

Thanks,

Pradeep

Former Member
0 Kudos

Hi,

1- Goto TCode SE11

2- enter the structure name INCL_EEW_PD_HEADER_CSF_PO in the "Data_Type" option .

3- search your field (SDN_Number).

4- Change the Name of the Field Label from the data element into the Field Label Tab.

after doing this save and activate .

Now the Name will change.

Regards,

Sachin

Former Member
0 Kudos

Problem solved. Thank you sachin.

Regards, Sunu

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Can you give more details what you want?

Regards,

Sachin