cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Displaying information of the client in the header of an order

vhzl123
Explorer
0 Kudos
379

Hello everyone! 

I would like to create a custom text box in the Business Partner master data and for it to show when creating an order.

Is there any way i can link the two when creating them?

I know how to create both of the text boxes but i dont know how to link the box in the order with the one in the BP master data. 

Can anyone help me?

Thank you!!

Accepted Solutions (0)

Answers (2)

Answers (2)

Abdul
Active Contributor
0 Kudos

Yes, you can use a formated search to fetch value on sales order from another table below is an example to fetch value based on customer code

Select UDFName from OCRD where CardCode = $ORDR.CardCode

vhzl123
Explorer
0 Kudos

Thank you!! i wasnt familiar with formatted searches, thank you!