2014 Apr 22 4:30 AM
Hi All,
I want to write user exist for me22n & me23n, inside the user exist i want to check tcode whether tcode is me22n or me23n my user exist is ME_PROCESS_PO_CUST
.please help me
Thnx//
Hi All,
I want to write user exist for me22n & me23n, inside the user exist i want to check tcode whether tcode is me22n or me23n my user exist is ME_PROCESS_PO_CUST
.please help me
Thnx//
2014 Apr 22 4:46 AM
Hello Gevan,
Please check the value of sy-tcode for both transaction in debugging mode in the exit and write your code accordingly.
case sy-tcode.
when 'ME22N'
*ur code
When 'ME23N'
*ur logic
endcase.
find the screen shot from debugging
Thanks
2014 Apr 22 5:52 AM