cancel
Showing results for 
Search instead for 
Did you mean: 

how to fill header value on complaint creation!!

former_member224405
Participant
0 Kudos

Hi All,

I have one field PO_NUMBER_SOLD in the view BT120H_CPL/Details at the header level i need to

papulate this value which is currently blank with PO number.Plz let me know where should i code and how to find this value on

creation of new complaint.

Thanks..

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello Anjum

Are you creating complaint as a followup of any transaction. With what value you want to fill the PO_Number field.

Regards

Naresh

Former Member
0 Kudos


Hi Anjum,

If you want to populate the attribute for display purpose then you can write the code in get method of the attribute.

If you want to store the attribute details then you can write the logic in do_prepare_output method.

But as per my knowledge it should populate automatically through bol relations.

Can you please debug the GET_PO_NUMBER_SOLD method of the attribute.

Regards,

Rajyalakshmi ch