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: 

about pop up in standard transaction

Former Member
0 Kudos
147

hello everyone,

I need help in one standard transaction.In migo transaction after inserting excise invoice i am getting error " Excise invocie XXXX for the vendor xxxxx exits.

It means systme is checking if a same excise invoice no is entered for same vendor again. Likewise we need to have a check / control on Delivery note i.e. if same delivery note no is entered twice for same vendor system should give a warning / erro message like excise inv check.

Plz suggest some solution.

1 ACCEPTED SOLUTION

Vijay
Active Contributor
0 Kudos
65

hi

you can find an exit for this transaction .

then inside that write a logic to check if Delivery note is alredy entered once u can display a popup using FM 'POPUP_DISPLAY_MESSAGE'.

regards

vijay

reward points if helpfull

1 REPLY 1

Vijay
Active Contributor
0 Kudos
66

hi

you can find an exit for this transaction .

then inside that write a logic to check if Delivery note is alredy entered once u can display a popup using FM 'POPUP_DISPLAY_MESSAGE'.

regards

vijay

reward points if helpfull