Can I sort SAPScript results table without modifyng the standard program?

Hello experts, well the question that I want to do is the one in the title of this thread, is that possible?, using for example PERFORM, the thing here is that I can´t modify the printing control program for transaction F150 and my client wants the results in the form sorted by date in descending way and not by document.
Thank you in advance.
Regards
Atreide.

Hello, thank you both for your answers,
Dhiraj Jain, may be I'm not getting this correct but you mean PERFORM, right?
BreakPoint yes you are completely right about that, PERFORM is generally done with the data already in the output and it doesn´t help to manage internal tables it´s more oriented to manage individual fields.
Well I think that at Form level(SE71) is not much more to do right? I will try to look for some kind of enhancement or user-exit for the driver program.
Thanks again.
Regards
Atreide.

Similar Messages

  • How can i access a mysql table without putting the data in a datagrid

    I developed my air app with a datagrid which uses a php service to display all data from a table of strings in MySql.
    I now do not need the datagrid, how can i get the data from my database without putting it into a dataGrid? Do i need an array? how do i do this? anyone got any example code?

    Balakrishnan V wrote:
    var resultArrayCollection:ArrayCollection=new ArrayCollection()
    protected function resultHandler(event:ResultEvent)
         result=event.result as ArrayCollection
    You can use the result array collection now inside your program for any further changes / manipulations.
    Hope this helps; If you have further doubts, do ask...
    Balakrishnan V
    Hi, yeah this helps,
    however, how would i generate a result handler for a service that has not been called yet? Sorry my knowledge of services is very limited.
    This is a php service, get_all service that returns all the rows from a mysql table.
    I can see the service box with the service i want to use:
    but how do i pass that to a result handler?

  • Can you insert into a table without having the table structure in place

    I have tried to use the import wizard insert data in a CSV file into a table;
    I have 7 column headers, however, where there are extra commas in a field the wizard just combines the 2 fields so that i get a total of 7 columns even though there should be more.
    any ideas how i can round this problem?
    should i use bulk copy?
    sukai

    Are you using correct text qualifiers in the CSV?
    Satheesh
    My Blog |
    How to ask questions in technical forum

  • Can you sort in a table?

    I am  working on a massive table of all files on my computer to "clean things up." Can I sort in a table in InDesign (CS4) OR Should I have done this in Excel??? OR is it easy enough to export all info without too much fuss to Excel if sorting in a table is not an option in InDesign.
    Thank you.

    You might want to have a look at this: http://www.dtptools.com/product.asp?id=atid
    Bob

  • Transaction data can be loaded into the Fact table without loading the

    Transaction data can be loaded into the Fact table without loading the corresponding master data (Example : Sales analysis transaction data can be loaded without populating any of its  dimension’s master data)
    a.     True
    b.     False

    Hi Kutti,
    True - You need to select the option in the infopackage - alwyas load even if no master data exists.
    Bye
    Dinesh

  • Hi. How can I delete the table without deleting the content? My pages is 5.2.2.

    Hi. How can I delete the table without deleting the content? My pages version is 5.2.2. Thank you for your help.

    There is no convert Table to text capability in Pages v5.2.2, as there was in Pages ’09 v4.3.
    You can keep the table while making the table grid vanish, leaving the existing tabular text structure. Select the table, and under the Format panel > Table tab, the following settings will produce this output. If selected, you can refine its document placement in the Arrange tab.

  • I can't sort a single column only (ignoring the next column)

    I can't sort a single column only (ignoring the next column) in NUMBERS

    Numbers sorting follows a database model in which each row is a 'record' rather than a collection of unrelated data items. When a table is sorted, the integrity of the individual records (rows) is maintained.
    If you need to sort a single column, that column (or its data) must be separated from the rest of the table.
    That can be done using copy/paste (as described above by Wayne), or by taking the column to be sorted out of the table, dropping it on the sheet to form a new, single column table, doing the sort, then returning the column to the original table.
    The 3 1/2 step process takes longer to describe than to do.
    Regards,
    Barry

  • Alternate fact table without disturbing the existing fact table in EIS

    I have a question in EIS, how to load or work with alternate fact table, without disturbing the existing fact table, pls provide me with some procedure and steps
    thank u in advance
    sunil

    Yes you can have multiple models and metaoutlines load one cube. I've done it before. The trick is you ahve one "master" metaoutline that you put all the measures in (even if they are manually added. You use that to build the cube. Then you can have multiple metaoutlines build different measures within the cube. The idea is you have to have them update different intersections or the last one in will be what you get. I have a client that gets sales info from one source, shipment info from a different relational source . in all I have 10 differnt models and metaoutlines that build one cube. you just lump the load statements into one CBS file. It works great (or as great as EIS works). The biggest issue is timing to make sure all the sources are available when the load is going to be doe. Of course you could build different parts at different times.

  • Access other schema's table without specify the schema name

    Hi, need ur help again,
    I would like to access other schema's table without specify the schema name. for example,
    select * from hr.jobs;
    What priviledges i need if i want to select the data in this way:
    select * from jobs;
    Thanks!

    Public synonyms have their place, but are not generally a good idea as they will cause conflicts with other schemas and applications. Another think that you can do is issue the
    ALTER SESSION set CURRENT_SCHEMA = schema;
    The CURRENT_SCHEMA (8i and above) parameter changes the current schema of the session to the specified schema. Subsequent nqualified references to schema objects during the session will resolve to objects in the specified schema. The setting persists for the duration of the session or until you issue another ALTER SESSION SET CURRENT_SCHEMA statement. CURRENT_SCHEMA is a session parameter only, not an initialization parameter.
    This setting offers a convenient way to perform operations on objects in a schema other than that of the current user without having to qualify the objects with the schema name. This setting changes the current schema, but it does not change the session user or the current user, nor does it give you any additional system or object privileges for the session.

  • SQL job running DTEXEC.EXE via PowerShell step produces wrong characters in result tables. Running the same DTEXEC.EXE in PowerShell x86 window produces correct results.

    I've created a package in SSDT (Visual Studio 2012) to import DBF tables into MSSQL 2014 via a wizard.
    Source DBF files contain tables with Russian (Cyrillic) characters in records fields.
    Created package works fine, produces correct results (imports Cyrillic characters as needed) while:
    •debugging in VS2012
    •deploying package in SSISDB and running the package via PowerShell x86:
    &"c:\Program Files (x86)\Microsoft SQL Server\120\DTS\Binn\DTExec.exe" /Server "server\mssql2014" /ISServer "\SSISDB\import\Integration Services Project16\Package1.dtsx";
    But when I create a SQL Agent job with a single PowerShell step that contains the same command and run the job it produces wrong characters in resulting tables. So, the problem is in wrong code page (or encoding). The correct tables with records are
    produced and job runs without errors.
    I tried
    chcp 1251; # 855, 866 -- all of them
    &"c:\Program Files (x86)\Microsoft SQL Server\120\DTS\Binn\DTExec.exe" /Server "server\mssql2014" /ISServer "\SSISDB\import\Integration Services Project16\Package1.dtsx";
    in SQL Agent PowerShell step, but with no positive result.
    Anyone encountered such a behavior? How to fix it?
    v

    What if you run this package without PowerShell?
    Arthur My Blog

  • Can you move between text boxes without using the mouse?

    Can you move between text boxes without using the mouse?  When I have mutliple text boxes as a template, and then need to move from one to the next can I do it without having to use the mouse to click the next box??

    Jon,
    Option-Tab will sequence through the tables.
    Jerry

  • Change sapscript without changing the driver program

    Hi! Abapers
    is there any way out to modify sapscript for the transaction code ME22N without changing the driver program.
    thankx
    Amit
    TCL

    Hi,
    Yes you can change the form to your needs and use the text elements available in print program and if any thing which you are needed is not available write performs in your script itself and try to fetch your data. configure your new form in nace transaction.
    Thats it..
    Reward if find useful

  • How can I sort lines of data (alphabetically) in the new pages 5.0?

    How can I sort lines of data (alphabetically) in the new pages 5.0?
    It was very simple to do in the previou version of pages.

    I'm not sure why people are torturing themselves with Pages 5 given the nearly universal outcry on this forum and the incredibly negative reviews elswhere, such as the App Store.
    Pages 4.3 should still be in an iWorks folder within your Applications folder.  Just use that.
    Please remember to tell Apple what we need from them at:
    http://www.apple.com/feedback/pages.html

  • If i purchase a movie from iTunes on my Windows 7 PC is there a way I can download it and watch it offline without using the iTunes program?

    I have been trying to figure out the answer to this all day I want to purchase The Interview I know you can download but I want to know if you can watch it offline without using the iTunes program like will i get the file to this movie i purchased?

    Thank you i been looking for a  answer to this all day but I couldn't find anything on it! Now I know I will find a file with it! thanks!

  • HT202213 Can multiple iPhones share one iTunes without syncing the phones together? We just got new iPhones and set up desperate apple id's, but don't know if we can both sync to our existing iTunes without linking our phones together (contacts, apps, etc

    Can multiple iPhones share one iTunes without syncing the phones together? We just got new iPhones and set up seperate apple id's, but don't know if we can both sync to our existing iTunes without linking our phones together (contacts, apps, etc) ????

    How to use multiple iPods, iPads, or iPhones with one computer

Maybe you are looking for

  • Can I run a Sawtooth without an internal HDD?

    Hey all, I recently started seeing my S.M.A.R.T. staus on my non-factory internal HDD as "failing" once in a while. Having some experience with this in the past, I decided to immediately dump the entirety of my 100GB WD internal ATA onto my maxtor fi

  • Print the Assembly Parent Item Code only on the AR Invoice

    Hi Experts, We have this scenario wherein for certain assembly items we want only the Parent Item code to appear on the AR Invoice; printed for the customer. How can we achieve this? Is it possible to specify particular field in the layout? As per ou

  • EJB could not be found

    Hello, guys, I am so frustrated in using my own EJB in JSC2. I have written an session EJB similar to GreeterEJB provided in JSC2. I have be able to deployed this EJB in the sun application server and be able to add the set EJB in JSC2. the JNDI name

  • Can't Download Java 5.0

    This is a restatement of "Can't Download" topic posted earlier. As a result of problem with Run Time, I deleted Java files to redo the download of Java 5.0 (I know that's a no no, but it's done). Now when I try to download I get msg JRE already insta

  • IPhone 3G crashes iTunes when plugged in

    Whenever I plug in my iPhone 3g into my computer iTunes starts to automatically sync and eventually stops responding. I've turned off the automatic sync in iTunes preferences, tried trashing iTunes and iTunes helper preferences to no avail. I have tr