Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Repeated Info message in include : USEREXIT_PRICING_PREPARE_TKOMP

former_member515329
Participant
0 Kudos

Hi All,

I have placed a condition for a given line item(for a given material) to check the Item:configuration button - for this i have placed a Info message(Popup) message - but it is poping up everytime...and for each line item ..how to avoid this.

I have used a Flag field and incrementing it but- as the session is getting cleared it is starting freshly and poping up again and again - Any idea how to dispaly popup only once??

THanks in Advnace.

1 REPLY 1

former_member1716
Active Contributor
0 Kudos

ravi kumar,

You have to write the POP UP message inside a IF condition and your condition must be so precise that is passes only the line needed.

With this you can trigger the POP UP message only for the item required.

By the way what is the condition you need to trigger the POP UP?

Regards!