cancel
Showing results for 
Search instead for 
Did you mean: 

Application handling on hitting a button

Former Member
0 Kudos

Hi All,

I am working on a web dynpro application... When we run the application it allows user to park a document and then forward the parked document to the approver for approval. I have got a "send doc" button on my application and this will read the document and is sending the document to the approver, now the problem is when a user sends a document to the approver by hotting "send doc" the document (header data, item data) remains open on the application. What I want is as soon as user hits send doc ... the application should be blanked out and just through a message that the document has been send... can you please help in finding how to do this.

Thanks,

Rajat

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

If you meant exiting the application by saying "blanked out" then the solution might be displaying a message using message manager and fire exit plug to exit the application.

Former Member
0 Kudos

Hi Baskaran... I don't want to exit the application .. i just want everthing to be cleared on the application once a user hits send doc.

Former Member
0 Kudos

1.You can clear the context nodes just by binding empty tables.

2.You can just fire a outbound plug which is connected to a empty view.

Answers (1)

Answers (1)

Former Member
0 Kudos

any idea guys.

Former Member
0 Kudos

Any suggstion.