Search found 308 matches
- Wed Oct 19, 2005 2:09 am
- Forum: SAPscript/Smartforms
- Topic: problem in converting OTF to PDF
- Replies: 3
- Views: 1756
Printing barcodes in a pdf-file
Same here. How can I print barcodes in a PDF-file?
- Tue Mar 01, 2005 5:31 am
- Forum: ABAP
- Topic: ALV Control
- Replies: 2
- Views: 497
- Thu Feb 10, 2005 12:45 am
- Forum: ABAP
- Topic: L_TO_CONFIRM testtool acts different then in program
- Replies: 3
- Views: 2873
- Thu Feb 10, 2005 12:24 am
- Forum: ABAP
- Topic: L_TO_CONFIRM testtool acts different then in program
- Replies: 3
- Views: 2873
True, you can't confirm it twice. I'll be more specific: I have been testing it with several transportorders now. First I try my program, giving it the values I expect, which result in SU_NOT_FOUND. Then I go to my testtool, enter the exact same values (and I have made sure that every bit in any par...
- Wed Feb 09, 2005 1:28 pm
- Forum: ABAP
- Topic: L_TO_CONFIRM testtool acts different then in program
- Replies: 3
- Views: 2873
L_TO_CONFIRM testtool acts different then in program
Hi, I am flubbergasted. I have tested l_TO_CONFIRM in the testtool and it works fine, but with the exact same values in my program it gives error 22, SU_NOT_FOUND (meaning it can't find the pallet). Anybody for any hints to possible causes? Here is my program: report ZZTIMTEST. data begin of GT_LTAP...
- Wed Feb 09, 2005 9:37 am
- Forum: Logistics MM
- Topic: L_TO_CREATE_TR exits with an error-message
- Replies: 0
- Views: 713
L_TO_CREATE_TR exits with an error-message
Hi all, I am programming an interface for an RF-scanner with a 32x18 screen. In one of my RF-programs I use function module L_TO_CREATE_TR. Unfortunately sometimes L_TO_CREATE_TR exits with an error-message instead of a neat exception error. The error-message is not shown in the scanner-screen. Anyb...
- Fri Jan 21, 2005 7:07 am
- Forum: ABAP
- Topic: Immediate action after scanning a barcode
- Replies: 2
- Views: 631
- Wed Jan 19, 2005 3:40 am
- Forum: ABAP
- Topic: executing RCNST000 in se38...
- Replies: 4
- Views: 901
CNE5 is more than just one program
Hi,
I entered CNE5 in my system and it starts compiling RCNST000, but also FCNST000 and four programs SAPsomething. So there is your answer. CNE5 does more then just run RCNST000.
My advise is to run a performance-trace to find all the programs that take part in this transaction.
I entered CNE5 in my system and it starts compiling RCNST000, but also FCNST000 and four programs SAPsomething. So there is your answer. CNE5 does more then just run RCNST000.
My advise is to run a performance-trace to find all the programs that take part in this transaction.
- Wed Jan 19, 2005 3:34 am
- Forum: ABAP
- Topic: Immediate action after scanning a barcode
- Replies: 2
- Views: 631
Immediate action after scanning a barcode
Hi,
I want my RF-application to go to the next screen after scanning a barcode. How can I get this to work?
I am working on SAP 4.70.
I found this topic which gave me almost the solution viewtopic.php?t=104406, but I did not get it to work.
I want my RF-application to go to the next screen after scanning a barcode. How can I get this to work?
I am working on SAP 4.70.
I found this topic which gave me almost the solution viewtopic.php?t=104406, but I did not get it to work.
- Wed Oct 27, 2004 11:12 am
- Forum: ABAP
- Topic: How to save a classification value?
- Replies: 1
- Views: 1067
How to save a classification value?
Hello everybody, How to save a classification value? We have defined a class ´LOSFRUIT´ via CL01 and defined characteristic 'GEWICHTSCONTROLE' and it stores the weight for every charge. This weight can be retrieved using VB_BATCH_GET_DETAIL but now I want to save/store the weight. How to do th...
- Thu Oct 21, 2004 3:33 am
- Forum: ABAP
- Topic: ZLM00: How to create the logout-button?
- Replies: 3
- Views: 1074
- Tue Oct 19, 2004 11:16 am
- Forum: ABAP
- Topic: ZLM00: How to create the logout-button?
- Replies: 3
- Views: 1074
ZLM00: How to create the logout-button?
LS., I am creating my own LM00 screens which work fine. There is one button hat I still have to add: LOGOUT. Of course I can create the button and give it a functioncode, but what do I have to let it do to make the user logout? I tried functions like: EXIT, LEAVE TO SCREEN 0, LEAVE PROGRAM, LEAVE, R...
- Thu Jul 15, 2004 10:03 am
- Forum: Basis
- Topic: How to start automatically SAP directly after reboot?
- Replies: 4
- Views: 590
How to start automatically SAP directly after reboot?
Hi,
What do I need to do to automatically start SAP after a restart on my SAPR/3 Enterprise 4.7 x 200 on SQL and Windows?
What do I need to do to automatically start SAP after a restart on my SAPR/3 Enterprise 4.7 x 200 on SQL and Windows?
- Fri Jul 09, 2004 6:26 am
- Forum: ABAP
- Topic: Create a PDF with security properties
- Replies: 3
- Views: 780
Hmm, not very hopefull. Another forum sdn.sap.com says that it is not possible.
https://www.sdn.sap.com/sdn/collaborati ... tstart%3D0
Oh well, life goed on....
https://www.sdn.sap.com/sdn/collaborati ... tstart%3D0
Oh well, life goed on....
- Thu Jul 08, 2004 8:56 am
- Forum: ABAP
- Topic: Create a PDF with security properties
- Replies: 3
- Views: 780
Create a PDF with security properties
Hi there, I have an ABAP that uses CONVERT_OTF and creates a pdf-file. This works fine but now the security properties of the pdf-file need to be set to not-modifiable (See File, Document Security in Acrobat's Reader). http://mijn.speedlinq.nl/picture.gif Can any of you help me to set any of the pro...