InterviewSolution
Saved Bookmarks
| 1. |
Our Company Is In The Process Of Customizing Enduser Screen Using Sap Guixt. I Have To Call The Workflow 'inboxscreen' Only. I Tried To Use Swbp And So01 Transaction. However, I Have To Display The Inbox Message Only. How Can This Be Done? |
|
Answer» In your custom program SET the parameters for type and ID (sap TRANSACTION. SWI5) and call the same transaction, USING call transaction statement. In your custom program set the parameters for type and ID (sap transaction. SWI5) and call the same transaction, using call transaction statement. |
|