Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

User Exists & Bar Code Q's

Former Member
0 Likes
654

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?

4 REPLIES 4
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
563

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

Read only

Former Member
0 Likes
563

Hi Jen,

Check these links for barcode

http://www.sap-img.com/abap/details-information-about-sap-barcodes.htm

Regards,

Naveen

Read only

Former Member
0 Likes
563

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

Read only

Former Member
0 Likes
563

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