Max Titov IV @ TechSplice

The most beautiful music of all is the music of what happens.
  • Home
  • About
25 Nov 2010

SAP: Workflow Diagnostic Tool

You can test your workflow task by executing transaction SWUD

25 November, 2010 at 22:24 by maxtmax

Tags: sap, testing, workflow
Posted in SAP/ABAP | No Comments »

24 Nov 2010

SAP: Send an Email with executable SAP command

If you want to send an email with an attachment that can link you directly to an SAP transaction here’s how you do it:

  1. Create an attachment.sap file in your ABAP application
  2. Populate the file with the following information
[System]
Name=<sysid>
Description=Short Description
Client=<clientid>
[User]
Name=<userid>
Language=EN
[Function]
Title=Display PO information
Command=ME23 RM06E-BSTNR = <PO Number>; BDC_OKCODE=/00

When you double click on the file you’ll be redirected to the ME23 screen.

24 November, 2010 at 19:39 by maxtmax

Tags: configuration, SAP/ABAP, trick
Posted in SAP/ABAP | No Comments »

24 Nov 2010

SAP: FM READ_TEXT – where to look

Reading text string can be tricky to debugg but a good start is to look at tables STXH & STXL.

24 November, 2010 at 19:09 by maxtmax

Tags: SAP/ABAP
Posted in SAP/ABAP | No Comments »

22 Nov 2010

SAP: ABAP: ALV grid color scheme

Here’s a list of colors that you can use to color your ALV grid.

To actually use create a field of 4 characters and use ‘CX00′ where X is the number specified above.

22 November, 2010 at 21:23 by maxtmax

Tags: programming, SAP/ABAP
Posted in SAP/ABAP | No Comments »

22 Nov 2010

SAP: transport classes

If you know how to transport copies of objects then you are half way there.  So a quick and easy way to figure out what to put in to your transport [Change Object List] perform the following steps:

  • go to SE24
  • type in your class name
  • click Goto – Object Directory Entry

At this point you should see your object definition entries: R3TR – CLAS – <CLASS NAME>. Grab that and move your transport.

22 November, 2010 at 16:21 by maxtmax

Tags: abap, programming, SAP/ABAP
Posted in Everyday stuff | No Comments »

20 Nov 2010

SAP: Generating a Class Actor – CREATE_PERSISTENT

Been playing with the persistent objects and finally figured a part that involves generating a CREATE_PERSISTENT method in the Base agent class.

To do this

  1. Go to Persistence Representation
  2. Select Utilities – Generate – Class Agent – Class
  3. Click the Yes button

That’s all.

20 November, 2010 at 11:29 by maxtmax

Tags: abap, programming, SAP/ABAP
Posted in SAP/ABAP | No Comments »

17 Nov 2010

SAP: BeX Exception Broadcasting

Interesting article summarizing the process of sending out email messages based on exception filters in a query.

PDF Link

17 November, 2010 at 13:16 by maxtmax

Tags: BeX, configuration, exception, sap
Posted in SAP/ABAP | No Comments »

17 Nov 2010

SAP: logging table changes

When a table is configured there is an option to log the changes that are done to the information.

You can then check who mad the changes and when the change took place by running report RSVTPROT.

17 November, 2010 at 8:40 by maxtmax

Tags: abap, changes, configuration, loging, program, sap
Posted in SAP/ABAP | No Comments »

14 Nov 2010

SAP Portal [object is currently locked by user]

If you are working with an SAP portal and get to a point that you are unable to edit an object because it is locked by a user [most likely your own user] you have the option to release the lock by performing the following action:

  • Select System Administration
  • Select Monitoring
  • Expand Portal menu on the left hand side
  • Select Object Locking
  • Select the locked object and click the Unlock button
14 November, 2010 at 10:24 by maxtmax

Tags: configuration, portal, sap
Posted in Everyday stuff | No Comments »

8 Nov 2010

ABAP Runtime Analysis – variant setup

Runtime analysis can be used to quickly get to the bottom of which tables are referenced during a transaction/program/function-module call.

I like running SM30 over ST22 because you get a nicer presentation of what tables were hit.  ST22 tends to bee too detailed in majority of my scenarios.

By default the report is initialized with the DEFAULT variant.  This is limiting and will not give you as much information as you might want.  Typically on a new system I set up my own variant that allows me to access more information.

Steps to set up your own variant:

  1. Select the drop down option in the Variant selector panel
  2. Click the green check-box on the next screen without changing the parameters of the Selection Criteria for Variants pop-up
  3. You will be presented with two default Variants – DEFAULT and TMP; ignore those and click on the Create button
  4. Type in the name and continue
  5. Here’s the most important part of this trick.  When you get to the main configuration page of the variant go to the third tab [Duratn/type] and in the Aggregation pick the None option.
  6. Once done click Save as… button and you are ready to run your Analysis.
8 November, 2010 at 13:25 by maxtmax

Tags: configuration, debugging, sap, SAP/ABAP
Posted in Everyday stuff | No Comments »

« Older Entries
Newer Entries »
  • Subscribe using FeedBurner
  • Cloud Data

    abap adobe animation basic beautiful builder camera code configuration contribution design development digital engineering fix flash Flex function images interesting lesson new paypal Photography php problem problems program programmer programming review sap SAP/ABAP sdk setup soap software solution story system tables transaction transports user video

    WP Cumulus Flash tag cloud by Roy Tanck and Luke Morton requires Flash Player 9 or better.

  • My Links

    • Cooking
    • Gallery
    • Resume
  • Online Tools

    • Airline Ticket Search
    • Estimate Shipping Cost [from US]
    • Link your Blog
  • Software Engineering Blogs

    • Adam Goucher
    • Joel on Software
    • The Third Bit
    • Wide Awake Developers
  • Categories

    • Everyday stuff
    • Flex
    • Photography
    • SAP/ABAP
    • Short Stories
    • Software Engineering
    • Web Development
  • Gallery

    Roy Tanck's Flickr Widget requires Flash Player 9 or better.

Max Titov IV @ TechSplice is proudly powered by WordPress
Design & code by Jonk
Entries (RSS) and Comments (RSS).