Hi,
Can you please tell me how you converted the .lab file to .rtf?
Hi,
Can you please tell me how you converted the .lab file to .rtf?
Hello Alex,
I am not sure if I will implement note-2029824 what will be the consequence because I am totally new to
this bar-code printing.
We want to use only SAP DataMatrix ECC200 barcodes for printing.
Please advise.
Thanks
Sits
Hello Experts,
good day.
I have a following scenario of creating a email with a PDF attachment,
I run a Program A in background which in turns calls another Program B through Submit Syntax.
The Issue is when a run the Program in Background the Email is getting created in SOST but the PDF Attachment is Corrupted.
But If i run the Program B alone in Debugging mode the Email is getting created with Proper PDF attachment.
I am Using the below Code to Convert the Smartform Output to PDF :
call function 'CONVERT_OTF'
exporting
format = 'PDF'
importing
bin_filesize = lv_filesize
bin_file = lv_xpdf
tables
otf = ls_job_output-otfdata
lines = lt_otf_lines
exceptions
err_max_linewidth = 1
err_format = 2
err_conv_not_possible = 3
err_bad_otf = 4
others = 5.
Could any one of you , help me Understand what would be the Issue .. Please..
Thanks
GJ
Sits,
which is the NW support package level of your 702 system?
The changes from note 2029824 come with SP 17 of 702...
Maybe you already have them?
Anyway, when you import these ABAP changes, you get the ability in SE73 to define QR code system barcodes and also Datamatrix ECC200 barcodes. This is what you want, right?
Again, in order to be able to print DataMatrix ECC200 from SAPscript you will need both, the ABAP changes from 2029824 and the kernel update to 721 kernel, PL 317 (or higher) as described in 2029589.
By now, 721 is, I believe, the standard kernel for 702 based systems, so the latter should not be a big challenge.
Regards,
Alex
Dear Piyush,
I am facing similar kind of situation...i am working on a client in bangladesh and they have 15% tax on all selling material...for that purpose as a normal practice i am defining a condition type in sales order to take care of VAT 15%, since there is no SAP standard tax schema available as for india and brazil..
Now what client needs is - during the time of delivery or may say after PGI...they want to print VAT challan...
Could you please help me how to achieve this...
Thanks for your help...
Regards
Vishwas
Hi,
Recently we have changed for BA00 output type for (check)multiple output upon sales order changes.
now its working fine.
Now Question is:
for few user doesn't want multiple output types in same division. because its triggering every time mail....
any changes done its triggering for all.
1) Is their way to restrict user specific...
2) Is their any way to mail restrict... out put will trigger but no mail and print.
3) Any other way.
Please specify.
Thanks.
Hello Alex, I have send mail to you PDF file for VDA Matrix barcode print. If you see page no.8 you will find some of the rows has marked white. So we are into manufacture of ABS parts of Heavy vehcile. So which are the rows I need to consider for 2D barcode printing ? In my business all are not needed and user not have more input on this. If you will see page no-7 at point-8 you can see the logo of safety and barcode which we want to have. Regards Sits |
Hi Guys,
Currently I'm in the midst of developing a SAPscript form for cheque printing but have ran into an issue. The cheque will be printed using normal inkjet printer like those Canon inkjet printer you have at home.
In the SAPscript form, is there a way to rotate the text 90 degrees?
I have searched through SDN, Google and have tried the Print Control statement ^FWR and ^FWN, but it doesn't seem to work.
When I print it out on the printer, the text is still printed out horizontally. I've also created a test SMARTFORM to test the Print Control statement and the result is the same.
Am I using the ^FWR and ^FWN Print Control statement incorrectly? Or is it that Print Control Statement only works for Zebra printers?
Any help is much appreciated guys.
Hello,
First of all you should check whether your printer is able to
change the print direction in the middle of the page and
which printer escape sequences are necessary to do that.
E.g. if you use a PCL device type like HPLJ5, the sequences are:
Turn print direction by 90ー: <ESC>&a90P
Turn print direction back: <ESC>&a0P
So you may copy your device type into the customer name space and
add two print controls, which contain these printer escape
sequences. After that you can first call the first print control
in your SAPScipt form, which turns the print direction by 90ー,
then you can output the text and finally you can call the second print control
via another PRINT-CONTROL command.
See note 66478 for more information on how to use PRINT-CONTROL.
Regards,
Wen Peng
hi friends,
here some steps to resolve same issue.
1) goto dev client---> se71--->enter your zform name
2) change ----> one dail. box will populate ---> aks for create or copy
3) copy with diffrent name(eg. ztest1)
4) open that ztest1---> change--->translate into another language(administrative settings)
5)make it as EN
6)save
7) EXPORT ztest1 to your expected client(say SIQ)
8) IMPORT same from SID
9) test it.
*** For EXPORT and IMPORT use RSTXSCRP stanadard program (in se38)***
Regards,
Rohit
Hi Michael,
Could you post your solution to the problem mentioned. I am also facing the same issue.
Thanks.
Ravi Varma
Hi
I'm doing a smartform exercise, I have a table in the main window with several collumns, I need to validate collumn 'price'.
when price > 500, the text color must be red color.
thank you
Hi,
As per SAP note 1320163, you need to use the BIN_FILE parameter in the call to CONVERT_OTF so that it returns the PDF data as type xstring in this parameter BIN_FILE. You should change the call of the module as shown in the sample program BCS_EXAMPLE_8 in SAP note 1324547. This program BCS_EXAMPLE_8 shows how the returned PDF data can be handled.
regards,
Aidan
Any update.
Thanks with Regards,
Vallamuthu M
Hello,
Usually the application does not use the user default settings
to decide, whether a decimal point or a decimal comma
shall be used. Usually the application works on the following
way: It checks to which customer the sales document shall be
sent. Then it looks into the address data of this customer to
determine the country of the customer. Finally it looks into
the customizing table T005X to check whether a decimal comma
or a decimal point is used in this country. So usually the
application uses the country settings (for decimal point/comma
and date format) which are used in the country of the receiver
of the sales document.
If you want to get a fixed format for the number (if you
always want to get a decimal point), you can do this on the
following way: In the Smartform go to 'Global Definitions'
and here to tab strip 'Initialization'. Here add the ABAP command
SET COUNTRY ...
followed by a country which uses the required decimal point settings.
Regards,
Wen Peng
hello,
I am working on SAP SCRIPT in which it suppose to only print 1 page ... but while printing it is printing 2 pages ... second page is blank but only footer of first page is getting printed on second page.
I dont want to print that additional page.
Regards,
Amod k
Hi gurus In the Project where i am, theyhave created new Z programs and smartforms, and they have modify in NACE on the standard output types. So now, i dont know which are the real programs and forms. For example, for RD00 (invoice) they are: SAP Standard Program / SmartForm In the case of Printing they are: •Program: RVADIN01 •Form routine: ENTRY •Form: RVINVOICE01 In the case of Smartform they are: •Program: RLB_INVOICE •Form routine: ENTRY •Smartform: LB_BIL_INVOICE. Do you know the others, or where can i find them? I need, BA00, LD00, WE01. Thanks !!
No. I am not a HP empolyee