cancel
Showing results for 
Search instead for 
Did you mean: 

Steps for creating pop-up text on a specific customer when creating a order

Former Member
0 Kudos

We want to be able to have a pop-up text for some customers, for instance informing the user to mark the order a special way. How is this done? Also, if we want for some customer always mark the PO number (VBKD-BSTKD) with the same reference, how can we do this?

Kind regards

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

didn't try this myself, but as my understanding goes, you can achieve this with a user-exit.In the user exit USEREXIT_SAVE_DOCUMENT you can code & also check user-exit(function module POPUP_TO_CONFIRM)

alternatively,you can create a text id and assign it to customer master.

In customer master data, you can maintain the text for the customer. so this way this specific customer always gets linked to his/her specific text.

HTH