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: 

Active action box after notification completion

Former Member
0 Kudos

Hello,

We work with quality notification in a way that from one of our action boxes customer service can create a return order (ARM).

In quality notif. department they would like to close the notification when they finished their part. After closing notification, the action boxes disappears. Could we define the action boxes in a way, that although the notification is closed, it will still be active? Regards,

Yael.

1 ACCEPTED SOLUTION

mmcisme1
Active Contributor

Usually that is in configuration. They could set up some user codes. Make a completed one. That one allows the buttons to be open. When SAP closed is used the notification is done and no editing is possible. You might want to check with the person who does your configuration. Also add that tag to your question.

Can you open the fields for the close in ABAP? Probably with enhancement points. But do you want to? No. It will be a mess to maintain. To do it debug it. Then debug for all the places the program is used. When a user closes something - nothing else should be done to it.

1 REPLY 1

mmcisme1
Active Contributor

Usually that is in configuration. They could set up some user codes. Make a completed one. That one allows the buttons to be open. When SAP closed is used the notification is done and no editing is possible. You might want to check with the person who does your configuration. Also add that tag to your question.

Can you open the fields for the close in ABAP? Probably with enhancement points. But do you want to? No. It will be a mess to maintain. To do it debug it. Then debug for all the places the program is used. When a user closes something - nothing else should be done to it.