Error in script (text elements) please solve it its very urgent.

Hi Gurus,
                   please solve the error in my code.
here is the code..
/*   TOP                                                                    
P1   <B> Product    Description        Quality   Sold      Unit        Amount
P1   <B>                               Sold      Unit  Price(SGD)           
/*   ENDTOP.                                                                
/:   BOX XPOS '0'CM YPOS '0'CM WIDTH'18'CM HEIGHT'1'CM INTENSITY >          
/:   BOX XPOS '0'CM YPOS '0'CM WIDTH '2.6'CM HEIGHT '12.7'CM FRAME 10 TW    
/:   BOX XPOS '0'CM YPOS '0'CM WIDTH '7.6'CM HEIGHT '12.7'CM FRAME 10 TW    
/:   BOX XPOS '0'CM YPOS '0'CM WIDTH '11.8'CM HEIGHT '12.7'CM FRAME 10 TW   
/:   BOX XPOS '0'CM YPOS '0'CM WIDTH '14.6'CM HEIGHT '12.7'CM FRAME 10 TW   
/:   BOX XPOS '0'CM YPOS '0'CM WIDTH '18'CM HEIGHT '12.7'CM FRAME 10 TW     
/:   BOX XPOS '0'CM YPOS '0'CM WIDTH '18'CM HEIGHT '1'CM FRAME 10 TW        
/:   BOX XPOS '14.6'CM YPOS '10'CM WIDTH '3.4'CM HEIGHT '0'CM FRAME 10 TW   
/:   BOX XPOS '14.6'CM YPOS '11'CM WIDTH '3.4'CM HEIGHT '0'CM FRAME 10 TW   
/:   BOX XPOS '14.6'CM YPOS '12'CM WIDTH '3.4'CM HEIGHT '0'CM FRAME 10 TW   
/:   DEFINE &SUB_TOTAL&                                                     
/:   PERFORM &SUB_TOTAL& IN PROGRAM ZGST_INVOICE_BILLING                    
/:   USING &VBRP-NETWR&                                                     
/:   CHANGING &SUB_TOTAL&                                                   
/:   ENDPERFORM                                                             
/:   DEFINE &GST_PER&                                                       
/:   PERFORM &GST_PER& IN PROGRAM ZGST_INVOICE_BILLING                      
/:   USING &GST&                                                            
/:   CHANGE &GST_PER& 
/:   ENDPERFORM
THESE ARE THE ERRORS IM GETTING 5 ERRORS. what might be wrong in this coding.
BOX XPOS '0'CM YPOS '0'CM WIDTH'18'CM HEIGHT'1'CM INTENSITY >          
Invalid decimal number                                                 
BOX XPOS '0'CM YPOS '0'CM WIDTH '2.6'CM HEIGHT '12.7'CM FRAME 10 TW    
BOX XPOS '0'CM YPOS '0'CM WIDTH '7.6'CM HEIGHT '12.7'CM FRAME 10 TW    
BOX XPOS '0'CM YPOS '0'CM WIDTH '11.8'CM HEIGHT '12.7'CM FRAME 10 TW   
BOX XPOS '0'CM YPOS '0'CM WIDTH '14.6'CM HEIGHT '12.7'CM FRAME 10 TW   
BOX XPOS '0'CM YPOS '0'CM WIDTH '18'CM HEIGHT '12.7'CM FRAME 10 TW     
BOX XPOS '0'CM YPOS '0'CM WIDTH '18'CM HEIGHT '1'CM FRAME 10 TW        
BOX XPOS '14.6'CM YPOS '10'CM WIDTH '3.4'CM HEIGHT '0'CM FRAME 10 TW   
BOX XPOS '14.6'CM YPOS '11'CM WIDTH '3.4'CM HEIGHT '0'CM FRAME 10 TW   
BOX XPOS '14.6'CM YPOS '12'CM WIDTH '3.4'CM HEIGHT '0'CM FRAME 10 TW   
DEFINE &SUB_TOTAL&                                                     
'=' or ':=' expected                                                   
PERFORM &SUB_TOTAL& IN PROGRAM ZGST_INVOICE_BILLING                    
USING &VBRP-NETWR&                                                     
CHANGING &SUB_TOTAL&                                                   
ENDPERFORM                                                             
DEFINE &GST_PER&                                                       
'=' or ':=' expected                                                   
PERFORM &GST_PER& IN PROGRAM ZGST_INVOICE_BILLING                      
USING &GST&                                                            
Unknown symbol GST                                                     
CHANGE &GST_PER&                                                       
Command between PERFORM-ENDOPERATION not allowed                       
ENDPERFORM

/*   TOP                                                                    
P1   <B> Product    Description        Quality   Sold      Unit        Amount
P1   <B>                               Sold      Unit  Price(SGD)           
/*   ENDTOP.                                                                
/:   BOX XPOS '0'CM YPOS '0'CM WIDTH'18'CM HEIGHT'1'CM INTENSITY >          
/:   BOX XPOS '0'CM YPOS '0'CM WIDTH '2.6'CM HEIGHT '12.7'CM FRAME 10 TW    
/:   BOX XPOS '0'CM YPOS '0'CM WIDTH '7.6'CM HEIGHT '12.7'CM FRAME 10 TW    
/:   BOX XPOS '0'CM YPOS '0'CM WIDTH '11.8'CM HEIGHT '12.7'CM FRAME 10 TW   
/:   BOX XPOS '0'CM YPOS '0'CM WIDTH '14.6'CM HEIGHT '12.7'CM FRAME 10 TW   
/:   BOX XPOS '0'CM YPOS '0'CM WIDTH '18'CM HEIGHT '12.7'CM FRAME 10 TW     
/:   BOX XPOS '0'CM YPOS '0'CM WIDTH '18'CM HEIGHT '1'CM FRAME 10 TW        
/:   BOX XPOS '14.6'CM YPOS '10'CM WIDTH '3.4'CM HEIGHT '0'CM FRAME 10 TW   
/:   BOX XPOS '14.6'CM YPOS '11'CM WIDTH '3.4'CM HEIGHT '0'CM FRAME 10 TW   
/:   BOX XPOS '14.6'CM YPOS '12'CM WIDTH '3.4'CM HEIGHT '0'CM FRAME 10 TW   
/:   DEFINE &SUB_TOTAL&                                                     
/:   PERFORM &SUB_TOTAL& IN PROGRAM ZGST_INVOICE_BILLING                    
/:   USING &VBRP-NETWR&                                                     
/:   CHANGING &SUB_TOTAL&                                                   
/:   ENDPERFORM                                                             
/:   DEFINE &GST_PER&                                                       
/:   PERFORM &GST_PER& IN PROGRAM ZGST_INVOICE_BILLING                      
/:   USING &GST&                                                            
/:   CHANGE &GST_PER& 
/:   ENDPERFORM
THESE ARE THE ERRORS IM GETTING 5 ERRORS. what might be wrong in this coding.
BOX XPOS '0'CM YPOS '0'CM WIDTH'18'CM HEIGHT'1'CM INTENSITY >          
Invalid decimal number                                                 
BOX XPOS '0'CM YPOS '0'CM WIDTH '2.6'CM HEIGHT '12.7'CM FRAME 10 TW    
BOX XPOS '0'CM YPOS '0'CM WIDTH '7.6'CM HEIGHT '12.7'CM FRAME 10 TW    
BOX XPOS '0'CM YPOS '0'CM WIDTH '11.8'CM HEIGHT '12.7'CM FRAME 10 TW   
BOX XPOS '0'CM YPOS '0'CM WIDTH '14.6'CM HEIGHT '12.7'CM FRAME 10 TW   
BOX XPOS '0'CM YPOS '0'CM WIDTH '18'CM HEIGHT '12.7'CM FRAME 10 TW     
BOX XPOS '0'CM YPOS '0'CM WIDTH '18'CM HEIGHT '1'CM FRAME 10 TW        
BOX XPOS '14.6'CM YPOS '10'CM WIDTH '3.4'CM HEIGHT '0'CM FRAME 10 TW   
BOX XPOS '14.6'CM YPOS '11'CM WIDTH '3.4'CM HEIGHT '0'CM FRAME 10 TW   
BOX XPOS '14.6'CM YPOS '12'CM WIDTH '3.4'CM HEIGHT '0'CM FRAME 10 TW   
DEFINE &SUB_TOTAL&                                                     
'=' or ':=' expected                                                   
PERFORM &SUB_TOTAL& IN PROGRAM ZGST_INVOICE_BILLING                    
USING &VBRP-NETWR&                                                     
CHANGING &SUB_TOTAL&                                                   
ENDPERFORM                                                             
DEFINE &GST_PER&                                                       
'=' or ':=' expected                                                   
PERFORM &GST_PER& IN PROGRAM ZGST_INVOICE_BILLING                      
USING &GST&                                                            
Unknown symbol GST                                                     
CHANGE &GST_PER&                                                       
Command between PERFORM-ENDOPERATION not allowed                       
ENDPERFORM                                                                               

Similar Messages

  • Error in script : text elements are missing

    Hi ,
      In my print programs iam uaing lots of text elements for a
    zform. I have copied the zform into zform1 and using the same print program and modified the zform1 according to my needs.
    I am not using all the text elements in my zform1 script which is passed from the print program.
    When i execute my zform1 by using the transaction which inturn uses that print program it gives more messages saying 512, 513 , 515 text elements are missing in form Zform1.
    Can anyone tell without touching the print program can i do anything on the script zform1 to reslove this problem.
    Please help me on this.Thanks...
    Regards,
    Rose.

    Hi,
    Ya, whatever Narendra told is right. U nedd to have the text elements in the script if you are calling the same from print program. Just maitain all the text elements with no text it.
    Eg: 
    /: 513
    /: 515
    Regards,
    KK

  • Please, please suggest me, Its very Urgent for

    Hi everyone,
    Please suggest me the right Sound Card. I have bought SBLi've and I found that very essential functionalities for me are missing in this card, which were there in SBLi've "Value".
    I have 3 requirments stated below.
    . Sound Card using which, I will be able to change Each and every Parameters of Reverb effect. (like delay, early reflection etc.) to make a custom efx.
    2. The custom efx could be assigned Only to a Selected Source, like efx set on the Microphone input only (and Not on the main Output).
    3. The efx should be processed by the Hardware only (not software rendered), directly through the Chip.
    The SBLIVE!"Value" handled all these 3 requirments, but with SBLi've24bit I found that these things have been completely removed from the chip. moreover it seems to process the efx using the software, the sound has a distorted noise.
    Thanks.Message Edited by Deba on 05-06-2005 06:02 PM

    Hi Sridhar,
    Thanks for ur reply.
    Seg5 is under Seg4 and
    seg6 is under seg5.
    BLOBE is just a string on the target side under node Segment4
    Iam concanating all the fields in seg5 and seg6 and mapping into Single string "BLOBE" which is at the target side of node Segment4.
    Source                                   Target
    Seg4                                        Seg4
    _____seg5 (1:unbounded)
            |_____seg6 (1:unbounded)             |___BLOBE(1:unbounded)
    Pls reply me if u need any clarification.
    Regards
    Vijaya.

  • SQL SELECT Query Help   ..Please its very Urgent!!

    Hi All,
    I am having Oracle Database whice is storing 1000's of records daily.
    I need to select some information based on date and time.
    I am having two coloumns for Date and time. The first column(testDate) of type Date stores date as MM/DD/YY format and the second column(testTime)of type Numeric stores the time in seconds.
    The Example data is :
    testDate ------=-- testTime
    11/12/2002 --- 35000
    11/12/2002 --- 43000
    11/12/2002 --- 45000
    11/12/2002 --- 75000
    11/13/2002 --- 2000
    11/13/2002 --- 3500
    11/13/2002 --- 4300
    11/13/2002 --- 9800
    11/13/2002 --- 23000
    11/14/2002 --- 5000
    11/14/2002 --- 10000
    11/14/2002 --- 15000
    How can i write a SELECT Query to get the records of specific date and seconds to next day specific date and seconds.I mean i want all the records between 11/12/2002 --- 43000 seconds to 11/14/2002 --- 1000 seconds.
    If any one helps me in this regard iam very thank full to them.Its very urgent for me.
    Thanks

    Hi m7nra,
    I used the query as
    SELECT * FROM table
    WHERE testDate + (testTime/(24*60*60)) BETWEEN TO_DATE('MM/DD/YYYY','12.11.2002') AND TO_DATE('MM/DD/YYYY','14.11.2002')
    its giving DATE FORMAT NOT RECOGNIZED error.
    The Example data is :
    testDate ------=-- testTime
    11/12/2002 --- 35000
    11/12/2002 --- 43000
    11/12/2002 --- 45000
    11/12/2002 --- 75000
    11/13/2002 --- 2000
    11/13/2002 --- 3500
    11/13/2002 --- 4300
    11/13/2002 --- 9800
    11/13/2002 --- 23000
    11/14/2002 --- 5000
    11/14/2002 --- 10000
    11/14/2002 --- 15000
    infact i need all the records between 11/12/2002 --- 43000 seconds to 11/14/2002 --- 1000 seconds.
    Please help me to find a full query beacuse iam very new to Oracle.
    Thanks,
    S R Mannava

  • Please help me in creating and scheduling jobs. Its very urgent.

    RDBMS: Oracle 9.2.0.4
    OS: win2k
    OWB Client: 9.2.0.2.8
    OWB Repository: 9.2.0.2.0
    Hi,
    I have created a "process workflow" using OWB and deployed it successfully. Now, I would like to schedule this process. I have installed management server and tried to schedule it but all in vain. I am not able to understand anything. I have read "oracle administrator pdf" and couldnt understand anything. Please dont advise me to read any notes or pdf's because I have tried a lot and was not able to figure out the configuration.
    I have a target database named "TARGET". I would like to schedule the workflow process I have created. I am not able to understand preferred credentials and how to execute the XML script generated by the "process workflow". Please help me coz its very urgent.
    -Aditya

    Why dont you try this? I found it after few tries,
    In the create job dialog box
    under General
    for Override Node Preferred Credentials for entire job
    username and password should be the NT or Unix
    login where your Runtime database Server reside.
    under Parameter
    for Override preferred credentials
    username and password should be of your runtime
    repository user
    Regards,
    Shree

  • Encrypting and Decrypting Data(Its Very Urgent, Please Help.)

    Hi,
    Can anyone tell me some idea in the below mentioned details.
    Iam creating a Function for Encrypting and Decrypting Data Values using
    DBMS_OBFUSCATION_TOOLKIT with UTL_RAW.CAST_TO_RAW by using
    Key Value as normal.
    But the problem, is it possible to have the key value more than 8.
    Its showing me error when i give the key value less than 8 or more than 8.
    Can u tell me why it happens, is that the limit of the key value or is any other way to do that.
    Its Very Urgent, Please Help.
    Thanks,
    Murali.V

    Is this what you're looking for?
    Usage Notes
    If the input data or key given to the DES3DECRYPT procedure is empty, then the procedure raises the error ORA-28231 "Invalid input to Obfuscation toolkit."
    If the input data given to the DES3DECRYPT procedure is not a multiple of 8 bytes, the procedure raises the error ORA-28232 "Invalid input size for Obfuscation toolkit." ORA-28233 is NOT applicable for the DES3DECRYPT function.
    If the key length is missing or is less than 8 bytes, then the procedure raises the error ORA-28234 "Key length too short." Note that if larger keys are used, extra bytes are ignored. So a 9-byte key will not generate an exception.
    C.

  • How to enable RFC and how to use it in Report..please tell its very urgent

    Dear Techie's,
    Please tell its very urgent..
    How to enable RFC and how to use it in Report. ??
    Virendra

    hi,
    pls chk any of these links.
    http://help.sap.com/saphelp_46c/helpdata/en/9b/417f07ee2211d1ad14080009b0fb56/frameset.htm
    http://searchsap.techtarget.com/originalContent/0,289142,sid21_gci948835,00.html
    Checkout !!
    http://searchsap.techtarget.com/originalContent/0,289142,sid21_gci948835,00.html
    http://techrepublic.com.com/5100-6329-1051160.html#
    http://www.sap-img.com/bapi.htm
    http://www.sap-img.com/abap/bapi-conventions.htm
    http://www.sappoint.com/abap/bapiintro.pdf
    http://www.sapgenie.com/abap/bapi/example.htm
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCMIDAPII/CABFAAPIINTRO.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/CABFABAPIREF/CABFABAPIPG.pdf
    http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCFESDE8/BCFESDE8.pdf
    rgds
    Anver

  • Please i need help very urgent !!! after deleting my exchange account because the company changed the password , I lost 150 200 contacts and i need to get them back very soon ! please help

    Please i need help very urgent !!! after deleting my exchange account because the company changed the password , I lost 150 200 contacts and i need to get them back very soon !  i never backed up on itunes ..please help

    No. The contacts are "owned" by the Exchange server.
    The Exchange server is owned by the company.
    Everything on the Exchange server is owned by the company.
    If you quit or were terminated, and your access to the system has been revoked, then there is nothing you and do at this point. Once you deleted the account from your phone, all of the associated data was deleted.
    NEVER store personal information on company systems.

  • Its very urgent:while write code in commend promt i got this below error

    Hi Gurus,
    i am new to oaf.
    Please help me.
    i am trying to deploy oaf page to oracle apps.
    i write the code in cmd promt.
    D:\Jdeveloper\jdevbin\bin>import D:\Jdeveloper\jdevhome\jdev\myprojects\wnsgs\or
    acle\apps\ap\projectnodetailes\webui\ProjectnogetailesPG.xml -username apps -pas
    sword devapps -rootdir D:\Jdeveloper\jdevhome\jdev\myprojects -dbconnection "(DE
    SCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=wimuat1.wind.wnsgroup.net)(PORT=1524))(CO
    NNECT_DATA=(SID=FINDEV)))"
    'import' is not recognized as an internal or external command,
    operable program or batch file.
    plz help me.its very urgent.today is my last day plz plz help me
    Thanks
    Latha

    Hi Gyan,
    import C:\Jdeveloper\jdevhome\jdev\myprojects\exl\oracle\apps\per\ijp\webui\InternalPG.xml -rootdir C:\Jdeveloper\jdevhome\jdev\myprojects -username apps -password apps -dbconnection "(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=172.24.2.18)(PORT=1528))(CONNECT_DATA=(SID=DEV)))"
    before i write this code here go to particular path and write this code.
    here where to go and write this code.
    latha.

  • Error while Costing Run   ---  Its very Urgent.

    Hi Peers
    When i ran the Standard cost for a material which is an external procured part, the system is showing an error message "Cost component split costed with value of zero" I checked the Moving Price for the material its not zero. Plz let me know what could be the problem. Its very urgent. Plz help.
    Regards
    Rajaram

    Hello,
    There can be so many reasons for this issue, system is not able to find any of the given option given in valuation variant which is linked to costing variant OKKN. Check the options given in valuation variant, it  must be pick from material master planning price1 or planning price 2 or info record price or pick the existing standard price. When system fails in any of these strategies its pops up the message you described.
    Maintain  price in material master fields or create info record for this material
    thanks
    Megha

  • Why do we use include in sap script text element

    Hi SDNers,
    Why do we use include statement or what does that stands for in an text element of a sap script.
    Details with examples and explanation please
    Thanks & Regards,
    Ranjith N

    Hi Ranjith,
    Please go through this.
    &VBDPL-ARKTX&
    /: INCLUDE &VBDPL-TDNAME& OBJECT VBBP ID 0001
    If your include contains
    = arflebarflegloop
    and vbdpl-arktx contains 'myarticletext'.
    Then the output document will contain a line:
    myarticletext arflebarflegloop
    If the include contains
    arfelbarflegloop
    then the output document will contain the lines:
    myarticletext
    arflebarflegloop
    (Subject to whatever the prevailing paragraph format is - * means use current format).
    Think about what would happen if instead of having an include, you hardcoded the text of the include in your sapscript.
    I found this at http://www.sapfans.com/sapfans/forum/devel/messages/31158.html
    Regards,
    Sharat.

  • Script text element

    Hi what does ZKWERT(I5.1) mean in a text element in scripts, that is it has the letter I in the bracket.
    this is used in scripts. What will be its equivalent in smartforms.
    Smartforms throw a synatx error for the same formatting
    John

    Hi!
    It is a formatting option. Check out this link.
    http://help.sap.com/saphelp_47x200/helpdata/en/d1/803411454211d189710000e8322d00/content.htm
    I means "Suppressing Output of Initial Values"
    Regards
    Tamás
    Message was edited by:
            Tamás Nyisztor

  • Need logic in sap script text elements.

    Hi experts
    I need a logic for the below requirement in text elements.
    I am giving IF condition for some tax codes against to C - Form., But my condition given in second line is getting failed  .
    my condition logic
    /:       IF &EKPO-MWSKZ& = 'CA' OR &EKPO-MWSKZ& = 'CC' OR &EKPO-MWSKZ& = 'CD'
    /:        &EKPO-MWSKZ& = 'DA' OR &EKPO-MWSKZ& = 'DE'.
    T2     ,,SALES TAX/VAT&V_VAT_PER& u201CAGAINST C FORM",,,,,,,,,,&V_VAT_sum(C)&
    /:        ELSE
    T2       ,,SALES TAX/VAT&V_VAT_PER&,,,,,,,,,,&V_VAT_sum(C)&
    Please let me know what is to be given TAG COLUMN  for second line in IF condition .
    and i am getting correct output for tax codes CA CC CD which are given in first line, But no getting the correct out for tax codes DA and DE.
    Thanks & Regards
    Suresh
    Edited by: suribabu124 on Apr 21, 2010 5:19 PM

    Hi,
    in the below i feel that you forgot to mention the OR condition.
    /: &EKPO-MWSKZ& = 'DA' OR &EKPO-MWSKZ& = 'DE'.
    soultion like.
    /: IF &EKPO-MWSKZ& = 'CA' OR &EKPO-MWSKZ& = 'CC' OR &EKPO-MWSKZ& = 'CD' OR
    /: &EKPO-MWSKZ& = 'DA' OR &EKPO-MWSKZ& = 'DE'.

  • Logging java errors to a text file, please help.

    Could someone please advise how to log java errors to a text file?
    I know from Window you can do to "ANY COMMAND > C:\log.txt and the output will send to the log.txt text file.
    However, how do you log errors when you run java filename? Wish I could just copy and paste from my Window command prompt screen.
    I am just trying to post the errors I receive to the forum.
    Thanks,

    user_s8721301 wrote:
    ..Wish I could just copy and paste from my Window command prompt screen.(from memory) Drag the mouse diagonally across the text in the DOS prompt, then hit 'enter'. The selected text should be on the clipboard, ready to paste.

  • System Error Please Help....Its very urgent

    When I am creating contract it gives error like “System error occurred during lock management”
    Please help me on this issue, Reward with Full Points
    Regards
    Mallik

    Hi Mallik,
    Please refer <b>SAP Note : 431819</b> for more information.
    Best Regards,
    Johnny.

Maybe you are looking for

  • Urgent --report urgent

    Hallo very urgent   i would like to have the master data "relationsship" included in the BW report. It is important information for me when user plan production, as both preparation, processing and cleaning time as well as the "delay" between the sta

  • How to speedup getting InitialContext in applet

    Hi, Can anyone help me out here ? I am using wls6.1 sp3. And my client is an applet. When i try to get the InitialContext in applet it takes too much time. Can its speed be increased ? Thanks, Ams

  • Premiere CS4 freezing on startup menu, please help.

    Hi, I installed Adobe Premiere CS4 not too long ago as part of Master Collection and all the other programs seem to work but Premiere doesn't. Whenever I open Premiere CS4, the splash screen loads up and then I get that menu with New Project and Open

  • Monitoring on UCS server (ESXi)

    Hello all, I am wondering normally how we monitor UCS server( I mean ESXi). The virual machine could be monitoring via SNMP. vCenter could provide us system status.   Could we set up SNMP on VMWare ESXi ?  So we could monitor through HP Openview etc.

  • Why did my Mac stop recognizing the external drive?

    My Mac suddenly stopped recognizing the external drive when I try to back up through time capsule.  It is on and plugged in.  What is the problem?  what can I do to correct it?