Quantcast
Viewing all articles
Browse latest Browse all 9369

Re: How to create Dashboard for PM to get details

Thanks a lot for all.. by your suggestions i reached the requirement and done it as below.

Thanks again.

Image may be NSFW.
Clik here to view.
sccreen.png
 

MODULE USER_COMMAND_0100 INPUT.
CASE sy-ucomm.
WHEN 'CREATE'.
call transaction 'IW21'.
WHEN 'CHANGE'.
call transaction 'IW22'.
WHEN 'LIST'.
call transaction 'IW28'.
WHEN 'CREATE1'.
call transaction 'IW31'.
WHEN 'CHANGE1'.
call transaction 'IW32'.
WHEN 'LIST1'.
call transaction 'IW38'.
ENDCASE.
ENDMODULE.                 " USER_COMMAND_0100  INPUT


Viewing all articles
Browse latest Browse all 9369

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>