‎2006 Jul 13 8:03 PM
HI,
<u>User Exists</u>
If we know User Exists name, for example MV45AFZZ.
How to find related Transaction code or Program name from that?
What are the Transaction code aval for User Exists.
Any Sample BLOGS on this?
<u>BarCode</u>
I know we can print BarCode in Scripts and SmartForms.
Where else we can implement BarCode in ABAP Programs.
Any Sample BLOGS on this?
‎2006 Jul 13 8:06 PM
You can do a where used on that include program, this will show you the MAIN program eventually, and also give the Transaction code if displaying the object list on the left in SE80.
You can only do barcodes in Sapscript, smartforms, and probabaly adobe forms. You can not do barcode in ALV grids or regular list displays.
Regards,
Rich Heilman
‎2006 Jul 13 8:16 PM
Hi Jen,
Check these links for barcode
http://www.sap-img.com/abap/details-information-about-sap-barcodes.htm
Regards,
Naveen
‎2006 Jul 14 5:17 AM
HI
GOOD
SMOD AND CMOD ARE USED TO FIND OUT THE USER EXITS
GO THROUGH THIS LINK
http://www.easymarketplace.de/userexit.php
THANKS
MRUTYUN
Message was edited by: Mrutyunjaya Tripathy
‎2006 Jul 14 11:20 AM
Hai Jen
Go to se93 and give the tcode to find the main program associated to it.
Go to se38 and give the main program.
Find the package associated to it.Go to->Object Directory Entry.
Go to smod transaction.
Press f4.
Press Information System Button.
Give the Project(Dev Class).
Press enter.
Find the enhancements associated
For Script/Smaft form print barcode
First Download it to your PC and then Upload it again with Different name.
For Download you need to use the Class CL_SSF_XSF_UTILITIES
in this class you have to call the method GET_BDS_GRAPHIC_AS_BMP
to get the image in xstring format .
now download that to PC using GUI_DOWNLOAD and then upload it with Different name.
Regards
Sreeni