cancel
Showing results for 
Search instead for 
Did you mean: 

Text Determination specific to sales area

ajmal_siddiqui
Participant
0 Kudos

Hi gurus,

    I have a requirement in which certain text types must pop out in a dialog box/ copied during create/ change mode of quotation or copying of quotation to create new quotation. However, currently this text determination is being used for all sales areas.

   However, this requirement is specific to only two sales area. I don't think there is any standard customization to restrict text determination based on sales area. Is there any enhancement or routine available to achieve this requirement?

Please help.

Thank you,

Ajmal Siddiqui

Accepted Solutions (0)

Answers (2)

Answers (2)

Jelena
Active Contributor
0 Kudos

Maybe simply don't maintain this text in the other sales areas? Then there will be nothing to pop up...

Create new text type and label it "for X only", instruct the users how to use it. It's not fool-proof but a cheap and simple solution.

You could also look into adding authorization check for the texts in question.

Former Member
0 Kudos

Try user exit EXIT_SAPLV45T_001under Enhancement V45T0001

There you can switch the popup on and off using parameter NO_DISPLAY based on your conditions.

NO_DISPLAY = 'X'.  "Text is not displayed

NO_DISPLAY = ' '. "Text is displayed