Reverse or oposit  help

i have field  ( 3 - 8 )
i need to look like ( 8 - 3 )  how i can do it.

Hi little richi
               Please try to use this code.
DATA v_text(20) TYPE c.
DATA v_new_text(20) TYPE c.
DATA v_num TYPE i.
DATA v_i TYPE i.
DATA v_2i TYPE i.
v_text = '( 8- 3 )'.
v_num = STRLEN( v_text ).
v_2i = 0.
v_i = v_num - 1.
DO v_num TIMES.
  IF v_textv_i(1) <> '(' AND v_textv_i(1) <> ')'.
    WRITE v_textv_i(1) TO  v_new_textv_2i(1).
    v_i = v_i  - 1.
  ELSE.
    WRITE v_textv_i(1) TO  v_new_textv_i(1).
    v_i = v_i  - 1.
  ENDIF.
  v_2i = v_2i + 1.
ENDDO.
WRITE :/ v_text.
WRITE: / v_new_text.
Regards
Wiboon

Similar Messages

  • ITunes on one computer is not accessible on another computer, but the reverse is true -- help, troubleshoot

    My 2009 iMac can connect to my 2013 iMac, but not the reverse. My 2009 can play anything from the 2013 iTunes, but not the reverse. 
    When this problem happened there was also a problem of the sound not working on the 2013 iMac. I went through all the standard procedures for both issues eventually resetting PRAM and finally reinstalling Yosemite, which did not fix either problem. 
    Next, I found an article that had me go into the Audio MDMI app to fix the sound. Perfect. Now the 2013 has sound but still can not connect to the 2009; however, the 2013 can connect to the Macbook and Apple TV. Since I've reinstalled the OS and it can connect to the network and other devices I'm assuming that there is a setting someplace which is set to not connect with the 2009. Is there anything  I can check, either an app or through Terminal?
    I've looked online for over an hour but I can't find anything to help in this particular situation.

    Both computers are logged into the same iTunes account and are on the home sharing network. All of the correct settings have been selected. The problem is intermittent. Sometimes they connect, sometimes they don't. It's not consistent.
    Just a few hours ago I connected the two via Ethernet to transfer files. They worked fine, 60 GB in 19 minutes. Later I went back to transfer about 10GB and they wouldn't connected except through Wi-Fi. Once again, 2009 can get into 2013 but not the other way around. It's driving me nuts.
    At present 2013 is only showing a wi-fi connection to the Time Machine, not the other two computers.
    Any more things to look for?

  • ODI error when trying ro reverse engineer-- Please help

    Hi all,
    I am receiving the error below "ImportError: no module named java" when I am attempting reverse engineer from Essbase into the models tab in the ODI Designer.
    I am using ODI version 10.1.3.5
    I have all jar files related to Essbase in drivers folder. And all KMs related to Essbase in impexp folder. I have created CLASSPATH system variable with "D:\OraHome_ODI\oracledi\drivers". Should i need to add this path in PATH system variable?
    What should i do to get this problem solved. Please help.
    Thank you in advance for the help!!
    org.apache.bsf.BSFException: exception from Jython:
    Traceback (innermost last):
    File "<string>", line 1, in ?
    ImportError: no module named java
         at org.apache.bsf.engines.jython.JythonEngine.exec(JythonEngine.java:146)
         at com.sunopsis.dwg.codeinterpretor.k.a(k.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.scripting(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTaskTrt(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSqlC.treatTaskTrt(SnpSessTaskSqlC.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java)
         at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java)
         at com.sunopsis.dwg.cmd.DwgCommandSession.treatCommand(DwgCommandSession.java)
         at com.sunopsis.dwg.cmd.DwgCommandBase.execute(DwgCommandBase.java)
         at com.sunopsis.dwg.cmd.e.i(e.java)
         at com.sunopsis.dwg.cmd.g.y(g.java)
         at com.sunopsis.dwg.cmd.e.run(e.java)
         at java.lang.Thread.run(Thread.java:619)
    Regards,
    Srinivas

    MOS Note 424232.1 says
    Such messages are probably due to either a stale Jython cache (.../scripting/cachedir folder) and / or insufficient access privileges attributed to the Unix user account which has launched either the ODI Agent or Designer GUI and is executing a Jython script and writing to the Jython cache (default value being .../lib/scripting/cachedir/packages folder).
    Alternative workarounds:
    1. Stop all ODI processes and remove the cachedir folder, the restart ODI and retest the process.
    2. Use a different "python.cachedir" information, on which the User has write privileges. This Java property may be set into the Jython Registry and specifies the directory used internally by Jython for cached information about Java packages in ".jar" files. If the directory is relative, it is interpreted relative to the Jython root. For complete information, refer to Jython documentation, at:
    http://www.jython.org/Project/userguide.html#the-jython-registry
    3. Try running Jython once as "root" in order to create the Jython cache directories or take appropriate administrative actions (for example, chmod 777....) to allow the user account to access these files.
    4. Please bear in mind that Unix is case sensitive... As such, do not forget to verify lower/upper case attributes of folder names.
    If the ODI process is run by an Agent and the message is displayed:
    1. Please check the ODI Agent in Topology Manager to determine on which host it is running then proceed to its installation folder and ...:
    2. Verify that Jython is included with the Agent installation folders:
    * In oracledi\bin - jython.sh
    * In oracledi\lib\scripting - jython.jar, cachedir, and lib
    * In oracle\lib\scripting\lib - numerous jython .py files
    3. Also give Unix user account full permissions to every file and folder in the Agent installation and the java installation.
    4. Restart the Agent.
    5. Test the Agent in Topology Manager (ensure that the hostname is correct). If the test is successful, retest the Package/Scenario.
    Thanks,
    Sutirtha

  • Reverse Proxy Configuration help Needed

    Hi,
    What steps should i follow if i have both Sun Web Server 6.1.
    Web Server 1 - http://192.168.20.40:768 (Want to use this as reverse proxy)
    Web Server 2 - http://201.192.30.20:1010
    Can anyone please guide me what changes i should do in obj.conf and magnus.conf.
    Add this line in Magnus.conf
    Init fn="load-modules" shlib="/appl/sunjs/SUNWwbsvr/plugins/passthrough/libpassthrough.so"
    This libpassthrough.so location is in the Server 1.
    Add the below line in obj.conf
    <Object name="passthrough">
    Service fn="service-passthrough" servers="http://team.yahoo.co.nz:1010"
    </Object>
    Do i need to do any changes to the obj.conf and magnus.conf in the Server 2.
    Please let me know if i am going wrong.
    Regards,

    Hi,
    Reverse Proxy Web Server - http://Sol9-dev.uname.yahoo.co.nz:8002
    All request Want to redirect to - http://Sol10-dev.uname.yahoo.co.nz:8080
    Obj.Conf
    <Object name="default">
    AuthTrans fn="match-browser" browser="*MSIE*" ssl-unclean-shutdown="true"
    NameTrans fn="assign-name" from="/amserver(|/*)" name="reverse-proxy"
    NameTrans fn="ntrans-j2ee" name="j2ee"
    NameTrans fn=pfx2dir from=/mc-icons dir="/appl/sunjs/SUNWwbsvr/ns-icons" name="es-internal"
    NameTrans fn=document-root root="$docroot"
    PathCheck fn=unix-uri-clean
    PathCheck fn="check-acl" acl="default"
    PathCheck fn=find-pathinfo
    PathCheck fn=find-index index-names="index.html,home.html,index.jsp"
    PathCheck fn=validate_session_policy
    ObjectType fn=type-by-extension
    ObjectType fn=force-type type=text/plain
    Service method=(GET|HEAD) type=magnus-internal/imagemap fn=imagemap
    Service method=(GET|HEAD) type=magnus-internal/directory fn=index-common
    Service method=(GET|HEAD|POST) type=*~magnus-internal/* fn=send-file
    Service method=TRACE fn=service-trace
    Error fn="error-j2ee"
    AddLog fn=flex-log name="access"
    </Object>
    <Object name="j2ee">
    Service fn="service-j2ee" method="*"
    </Object>
    <Object name="cgi">
    ObjectType fn=force-type type=magnus-internal/cgi
    Service fn=send-cgi user="$user" group="$group" chroot="$chroot" dir="$dir" nice="$nice"
    </Object>
    <Object name="es-internal">
    PathCheck fn="check-acl" acl="es-internal"
    </Object>
    <Object name="send-compressed">
    PathCheck fn="find-compressed"
    </Object>
    <Object name="compress-on-demand">
    Output fn="insert-filter" filter="http-compression"
    </Object>
    <Object ppath="*/dummypost/sunpostpreserve*">
    Service type=text/* method=(GET) fn=append_post_data
    </Object>
    <Object ppath="*/UpdateAgentCacheServlet*">
    Service type=text/* method=(POST) fn=process_notification
    </Object>
    <Object name="reverse-proxy">
    Service fn="service-passthrough" servers="http://sol10-dev.uname.yahoo.co.nz:8080"
    </Object>
    Log Messages
    [22/Apr/2008:13:36:11] fine ( 4761): for host 10.112.66.87 trying to GET /amserver/, ntrans-j2ee reports: directory listing for context "/amserver"
    [22/Apr/2008:13:36:11] fine ( 4761): GET requests for virtual server https-Sol9-dev-pa.uname.yahoo.co.nz can safely bypass ACL checks
    [22/Apr/2008:13:36:11] fine ( 4761): for host 10.112.66.87 trying to GET /amserver/index.html, service-passthrough reports: PASS1022: passing request to http://Sol10-dev.uname.yahoo.co.nz:8080
    [22/Apr/2008:13:36:11] fine ( 4761): for host 10.112.66.87 trying to GET /amserver/index.html, service-passthrough reports: PASS1037: not rewriting "Location: http://Sol9-dev.uname.yahoo.co.nz:8002/amserver/index.html" from http://Sol10-dev.uname.yahoo.co.nz:8080
    [22/Apr/2008:13:36:11] fine ( 4761): for host 10.112.66.87 trying to GET /amserver/UI/Login, service-passthrough reports: PASS1022: passing request to http://Sol10-dev.uname.yahoo.co.nz:8080
    [22/Apr/2008:13:36:11] fine ( 4761): for host 10.112.66.87 trying to GET /amserver/UI/Login, service-passthrough reports: PASS1037: not rewriting "Location: http://Sol10-dev.uname.yahoo.co.nz:8002/amserver/UI/Login" from http://Sol10-dev.uname.yahoo.co.nz:8080
    Now i do not have anything in the reverse proxy server /amserver apart from the index.html (http://Sol9-dev.uname.yahoo.co.nz:8002/amserver/index.html)
    I guess i do not need to have the same application on the reverse proxy as of the original server where i am redirecting.
    Hope to find a solution soon.
    Thanks for all your help.
    Reagrds,

  • Language of some of my icons has changed and I can't seem to reverse it, please help!

    A friend of mine was messing around with my laptop and managed to change the language to what I believe to be Russian.  I changed the language under the 'International' tab back to English, but for some reason some of my icons (e.g. system preferences, software update and language menu) are still written in whatever language this is.  I've fiddled about with the settings in the 'International' tab for hours but with no success and I can't find a solution anywhere.  Please help!

    Did you do logout/login after moving English to the top of the list?
    Also you could try going to system prefs/international/language and using the Edit button to uncheck the box for Russian.

  • Reverse Proxy Configuration Help

    I am running OFM 11.1.1.6.
    Web Cache is running on port 8888.
    Portal's OHS (the WebCache origin server) is running on 7777.
    Reports' OHS (for /reports/rwservlet) is running on 8890.
    Non-Oracle Apache 2.2 is running as a reverse SSL proxy for Portal on port 443.
    I want to configure this reverse proxy so that it appears to the end user that the reports server is also running in HTTPS on port 443, instead of on port 8890. Can anyone please give me a tip on how to set this up?
    In my httpd.conf for my Apache reverse proxy server, I have this within my main SSL virtual host:
    ProxyPassReverse / http://hostname:8888/
    ProxyPreserveHost On
    RewriteEngine On
    RewriteRule ^/(.*) http://hostname:8888/$1 [P]Do I need to add an additional virtual host for the proxy to the reports server? Or can I include it in this same virtual host? I've tried the following, but couldn't get it to work:
    ProxyPassReverse /reports/rwservlet/ http://hostname:8890/reports/rwservlet/
    ProxyPassReverse / http://hostname:8888/
    ProxyPreserveHost On
    RewriteEngine On
    RewriteRule ^/reports/rwservlet/(.*) http://hostname:8890/reports/rwservlet/$1 [P]
    RewriteRule ^/(.*) http://hostname:8888/$1 [P]Any guidance is appreciated.

    In case anyone finds this, this is how I got it all working:
    In httpd.conf for the Apache reverse proxy:
    ProxyPreserveHost On
    RewriteEngine On
    RewriteRule ^/reports/(.*) http://hostname:8890/reports/$1 [P]
    ProxyPassReverse /reports http://hostname:8890/reports
    RewriteRule ^/(.*) http://hostname:8888/$1 [P]
    ProxyPassReverse / http://hostname:8888/In the Portal OHS's httpd.conf:
    NameVirtualHost *:7777
    <VirtualHost *:7777>
         ServerName https://hostname
         RewriteEngine On
         RewriteOptions inherit
         UseCanonicalName On
         OssoConfigFile E:/ora11/product/portal_instance/config/OHS/ohs1/osso/osso_ssl.conf
         OssoIpCheck off
         OssoSecureCookies off
         OssoIdleTimeout off
    </VirtualHost>In the reports server's httpd.conf:
    NameVirtualHost *:8890
    <VirtualHost *:8890>
         ServerName https://hostname
         RewriteEngine On
         RewriteOptions inherit
         UseCanonicalName On
         OssoConfigFile E:/ora11/product/reports_instance/config/OHS/ohs1/osso.conf
         OssoIpCheck off
         OssoSecureCookies off
         OssoIdleTimeout off
    </VirtualHost>You can use the same osso.conf for both reports and portal. Make sure to register with SSO specifying https://hostname as the registered URL.

  • Reversing Songs (please help)

    i have a DJ software program on my computer--it is a demo-- i took some of my songs and totally made the be played backwards.. is there anyway possible to make your songs play completely backwards from end to beginning? and then edit it that way?
    thanks
    DJ Jones

    i ment in Logic Express 8 is there anyway to take your songs and completely black them backwards from end to beginning?

  • Explanation about invoice reversal for standard price.

    Hi,
    Please see the excerpt from SAP help below. I extracted this example in sap help found at http://help.sap.com/saphelp_47x200/helpdata/en/fc/85c5371e5db25fe10000009b38f8cf/frameset.htm
    With regards to the example found below i dont understand why we cant do a simple reversal of the invoice 1 as follows :-
    debit vendor account by 500
    and credit GR/IR account by 500
    Instead of the above simple reversal, the sap help is saying that we need to use a different stock value of 550. Can someone explain the following 2 questions :-
    1) Why shd we use this 550 value instead of the 500?
    2) What will go wrong if we use the value 500 to do the reversal?
    Excerpt from SAP help :-
    Goods receipt
    =============
    The stock account is posted with the receipt value based on the standard price.
    Delivered qty X standard price
    50 pcs X $10/pc = $500
    The offsetting entry is posted to the GR/IR clearing account.
    Invoice 1
    =========
    The GR/IR clearing account is cleared on the basis of the invoice price.
    Invoiced qty X Invoice price
    50 pcs X 10/pc = $500
    The offsetting entry is posted to the vendor account.
    Invoice 2
    =========
    The GR/IR clearing account is cleared on the basis of the invoice price.
    Invoiced qty X Invoice price
    50 pcs X 11/pc = $550
    The offsetting entry is posted to the vendor account.
    Reversal of invoice 1
    =====================
    The invoice quantity is greater than the goods receipt quantity. The credit memo quantity is covered by the quantity of the invoice surplus. The GR/IR clearing account is posted as follows:
    qty X (Clearing value - goods receipt value / Invoice qty - Goods receipt qty) = 50 X (1050 - 500 / 100 - 50) = 550
    The credit memo amount is posted to the vendor account. The credit memo amount is different to the posting on the GR/IR clearing account, so the difference is posted to the price difference account.

    hi,
    THis is because while making the credit memo, in your stock you don't have the stock coverage so till the stock coverage its posted to the GR/IR account while after that ie. the rest amount is posted to the PRD account...
    If Credit memo is of 500 then, the system shd hit GR/IR account only..because there is a stoc kcoverage for the same...
    If credit memo is for 550, then both GR/IR account and PRD will be hit...
    Hope its clear...
    Regards
    Priyanka.P

  • BPC 10.0 NW: JOURNAL ENTRIES ARE REVERSED WHEN RUNNING CONSOLIDATION

    Hi Expert,
    After running consolidation, I made various journal entries. After posting the journal entries, status of consolidation and currency translation in consolidation model was changed from "done" to "to be executed". When I re-run the consolidation, the journal entries were reversed.
    Please help.
    Thanks,
    A

    Hi A
    The fundamental principles of Consolidation Journal entries are when posted, Please keep in mind following rules for any Consolidation system.
    Journal Entry Type  Local Currency  Group Currency ScopeTranslation     Consolidation
    Reporting or
    Local Currency             LC                    NONE                 NOSCOPE    YES             YES
    Group
    Currency                        -                        USD                 NOSCOPE     NO              YES  
    Scope Level
    Adjustments                 -                         USD                    SCOPE1        NO            NO
    (Top side Adjustments)
    ==============
    I believe that you have had posted Journal entries in Local Currency(LC) and Group Currency with NOSCOPE level.  Based on your entry System would perform from above rules.
    Hope this will clarify your questions on journal entries why the Monitor  has to re-run CT and Consolidation Process.
    Thanks
    Venkat
    *** You Can not Post "  LC with SCOPE1(actual ownership scopes)****

  • ISSUE: TDS REVERSAL DURING ADVANCE CLEARING WITH INVOICE

    Dear All
      I am having problem related to TDS reversal.
    For e.g
    Advance payment to Vendor: rs 10000/
    Tds deducted is rs 200/
    Now Invoice posted for amount is: 100000/
    Tds deductes is rs 1000/
    We know that TDS on rs 10000 is deducted twice which is generally reversed during advance clearing with invoice through F-54. But when I am clearing Ad. with Invoice, no TDS is getting reversed.
    Please help me on this issue or is there any other way of doing this process.
    points will be awarded
    Thanks in advance
    sandeep panwar

    Hi
    run the program RWTF010 in SE38
    Regards
    Sanil Bhandari

  • TDS reversal on downpymt clearing- India

    Hi,
    I need to clear the down payment made against an invoice. The down payment made was net of TDS. While clearing the down payment, TDS deducted earlier should be reversed.
    Need help to resolve this.
    Thanks in advance
    Regards

    Hi,
    Process of down payment clearing.
    1) f-54-select down payment doc and save it.
    2)after invoice is posted go to f-44,select invoice and down payment doc and save it.
    Regards,
    Greeshma

  • IN FBCJ REVERSED DOCUMENT DOES NOT APPEAR

    Dear Sir
    We cancelled a document in fbcj. But cancelled document does not appear in fbcj. Although there is a red cross mark by the side of the document. Today's payment balance dose not change. In Corresponding Expense ledger the document is posted. Follow on document show that cash is reversed (exp ledger sing and cash ledger 200200 sign. but this document does not appear in fbcj.
    Tried to revers the revers document but msg given " it is already reversed".
    Please help to resolve this problem
    With regards
    Nilesh

    Hi Nilesh,
    Check mentioned note carefully ! It would rectify the balances of both companu code.
    1309577 - FBCJ: Incorrect balance in cash journal - report RFCJ1
    Read above note & run the program it would rectify the problem. If same balance mismatch error persist ,check mentioned notes
    1727842 FBCJ: Continued problems with TCJ_BALANCE / balance
    Regards
    Mani Kumar

  • How to print in reverse on my officejey 4500 wireless

    I just purchesed a pad printer  and I need to be able to print in reverse can you help.
    Thanks

    Did you check your Printer Preferences and set "Front to Back" or "Back to Front"?
    Say thanks by clicking the Kudos Thumbs Up to the right in the post.
    If my post resolved your problem, please mark it as an Accepted Solution ...
    I worked for HP but now I'm retired!

  • Reverse Cash journal Entry

    Hi all
    My client wants to reverse  a entry in FBCJ, he has saved, posted & printed the receipt for the said entry.
    System is allowing to reverse or delete a entry which is saved & posted but when a receipt is printed for that entry it is not.
    Message is coming as Reversal failed.
    Help in this regard will be appreciated.
    Thx in Advance.
    Kamal Sankla

    it's only possible to delete/reverse CJ documents after printing a receipt if you implement modification note 359656

  • Susbstitued GL account missed in MR8M invoice reversal

    Hello all,
    We use a Substitution rule to susbtitute a GL account account 5xxxx with 5yyyy during MIRO invoice creation.
    In substitution rule coding, we check if the transaction key (BSEG-KTOSL) is 'KBS' . If so, we substitute BSEG-HKONT with 5yyyy  account no.
    While creating the invoice , this works fine. But while reversing the same , the transaction key 'KBS' is not found and the susbtitution does not happen . Thus causing the specific GL account to be missed during reversal. What could be the problem? There are also other Gl accounts which get substituted , by checking other transaction keys, they all work fine, only 'KBS' is somehow missed while reversal. Any help would be greatly appreciated.

    Can  you  send   the   screenshot  how   accounting  happens  at  invoice   and  reversals .
    Also please  check   with  the  finance  Team ....

Maybe you are looking for

  • Does Redo Log include CLOB Columns Blocks?

    Hi All, Please help me in understanding how oracle handle redo logs on ENABLE IN ROW STORAGE CLOB's. How redo log behave on table with DISABLE IN ROW STORAGE ? for following table if I update column other than D_CLOB does Redo log stores the D_CLOB c

  • Can a Premiere CC project be opened in Premiere CS6

    Can a Premiere CC project be opened in Premiere CS6

  • CALL FUNCTION 'PF_ASTAT_OPEN'

    Hi Guru's I am trying to find out what this function module 'PF_ASTAT_OPEN' does and so far I can track down, it's related to BADI's. But I want to know what the OPEN_KEY and TYP stands for and the usage of it. When I perform a where-used on the 'PF_

  • Servlet question, pls help

    We have a jsp page with servlet works well in a server. Now we need to move it to another server (server2). I copied jsp page and a jar file that compiles all the class files (servlet) into the server2 and modified web.xml file in server2 too for ser

  • One client can't see Time Machine Server

    The environment consists of an Xserve running 10.5.6 with all updates. There is a share set up as a Time Machine backup share point. All of the clients, with the exception of one, can "see" the Time Machine share point when they open up Time Machine