How to populate signature in smartforms?where can we upload
the signature?is der any tcode for it?
Answer Posted / sathish
INSERT-->GRAPHICS--->graphics means it takes BMP so here u
have to add ur BMP file.
digital Signature : upload this digital Signature image to SAP .
u have to two ways to upload image into SAP.
1.RSTXLDMC : which converts TIFF file to Standard text.
2.SE78 : which take BMP file into SAP and u can directly
call this BMP in Smartforms.
| Is This Answer Correct ? | 20 Yes | 1 No |
Post New Answer View All Answers
What are the difference between call screen and leave screen?
Can we display a list in a pop-up screen other than full-size stacked list?
What are the personnel administration related infotypes? : abap hr
What are the functional areas, user groups? How does abap query work in relation to these?
1.If there is one receiver,then To send 10 materials at a time through BD10 tcode, How many Master Idoc create? 2.If there is one receiver,then To send 1 material at a time through BD10 tcode, how many Master Idoc generated? 3.Can I Send Multiple Messges through BD10 tcode?
What are the payroll related infotypes? : abap hr
What are screen painter and menu painter? : abap hr
Is it possible to bring select option in module pool screens?
Can you define a field without a data element?
What is the major difference between pool tables and transparent tables?
In sap script how to print bar code in vertical manner
What functions does a data dictionary perform ?
What is meant by hotspots?
What is processing class, where we do them and why? : sap abap hr
If A is the super class of B. And both the classes have constructor. We create an object of class B. Then which constructor will be called? If both then in which order?