SAP Screen Personas problem in a script for FS00(G/L Account Display) screen

We are facing a problem when we are developing a simple script for FS00(G/L Account Display) in SAP Screen Personas. Let me give you a brief of the problem:
We have taken two text fields in the dashboard from which the values will be copied and will be pasted in corresponding text fields of G/L Account and Company Code in FS00 TCode.
When we are giving both the values, then script is working fine and it will navigate to the customized Personas screen where all the details are shown.
But when we are leaving any one/both fields blank and execute the script option, then the pop to enter G/L Account/Company Code is coming:
If we are setting the basic FS00 TCode view as default then after the pop-up we are able to enter the respective G/L account number or company code and everything is running fine.
If we are setting our customized personas screen as default screen, then the pop-up keeps on appearing and therefore we are not able to give the inputs (G/L account or company code).
And even if somehow manage to get rid of the error and enter the correct GL account and Company Code then also the details are not displayed. The F4 search help to pick the G/L account number and company code is not working, somehow the Personas screen seems to be locked here.
Please let us know if someone has already encountered this type of situation before and what should be the solution of this.

Hi,
You could ensure that both of the text fields are not empty on your 'dashboard' before executing the FS00 tcode. This would negate the popup from ever appearing.
To do this you can use the "IF <text field control ID> Is Empty" statement in your script and then output a custom error message to another text box if the condition is true. then use an "IF <text field control ID> Is NOT Empty" statement to copy the value/s execute the FS00 tcode if the condition is true.
Now if you're going to check multiple fields for entries before executing the FS00 you'll have to get a little more creative and do something like I did in one my scripts (thanks again to Steve Rumsby for the tips) and create a 'check field' where you can enter values for items checked successfully and then use a little bit of javascript to count up the checks and check the result before executing the next part of the script.
Another idea is to check for the existence of the popup and navigate past it in your script, to do this you can use the "IF <control ID> control exists" statement.
Either one should work.

Similar Messages

  • We are facing problem in BCS activity for Break Entries of Accounts

    Hi All,
    We are facing problem in BCS activity for Break Entries of Accounts.
    We are using 0FI_GL_6 Datasource which do not have Transaction Type field in it. 
    After Extracting data from the datasource (0FI_GL_6), we get GL Account Closing balances for the period, but we require the transaction types for Assets related accounts for the BCS activity.
    Currently We upload the Asstes Data through External Flat files in BI. 
    Can we have these data comming direcltly form R/3 with the Transaction type Field.
    We are on R/3  SAP ECC 6.0 support patch 15  and on BI we are on BI 7.0 with support Patch  SAPKW70020 and SEM-BW SAPKGS6014 , BI_CONT  - 0012
    Can we use GLT3 table, if yes please suggest the steps to Fill the data in this table. Or is there any other table and way.
    Thanks in advance,
    Nilesh Labde

    Is the conversion factor is same for BT UOM  qty to CS is same ?.It seems BT is sales unit and the picking unit for the item is CS.If the conversion is same warehouse pick correct qty.Therte should not be an issue.
    What is the UOM in delivery ?.Is it BT or CS.I think it is CS right ?.If you want to see sales unit is cs then you need to change the material master.

  • Screen Personas and NWBC - Url parameters for resizing screen

    Hi,
    We are rendering Screen Personas 2.0 screens in NWBC and the Personas screens render correctly. We are wrapping the Short links in a BSP application in PFCG and use the parameter frameless=true so that end users cannot switch between flavors. Is there a list of all the parameters available?
    The basis for the question is that after rendering in NWBC we noticed that the user has to scroll horizontally and vertically to reach other parts of the screen which would have been easier in a browser. We would like to resize the personas screens in NWBC so that the entire content can be displayed in the content area and scroll bars can be disabled.
    Thanks,
    Abhijeet

    These are the ones I'm aware of... don't think it's an exhaustive list though:
    • Corbu theme:  index.html?theme=Corbu
    • Frameless:  index.html?frameless=true (no header, footer etc.)
    • Fullscreen:  index.html?fullscreen=true
    • Width and height:  index.html?width=640&height=480 (opens personas with the given size in pixels)
    • Disable OnCreateHandler: …/index.html?disableoncreatehandler=true
         From ver. 2.0 SP2 onwards: …/index.html#RenderingDisableOnLoad
    • Specific backend language e.g. German:  index.html?sap-language=DE
    • System:  index.html?sytem=<systemconfigid>
    • Transaction:  index.html?sytem=<systemconfigid>&~transaction=<tcode> (only in combination with system)
    • Flavor:  index.html?sytem=<systemconfigid>&flavor=<flavorid> (only in combination with system)
    • Shortlink, e.g. VA03 in a certain system with specific flavor:  nwbc.html?link=<linkid> (starts Personas with a specific system and flavor. Link needs to be created by an administrator.)
    • Logging: index.html?log=debug (allows to get more information of what happens behind the scene)
    You could experiment with setting the width and height... perhaps it'll get rid of the scroll bars but this may become problematic with varying screen resolutions.

  • Problem executing shell script for rwrun

    hi..
    I wrote a shell script to make a report similar to the batch file in windows.
    My OS is Suse 8.0 with oracle installed in it..
    I have the script like this..I used 2 lexical parameters for my rep file.
    /opt/oracle/OraHome1/bin/rwrun.sh test techy/techy@simone batch=yes desname=test_3.pdf destype=file desformat=pdf atable=\'\' whereford=\'protokolle.haendlernummer=\'Ludwigsburg\' and\'
    This one works fine but the one below doesn't give any output. The pdf fiel is just empty. I wonder y,,may be any problems with the spaces or escape characters.I didn't get any error when executed the scripts.
    /opt/oracle/OraHome1/bin/rwrun.sh test techy/techy@simone batch=yes desname=test_3.pdf destype=file desformat=pdf atable=\'\' whereford=\'protokolle.haendlernummer like \'L%\' and\'
    thanx and waiting for soem one to answer..
    regards
    Kovi

    I solved it by doing the following..
    opt/oracle/OraHome1/bin/rwrun.sh test techy/techy@simone batch=yes desname=test_3.pdf destype=file desformat=pdf atable=\\'\\' whereford=\\'\\ protokolle.haendlernummer\\ like\\ \\'L%\\'\\ and\\'
    from the Java Program..
    Important thing I discoverd is there should be a space at the beginning like whereford=' prot...' and it sok now..
    thanx ...but I still has other probelm now..which is to invoke the report from a servlet which executes this shell script..Problem with DISPLAY variable..I cannot run rwrun.sh without DISPLAY variable..
    Is there any way to set this variable for tomcat service.

  • How to fix resolution problem in Photoshop CC for Macbook Pro w/ Retina Display

    I design email promotions for my website in Photoshop CC on a new Macbook w/ retina screen. However, document sizes appear much smaller in my Macbook than they did on my windows laptop. A 700px wide document now appears to be 350px wide.
    When I designed the email graphics, upload, and then view in a browser, everything is pixelated. The document/graphic is still 700px, but its pixelated in the browser. After some Googling, I have a better understanding of the problem but not a complete understanding. Its all so technical. I've read that some designers choose to create their graphics with another lower resolution monitor connected to their Macbook (if I explained that correctly)... not an option for me, though, unfortunately.
    How can I fix this problem? I basically design for the web so its important that these graphics are at their highest resolution when viewed on a web browser. Any solutions? Help! I will try everything in my power. 

    First of all, thank you so much for taking the time to try to help out. It
    is much appreciated.
    The two things that first come to mind are: I have many friends in the
    industry who paint solely in Photoshop and do just fine. My computer is
    technically "old," but the specs are still just fine—even the graphics card
    is the exact same one that is in the new Cintiq Companions (the all-in-one
    computer/cintiq machines).
    And, more so, I was painting on it for a few weeks without noticing
    anything. A part of me wonders, did I just not notice it until it became
    dramatically worse?
    I do remember painting fur, which requires making tons of small brush
    strokes over an extended period of time, and I don't remember there being
    any lag.
    By the way, I forgot to mention: I've even tried going into the Performance
    preferences and disabling the graphics card altogether. No luck. Still an
    issue.
    As far as painting at 100%: I do notice an amount of improvement. The one
    brush stamp, or space, whatever you call it, issue only happened on the
    first brush stroke (every time) and then just once otherwise. The lag was
    tremendous—and I compared it to Painter's performance, which had no issues
    whatsoever.
    I am really hoping to be able to rely on Photoshop more and more, as its
    tools for other aspects of image manipulation are far more robust than
    Painter's. And the working compatibility with Adobe InDesign, Flash, and
    Adobe Media Encoder are sooooooo useful for speeding up the workflow.
    Hopefully we can find out what's going wrong.
    I'm truly baffled on this one.
    Bryan Beus
    Artist and Author
    www.bryanbeus.com
    Sent from my Tardis

  • Unix script for checking the user account status

    Hi All,
    i have created one unix script to check the status of the user in diff databases.
    #!/bin/ksh
    useracctreport.txt if [ ! -f hh ];
    then
    echo "Database file does not exist"
    fi
    echo "Enter Username"
    read USER
    echo "Enter the password"
    stty -echo
    read PASS
    stty echo
    for j in `cat users`
    do
    j="`echo $j| tr '[a-z]' '[A-Z]'`"
    for i in `cat hh`
    do
    sqlplus -s $USER/$PASS\@$i <<EOF >> useracctreport.txt
    column USERNAME format a8
    column ACCOUNT_STATUS format a5
    !echo "*****User $j Status in $i DB*****"
    select USERNAME,ACCOUNT_STATUS from dba_users where username=('$j');
    select OBJECT_TYPE,count(*) from dba_objects where owner='$j' group by object_type;
    EOF
    done
    done
    In log file ,i get the below error when its unable to connect to the DB.
    SP2-0306: Invalid option.
    Usage: CONN[ECT] [logon] [AS {SYSDBA|SYSOPER}] | [INTERNAL]
    where <logon> ::= <username>[<password>][@<connect_string>] | /
    SP2-0306: Invalid option.
    Usage: CONN[ECT] [logon] [AS {SYSDBA|SYSOPER}] | [INTERNAL]
    where <logon> ::= <username>[<password>][@<connect_string>] | /
    SP2-0157: unable to CONNECT to ORACLE after 3 attempts, exiting SQL*Plus
    ERROR:
    ORA-01017: invalid username/password; logon denied
    Is there any way i can supress this error?
    and is there any other way i can make this script faster.Thanks a lot for your help

    Hi,
    The failing line is
    sqlplus -s $USER/$PASS\@$i <<EOF >> useracctreport.txtYou should test the connect statement you provide to sqlplus. For example:
    CONSTRING=$USER/$PASS\@$i
    echo Connect string used: $CONSTRING
    sqlplus -s $CONSTRING <<EOF >> useracctreport.txtCheck the echoed value. It's malformed. Correct it appropriately.
    Yoann.

  • Shattered Display screen. Will Apple fix this with no AppleCare?, Shattered Display screen. Will Apple fix this with no AppleCare?

    I have a 13 inch MacBook Pro that is two years old. I tripped today and dropped it walking down my hardwood stairwell. Will Apple still be willing to fix it with no AppleCare protection?

    Sure, you'll just have to pay.
    FYI:
    You'd have to pay even if you had AppleCare, as such damage is not covered by warranty or AppleCare.

  • Screen Personas Suggestion

    Not sure if this is the correct place to request new features for Screen Personas... but...
    It would be a great feature to add a text field that provided instant search (like google or similar to the suggested tags at the bottom of the SCN create new post screen...)
    Most of my users don't wan't to know - or care to know SAP material numbers, customer numbers, vendor numbers, etc.
    It would be amazing if I could present them with a text field that they could start typing in the description of the material they want and a list of possible options were to present itself.
    Or maybe someone figured a way to do this with a complex script... but it would be awesome either way!
    Thanks - looking forward to Screen Personas 3.0

    Hi Tobias,
    Thanks for clarifying. We are currently evaluating Screen Personas for use in SAP DMS.
    Scenario we are trying to simplify is the workflow process in DMS. A DIR(Document) in DMS, has a status field with various values such as
    1. Initial Draft
    2. Submit for Approval
    3. Approved
    4. Rejected
    5. Archive
    6. Retire etc...
    Users, have to pick right status values from an F4 pop-up to pass document along the business process. This is not very intuitive and we would like to provide buttons on screen corresponding to each valid status that can be selected at that point in time. When a button is selected say, "Approve" or "Reject" the corresponding status value should be filled up in the standard status(hidden) field.
    We have numerous doc types and too many status values. Hence, the static approach of defining buttons in Personas does not scale up and is not support friendly.
    I hope i have been able to explain the scenario correctly. If required, i am open to having a call and can elaborate this in detail.
    Regards,
    Jeron

  • When i try to install iPlanet App Server on NT, I do not get screen to enter license key valid for evaluation. --- " cache File Read error"

    When i try to install iPlanet App Server on NT, I do not get screen to enter license key valid for evaluation.
    Also during installation screens an error window is displayed saying "cache File Read error -- Could not read ProductKey entry from the cache file "

    Hi,
    I also get the following message:
    "Could not read ProductKey entry from the cache file"
    I have no idea how to provide the installation software with the key. I also tried "keycheck.exe"
    Do you have a solution for this problem? Did you finish the installation?
    Christian

  • Popup Script for Save, edit & Delete Records

    Hi Friends,
    I developed an application, has got buttons like Save, edit, delete particular records. Is there any Java script for the above, to show popup Screens, like the   confirm java script
    <SCRIPT LANGUAGE="javascript">
    <!--
    function CONFIRM(){if (!confirm
    ("Are you Sure to  Edit Record?Ok=Yes,Cancel=No "))
    history.go(-1);return " "}
    document.writeln(CONFIRM())
    <!-- END -->
    </SCRIPT>
    pls mail me any sample code & Relevant weblogs regarding this.
    Regards
    CSM Reddy

    Hi,
    The following code will work... i have tested it.
    <b>test.jsp</b>
    <%@ page language="java" %>
    <html>
         <head>
              <title>
                   TestForm
              </title>
         </head>
         <script type="text/javascript">
    function confirmSAVE() {
    var save = confirm("Do u really want to save")
    if (save){
    alert("edit confirmed")
    window.document.myForm.action="test.jsp"
    window.document.myForm.submit()
    else
    alert("edit cancelled")
    function confirmDelete() {
    var del = confirm("Do u really want to delete")
    if (del){
    alert("del confirmed")
    window.document.myForm.action="test.jsp"
    window.document.myForm.submit()
    else
    alert("del cancelled")
    </script>
         <form name="myForm">
         <body>
              <table>
              <tr>
              <td colspan="2" align="center"><input type="button" style="background-color: #ffffff" name=save onclick="confirmSAVE()" value="SAVE">
              </td>
              <td colspan="2" align="center"><input type="button" style="background-color: #ffffff" name=delete onclick="confirmDelete()" value="DELETE">
              </td>          
              </tr>
              </table>
         </body>
         </form>
    </html>
    When you confirm edit or delete, the same test page will be displayed.
    Regards,
    Uma
    Message was edited by: Uma Maheswari

  • Nokia 6085 Blank Display screen now after start up...

    Phone is two months old. Worked fine. Now all of a sudden, for no apparent reason,
    the display screen, is lit up, but, blank. Can't get Nokia greeting, nothing. Can call out,
    can receive calls, but, can't view screen. Removed battery, for whole night, put back in. Sim card is
    fine...still...blank screen.
    Need help...any suggestions., or is the phone just useless now?
    Thanks in advance to anyone for your time.
    Very disappointed.

    w0nderw0man, the 3-finger reset will not work for S40 phones like yours. It's only for Symbian phones like the N-series, E-series, 5800, etc.
    If there's a blank screen, it's best taken care of by a Nokia Care Point.
    I would suggest that you get a new phone instead of repairing the 6085, because the repair costs in most cases as much as a new phone of similar or better features. Just my two cents.
    Cheers,
    DeepestBlue
    5800 XpressMusic (Rock Stable) | N73 Music Edition (Never Say Die) | 1108 (Old and faithful)
    If you find any post useful, click on the Green "Kudos" Button on the left to say Thank You...

  • FS00   Program for upload theG/L accounts

    Hi Experts,
    I need a sample program for FS00 G/L accounts upload BDC  or LSMW program
    Thanks in Advance
    purnaneelu

    Hi,
    In LSMW.
    Create a source structure with your source fields.
    Map the source structure to the target structure.
    In the field mapping step map the particular source fields to the target fields.
    Specify the source files.
    Read the source files and then do the convert step to convert the data.
    Then create the session and process it via SM35.
    Regards,
    Ankur Parab

  • Problem in Sap script for Check printing

    Hi all,
      I have problem in Check printing for FI Module. In Tcode f-58 i am taking the printout of checks. For my user they want to move the main window in upwards, but the sap script <b>F110_PRENUM_CHCK</b> not allowing to move upwards. how to do this, its urgent. plz
    point wil be sure.
    Gowri

    Hi
    Copy the script F110_prenum_chek to some ZCHECK and do the changes.
    Why you can't change the MAIN window towards up?
    You can changes ths ize of it by adjusting the setting of it .
    generally we use some pre printed stationary for this in which all the line item data with doc numbers is printed on top and the check will be in bottom
    and in check we just print the few fields in the right positions.
    <b>Reward points for useful Answers</b>
    Regards
    Anji

  • SAP Screen Personas error "A problem with network connectivity has been detected"

    Hi,
    We just installed Personas release 100 SP02 and performed the
    configuration steps necessary. But when we acces the url and logon to
    personas we get the following erre
    A problem with network connectivity has been detected.
    Please check you connection and refresh your browser.
    Any help to solve this issue would be appreciated.
    Best Regards.

    Please use this checklist to see if everything is correct:
    1. restgui service handler class has CL_HTTP_EXT_ITS_BASIC
    2. SPRO -> Sap screen Personas -> Maintain system has
           - 3 letter system id
           - "Server.Url" without typo and value in http(s)://<SERVER>:<PORT>/ format 
           - "Service.Uri" without typo and value as /restgui
    3, Note 2026487 is installed
    4. If target system is different from source system then you are able to access the following
             - http(s)://<TARGETSERVER>:<PORT>/clientaccesspolicy.xml
             - http(s)://<TARGETSERVER>:<PORT>/crossdomain.xml
    5. role is assigned to user under /n/persos/admin_ui -> User Maintenance -> Search -> Show user -> Role
    If you still get error, then if you are using SSO, please check if you have configured login/create_sso2_ticket parameter correctly.
    Thanks
    Chinthan

  • Starting with SAP fiori & SAP screen personas ...

    Hi all,
    Actually i had a requirement from the client and want to start with SAP personas, can anyone tell me how to get started with it,
    i saw a lot of links on net but most of them were telling me only benefits of SAP personas. The thing i needed was Tutorials to start with SAP personas means how to start SAP personas, what is the transaction for this, etc.
    Please Help ....
    Thanks & Regards,
    Aayush Aggarwal

    Hi Aayush,
    Personas is an add-on that needs to be downloaded from Service market place and installed on your system. For system pre-requisites, please refer to master and configuration guides at
    SAP Screen Personas 2.0 – SAP Help Portal Page
    You can refer to application help on usage:
    http://help.sap.com/saphelp_personas200_silverlight/helpdata/en/33/30f15101d9445ee10000000a423f68/frameset.htm
    cheers
    Chinthan

Maybe you are looking for

  • SSRS date format in Expression Editor issue

    Hi, In the SSRS Report I am using a date field in the expression(=Fields!StartDate.Value), it returns the values in 'mm:dd:yyyy hh:mm:ss'. I dont want the hh:mm:ss part, I want only mm:dd:yyyy. is it possible using the expression editor with the buil

  • Selection screen value use as a header SQ01

    Can anybody please tell me how to pick the values from the selection screen and use them as a header in SAP Query sq01

  • Looking for InvisibleShield review??

    as title. please,i have search some of the topic here and i know some nano user has been using the "InvisibleShield". My propose is to group all the review here so that who are interesting with it can "Ask and reply" in here. does application process

  • IPhone 4 - iMovies - won't edit videos from other albums

    So I have the iPhone 4 and I have iMovie it. Well I've made some videos on it and it worked perfectly.... Until today. Today I was going to make a tribute video for my uncle who had died. I was going to incorporate pictures and videos I had of him. W

  • WebCenter Content filter question

    Hi all, WebCenter Content provides the following three filter that can customize the query WHERE clause and alter the behavior of metadata changes. preDetermineWhereClause postDetermineWhereClause checkMetaChangeSecurity As the following document sai