Approve time sheet in CAT2 T-code using "menu exit" in ABAP.


Steps to Implement menu exit.

1. Goto T-code CMOD.
2. Give project name and click create.

3. Give short description and click on enhancement assignments.


4. Give enhancement (CATS0011) and click on components.

5. Double click on menu exit name.
6. Give required details and click on copy.

7. Activate the project.

Before



After



8. Double click on Function module exit.

9. Double click on include and hit enter and create object.

10. Write code and activate.


11. Go back and activate the project.
*********************************************************************************
Checking

* Goto T-code CAT2.
* Click on go to and select approve time sheet.

* When we click on approve time sheet it reflects to CAT4 transaction.

Finally delete project.

* Goto T-code SE38 and give include name (ZXCATU12) Click on delete.

* Goto T-code CMOD give project name click on deactivate the project and delete.


Comments

Popular posts from this blog

New syntax for append- VALUE (new syntax 7.4+) in ABAP

Read statement new syntax in ABAP. (7.4+).

Concatenation new syntax( 7.4+ ).